aboutsummaryrefslogtreecommitdiff
path: root/linux
Commit message (Collapse)AuthorAgeFilesLines
...
* Add cmake manpage targetAqua-sama2018-10-202-12/+3
|
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-201-25/+15
|
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-191-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 defaultAqua-sama2018-10-162-4/+4
|
* urlfilter: Add FilterTree classAqua-sama2018-10-161-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-62511Aqua-sama2018-10-151-0/+5
|
* Remove -march and -mtune from default release flagsAqua-sama2018-10-151-2/+2
|
* Rewrite vendor.cmake to cmake/VendorConfig.cmakeAqua-sama2018-10-151-0/+52
| | | | | | Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name.
* Update CMakeLists option namesAqua-sama2018-10-141-15/+7
|
* Update readmeAqua-sama2018-10-121-3/+6
|
* Add hint on enabling plugins to makepkgAqua-sama2018-10-072-0/+15
|
* Update pkgbuild to use asciidoctorAqua-sama2018-10-041-2/+2
|
* Update pkgbuildAqua-sama2018-10-031-3/+3
|
* Convert documentation into asciidoc from markdownAqua-sama2018-10-032-86/+10
|
* Update PKGBUILDAqua-sama2018-10-021-5/+13
|
* breakpad: Use system breakpad by defaultAqua-sama2018-09-281-0/+5
|
* Update readmeAqua-sama2018-08-181-0/+3
| | | | Update configuration summary
* Update manpageAqua-sama2018-08-051-64/+16
|
* Update build instructionsAqua-sama2018-07-291-3/+3
|
* Fix version.h.inAqua-sama2018-07-171-4/+1
|
* Fix PKGBUILDAqua-sama2018-07-171-7/+7
|
* Switch vcs to gitAqua-sama2018-07-171-64/+41
|
* Update pkgbuildAqua-sama2018-06-255-503/+18
|
* Split shortcuts into new tabAqua-sama2018-06-231-1/+1
|
* Update manpageAqua-sama2018-06-223-14/+31
|
* .desktop: add run with firejail actionAqua-sama2018-06-172-1/+9
|
* Sort .profile by timeAqua-sama2018-06-161-2/+2
| | | | | | | Remove ProfileInterface::setProfiles ProfileView: Add General tab ProfileView: some cleanup ProfileView: Add Cookies tab
* Add extra-cmake-modules to make dependsAqua-sama2018-06-161-1/+2
|
* Add Plasma option to cmake that turns on KF5 blur window effectAqua-sama2018-06-161-0/+3
|
* Update building.mdAqua-sama2018-06-151-1/+1
|
* Add poi.desktopAqua-sama2018-06-142-0/+21
|
* Update pkgbuildAqua-sama2018-06-101-4/+19
| | | | - add sha512sum check to prepare()
* Fix clazy warnings in WebProfileAqua-sama2018-06-051-0/+18
| | | | | | | - add missing notify signals - add more properties - apply defaults to all profiles - update manpage
* Update manpageAqua-sama2018-05-183-85/+139
|
* Add Window menuAqua-sama2018-04-193-107/+116
| | | | | | - add new tab button to tab widget - tab shortcuts are read from configuration again - updated manpage some
* Branch of Qt5.11 featuresAqua-sama2018-04-131-2/+2
|
* Update manpageAqua-sama2018-04-023-23/+42
|
* Update pkgbuildAqua-sama2018-03-231-3/+3
|
* Cookie filterAqua-sama2018-03-231-0/+2
| | | | | - Requires Qt 5.11 (now required) - New settings: filter.cookies: block.all, block.thirdParty, path
* Update manpageAqua-sama2018-03-203-46/+356
|
* Fixed pkgbuild againAqua-sama2018-02-171-3/+4
|
* Fixed pkgbuildAqua-sama2018-02-171-1/+2
|
* Added manpageAqua-sama2018-02-175-0/+179
|
* Using boost::program_options instead of libconfigAqua-sama2018-01-261-2/+2
|
* Added comments to PKGBUILDAqua-sama2018-01-201-7/+15
|
* Fixed build scripts for use with the mercurial repositoryAqua-sama2018-01-162-53/+13
|
* Multithreaded saving during shutdownAqua-sama2018-01-131-3/+3
|
* Removed docs (moved to site)Aqua-sama2018-01-111-1/+1
|
* Updated ReadMe and pkgbuildAqua-sama2018-01-052-0/+58
|
* Various minor fixesAqua-sama2018-01-041-1/+1
| | | | | | | - typo fixes - bumped copyright year - removed a bunch of unused imports - fixed a couple of clazy warnings