summaryrefslogtreecommitdiffstats
path: root/kate/app/katesessionpanel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Kate session panel: fixed handling of volatile sessions. Also bug fixes and ↵Michele Calgaro2016-04-211-24/+79
| | | | | | improved model-view code separation Signed-off-by: Michele Calgaro <[email protected]>
* Kate session panel: added save_as and reload functionality.Michele Calgaro2016-03-251-19/+106
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Kate session panel: added save and read-only functionality. Fixed up toolbar ↵Michele Calgaro2016-03-101-8/+115
| | | | | | | | buttons status update. Added ability to activate a session using the ENTER key. Some other code refactoring. Signed-off-by: Michele Calgaro <[email protected]>
* Kate session panel: added move up/down and rename functionality.Michele Calgaro2016-03-101-12/+109
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Kate session panel: some code refactoring + completed GUI for "New session" ↵Michele Calgaro2016-02-221-34/+118
| | | | | | and "Delete session". Signed-off-by: Michele Calgaro <[email protected]>
* Added support for "Delete session" in Kate session panel.Michele Calgaro2016-02-201-9/+43
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added support for Kate startup options and for "New session" functionality.Michele Calgaro2016-02-191-17/+39
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Disabled the old session manager and switched permanently to the new one. ↵Michele Calgaro2016-02-081-1/+15
| | | | | | | | | Lot of functionality still missing. It is possible to switch sessions from the session panel (either by the activate pushbutton or by executing a listview item). Kate's session settings are currently not yet supported (last session is saved and restored by default). Signed-off-by: Michele Calgaro <[email protected]>
* Populated session panel. Now able to switch session within the new panel.Michele Calgaro2015-10-231-19/+46
| | | | | | | | *** NOTE *** In this commit both the old and new session managers are active, therefore funny things occasionally happen. Then won't be the case from the next commit since the old session manager will be disabled. Signed-off-by: Michele Calgaro <[email protected]>
* Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is ↵Michele Calgaro2015-08-141-1/+1
| | | | | | to ease the development and testing of the new KateSession/KateSessionManager code while at the same time preserve session functionality. The OldKateSession* code will be removed once the new code has been fully developed and tested. Signed-off-by: Michele Calgaro <[email protected]>
* Added Kate session panel. This commit contains the GUI elements. The logic ↵Michele Calgaro2015-08-101-0/+185
will be added in a separate commit. Signed-off-by: Michele Calgaro <[email protected]>