aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Bookmarks: track modified state in the model rather than the widgetAqua-sama2018-12-274-21/+34
* Fix bookmarks context menu exec positionAqua-sama2018-12-221-2/+2
* Add BookmarksWidget::showContextMenu signalAqua-sama2018-12-222-0/+12
* Dropping bookmarks onto a folder now inserts it at the first positionAqua-sama2018-12-221-1/+4
* Add adblocklist classAqua-sama2018-12-215-5/+152
* Add ContentsMatcher classAqua-sama2018-12-194-3/+62
* Add browser.iconThemeAqua-sama2018-12-161-0/+1
* Add restore last tab shortcutAqua-sama2018-12-151-0/+1
* Add SaveSessionDialogAqua-sama2018-12-141-0/+3
* Profile picker menu: use QActionGroup instead of QRadioButtonAqua-sama2018-12-131-9/+9
* MainWindow: rework menu barAqua-sama2018-12-132-0/+21
* Fix crash creating ConfigurationEditorPlugin widgetAqua-sama2018-12-112-2/+2
* Fix navigation buttons using wrong iconsAqua-sama2018-12-111-5/+13
* Fix options not getting overwritten by command lineAqua-sama2018-12-082-23/+11
* Configuration: parse command line after parsing config fileAqua-sama2018-12-075-33/+142
* Add --session and --pick-sessionAqua-sama2018-11-292-5/+10
* Add Session DialogAqua-sama2018-11-251-0/+2
* Update About Dialog textAqua-sama2018-11-232-5/+19
* Loading and unloading of plugins at runtimeAqua-sama2018-11-233-18/+59
* Add About and Run actions to plugin submenuAqua-sama2018-11-233-56/+4
* Add AboutPlugin dialogAqua-sama2018-11-224-3/+300
* Add link to GPL to About dialogAqua-sama2018-11-202-7/+11
* Make keyboard shortcut defaults configurableAqua-sama2018-11-202-30/+159
* Add adblockrule_parseAqua-sama2018-11-169-200/+261
* Fix various build warningsAqua-sama2018-10-254-3/+4
* Remove CMakeListsAqua-sama2018-10-258-164/+0
* Use vcs_tag to get version informationAqua-sama2018-10-243-6/+3
* Remove lib/ as includepathAqua-sama2018-10-231-1/+1
* Fix link errorsAqua-sama2018-10-234-22/+22
* Initial meson build filesAqua-sama2018-10-238-3/+120
* AdblockRule constructorAqua-sama2018-10-222-6/+39
* urlfilter: base AdBlockRule off FilterLeafAqua-sama2018-10-216-241/+92
* Fix config.h from regenerating on every buildAqua-sama2018-10-201-1/+4
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-202-14/+16
* Hostlist test: test non-empty domainAqua-sama2018-10-191-0/+2
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-197-8/+13
* urlfilter: destroy FilterLeaves only when destroying the FilterTreeAqua-sama2018-10-1911-49/+78
* urlfilter: add Domain classAqua-sama2018-10-187-6/+125
* urlfilter: Add FilterTree classAqua-sama2018-10-167-0/+247
* Rewrite vendor.cmake to cmake/VendorConfig.cmakeAqua-sama2018-10-151-7/+7
* Update CMakeLists option namesAqua-sama2018-10-143-18/+18
* Unlink plugins from lib/ librariesAqua-sama2018-10-095-31/+22
* Create .profile file when adding a new profileAqua-sama2018-10-081-2/+5
* Disable Chromium crash handlerAqua-sama2018-10-082-0/+4
* Fix wiping current directory when deleting off-the-record profilesAqua-sama2018-10-081-3/+9
* Expand HTTP header settings #4Aqua-sama2018-10-074-0/+43
* Add "subwindow.shortcuts.menu" shortcutAqua-sama2018-10-061-1/+2
* bookmarks: save folder expanded stateAqua-sama2018-10-063-2/+18
* bookmarks: fix new/delete buttonsAqua-sama2018-10-059-26/+90
* downloads: only show preview on imagesAqua-sama2018-10-051-19/+27