aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewrite lib/urlfilterAqua-sama2019-01-097-140/+79
| | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter
* Add Edit menuAqua-sama2019-01-031-0/+85
|
* Update license yearAqua-sama2019-01-023-20/+2
|
* Connect Developer Tools and View Source actionsAqua-sama2019-01-022-32/+47
|
* Fix filter.header not workingAqua-sama2018-12-301-29/+6
|
* Rename TabWidget::deleteTab to TabWidget::removeTabAqua-sama2018-12-254-22/+12
|
* Fix bookmarks context menu exec positionAqua-sama2018-12-221-1/+1
|
* Add BookmarksWidget::showContextMenu signalAqua-sama2018-12-221-0/+31
| | | | | | | | | | Connected the signal to last window's current subwindow. Menu contains: - Open link in current tab - Open link in current tab with profile - Open link in new tab - Open link in new tab with profile BUG: #10 Add right-click menu for bookmarks
* Add subwindow list to Window menuAqua-sama2018-12-173-3/+27
|
* Add browser.iconThemeAqua-sama2018-12-161-0/+4
|
* Add restore last tab shortcutAqua-sama2018-12-151-23/+17
|
* Move tab actions to Subwindow menuAqua-sama2018-12-154-29/+190
|
* Add SaveSessionDialogAqua-sama2018-12-145-12/+210
|
* Add translations meson option to build and install translationsAqua-sama2018-12-134-31/+34
|
* MainWindow: rework menu barAqua-sama2018-12-1316-432/+409
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* Fix navigation buttons using wrong iconsAqua-sama2018-12-115-26/+43
|
* Update poi_firejail.desktopAqua-sama2018-12-111-9/+12
|
* Add separate firejail .desktopAqua-sama2018-12-102-2/+8
|
* Fix options not getting overwritten by command lineAqua-sama2018-12-081-7/+1
|
* Split crash handler code off mainAqua-sama2018-12-084-38/+76
|
* Configuration: parse command line after parsing config fileAqua-sama2018-12-072-31/+24
| | | | - Split CommandLine off Configuration
* 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
|