aboutsummaryrefslogtreecommitdiff
path: root/linux/.config
Commit message (Collapse)AuthorAgeFilesLines
* Ported to qt6aqua2024-04-231-0/+111
|
* Merge some QoL improvements from staging branchAqua-sama2020-01-031-105/+0
| | | | | | | | - 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 dependencyAqua-sama2019-11-031-42/+59
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Add plugin signature verification policiesAqua-sama2019-04-191-1/+0
|
* Replace xxd with python scriptAqua-sama2019-03-221-0/+10
|
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-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 --session and --pick-sessionAqua-sama2018-11-291-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 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.