summaryrefslogtreecommitdiff
path: root/src/tabbar
Commit message (Collapse)AuthorAgeFilesLines
* Update cppcheck.shaqua2022-09-111-5/+0
|
* RekonqSettings: add resetValue and remove value's defaultValue parameteraqua2022-09-081-2/+0
| | | | | | - 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
* Close main window after last tab is closedaqua2022-09-052-1/+11
|
* Add actions to RekonqViewaqua2022-09-052-1/+6
| | | | - back, forward, refresh, reload
* Add UrlBar and TabBaraqua2022-09-053-0/+691
- move src/tabwindow/tabbar.* to src/tabbar/