Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add SaveSessionDialog | Aqua-sama | 2018-12-14 | 1 | -0/+3 | |
| | ||||||
* | Profile picker menu: use QActionGroup instead of QRadioButton | Aqua-sama | 2018-12-13 | 1 | -9/+9 | |
| | ||||||
* | MainWindow: rework menu bar | Aqua-sama | 2018-12-13 | 2 | -0/+21 | |
| | | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function | |||||
* | Fix crash creating ConfigurationEditorPlugin widget | Aqua-sama | 2018-12-11 | 2 | -2/+2 | |
| | ||||||
* | Fix navigation buttons using wrong icons | Aqua-sama | 2018-12-11 | 1 | -5/+13 | |
| | ||||||
* | Fix options not getting overwritten by command line | Aqua-sama | 2018-12-08 | 2 | -23/+11 | |
| | ||||||
* | Configuration: parse command line after parsing config file | Aqua-sama | 2018-12-07 | 5 | -33/+142 | |
| | | | | - Split CommandLine off Configuration | |||||
* | Add --session and --pick-session | Aqua-sama | 2018-11-29 | 2 | -5/+10 | |
| | | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup | |||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 1 | -0/+2 | |
| | ||||||
* | Update About Dialog text | Aqua-sama | 2018-11-23 | 2 | -5/+19 | |
| | ||||||
* | Loading and unloading of plugins at runtime | Aqua-sama | 2018-11-23 | 3 | -18/+59 | |
| | ||||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 3 | -56/+4 | |
| | | | | - Remove plugin list from About dialog | |||||
* | Add AboutPlugin dialog | Aqua-sama | 2018-11-22 | 4 | -3/+300 | |
| | ||||||
* | Add link to GPL to About dialog | Aqua-sama | 2018-11-20 | 2 | -7/+11 | |
| | ||||||
* | Make keyboard shortcut defaults configurable | Aqua-sama | 2018-11-20 | 2 | -30/+159 | |
| | ||||||
* | Add adblockrule_parse | Aqua-sama | 2018-11-16 | 9 | -200/+261 | |
| | ||||||
* | Fix various build warnings | Aqua-sama | 2018-10-25 | 4 | -3/+4 | |
| | ||||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 8 | -164/+0 | |
| | ||||||
* | Use vcs_tag to get version information | Aqua-sama | 2018-10-24 | 3 | -6/+3 | |
| | ||||||
* | Remove lib/ as includepath | Aqua-sama | 2018-10-23 | 1 | -1/+1 | |
| | ||||||
* | Fix link errors | Aqua-sama | 2018-10-23 | 4 | -22/+22 | |
| | ||||||
* | Initial meson build files | Aqua-sama | 2018-10-23 | 8 | -3/+120 | |
| | ||||||
* | AdblockRule constructor | Aqua-sama | 2018-10-22 | 2 | -6/+39 | |
| | ||||||
* | urlfilter: base AdBlockRule off FilterLeaf | Aqua-sama | 2018-10-21 | 6 | -241/+92 | |
| | ||||||
* | Fix config.h from regenerating on every build | Aqua-sama | 2018-10-20 | 1 | -1/+4 | |
| | ||||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 2 | -14/+16 | |
| | ||||||
* | Hostlist test: test non-empty domain | Aqua-sama | 2018-10-19 | 1 | -0/+2 | |
| | | | | Add optional load list benchmark | |||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 7 | -8/+13 | |
| | | | | | | - 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 | |||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 7 | -0/+247 | |
| | | | | | | | 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. | |||||
* | Rewrite vendor.cmake to cmake/VendorConfig.cmake | Aqua-sama | 2018-10-15 | 1 | -7/+7 | |
| | | | | | | 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 | 3 | -18/+18 | |
| | ||||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 5 | -31/+22 | |
| | ||||||
* | Create .profile file when adding a new profile | Aqua-sama | 2018-10-08 | 1 | -2/+5 | |
| | ||||||
* | Disable Chromium crash handler | Aqua-sama | 2018-10-08 | 2 | -0/+4 | |
| | | | | | | 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 | 4 | -0/+43 | |
| | | | | | | | - 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 "subwindow.shortcuts.menu" shortcut | Aqua-sama | 2018-10-06 | 1 | -1/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | downloads: only show preview on images | Aqua-sama | 2018-10-05 | 1 | -19/+27 | |
| | ||||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 3 | -12/+9 | |
| | ||||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 10 | -10/+10 | |
| | ||||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 1 | -15/+0 | |
| | | | | - Util::files lists files in specified .path | |||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 6 | -78/+92 | |
| | | | | - add more adblock filter options | |||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 2 | -39/+25 | |
| | ||||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 24 | -24/+24 | |
| | ||||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 2 | -10/+31 | |
| | ||||||
* | Bookmarks: remove debug defines | Aqua-sama | 2018-09-25 | 1 | -39/+22 | |
| |