aboutsummaryrefslogtreecommitdiff
path: root/src/session/sessiondialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use custom icons in webviewcontextmenuAqua-sama2020-12-071-1/+1
|
* Rewrite Session backendAqua-sama2020-04-131-53/+36
| | | | | | | | | | | | | | | | | | Add session.hpp, containing structs that describe session data MainWindow, SubWindow and WebView can be created from Session::structs Opening new window will automatically open a default subwindow and tab if none were specified Add lib/session_formats Add JsonSession, to serialize/deserialize Session structs into JSON - add some tests clang-tidy: - fix various warnings - disable modernize-use-trailing-return-type check
* Drop boost dependencyAqua-sama2019-11-031-1/+3
| | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class
* Add tools/report-clang-tidy.shAqua-sama2019-01-181-4/+4
| | | | | - Fix various clang-tidy warnings - Fix use-after-free crash when deleting profiles
* pick-session: pass session data to existing instance if anyAqua-sama2018-11-301-11/+36
|
* Remove old session codeAqua-sama2018-11-281-5/+19
|
* Rewrite Session saving and loadingAqua-sama2018-11-281-1/+1
|
* Add Session DialogAqua-sama2018-11-251-0/+87