Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+15 |
| | |||||
* | 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 |
| | |||||
* | Sort .profile by time | Aqua-sama | 2018-06-16 | 1 | -2/+2 |
| | | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab | ||||
* | Add extra-cmake-modules to make depends | Aqua-sama | 2018-06-16 | 1 | -1/+2 |
| | |||||
* | Add Plasma option to cmake that turns on KF5 blur window effect | Aqua-sama | 2018-06-16 | 1 | -0/+3 |
| | |||||
* | Update building.md | Aqua-sama | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Add poi.desktop | Aqua-sama | 2018-06-14 | 1 | -0/+4 |
| |