Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Update About Dialog text | Aqua-sama | 2018-11-23 | 4 | -13/+26 | |
| | ||||||
* | Loading and unloading of plugins at runtime | Aqua-sama | 2018-11-23 | 4 | -23/+65 | |
| | ||||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 10 | -114/+46 | |
| | | | | - Remove plugin list from About dialog | |||||
* | Add library check for Plasma and Breakpad configuration toggles | Aqua-sama | 2018-11-22 | 1 | -10/+19 | |
| | ||||||
* | Fix transparent background being enabled if Plasma is found | Aqua-sama | 2018-11-22 | 2 | -2/+10 | |
| | ||||||
* | Add AboutPlugin dialog | Aqua-sama | 2018-11-22 | 7 | -70/+333 | |
| | ||||||
* | 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 | 10 | -209/+299 | |
| | ||||||
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 13 | -206/+271 | |
| | ||||||
* | Add more regex benchmarks | Aqua-sama | 2018-10-31 | 3 | -2/+45 | |
| | ||||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 11 | -116/+95 | |
| | ||||||
* | Add test/ meson.build | Aqua-sama | 2018-10-25 | 4 | -4/+55 | |
| | ||||||
* | Remove breakpad gitmodule | Aqua-sama | 2018-10-25 | 3 | -5/+26 | |
| | ||||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 20 | -544/+41 | |
| | ||||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 8 | -32/+30 | |
| | ||||||
* | Update PKGBUILD to use meson | Aqua-sama | 2018-10-24 | 1 | -30/+18 | |
| | ||||||
* | Add missing install items | Aqua-sama | 2018-10-24 | 6 | -2/+25 | |
| | ||||||
* | Add plugins to meson build | Aqua-sama | 2018-10-23 | 4 | -1/+30 | |
| |