aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/widgets/navigationbar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* webengine: remove dependency on autogen/utilsdevelAqua-sama2020-12-151-6/+6
|
* Move src/webengine to lib/webengineAqua-sama2020-12-151-2/+2
|
* Add tabler-iconsAqua-sama2020-11-021-6/+6
| | | | Add rcc dependency to create dumps of svg files
* Fix various compiler warningsAqua-sama2020-03-231-4/+4
|
* MenuBar: Add Unlock toolbars toggleAqua-sama2020-01-291-1/+1
| | | | | | | | Add BookmarksToolbar config toggles - bookmarks.toolbar.movable - bookmarks.toolbar.visible clang-format pass
* BookmarksToolbar: add toggle shortcutAqua-sama2020-01-291-0/+2
| | | | | | - MenuBar: add toggles for MainWindow toolbars to Window menu - set NavigationBar and BookmarksToolbar titles so the default MainWindow context menu makes sense
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-1/+1
|
* Drop boost dependencyAqua-sama2019-11-031-8/+10
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Update license yearAqua-sama2019-01-021-1/+2
|
* MainWindow: rework menu barAqua-sama2018-12-131-2/+2
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* Fix navigation buttons using wrong iconsAqua-sama2018-12-111-22/+15
|
* Remove lib/ as includepathAqua-sama2018-10-231-2/+2
|
* clazy: fix warningsAqua-sama2018-10-041-2/+4
|
* Update remaining repository paths in license headersAqua-sama2018-10-021-1/+1
|
* Back/Forward menu shortcutsAqua-sama2018-05-261-3/+30
|
* Clean up WebViewAqua-sama2018-05-021-1/+1
|
* Enabled address bar suggestionsAqua-sama2018-04-171-12/+0
| | | | Also fixed occasional bug when showing the completer.
* Multiple subwindows interfaceAqua-sama2018-04-161-57/+58
| | | | | | | | | | | | 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-0/+2
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Fixed bug where refresh button and loading bar would get stuck in loading stateAqua-sama2018-01-311-1/+2
|
* Fixed repo location in license headersAqua-sama2018-01-201-1/+1
|
* Added shortcuts to navbar actionsAqua-sama2018-01-191-1/+16
|
* Refactoring MainWindowAqua-sama2018-01-191-0/+115
- Added NavigationBar object that manages the navigation buttons - Removed NavigationButton class that it obsoleted