summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add BookmarksContextMenustagingRKNQ-2-bookmarksaqua2022-09-247-16/+64
|
* Add validate_xml scriptaqua2022-09-234-1/+45
|
* BookmarksToolBar: elide action titleaqua2022-09-204-17/+7
|
* RekonqWindow: rename loadUrl slotsaqua2022-09-185-22/+19
|
* Remove UrlBar::loadRequestedUrl slotaqua2022-09-185-20/+5
|
* Fix compiler warningsaqua2022-09-187-7/+7
|
* Add Navigation and Tab toolbarsaqua2022-09-1822-217/+260
|
* Add Bookmarks toolbaraqua2022-09-148-126/+118
|
* Rename BookmarkModel to BookmarksTreeModelaqua2022-09-1416-835/+85
| | | | | - remove BookmarkManager - remove BookmarkOwner
* bugfix: don't wipe bookmarks if they're not modifiedaqua2022-09-142-5/+17
|
* BookmarksMenu: show top-level bookmarksaqua2022-09-149-189/+86
|
* BookmarksPanel: add custom context menuaqua2022-09-1411-758/+39
|
* Add Bookmarks panelaqua2022-09-1413-312/+143
|
* Migrate BookmarkManageraqua2022-09-1423-1331/+997
|
* Import BookmarkModel from poiaqua2022-09-1420-719/+1308
|
* Add clazy cmake presetaqua2022-09-143-27/+40
|
* Update cppcheck.shaqua2022-09-1110-298/+25
|
* Fix some clang-tidy warningsaqua2022-09-106-16/+17
|
* RekonqWindow: apply shortcutsaqua2022-09-086-5/+27
|
* RekonqSettings: add resetValue and remove value's defaultValue parameteraqua2022-09-0821-165/+189
| | | | | | - generate default rekonqrc and include it in libsettings - Settings uses :/settings/rekonqrc to provide default values - Add Settings::path() to get the default settings location
* Add RekonqWindow testsaqua2022-09-0510-81/+173
|
* UrlBar: add completeraqua2022-09-0511-673/+175
|
* Close main window after last tab is closedaqua2022-09-053-4/+16
|
* Add rekonq::DefaultUrl enumaqua2022-09-058-84/+57
|
* Add actions to RekonqViewaqua2022-09-0512-66/+160
| | | | - back, forward, refresh, reload
* Remove source_locationaqua2022-09-055-11/+23
|
* Add placeholder menus to main windowaqua2022-09-055-32/+112
|
* Add RekonqView_fake classaqua2022-09-058-31/+254
|
* Add UrlBar and TabBaraqua2022-09-0514-726/+557
| | | | - move src/tabwindow/tabbar.* to src/tabbar/
* check_license.py: add BSD-3-Clauseaqua2022-09-051-8/+8
|
* Add ccache to debug build presetaqua2022-09-053-22/+22
|
* Add scripts/qrc_lint.pyHEADmasteraqua2022-09-0210-18/+134
|
* Add tabler icon themeaqua2022-09-017-2/+53
|
* SingleApplication: switch to 3.3.4 releaseaqua2022-08-283-2/+2
| | | | - Apply compiler warnings patch
* Improve test coverageaqua2022-08-288-24/+79
|
* SettingsDialog: save settings when changedaqua2022-08-2810-110/+219
| | | | - connect Restore Defaults button
* Load plugins from AppLocalDataLocation by defaultaqua2022-08-2816-139/+106
|
* Add Setting and MockSettingsaqua2022-08-2812-85/+248
| | | | - rename Settings to RekonqSettings
* Add rekonf script to generate SettingsWidgetsaqua2022-08-2836-3635/+554
| | | | | | - generate General Settings - generate Appearance Settings - removed previous settings widgets
* Add parseCommandLine testsaqua2022-08-2712-20/+136
| | | | - use PluginLoader in plugin tests
* Rename rView to RekonqViewaqua2022-08-2720-32/+105
| | | | | - move rview.hpp to include/ - move src/mainwindow/* to src/
* Add CMakePresets.jsonaqua2022-08-2710-37/+849
| | | | | | | | - add clang-tidy to debug configuration - add valgrind target: test_memcheck - add coverage target: test_coverage - bitbucket pipelines: store test results in junit format for test reporting
* Add scripts/check_license.pyaqua2022-08-215-186/+724
|
* Update INSTALLaqua2022-08-202-66/+43
|
* Show main windowaqua2022-08-1815-260/+498
| | | | - added Task Manager, showing all plugins, windows and view
* Pass command line from secondary to primary instanceaqua2022-08-175-46/+72
|
* Add bitbucket-pipelines.ymlaqua2022-08-171-0/+13
|
* Turn WebEngine into a pluginaqua2022-08-1617-12/+212
|
* Add rView and WebViewaqua2022-08-1610-289/+268
|
* Add third-party/SingleApplicationaqua2022-08-158-176/+95
|