Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use spdlog for logging | Aqua-sama | 2019-02-06 | 1 | -0/+2 |
| | |||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 1 | -1/+2 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 1 | -18/+21 |
| | | | | | | | | | | - libweb was supposed to be a general QtWebEngine wrapper, but only turned out to do profiles and profile management. The new name should make this more obvious. - Renamed ProfileManager to WebProfileManager, and cut out duplicate code. - Temporary profiles: temporary profiles are not kept after closing the browser. | ||||
* | Rewrite lib/urlfilter | Aqua-sama | 2019-01-09 | 1 | -3/+27 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | Fix bookmarks context menu exec position | Aqua-sama | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | Add BookmarksWidget::showContextMenu signal | Aqua-sama | 2018-12-22 | 1 | -0/+31 |
| | | | | | | | | | | Connected the signal to last window's current subwindow. Menu contains: - Open link in current tab - Open link in current tab with profile - Open link in new tab - Open link in new tab with profile BUG: #10 Add right-click menu for bookmarks | ||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 1 | -29/+13 |
| | | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function | ||||
* | Configuration: parse command line after parsing config file | Aqua-sama | 2018-12-07 | 1 | -1/+1 |
| | | | | - Split CommandLine off Configuration | ||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 1 | -42/+0 |
| | |||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 1 | -1/+1 |
| | |||||
* | Adding and Removing plugins at runtime | Aqua-sama | 2018-11-23 | 1 | -19/+60 |
| | |||||
* | Loading and unloading of plugins at runtime | Aqua-sama | 2018-11-23 | 1 | -5/+6 |
| | |||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 1 | -28/+16 |
| | | | | - Remove plugin list from About dialog | ||||
* | Add AboutPlugin dialog | Aqua-sama | 2018-11-22 | 1 | -13/+26 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 1 | -1/+2 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 1 | -7/+7 |
| | |||||
* | Fix SingleApplication segfault | Aqua-sama | 2018-10-23 | 1 | -2/+2 |
| | |||||
* | Fix link errors | Aqua-sama | 2018-10-23 | 1 | -2/+2 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 1 | -2/+3 |
| | |||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 1 | -26/+47 |
| | |||||
* | Create .profile file when adding a new profile | Aqua-sama | 2018-10-08 | 1 | -1/+10 |
| | |||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 1 | -2/+4 |
| | | | | | | | - 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 | ||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 1 | -3/+3 |
| | |||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 1 | -6/+13 |
| | | | | - Util::files lists files in specified .path | ||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 1 | -36/+22 |
| | |||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 1 | -2/+2 |
| | |||||
* | Add bookmark auto-save (5min) | Aqua-sama | 2018-09-22 | 1 | -0/+6 |
| | |||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 1 | -3/+3 |
| | | | | | - add some more comments - made plugin include paths more generic | ||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 1 | -6/+0 |
| | |||||
* | Move ProfileManager to libweb | Aqua-sama | 2018-09-07 | 1 | -0/+5 |
| | |||||
* | Clean up ProfileManager | Aqua-sama | 2018-09-02 | 1 | -17/+12 |
| | |||||
* | PluginEditor: implement add plugin action | Aqua-sama | 2018-08-27 | 1 | -0/+12 |
| | |||||
* | Add BrowserInterface to simplify plugins a bit | Aqua-sama | 2018-08-25 | 1 | -21/+15 |
| | |||||
* | Move SubWindow to src/subwindow | Aqua-sama | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 1 | -0/+1 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 1 | -4/+2 |
| | |||||
* | Add nullptr profile check to createSession | Aqua-sama | 2018-07-02 | 1 | -0/+2 |
| | |||||
* | Replace SingleApplication with itay-grudev/SingleApplication | Aqua-sama | 2018-07-02 | 1 | -1/+3 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 1 | -13/+24 |
| | | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles | ||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -2/+3 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 1 | -18/+31 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 1 | -21/+8 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | Add ConfigurationEditor plugin | Aqua-sama | 2018-06-23 | 1 | -9/+18 |
| | | | | Removed poi-config | ||||
* | Add Configuration::setValue and Configuration::setShortcut | Aqua-sama | 2018-06-23 | 1 | -2/+2 |
| | | | | Change MainWindow to use setShortcut | ||||
* | clang-format pass | Aqua-sama | 2018-06-22 | 1 | -13/+9 |
| | |||||
* | Plugin commands no longer require --command | Aqua-sama | 2018-06-22 | 1 | -95/+20 |
| |