aboutsummaryrefslogtreecommitdiff
path: root/linux/.config
Commit message (Collapse)AuthorAgeFilesLines
* Add About and Run actions to plugin submenuAqua-sama2018-11-231-2/+2
| | | | - Remove plugin list from About dialog
* Make keyboard shortcut defaults configurableAqua-sama2018-11-201-19/+54
|
* Add cmake manpage targetAqua-sama2018-10-201-0/+2
|
* 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-161-1/+1
|
* 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.