aboutsummaryrefslogtreecommitdiff
path: root/src/session/sessiondialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite Session backendAqua-sama2020-04-131-4/+9
| | | | | | | | | | | | | | | | | | 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
* pick-session: pass session data to existing instance if anyAqua-sama2018-11-301-1/+5
|
* Remove old session codeAqua-sama2018-11-281-1/+2
|
* Add Session DialogAqua-sama2018-11-251-0/+34