| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
smolblok is a replacement for the current lib/urlfilter AdBlockPlus
and hostlist format filter parser. It is a library that uses plugins to
provide support for different filter formats.
staging/adblock: AdBlockPlus parser plugin
plugins/smolblok_hostlist: hostlist format parser plugin
Headers will be installed to include/smolbote/
Remove lib/urlfilter
|
|
|
|
|
|
| |
- fix clazy warnings
- fix various other compiler warnings
- bugfix: connect profiles' downloadRequested signal
|
|
|
|
|
|
|
|
|
|
|
| |
Make src/webengine into a static library
- Add some tests
- Updated manpage
- Remove WebProfileManager::id and WebProfileManager::instance
- Add consumable semantics checks to WebProfileManager
- Add WebProfileManager::walk
Add ApplicationMenu class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add session.hpp, containing structs that describe session data
MainWindow, SubWindow and WebView can be created from
Session::structs
Opening new window will automatically open a default subwindow and tab
if none were specified
Add lib/session_formats
Add JsonSession, to serialize/deserialize Session structs into JSON
- add some tests
clang-tidy:
- fix various warnings
- disable modernize-use-trailing-return-type check
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kconfig:
Change About Dialog shortcut default to F1 (was Ctrl+H)
Change close current tab shortcut to Ctrl+W (was Ctrl+X)
MainWindow:
automatically close window when last subwindow is closed
MenuBar:
remove Tile/Cascade subwindows actions
add show/hide/close subwindow actions
SubWindow:
remove Subwindow menu shortcut (was F1 by default)
add close shortcut (default Ctrl+Shift+W)
Minor fixes:
Fix PKGBUILD sources
|
|
|
|
|
| |
- wrote not-invented-here config file parser and conf class
- spent obscene amount of time plugging in said conf class
|
|
|
|
|
| |
Split off menu bar into its own class out of MainWindow
Menu bar now has a 'Find in menus' function
|
| |
|
|
|
|
| |
- Remove plugin list from About dialog
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Move zoom widget to WebView context menu
Move the other page menu actions to main window menu
|
|
|
|
|
|
| |
Clean up MainWindow
Configuration is now a std::unique_ptr
Connect downloads and request interceptor to all profiles
|
| |
|
| |
|
| |
|
|
|
|
| |
AddressBar: match input for protocol or '.' in addition to url validity
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- add new tab button to tab widget
- tab shortcuts are read from configuration again
- updated manpage some
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also fixed occasional bug when showing the completer.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subwindows are similar to tab groups.
- Rewrote Browser and MainWindow, so they should be somewhat cleaner now
- Moved AboutDialog to lib/about
What's broken:
- loading bar
- search box
- address bar bookmark suggestions
- plugins
|
|
|
|
|
|
| |
- cleaned up code
- moved to mainwindow/widgets
- add Close tabs left/right to context menu
|
| |
|
| |
|
| |
|
|
- Added NavigationBar object that manages the navigation buttons
- Removed NavigationButton class that it obsoleted
|