Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | Add appveyor.yml | Aqua-sama | 2018-10-05 | 1 | -0/+64 | |
| | ||||||
* | downloads: only show preview on images | Aqua-sama | 2018-10-05 | 1 | -19/+27 | |
| | ||||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 12 | -34/+36 | |
| | ||||||
* | Update pkgbuild to use asciidoctor | Aqua-sama | 2018-10-04 | 3 | -26/+40 | |
| | ||||||
* | Update pkgbuild | Aqua-sama | 2018-10-03 | 2 | -21/+23 | |
| | ||||||
* | Convert documentation into asciidoc from markdown | Aqua-sama | 2018-10-03 | 29 | -552/+389 | |
| | ||||||
* | Subwindow: only keep tab history for restore tab action | Aqua-sama | 2018-10-03 | 2 | -20/+41 | |
| | ||||||
* | Update PKGBUILD | Aqua-sama | 2018-10-02 | 1 | -5/+13 | |
| | ||||||
* | Add SingleApplication as a git submodule | Aqua-sama | 2018-10-02 | 13 | -1233/+12 | |
| | ||||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 28 | -24/+56 | |
| | ||||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 7 | -73/+85 | |
| | | | | - Util::files lists files in specified .path | |||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 13 | -96/+119 | |
| | | | | - add more adblock filter options | |||||
* | updater: windows fixes | Aqua-sama | 2018-09-30 | 3 | -7/+18 | |
| | | | | | - fix .part rename - add press enter pause to panics | |||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 8 | -76/+54 | |
| | ||||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 41 | -41/+41 | |
| | ||||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 8 | -21/+44 | |
| | ||||||
* | Turn Session class into namespace | Aqua-sama | 2018-09-28 | 5 | -31/+13 | |
| | ||||||
* | breakpad: try to write session on crash | Aqua-sama | 2018-09-28 | 5 | -10/+58 | |
| | ||||||
* | breakpad: Use system breakpad by default | Aqua-sama | 2018-09-28 | 3 | -8/+16 | |
| | ||||||
* | breakpad: keep all build artifacts | Aqua-sama | 2018-09-26 | 1 | -6/+3 | |
| | ||||||
* | breakpad: use absolute paths in build.sh | Aqua-sama | 2018-09-26 | 1 | -3/+11 | |
| | ||||||
* | Add breakpad submodule | Aqua-sama | 2018-09-26 | 8 | -13/+94 | |
| | ||||||
* | Bookmarks: remove debug defines | Aqua-sama | 2018-09-25 | 1 | -39/+22 | |
| | ||||||
* | Bookmarks: add search by tag | Aqua-sama | 2018-09-25 | 1 | -7/+44 | |
| | | | | - Tags are any words starting with ':' | |||||
* | Bookmarks: add tags and description fields to xbel | Aqua-sama | 2018-09-25 | 10 | -150/+81 | |
| | ||||||
* | Bookmarks: integrate model/view | Aqua-sama | 2018-09-25 | 14 | -311/+259 | |
| | | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write |