aboutsummaryrefslogtreecommitdiff
path: root/lib/session_formats
Commit message (Collapse)AuthorAgeFilesLines
* Added cmakelistsaqua2024-04-261-0/+5
|
* Turn on more warnings by defaultAqua-sama2020-05-281-5/+11
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* libwebengineAqua-sama2020-05-081-0/+3
| | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class
* CleanupAqua-sama2020-04-291-6/+2
| | | | | | | - Don't run configuration fuzzer as test - Remove plugins/ConfigurationEditor - Move exported interfaces to include/smolbote - Install plugin interfaces
* Rewrite Session backendAqua-sama2020-04-134-0/+249
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