aboutsummaryrefslogtreecommitdiff
path: root/src/subwindow/subwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move lib/webprofile into src/webengineAqua-sama2019-11-041-1/+1
|
* Drop boost dependencyAqua-sama2019-11-031-2/+3
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Rewrite lib/web to lib/webprofileAqua-sama2019-01-161-27/+0
| | | | | | | | | | - libweb was supposed to be a general QtWebEngine wrapper, but only turned out to do profiles and profile management. The new name should make this more obvious. - Renamed ProfileManager to WebProfileManager, and cut out duplicate code. - Temporary profiles: temporary profiles are not kept after closing the browser.
* Rename TabWidget::deleteTab to TabWidget::removeTabAqua-sama2018-12-251-1/+1
|
* Move tab actions to Subwindow menuAqua-sama2018-12-151-29/+26
|
* MainWindow: rework menu barAqua-sama2018-12-131-16/+22
| | | | | Split off menu bar into its own class out of MainWindow Menu bar now has a 'Find in menus' function
* Remove old session codeAqua-sama2018-11-281-1/+5
|
* Rewrite Session saving and loadingAqua-sama2018-11-281-1/+1
|
* Remove lib/ as includepathAqua-sama2018-10-231-3/+3
|
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-291-0/+1
|
* Update repository path in license headersAqua-sama2018-09-291-1/+1
|
* SubWindow: add 'open last closed tab/tabs' actionsAqua-sama2018-09-221-0/+1
|
* clang-format passAqua-sama2018-09-181-7/+9
|
* Update vendor.cmakeAqua-sama2018-09-181-3/+3
| | | | | - add some more comments - made plugin include paths more generic
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-081-11/+4
|
* Clean up ProfileManagerAqua-sama2018-09-021-1/+1
|
* Add move tab left/right shortcutAqua-sama2018-08-071-5/+18
|
* Move SubWindow to src/subwindowAqua-sama2018-08-071-0/+176