Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use scdoc to generate manpages | Aqua-sama | 2019-03-24 | 1 | -1/+2 |
| | |||||
* | Added firejail profile workarounds for amd cpu and/or ati graphics | jc_gargma | 2019-03-22 | 1 | -1/+4 |
| | |||||
* | Fix PKGBUILD | Aqua-sama | 2019-03-22 | 1 | -4/+6 |
| | |||||
* | Replace xxd with python script | Aqua-sama | 2019-03-22 | 2 | -12/+37 |
| | |||||
* | 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. | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 1 | -7/+1 |
| | | | | | | | | | | - 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. | ||||
* | Add assorted unfished doc files to repo | Aqua-sama | 2019-01-04 | 1 | -0/+11 |
| | |||||
* | Add translations meson option to build and install translations | Aqua-sama | 2018-12-13 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -16/+16 |
| | |||||
* | Add separate firejail .desktop | Aqua-sama | 2018-12-10 | 5 | -8/+21 |
| | |||||
* | firejail profile: disable private-bin | Aqua-sama | 2018-12-08 | 2 | -1/+3 |
| | |||||
* | PKGBUILD: add gpg key signing for plugins | Aqua-sama | 2018-12-06 | 1 | -0/+9 |
| | |||||
* | Update .desktop and .profile | Aqua-sama | 2018-12-02 | 4 | -3/+236 |
| | |||||
* | Add --session and --pick-session | Aqua-sama | 2018-11-29 | 1 | -0/+1 |
| | | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup | ||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 1 | -2/+2 |
| | | | | - Remove plugin list from About dialog | ||||
* | 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 | 2 | -27/+65 |
| | |||||
* | 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 | 2 | -12/+3 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 1 | -25/+15 |
| | |||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 1 | -1/+1 |
| | | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString | ||||
* | buildconfig: don't overwrite install prefix by default | Aqua-sama | 2018-10-16 | 2 | -4/+4 |
| | |||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 1 | -1/+1 |
| | | | | | | | FilterTree is a class that holds filter rules, sorted by the domain they are to be applied on. The rules are to follow FilterLeaf as interface. - Add a hostlist rule format to FilterTree. - Add a test for hostlist format. | ||||
* | Add workaround for QTBUG-62511 | Aqua-sama | 2018-10-15 | 1 | -0/+5 |
| | |||||
* | Remove -march and -mtune from default release flags | Aqua-sama | 2018-10-15 | 1 | -2/+2 |
| | |||||
* | Rewrite vendor.cmake to cmake/VendorConfig.cmake | Aqua-sama | 2018-10-15 | 1 | -0/+52 |
| | | | | | | Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name. | ||||
* | 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 | 2 | -86/+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 readme | Aqua-sama | 2018-08-18 | 1 | -0/+3 |
| | | | | Update configuration summary | ||||
* | Update manpage | Aqua-sama | 2018-08-05 | 1 | -64/+16 |
| | |||||
* | 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 | 5 | -503/+18 |
| | |||||
* | Split shortcuts into new tab | Aqua-sama | 2018-06-23 | 1 | -1/+1 |
| | |||||
* | Update manpage | Aqua-sama | 2018-06-22 | 3 | -14/+31 |
| | |||||
* | .desktop: add run with firejail action | Aqua-sama | 2018-06-17 | 2 | -1/+9 |
| |