aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration
Commit message (Collapse)AuthorAgeFilesLines
...
* Update manpageAqua-sama2018-05-181-2/+2
|
* Plugin command-line parametersAqua-sama2018-05-161-0/+3
|
* Move help and version functions to main (out of Configuration)Aqua-sama2018-05-152-24/+24
| | | | Make loading profiles a free function in Browser
* Stylesheet load settingAqua-sama2018-05-042-2/+6
|
* Merge address bar menusAqua-sama2018-05-031-2/+1
|
* Merge CommandLine functionality into ConfigurationAqua-sama2018-04-222-26/+80
|
* Add tile and cascade actions to Window menuAqua-sama2018-04-221-1/+2
|
* Remove unknown option parsingAqua-sama2018-04-212-2/+2
|
* Remove unneeded po::storeAqua-sama2018-04-211-6/+0
|
* Add Boost_INCLUDE_DIRS to configurationAqua-sama2018-04-211-0/+3
|
* Add Window menuAqua-sama2018-04-191-9/+6
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Removed MainWindow::titleChangedConnectionAqua-sama2018-04-191-1/+1
|
* Style passAqua-sama2018-04-171-8/+8
|
* Search box works againAqua-sama2018-04-171-1/+1
|
* Address bar searches work againAqua-sama2018-04-171-1/+1
|
* Multiple subwindows interfaceAqua-sama2018-04-161-22/+20
| | | | | | | | | | | | 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-6/+6
| | | | | | - cleaned up code - moved to mainwindow/widgets - add Close tabs left/right to context menu
* Add keyboard shortcuts for address bar menusAqua-sama2018-03-312-2/+24
|
* Cookie filterAqua-sama2018-03-231-0/+3
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* poi-config saving configAqua-sama2018-03-212-3/+16
|
* Moved Configuration class into libraryAqua-sama2018-03-153-0/+192