Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add WIP Python REPL interface | Aqua-sama | 2019-02-23 | 6 | -16/+11 |
| | | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself | ||||
* | Use spdlog for logging | Aqua-sama | 2019-02-06 | 1 | -1/+0 |
| | |||||
* | Fix all profiles being created off-the-record | Aqua-sama | 2019-01-20 | 3 | -15/+1 |
| | |||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 7 | -9/+10 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 8 | -271/+246 |
| | | | | | | | | | | - 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 | 26 | -820/+733 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | Update license year | Aqua-sama | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Configuration: fix homepath patching for value<QString> | Aqua-sama | 2018-12-30 | 1 | -8/+11 |
| | |||||
* | Fix filter.header not working | Aqua-sama | 2018-12-30 | 1 | -3/+4 |
| | |||||
* | Bookmarks: track modified state in the model rather than the widget | Aqua-sama | 2018-12-27 | 4 | -21/+34 |
| | | | | | | | | Dragging and dropping bookmarks is done by the QTreeView rather than through the BookmarksWidget, so the widget could not track modification state correctly when items were reordered. BUG: #9 Bookmark reordering does not persist | ||||
* | Fix bookmarks context menu exec position | Aqua-sama | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | Add BookmarksWidget::showContextMenu signal | Aqua-sama | 2018-12-22 | 2 | -0/+12 |
| | | | | | | | | | | 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 | ||||
* | Dropping bookmarks onto a folder now inserts it at the first position | Aqua-sama | 2018-12-22 | 1 | -1/+4 |
| | | | | BUG: #8 Dragging bookmarks onto folders crash | ||||
* | Add adblocklist class | Aqua-sama | 2018-12-21 | 5 | -5/+152 |
| | |||||
* | Add ContentsMatcher class | Aqua-sama | 2018-12-19 | 4 | -3/+62 |
| | |||||
* | Add browser.iconTheme | Aqua-sama | 2018-12-16 | 1 | -0/+1 |
| | |||||
* | Add restore last tab shortcut | Aqua-sama | 2018-12-15 | 1 | -0/+1 |
| | |||||
* | Add SaveSessionDialog | Aqua-sama | 2018-12-14 | 1 | -0/+3 |
| | |||||
* | Profile picker menu: use QActionGroup instead of QRadioButton | Aqua-sama | 2018-12-13 | 1 | -9/+9 |
| | |||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 2 | -0/+21 |
| | | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function | ||||
* | Fix crash creating ConfigurationEditorPlugin widget | Aqua-sama | 2018-12-11 | 2 | -2/+2 |
| | |||||
* | Fix navigation buttons using wrong icons | Aqua-sama | 2018-12-11 | 1 | -5/+13 |
| | |||||
* | Fix options not getting overwritten by command line | Aqua-sama | 2018-12-08 | 2 | -23/+11 |
| | |||||
* | Configuration: parse command line after parsing config file | Aqua-sama | 2018-12-07 | 5 | -33/+142 |
| | | | | - Split CommandLine off Configuration | ||||
* | 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 |
| | |||||
* | Update About Dialog text | Aqua-sama | 2018-11-23 | 2 | -5/+19 |
| | |||||
* | Loading and unloading of plugins at runtime | Aqua-sama | 2018-11-23 | 3 | -18/+59 |
| | |||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 3 | -56/+4 |
| | | | | - Remove plugin list from About dialog | ||||
* | Add AboutPlugin dialog | Aqua-sama | 2018-11-22 | 4 | -3/+300 |
| | |||||
* | Add link to GPL to About dialog | Aqua-sama | 2018-11-20 | 2 | -7/+11 |
| | |||||
* | Make keyboard shortcut defaults configurable | Aqua-sama | 2018-11-20 | 2 | -30/+159 |
| | |||||
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 9 | -200/+261 |
| | |||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 4 | -3/+4 |
| | |||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 8 | -164/+0 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 3 | -6/+3 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 1 | -1/+1 |
| | |||||
* | Fix link errors | Aqua-sama | 2018-10-23 | 4 | -22/+22 |
| | |||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 8 | -3/+120 |
| | |||||
* | AdblockRule constructor | Aqua-sama | 2018-10-22 | 2 | -6/+39 |
| | |||||
* | urlfilter: base AdBlockRule off FilterLeaf | Aqua-sama | 2018-10-21 | 6 | -241/+92 |
| | |||||
* | 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 |
| | |||||
* | Hostlist test: test non-empty domain | Aqua-sama | 2018-10-19 | 1 | -0/+2 |
| | | | | Add optional load list benchmark | ||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 7 | -8/+13 |
| | | | | | | - 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 | ||||
* | urlfilter: destroy FilterLeaves only when destroying the FilterTree | Aqua-sama | 2018-10-19 | 11 | -49/+78 |
| | | | | | Add QMutex lock when adding rules clang-format pass | ||||
* | urlfilter: add Domain class | Aqua-sama | 2018-10-18 | 7 | -6/+125 |
| | | | | (#6): Add domain matcher class | ||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 7 | -0/+247 |
| | | | | | | | FilterTree is a class that holds filter rules, sorted by the domain they are to be applied on. The rules are to follow FilterLeaf as interface. - Add a hostlist rule format to FilterTree. - Add a test for hostlist format. | ||||
* | 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 | 3 | -18/+18 |
| |