| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- Split off menus into their own classes
Page tools menu
- Shows injected scripts
- Shows dev tools page in another dialog
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- cut out all the boilerplate that was BookmarkItem/BookmarksModel
- deleting items no longer crash; proper drag'n'drop
- Split Xbel into XbelReader and XbelWriter
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|