aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Loading and unloading of plugins at runtimeAqua-sama2018-11-234-23/+65
|
* Add About and Run actions to plugin submenuAqua-sama2018-11-2310-114/+46
| | | | - Remove plugin list from About dialog
* Add library check for Plasma and Breakpad configuration togglesAqua-sama2018-11-221-10/+19
|
* Fix transparent background being enabled if Plasma is foundAqua-sama2018-11-222-2/+10
|
* Add AboutPlugin dialogAqua-sama2018-11-227-70/+333
|
* Add link to GPL to About dialogAqua-sama2018-11-202-7/+11
|
* Make keyboard shortcut defaults configurableAqua-sama2018-11-2010-209/+299
|
* Add adblockrule_parseAqua-sama2018-11-1613-206/+271
|
* Add more regex benchmarksAqua-sama2018-10-313-2/+45
|
* Fix various build warningsAqua-sama2018-10-2511-116/+95
|
* Add test/ meson.buildAqua-sama2018-10-254-4/+55
|
* Remove breakpad gitmoduleAqua-sama2018-10-253-5/+26
|
* Remove CMakeListsAqua-sama2018-10-2520-544/+41
|
* Use vcs_tag to get version informationAqua-sama2018-10-248-32/+30
|
* Update PKGBUILD to use mesonAqua-sama2018-10-241-30/+18
|
* Add missing install itemsAqua-sama2018-10-246-2/+25
|
* Add plugins to meson buildAqua-sama2018-10-234-1/+30
|
* Fix plasma dependencyAqua-sama2018-10-232-11/+23
|
* Fix breakpad integrationAqua-sama2018-10-233-3/+18
|
* Remove lib/ as includepathAqua-sama2018-10-2314-31/+29
|
* Fix SingleApplication segfaultAqua-sama2018-10-233-3/+4
|
* Fix link errorsAqua-sama2018-10-238-43/+48
|
* Initial meson build filesAqua-sama2018-10-2314-10/+259
|
* AdblockRule constructorAqua-sama2018-10-227-19/+51
|
* Add MatcherBenchmarkAqua-sama2018-10-214-4/+81
|
* urlfilter: base AdBlockRule off FilterLeafAqua-sama2018-10-216-241/+92
|
* Fix install paths for icon, desktop and profileAqua-sama2018-10-201-3/+3
|
* Create bindir/include if needed because make doesn'tAqua-sama2018-10-202-1/+2
|
* Fix config.h from regenerating on every buildAqua-sama2018-10-204-8/+19
|
* Add cmake manpage targetAqua-sama2018-10-207-17/+34
|
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-2019-220/+287
|
* Hostlist test: test non-empty domainAqua-sama2018-10-193-25/+50
| | | | Add optional load list benchmark
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-1913-79/+44
| | | | | | - 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
* urlfilter: destroy FilterLeaves only when destroying the FilterTreeAqua-sama2018-10-1911-49/+78
| | | | | Add QMutex lock when adding rules clang-format pass
* urlfilter: add Domain classAqua-sama2018-10-187-6/+125
| | | | (#6): Add domain matcher class
* buildconfig: don't overwrite install prefix by defaultAqua-sama2018-10-163-5/+7
|
* urlfilter: Add FilterTree classAqua-sama2018-10-1614-4/+327
| | | | | | | 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-154-0/+21
|
* Remove -march and -mtune from default release flagsAqua-sama2018-10-152-9/+10
|
* Rewrite vendor.cmake to cmake/VendorConfig.cmakeAqua-sama2018-10-1512-133/+288
| | | | | | 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-1411-111/+93
|
* unstable: KWallet integrationAqua-sama2018-10-136-8/+84
|
* Update readmeAqua-sama2018-10-125-15/+30
|
* Unlink plugins from lib/ librariesAqua-sama2018-10-0930-349/+435
|
* Create .profile file when adding a new profileAqua-sama2018-10-082-3/+15
|
* Disable Chromium crash handlerAqua-sama2018-10-084-10/+40
| | | | | | Chromium's crash handler prevents breakpad from creating crashdumps. - add browser.crash.path: set minidump location - add browser.crash.handler: call this program after crashing
* Fix wiping current directory when deleting off-the-record profilesAqua-sama2018-10-081-3/+9
|
* Expand HTTP header settings #4Aqua-sama2018-10-0719-130/+512
| | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor
* Add hint on enabling plugins to makepkgAqua-sama2018-10-072-0/+15
|
* Merge branch 'master' of ssh://gitea/aqua/smolboteAqua-sama2018-10-071-7/+15
|\