Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --session and --pick-session | Aqua-sama | 2018-11-29 | 2 | -5/+10 |
| | | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup | ||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 1 | -0/+2 |
| | |||||
* | Make keyboard shortcut defaults configurable | Aqua-sama | 2018-11-20 | 2 | -30/+159 |
| | |||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 2 | -38/+0 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 1 | -2/+1 |
| | |||||
* | Fix link errors | Aqua-sama | 2018-10-23 | 1 | -3/+7 |
| | |||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 1 | -0/+11 |
| | |||||
* | Fix config.h from regenerating on every build | Aqua-sama | 2018-10-20 | 1 | -1/+4 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 2 | -14/+16 |
| | |||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 1 | -1/+1 |
| | | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString | ||||
* | Rewrite vendor.cmake to cmake/VendorConfig.cmake | Aqua-sama | 2018-10-15 | 1 | -7/+7 |
| | | | | | | Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name. | ||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 2 | -15/+15 |
| | |||||
* | Disable Chromium crash handler | Aqua-sama | 2018-10-08 | 2 | -0/+4 |
| | | | | | | Chromium's crash handler prevents breakpad from creating crashdumps. - add browser.crash.path: set minidump location - add browser.crash.handler: call this program after crashing | ||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 1 | -0/+7 |
| | | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor | ||||
* | Add "subwindow.shortcuts.menu" shortcut | Aqua-sama | 2018-10-06 | 1 | -1/+2 |
| | |||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 2 | -2/+2 |
| | |||||
* | Update documentation | Aqua-sama | 2018-09-19 | 5 | -34/+21 |
| | |||||
* | Some cppcheck fixes | Aqua-sama | 2018-09-03 | 2 | -3/+2 |
| | |||||
* | Add move tab left/right shortcut | Aqua-sama | 2018-08-07 | 1 | -6/+8 |
| | |||||
* | UrlRequestInterceptor: add filter rules | Aqua-sama | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 1 | -0/+1 |
| | |||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 1 | -0/+1 |
| | |||||
* | Update translations | Aqua-sama | 2018-07-05 | 2 | -0/+6 |
| | |||||
* | Add configuration/defaults.h | Aqua-sama | 2018-07-02 | 4 | -8/+35 |
| | |||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 1 | -16/+5 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -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.translation | Aqua-sama | 2018-07-01 | 1 | -0/+2 |
| | |||||
* | Add browser.session | Aqua-sama | 2018-06-29 | 1 | -0/+1 |
| | |||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -0/+1 |
| | | | | Add Session menu to main window | ||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 3 | -12/+49 |
| | | | | Change MainWindow to use setShortcut | ||||
* | Plugin commands no longer require --command | Aqua-sama | 2018-06-22 | 2 | -17/+2 |
| | |||||
* | Better profile loading | Aqua-sama | 2018-06-08 | 1 | -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::value | Aqua-sama | 2018-06-05 | 1 | -14/+15 |
| | |||||
* | Back/Forward menu shortcuts | Aqua-sama | 2018-05-26 | 1 | -0/+2 |
| | |||||
* | Update manpage | Aqua-sama | 2018-05-18 | 1 | -2/+2 |
| | |||||
* | Plugin command-line parameters | Aqua-sama | 2018-05-16 | 1 | -0/+3 |
| | |||||
* | Move help and version functions to main (out of Configuration) | Aqua-sama | 2018-05-15 | 2 | -24/+24 |
| | | | | Make loading profiles a free function in Browser | ||||
* | Stylesheet load setting | Aqua-sama | 2018-05-04 | 2 | -2/+6 |
| | |||||
* | Merge address bar menus | Aqua-sama | 2018-05-03 | 1 | -2/+1 |
| | |||||
* | Merge CommandLine functionality into Configuration | Aqua-sama | 2018-04-22 | 2 | -26/+80 |
| | |||||
* | Add tile and cascade actions to Window menu | Aqua-sama | 2018-04-22 | 1 | -1/+2 |
| | |||||
* | Remove unknown option parsing | Aqua-sama | 2018-04-21 | 2 | -2/+2 |
| | |||||
* | Remove unneeded po::store | Aqua-sama | 2018-04-21 | 1 | -6/+0 |
| | |||||
* | Add Boost_INCLUDE_DIRS to configuration | Aqua-sama | 2018-04-21 | 1 | -0/+3 |
| | |||||
* | Add Window menu | Aqua-sama | 2018-04-19 | 1 | -9/+6 |
| | | | | | | - 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 | -1/+1 |
| | |||||
* | Style pass | Aqua-sama | 2018-04-17 | 1 | -8/+8 |
| | |||||
* | Search box works again | Aqua-sama | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Address bar searches work again | Aqua-sama | 2018-04-17 | 1 | -1/+1 |
| | |||||
* | Multiple subwindows interface | Aqua-sama | 2018-04-16 | 1 | -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 |