Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 13 | -206/+271 |
| | |||||
* | Add more regex benchmarks | Aqua-sama | 2018-10-31 | 3 | -2/+45 |
| | |||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 11 | -116/+95 |
| | |||||
* | Add test/ meson.build | Aqua-sama | 2018-10-25 | 4 | -4/+55 |
| | |||||
* | Remove breakpad gitmodule | Aqua-sama | 2018-10-25 | 3 | -5/+26 |
| | |||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 20 | -544/+41 |
| | |||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 8 | -32/+30 |
| | |||||
* | Update PKGBUILD to use meson | Aqua-sama | 2018-10-24 | 1 | -30/+18 |
| | |||||
* | Add missing install items | Aqua-sama | 2018-10-24 | 6 | -2/+25 |
| | |||||
* | Add plugins to meson build | Aqua-sama | 2018-10-23 | 4 | -1/+30 |
| | |||||
* | Fix plasma dependency | Aqua-sama | 2018-10-23 | 2 | -11/+23 |
| | |||||
* | Fix breakpad integration | Aqua-sama | 2018-10-23 | 3 | -3/+18 |
| | |||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 14 | -31/+29 |
| | |||||
* | Fix SingleApplication segfault | Aqua-sama | 2018-10-23 | 3 | -3/+4 |
| | |||||
* | Fix link errors | Aqua-sama | 2018-10-23 | 8 | -43/+48 |
| | |||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 14 | -10/+259 |
| | |||||
* | AdblockRule constructor | Aqua-sama | 2018-10-22 | 7 | -19/+51 |
| | |||||
* | Add MatcherBenchmark | Aqua-sama | 2018-10-21 | 4 | -4/+81 |
| | |||||
* | urlfilter: base AdBlockRule off FilterLeaf | Aqua-sama | 2018-10-21 | 6 | -241/+92 |
| | |||||
* | Fix install paths for icon, desktop and profile | Aqua-sama | 2018-10-20 | 1 | -3/+3 |
| | |||||
* | Create bindir/include if needed because make doesn't | Aqua-sama | 2018-10-20 | 2 | -1/+2 |
| | |||||
* | Fix config.h from regenerating on every build | Aqua-sama | 2018-10-20 | 4 | -8/+19 |
| | |||||
* | Add cmake manpage target | Aqua-sama | 2018-10-20 | 7 | -17/+34 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 19 | -220/+287 |
| | |||||
* | Hostlist test: test non-empty domain | Aqua-sama | 2018-10-19 | 3 | -25/+50 |
| | | | | Add optional load list benchmark | ||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 13 | -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 FilterTree | Aqua-sama | 2018-10-19 | 11 | -49/+78 |
| | | | | | Add QMutex lock when adding rules clang-format pass | ||||
* | urlfilter: add Domain class | Aqua-sama | 2018-10-18 | 7 | -6/+125 |
| | | | | (#6): Add domain matcher class | ||||
* | buildconfig: don't overwrite install prefix by default | Aqua-sama | 2018-10-16 | 3 | -5/+7 |
| | |||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 14 | -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-62511 | Aqua-sama | 2018-10-15 | 4 | -0/+21 |
| | |||||
* | Remove -march and -mtune from default release flags | Aqua-sama | 2018-10-15 | 2 | -9/+10 |
| | |||||
* | Rewrite vendor.cmake to cmake/VendorConfig.cmake | Aqua-sama | 2018-10-15 | 12 | -133/+288 |
| | | | | | | 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 | 11 | -111/+93 |
| | |||||
* | unstable: KWallet integration | Aqua-sama | 2018-10-13 | 6 | -8/+84 |
| | |||||
* | Update readme | Aqua-sama | 2018-10-12 | 5 | -15/+30 |
| | |||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 30 | -349/+435 |
| | |||||
* | Create .profile file when adding a new profile | Aqua-sama | 2018-10-08 | 2 | -3/+15 |
| | |||||
* | Disable Chromium crash handler | Aqua-sama | 2018-10-08 | 4 | -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 profiles | Aqua-sama | 2018-10-08 | 1 | -3/+9 |
| | |||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 19 | -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 makepkg | Aqua-sama | 2018-10-07 | 2 | -0/+15 |
| | |||||
* | Merge branch 'master' of ssh://gitea/aqua/smolbote | Aqua-sama | 2018-10-07 | 1 | -7/+15 |
|\ | |||||
| * | Updated firejail profile | jc_gargma | 2018-10-07 | 1 | -7/+15 |
| | | |||||
* | | mainwindow: keep maximized state when adding subwindows | Aqua-sama | 2018-10-07 | 1 | -1/+11 |
| | | | | | | | | | | Only maximize added subwindow when there is no current subwindow, or when the current subwindow is maximized. | ||||
* | | Show subwindow system menu at correct position | Aqua-sama | 2018-10-06 | 1 | -1/+4 |
|/ | |||||
* | Add "subwindow.shortcuts.menu" shortcut | Aqua-sama | 2018-10-06 | 2 | -6/+16 |
| | |||||
* | bookmarks: save folder expanded state | Aqua-sama | 2018-10-06 | 3 | -2/+18 |
| | |||||
* | bookmarks: fix new/delete buttons | Aqua-sama | 2018-10-05 | 9 | -26/+90 |
| | |||||
* | Fix line endings in appveyor.yml | Aqua-sama | 2018-10-05 | 2 | -64/+70 |
| | | | | build-appveyor |