Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 2 | -0/+21 |
| | |||||
* | Update pkgbuild | Aqua-sama | 2018-06-10 | 1 | -4/+19 |
| | | | | - add sha512sum check to prepare() | ||||
* | Fix clazy warnings in WebProfile | Aqua-sama | 2018-06-05 | 1 | -0/+18 |
| | | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage | ||||
* | Update manpage | Aqua-sama | 2018-05-18 | 3 | -85/+139 |
| | |||||
* | Add Window menu | Aqua-sama | 2018-04-19 | 3 | -107/+116 |
| | | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some | ||||
* | Branch of Qt5.11 features | Aqua-sama | 2018-04-13 | 1 | -2/+2 |
| | |||||
* | Update manpage | Aqua-sama | 2018-04-02 | 3 | -23/+42 |
| | |||||
* | Update pkgbuild | Aqua-sama | 2018-03-23 | 1 | -3/+3 |
| | |||||
* | Cookie filter | Aqua-sama | 2018-03-23 | 1 | -0/+2 |
| | | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path | ||||
* | Update manpage | Aqua-sama | 2018-03-20 | 3 | -46/+356 |
| | |||||
* | Fixed pkgbuild again | Aqua-sama | 2018-02-17 | 1 | -3/+4 |
| | |||||
* | Fixed pkgbuild | Aqua-sama | 2018-02-17 | 1 | -1/+2 |
| | |||||
* | Added manpage | Aqua-sama | 2018-02-17 | 5 | -0/+179 |
| | |||||
* | Using boost::program_options instead of libconfig | Aqua-sama | 2018-01-26 | 1 | -2/+2 |
| | |||||
* | Added comments to PKGBUILD | Aqua-sama | 2018-01-20 | 1 | -7/+15 |
| | |||||
* | Fixed build scripts for use with the mercurial repository | Aqua-sama | 2018-01-16 | 2 | -53/+13 |
| | |||||
* | Multithreaded saving during shutdown | Aqua-sama | 2018-01-13 | 1 | -3/+3 |
| | |||||
* | Removed docs (moved to site) | Aqua-sama | 2018-01-11 | 1 | -1/+1 |
| |