Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable plugins as broken | Aqua-sama | 2020-01-04 | 3 | -7/+11 |
| | | | | - Fix several Qt deprecated warnings | ||||
* | Fix configuration not being read unless explicitly specified | Aqua-sama | 2020-01-04 | 2 | -35/+15 |
| | |||||
* | PKGBUILD: add install stage for debug symbols | Aqua-sama | 2020-01-03 | 4 | -51/+67 |
| | | | | - make toggling breakpad work properly | ||||
* | Merge some QoL improvements from staging branch | Aqua-sama | 2020-01-03 | 7 | -113/+68 |
| | | | | | | | | - Build executable in top-level buildroot - Use meson sourceset - Pull in poi-crash and poi-update from staging - Remove extraneous scripts in tools/ - Pull in configure scripts in scripts/ | ||||
* | WebProfile refactoring | Aqua-sama | 2019-11-22 | 6 | -139/+34 |
| | | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class | ||||
* | Configuration: only try reading it when cfg file can be opened | Aqua-sama | 2019-11-17 | 1 | -6/+7 |
| | |||||
* | Context menu: add actions for MediaTypeNone | Aqua-sama | 2019-11-09 | 1 | -6/+18 |
| | | | | | | - Select All - Clear Selection - Copy | ||||
* | Add configuration subcommand | Aqua-sama | 2019-11-09 | 3 | -35/+74 |
| | | | | --dump: Write current configuration to stdout and exit | ||||
* | Fix manpages not disabled when disabled by meson | Aqua-sama | 2019-11-05 | 1 | -6/+5 |
| | |||||
* | Move lib/webprofile into src/webengine | Aqua-sama | 2019-11-04 | 13 | -17/+490 |
| | |||||
* | Fix gcc compile errors and warnings | Aqua-sama | 2019-11-03 | 1 | -2/+3 |
| | |||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 22 | -172/+666 |
| | | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class | ||||
* | Use github.com/Taywee/args to parse command line | Aqua-sama | 2019-10-22 | 4 | -63/+91 |
| | | | | - This adds 3rd-party/args/args.git subrepository | ||||
* | Improve meson.build files | Aqua-sama | 2019-10-13 | 2 | -3/+3 |
| | | | | | - meson should now properly create OpenSSL signing key and hexdump before trying to compile plugin loader | ||||
* | Add plugin signature verification policies | Aqua-sama | 2019-04-19 | 5 | -101/+12 |
| | |||||
* | Add PluginLoader class | Aqua-sama | 2019-03-11 | 5 | -4/+101 |
| | | | | | | - PluginLoader::verify can be used to check if the plugin has a valid (SHA512/RSA 4096) signature. - Uses nn OpenSSL public key that is embedded during the compile. | ||||
* | repl: import python module | Aqua-sama | 2019-03-06 | 1 | -2/+43 |
| | |||||
* | Add WIP Python REPL interface | Aqua-sama | 2019-02-23 | 3 | -2/+57 |
| | | | | | - Requires Python >= 3.0.0 and linenoise or linenoise-ng - WIP: not built into the browser itself | ||||
* | SubWindow: closing tab restores previous index | Aqua-sama | 2019-02-15 | 2 | -2/+9 |
| | | | | | SubWindow keeps track of its previous tab index, and when a tab is closed, the previous index should be restored. | ||||
* | Use spdlog for logging | Aqua-sama | 2019-02-06 | 7 | -25/+17 |
| | |||||
* | Add tools/report-clang-tidy.sh | Aqua-sama | 2019-01-18 | 11 | -25/+26 |
| | | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 9 | -64/+37 |
| | | | | | | | | | | - 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 | 7 | -140/+79 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | Add Edit menu | Aqua-sama | 2019-01-03 | 1 | -0/+85 |
| | |||||
* | Update license year | Aqua-sama | 2019-01-02 | 3 | -20/+2 |
| | |||||
* | Connect Developer Tools and View Source actions | Aqua-sama | 2019-01-02 | 2 | -32/+47 |
| | |||||
* | Fix filter.header not working | Aqua-sama | 2018-12-30 | 1 | -29/+6 |
| | |||||
* | Rename TabWidget::deleteTab to TabWidget::removeTab | Aqua-sama | 2018-12-25 | 4 | -22/+12 |
| | |||||
* | 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 | ||||
* | Add subwindow list to Window menu | Aqua-sama | 2018-12-17 | 3 | -3/+27 |
| | |||||
* | Add browser.iconTheme | Aqua-sama | 2018-12-16 | 1 | -0/+4 |
| | |||||
* | Add restore last tab shortcut | Aqua-sama | 2018-12-15 | 1 | -23/+17 |
| | |||||
* | Move tab actions to Subwindow menu | Aqua-sama | 2018-12-15 | 4 | -29/+190 |
| | |||||
* | Add SaveSessionDialog | Aqua-sama | 2018-12-14 | 5 | -12/+210 |
| | |||||
* | Add translations meson option to build and install translations | Aqua-sama | 2018-12-13 | 4 | -31/+34 |
| | |||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 16 | -432/+409 |
| | | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function | ||||
* | Fix navigation buttons using wrong icons | Aqua-sama | 2018-12-11 | 5 | -26/+43 |
| | |||||
* | Update poi_firejail.desktop | Aqua-sama | 2018-12-11 | 1 | -9/+12 |
| | |||||
* | Add separate firejail .desktop | Aqua-sama | 2018-12-10 | 2 | -2/+8 |
| | |||||
* | Fix options not getting overwritten by command line | Aqua-sama | 2018-12-08 | 1 | -7/+1 |
| | |||||
* | 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 | 2 | -31/+24 |
| | | | | - Split CommandLine off Configuration | ||||
* | Add builtins::version, ::build and ::help | Aqua-sama | 2018-12-05 | 4 | -31/+88 |
| | |||||
* | Update .desktop and .profile | Aqua-sama | 2018-12-02 | 1 | -4/+11 |
| | |||||
* | 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 | 1 | -5/+10 |
| | | | | | | -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 | 9 | -39/+114 |
| | |||||
* | Add Session::view and Session::restoreView | Aqua-sama | 2018-11-26 | 7 | -14/+73 |
| |