Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix segfault in release build | Aqua-sama | 2020-05-29 | 1 | -22/+14 |
| | | | | | | | | When creating a WebView out of a Session struct, fall back to the default profile if one is not set, or a profile with that ID is not found. - Update PKGBUILD | ||||
* | Add args.wrap | Aqua-sama | 2020-04-15 | 1 | -6/+3 |
| | | | | Remove 3rd-party/args | ||||
* | Rewrite Session backend | Aqua-sama | 2020-04-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Add session.hpp, containing structs that describe session data MainWindow, SubWindow and WebView can be created from Session::structs Opening new window will automatically open a default subwindow and tab if none were specified Add lib/session_formats Add JsonSession, to serialize/deserialize Session structs into JSON - add some tests clang-tidy: - fix various warnings - disable modernize-use-trailing-return-type check | ||||
* | Add singleapplication.wrap | Aqua-sama | 2020-04-13 | 1 | -7/+8 |
| | | | | Remove SingleApplication git submodule | ||||
* | Remove QMdiArea in MainWindow | Aqua-sama | 2020-04-03 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | Kconfig: Change About Dialog shortcut default to F1 (was Ctrl+H) Change close current tab shortcut to Ctrl+W (was Ctrl+X) MainWindow: automatically close window when last subwindow is closed MenuBar: remove Tile/Cascade subwindows actions add show/hide/close subwindow actions SubWindow: remove Subwindow menu shortcut (was F1 by default) add close shortcut (default Ctrl+Shift+W) Minor fixes: Fix PKGBUILD sources | ||||
* | pluginloader: generate keys by meson | Aqua-sama | 2020-01-27 | 1 | -1/+5 |
| | |||||
* | Move compiler flags to meson.build from pkgbuild | Aqua-sama | 2020-01-24 | 1 | -13/+16 |
| | |||||
* | Fix if statements in PKGBUILD | jc_gargma | 2020-01-14 | 1 | -17/+27 |
| | | | | | Hardening flags aarch64 support | ||||
* | Update pkgbuild | Aqua-sama | 2020-01-13 | 1 | -2/+2 |
| | |||||
* | Code cleanup | Aqua-sama | 2020-01-05 | 1 | -3/+3 |
| | | | | | | - Replace Browser::getProfileManager with WebProfileManager::instance - Make WebProfileManager::profileMenu a free function - Replace Browser::loadProfile with Browser::loadProfiles | ||||
* | PKGBUILD: add install stage for debug symbols | Aqua-sama | 2020-01-03 | 1 | -10/+19 |
| | | | | - make toggling breakpad work properly | ||||
* | Merge some QoL improvements from staging branch | Aqua-sama | 2020-01-03 | 1 | -15/+10 |
| | | | | | | | | - 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/ | ||||
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 1 | -2/+2 |
| | | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class | ||||
* | Change spdlog from makedepends to depends | jc_gargma | 2019-10-22 | 1 | -2/+2 |
| | |||||
* | Use github.com/Taywee/args to parse command line | Aqua-sama | 2019-10-22 | 1 | -1/+5 |
| | | | | - This adds 3rd-party/args/args.git subrepository | ||||
* | Improve meson.build files | Aqua-sama | 2019-10-13 | 1 | -19/+4 |
| | | | | | - meson should now properly create OpenSSL signing key and hexdump before trying to compile plugin loader | ||||
* | Added spdlog makedepend | jc_gargma | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Added missing qt5-tools makedepend | jc_gargma | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | Use scdoc to generate manpages | Aqua-sama | 2019-03-24 | 1 | -1/+2 |
| | |||||
* | Fix PKGBUILD | Aqua-sama | 2019-03-22 | 1 | -4/+6 |
| | |||||
* | Replace xxd with python script | Aqua-sama | 2019-03-22 | 1 | -12/+27 |
| | |||||
* | Add PluginLoader class | Aqua-sama | 2019-03-11 | 1 | -10/+17 |
| | | | | | | - 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. | ||||
* | Add configure script | Aqua-sama | 2019-02-11 | 1 | -0/+2 |
| | | | | | Configure script is not needed when building, it is provided as a convenience tool. Requires python3. | ||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 1 | -1/+1 |
| | | | | | 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 | 1 | -0/+3 |
| | |||||
* | Update poi_firejail.desktop | Aqua-sama | 2018-12-11 | 1 | -8/+4 |
| | |||||
* | Add separate firejail .desktop | Aqua-sama | 2018-12-10 | 1 | -8/+8 |
| | |||||
* | PKGBUILD: add gpg key signing for plugins | Aqua-sama | 2018-12-06 | 1 | -0/+9 |
| | |||||
* | Fix transparent background being enabled if Plasma is found | Aqua-sama | 2018-11-22 | 1 | -0/+7 |
| | |||||
* | Make keyboard shortcut defaults configurable | Aqua-sama | 2018-11-20 | 1 | -8/+11 |
| | |||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 1 | -1/+1 |
| | |||||
* | Update PKGBUILD to use meson | Aqua-sama | 2018-10-24 | 1 | -30/+18 |
| | |||||
* | Create bindir/include if needed because make doesn't | Aqua-sama | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | Fix config.h from regenerating on every build | Aqua-sama | 2018-10-20 | 1 | -2/+6 |
| | |||||
* | Add cmake manpage target | Aqua-sama | 2018-10-20 | 1 | -12/+1 |
| | |||||
* | buildconfig: don't overwrite install prefix by default | Aqua-sama | 2018-10-16 | 1 | -3/+3 |
| | |||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 1 | -15/+7 |
| | |||||
* | Update readme | Aqua-sama | 2018-10-12 | 1 | -3/+6 |
| | |||||
* | Add hint on enabling plugins to makepkg | Aqua-sama | 2018-10-07 | 1 | -0/+1 |
| | |||||
* | Update pkgbuild to use asciidoctor | Aqua-sama | 2018-10-04 | 1 | -2/+2 |
| | |||||
* | Update pkgbuild | Aqua-sama | 2018-10-03 | 1 | -3/+3 |
| | |||||
* | Convert documentation into asciidoc from markdown | Aqua-sama | 2018-10-03 | 1 | -11/+10 |
| | |||||
* | Update PKGBUILD | Aqua-sama | 2018-10-02 | 1 | -5/+13 |
| | |||||
* | breakpad: Use system breakpad by default | Aqua-sama | 2018-09-28 | 1 | -0/+5 |
| | |||||
* | Update build instructions | Aqua-sama | 2018-07-29 | 1 | -3/+3 |
| | |||||
* | Fix version.h.in | Aqua-sama | 2018-07-17 | 1 | -4/+1 |
| | |||||
* | Fix PKGBUILD | Aqua-sama | 2018-07-17 | 1 | -7/+7 |
| | |||||
* | Switch vcs to git | Aqua-sama | 2018-07-17 | 1 | -64/+41 |
| | |||||
* | Update pkgbuild | Aqua-sama | 2018-06-25 | 1 | -12/+12 |
| | |||||
* | .desktop: add run with firejail action | Aqua-sama | 2018-06-17 | 1 | -0/+4 |
| |