aboutsummaryrefslogtreecommitdiff
path: root/lib/configuration
Commit message (Collapse)AuthorAgeFilesLines
...
* Code cleanupAqua-sama2018-07-011-2/+1
| | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles
* Add browser.locale and browser.translationAqua-sama2018-07-011-0/+2
|
* Add browser.sessionAqua-sama2018-06-291-0/+1
|
* Add --session parameter to load a session jsonAqua-sama2018-06-281-0/+1
| | | | Add Session menu to main window
* Add Configuration::setValue and Configuration::setShortcutAqua-sama2018-06-233-12/+49
| | | | Change MainWindow to use setShortcut
* Plugin commands no longer require --commandAqua-sama2018-06-222-17/+2
|
* Better profile loadingAqua-sama2018-06-081-1/+2
| | | | | | | | First load all profiles from profile.path, and then the profile.default if missing, after which set the default profile. Profile names and whether they're otr can be set by .profile name=string and otr=bool.
* Add QString cast to Configuration::valueAqua-sama2018-06-051-14/+15
|
* Back/Forward menu shortcutsAqua-sama2018-05-261-0/+2
|
* 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