| 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
|
| |
|
|
|
|
| |
- Remove KDE Wallet code
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Move zoom widget to WebView context menu
Move the other page menu actions to main window menu
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Split off menus into their own classes
Page tools menu
- Shows injected scripts
- Shows dev tools page in another dialog
|
| |
|
|
|
|
|
|
|
|
|
| |
- moved UrlLineEdit to src/addressbar
- added UrlLineEdit::connectWebView
- removed UrlLineEdit::pageAction
- UrlLineEdit restores the text format when losing focus
- Split off completer code into Completer class
- WebPage now displays a warning message box instead on certificate errors
|
| |
|
|
|
|
|
| |
- Added NavigationBar object that manages the navigation buttons
- Removed NavigationButton class that it obsoleted
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Hovered links now display in status bar
|