aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* QTBUG-18665 workaroundAqua-sama2018-05-061-1/+11
|
* Don't open additional tabs when creating subwindowsAqua-sama2018-05-011-6/+11
|
* Split off addressbar into lib/Aqua-sama2018-05-011-16/+27
|
* Window::sessionAqua-sama2018-04-301-1/+10
|
* Add tile and cascade actions to Window menuAqua-sama2018-04-221-8/+9
|
* Add Window menuAqua-sama2018-04-191-6/+4
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Removed MainWindow::titleChangedConnectionAqua-sama2018-04-191-9/+1
|
* Style passAqua-sama2018-04-171-3/+3
|
* Hovering over links shows them in the status bar againAqua-sama2018-04-171-0/+3
|
* Search box works againAqua-sama2018-04-171-1/+19
|
* Clear navigation bar and address bar when last subwindow is closedAqua-sama2018-04-171-1/+6
|
* Add loading progess bar to the address barAqua-sama2018-04-171-10/+3
|
* Enabled address bar suggestionsAqua-sama2018-04-171-0/+16
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-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 TabBarAqua-sama2018-04-021-3/+5
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Page menus refactoringAqua-sama2018-04-011-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 menusAqua-sama2018-03-311-13/+1
|
* Reworked CMakeLists to be a bit more readableAqua-sama2018-03-071-3/+3
|
* Connected WebView::newBookmark signalAqua-sama2018-02-081-1/+12
|
* Fixed address bar auto-completeAqua-sama2018-02-071-1/+1
|
* Rewrote bookmark manager to use QTreeWidget over QTreeViewAqua-sama2018-02-071-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 profilesAqua-sama2018-01-301-12/+5
|
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-3/+3
|
* UrlLineEdit reworkAqua-sama2018-01-261-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 formAqua-sama2018-01-201-1/+1
|
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Refactoring MainWindowAqua-sama2018-01-191-0/+316
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted