Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove PageToolsMenu | Aqua-sama | 2018-07-11 | 1 | -5/+32 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 1 | -2/+59 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -95/+69 |
| | | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles | ||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -3/+22 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -0/+11 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 1 | -10/+27 |
| | |||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 1 | -13/+25 |
| | | | | Change MainWindow to use setShortcut | ||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 1 | -10/+10 |
| | |||||
* | Add Browser::about | Aqua-sama | 2018-06-21 | 1 | -6/+2 |
| | |||||
* | AddressBar: code cleanup | Aqua-sama | 2018-06-18 | 1 | -4/+39 |
| | | | | AddressBar: match input for protocol or '.' in addition to url validity | ||||
* | Add Plasma option to cmake that turns on KF5 blur window effect | Aqua-sama | 2018-06-16 | 1 | -0/+10 |
| | |||||
* | Add poi.desktop | Aqua-sama | 2018-06-14 | 1 | -5/+5 |
| | |||||
* | Clazy fixes | Aqua-sama | 2018-06-02 | 1 | -5/+5 |
| | |||||
* | Refactor Subwindow | Aqua-sama | 2018-05-29 | 1 | -10/+10 |
| | |||||
* | Download widget item tooltip | Aqua-sama | 2018-05-13 | 1 | -0/+1 |
| | | | | Simplified ElidedLabel | ||||
* | New window action | Aqua-sama | 2018-05-06 | 1 | -3/+8 |
| | |||||
* | Tabifying dock widgets | Aqua-sama | 2018-05-06 | 1 | -8/+21 |
| | |||||
* | QTBUG-18665 workaround | Aqua-sama | 2018-05-06 | 1 | -1/+11 |
| | |||||
* | Don't open additional tabs when creating subwindows | Aqua-sama | 2018-05-01 | 1 | -6/+11 |
| | |||||
* | Split off addressbar into lib/ | Aqua-sama | 2018-05-01 | 1 | -16/+27 |
| | |||||
* | Window::session | Aqua-sama | 2018-04-30 | 1 | -1/+10 |
| | |||||
* | Add tile and cascade actions to Window menu | Aqua-sama | 2018-04-22 | 1 | -8/+9 |
| | |||||
* | Add Window menu | Aqua-sama | 2018-04-19 | 1 | -6/+4 |
| | | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some | ||||
* | Removed MainWindow::titleChangedConnection | Aqua-sama | 2018-04-19 | 1 | -9/+1 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -3/+3 |
| | |||||
* | Hovering over links shows them in the status bar again | Aqua-sama | 2018-04-17 | 1 | -0/+3 |
| | |||||
* | Search box works again | Aqua-sama | 2018-04-17 | 1 | -1/+19 |
| | |||||
* | Clear navigation bar and address bar when last subwindow is closed | Aqua-sama | 2018-04-17 | 1 | -1/+6 |
| | |||||
* | Add loading progess bar to the address bar | Aqua-sama | 2018-04-17 | 1 | -10/+3 |
| | |||||
* | Enabled address bar suggestions | Aqua-sama | 2018-04-17 | 1 | -0/+16 |
| | | | | Also fixed occasional bug when showing the completer. | ||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -247/+115 |
| | | | | | | | | | | | | 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 | ||||
* | Refactoring TabBar | Aqua-sama | 2018-04-02 | 1 | -3/+5 |
| | | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu | ||||
* | Page menus refactoring | Aqua-sama | 2018-04-01 | 1 | -3/+2 |
| | | | | | | | | - Split off menus into their own classes Page tools menu - Shows injected scripts - Shows dev tools page in another dialog | ||||
* | Add keyboard shortcuts for address bar menus | Aqua-sama | 2018-03-31 | 1 | -13/+1 |
| | |||||
* | Reworked CMakeLists to be a bit more readable | Aqua-sama | 2018-03-07 | 1 | -3/+3 |
| | |||||
* | Connected WebView::newBookmark signal | Aqua-sama | 2018-02-08 | 1 | -1/+12 |
| | |||||
* | Fixed address bar auto-complete | Aqua-sama | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Rewrote bookmark manager to use QTreeWidget over QTreeView | Aqua-sama | 2018-02-07 | 1 | -1/+1 |
| | | | | | | - cut out all the boilerplate that was BookmarkItem/BookmarksModel - deleting items no longer crash; proper drag'n'drop - Split Xbel into XbelReader and XbelWriter | ||||
* | Profile menu lists loadable profiles | Aqua-sama | 2018-01-30 | 1 | -12/+5 |
| | |||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 1 | -3/+3 |
| | |||||
* | UrlLineEdit rework | Aqua-sama | 2018-01-26 | 1 | -4/+2 |
| | | | | | | | | | - 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 result label to search form | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Fixed repo location in license headers | Aqua-sama | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | Refactoring MainWindow | Aqua-sama | 2018-01-19 | 1 | -0/+316 |
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted |