aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add builtins::version, ::build and ::helpAqua-sama2018-12-054-31/+88
|
* Update .desktop and .profileAqua-sama2018-12-021-4/+11
|
* pick-session: pass session data to existing instance if anyAqua-sama2018-11-304-18/+78
|
* Add --session and --pick-sessionAqua-sama2018-11-291-5/+10
| | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup
* Remove old session codeAqua-sama2018-11-289-108/+69
|
* Rewrite Session saving and loadingAqua-sama2018-11-289-39/+114
|
* Add Session::view and Session::restoreViewAqua-sama2018-11-267-14/+73
|
* Add Session DialogAqua-sama2018-11-258-12/+342
|
* Add QT_NO_DEBUG to non-debug buildsAqua-sama2018-11-233-239/+0
|
* Adding and Removing plugins at runtimeAqua-sama2018-11-233-23/+88
|
* Loading and unloading of plugins at runtimeAqua-sama2018-11-231-5/+6
|
* Add About and Run actions to plugin submenuAqua-sama2018-11-236-56/+40
| | | | - 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-221-2/+3
|
* Add AboutPlugin dialogAqua-sama2018-11-222-14/+33
|
* Add adblockrule_parseAqua-sama2018-11-161-1/+1
|
* Fix various build warningsAqua-sama2018-10-254-91/+22
|
* Remove CMakeListsAqua-sama2018-10-251-117/+0
|
* Use vcs_tag to get version informationAqua-sama2018-10-243-5/+8
|
* Add missing install itemsAqua-sama2018-10-241-0/+7
|
* Add plugins to meson buildAqua-sama2018-10-231-1/+1
|
* Fix plasma dependencyAqua-sama2018-10-231-7/+11
|
* Fix breakpad integrationAqua-sama2018-10-232-3/+15
|
* Remove lib/ as includepathAqua-sama2018-10-2312-27/+27
|
* Fix SingleApplication segfaultAqua-sama2018-10-232-3/+3
|
* Fix link errorsAqua-sama2018-10-232-16/+19
|
* Initial meson build filesAqua-sama2018-10-232-14/+34
|
* AdblockRule constructorAqua-sama2018-10-222-2/+2
|
* Fix install paths for icon, desktop and profileAqua-sama2018-10-201-3/+3
|
* Fix config.h from regenerating on every buildAqua-sama2018-10-201-0/+2
|
* Add cmake manpage targetAqua-sama2018-10-201-2/+5
|
* Add Kconfiglib to parse Kconfig/.configAqua-sama2018-10-206-40/+94
|
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-193-64/+24
| | | | | | - 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
* Add workaround for QTBUG-62511Aqua-sama2018-10-151-0/+4
|
* Rewrite vendor.cmake to cmake/VendorConfig.cmakeAqua-sama2018-10-151-19/+19
| | | | | | 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-144-21/+19
|
* unstable: KWallet integrationAqua-sama2018-10-135-6/+82
|
* Update readmeAqua-sama2018-10-121-0/+4
|
* Unlink plugins from lib/ librariesAqua-sama2018-10-095-97/+84
|
* Create .profile file when adding a new profileAqua-sama2018-10-081-1/+10
|
* Disable Chromium crash handlerAqua-sama2018-10-081-10/+34
| | | | | | 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
* Expand HTTP header settings #4Aqua-sama2018-10-077-128/+190
| | | | | | | - 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
* mainwindow: keep maximized state when adding subwindowsAqua-sama2018-10-071-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 positionAqua-sama2018-10-061-1/+4
|
* Add "subwindow.shortcuts.menu" shortcutAqua-sama2018-10-061-5/+14
|
* clazy: fix warningsAqua-sama2018-10-047-22/+17
|
* Subwindow: only keep tab history for restore tab actionAqua-sama2018-10-032-20/+41
|
* Add SingleApplication as a git submoduleAqua-sama2018-10-022-4/+1
|
* Update remaining repository paths in license headersAqua-sama2018-10-0211-11/+11
|
* Add Util namespaceAqua-sama2018-10-026-58/+85
| | | | - Util::files lists files in specified .path