Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move add_global_arguments before build targets | Aqua-sama | 2019-02-06 | 1 | -5/+5 | |
| | ||||||
* | Add subprojects/spdlog.wrap | Aqua-sama | 2019-02-06 | 1 | -0/+10 | |
| | ||||||
* | Use spdlog for logging | Aqua-sama | 2019-02-06 | 10 | -30/+21 | |
| | ||||||
* | 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 | 22 | -38/+86 | |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | |||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 20 | -344/+292 | |
| | | | | | | | | | | - 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 | 43 | -1341/+811 | |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | |||||
* | Add assorted unfished doc files to repo | Aqua-sama | 2019-01-04 | 7 | -28/+136 | |
| | ||||||
* | Add script to generate QtCreator project files | Aqua-sama | 2019-01-03 | 1 | -0/+65 | |
| | ||||||
* | Add Edit menu | Aqua-sama | 2019-01-03 | 1 | -0/+85 | |
| | ||||||
* | Update license year | Aqua-sama | 2019-01-02 | 5 | -22/+5 | |
| | ||||||
* | Connect Developer Tools and View Source actions | Aqua-sama | 2019-01-02 | 2 | -32/+47 | |
| | ||||||
* | 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 | 4 | -36/+17 | |
| | ||||||
* | Add smolbote.5 manpage | Aqua-sama | 2018-12-30 | 3 | -0/+124 | |
| | | | | Configuration file and Options description manpage | |||||
* | 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 | |||||
* | Rename TabWidget::deleteTab to TabWidget::removeTab | Aqua-sama | 2018-12-25 | 5 | -27/+24 | |
| | ||||||
* | Fix bookmarks context menu exec position | Aqua-sama | 2018-12-22 | 2 | -3/+3 | |
| | ||||||
* | Add BookmarksWidget::showContextMenu signal | Aqua-sama | 2018-12-22 | 3 | -0/+43 | |
| | | | | | | | | | | 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 | 7 | -5/+218 | |
| | ||||||
* | Add ContentsMatcher class | Aqua-sama | 2018-12-19 | 9 | -74/+142 | |
| | ||||||
* | Add subwindow list to Window menu | Aqua-sama | 2018-12-17 | 3 | -3/+27 | |
| | ||||||
* | Add browser.iconTheme | Aqua-sama | 2018-12-16 | 2 | -0/+5 | |
| | ||||||
* | Add restore last tab shortcut | Aqua-sama | 2018-12-15 | 2 | -23/+18 | |
| | ||||||
* | Move tab actions to Subwindow menu | Aqua-sama | 2018-12-15 | 4 | -29/+190 | |
| | ||||||
* | Add SaveSessionDialog | Aqua-sama | 2018-12-14 | 6 | -12/+213 | |
| | ||||||
* | Profile picker menu: use QActionGroup instead of QRadioButton | Aqua-sama | 2018-12-13 | 1 | -9/+9 | |
| | ||||||
* | Add lang/meson.build | Aqua-sama | 2018-12-13 | 1 | -0/+4 | |
| | ||||||
* | Add translations meson option to build and install translations | Aqua-sama | 2018-12-13 | 8 | -264/+505 | |
| | ||||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 19 | -433/+431 | |
| | | | | | 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 | 3 | -2/+5 | |
| | ||||||
* | Fix navigation buttons using wrong icons | Aqua-sama | 2018-12-11 | 6 | -31/+56 | |
| | ||||||
* | Update poi_firejail.desktop | Aqua-sama | 2018-12-11 | 5 | -25/+29 | |
| | ||||||
* | Add separate firejail .desktop | Aqua-sama | 2018-12-10 | 8 | -10/+44 | |
| | ||||||
* | firejail profile: disable private-bin | Aqua-sama | 2018-12-08 | 2 | -1/+3 | |
| | ||||||
* | Fix options not getting overwritten by command line | Aqua-sama | 2018-12-08 | 3 | -30/+12 | |
| | ||||||
* | Split crash handler code off main | Aqua-sama | 2018-12-08 | 4 | -38/+76 | |
| | ||||||
* | Configuration: parse command line after parsing config file | Aqua-sama | 2018-12-07 | 7 | -64/+166 | |
| | | | | - Split CommandLine off Configuration | |||||
* | PKGBUILD: add gpg key signing for plugins | Aqua-sama | 2018-12-06 | 2 | -0/+27 | |
| | ||||||
* | Add builtins::version, ::build and ::help | Aqua-sama | 2018-12-05 | 4 | -31/+88 | |
| | ||||||
* | Update .desktop and .profile | Aqua-sama | 2018-12-02 | 5 | -9/+148 | |
| | ||||||
* | pick-session: pass session data to existing instance if any | Aqua-sama | 2018-11-30 | 4 | -18/+78 | |
| | ||||||
* | Add --session and --pick-session | Aqua-sama | 2018-11-29 | 9 | -66/+54 | |
| | | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup | |||||
* | Remove old session code | Aqua-sama | 2018-11-28 | 9 | -108/+69 | |
| | ||||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 12 | -73/+163 | |
| | ||||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 7 | -14/+73 | |
| | ||||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 13 | -13/+407 | |
| | ||||||
* | Add QT_NO_DEBUG to non-debug builds | Aqua-sama | 2018-11-23 | 4 | -241/+8 | |
| | ||||||
* | Adding and Removing plugins at runtime | Aqua-sama | 2018-11-23 | 3 | -23/+88 | |
| |