aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Split off UrlFilter into libraryAqua-sama2018-10-023-8/+9
| | | | - add more adblock filter options
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-296-37/+29
|
* Update repository path in license headersAqua-sama2018-09-2915-15/+15
|
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-292-3/+3
|
* Turn Session class into namespaceAqua-sama2018-09-285-31/+13
|
* breakpad: try to write session on crashAqua-sama2018-09-285-10/+58
|
* breakpad: Use system breakpad by defaultAqua-sama2018-09-281-3/+4
|
* Add breakpad submoduleAqua-sama2018-09-262-12/+45
|
* Add bookmark auto-save (5min)Aqua-sama2018-09-221-0/+6
|
* SubWindow: add 'open last closed tab/tabs' actionsAqua-sama2018-09-223-0/+63
|
* clang-format passAqua-sama2018-09-186-31/+37
|
* Update vendor.cmakeAqua-sama2018-09-187-26/+29
| | | | | - add some more comments - made plugin include paths more generic
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-086-41/+15
|
* Move ProfileManager to libwebAqua-sama2018-09-075-154/+7
|
* Clean up ProfileManagerAqua-sama2018-09-027-31/+54
|
* PluginEditor: implement add plugin actionAqua-sama2018-08-272-3/+18
|
* Add BrowserInterface to simplify plugins a bitAqua-sama2018-08-252-24/+18
|
* MainWindow: fix load session actionAqua-sama2018-08-242-22/+21
|
* WebPage: add render process crash recovery pageAqua-sama2018-08-232-2/+35
|
* Add mute button to WebView context menuAqua-sama2018-08-201-2/+15
|
* WebView: close context menu when buttons are pressedAqua-sama2018-08-191-3/+14
|
* Add back/forward/refresh buttons to page context menuAqua-sama2018-08-191-2/+35
|
* Add move tab left/right shortcutAqua-sama2018-08-071-5/+18
|
* Move SubWindow to src/subwindowAqua-sama2018-08-0711-38/+42
|