summaryrefslogtreecommitdiffstats
path: root/kate/app/katesessionpanel.h
Commit message (Collapse)AuthorAgeFilesLines
* Removed unrequired comments.Michele Calgaro2018-06-201-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added "Sessions" menu support.Michele Calgaro2016-10-081-4/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added support for switch/shutdown session options and ↵Michele Calgaro2016-05-231-5/+6
| | | | | | | | | fixed up logic where required. Fixed Kate quit process to support correct shutdown. Improved handling of configuration option changes. Some code rework. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: fixed handling of volatile sessions. Also bug fixes and ↵Michele Calgaro2016-04-211-1/+13
| | | | | | improved model-view code separation Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added save_as and reload functionality.Michele Calgaro2016-03-251-2/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added save and read-only functionality. Fixed up toolbar ↵Michele Calgaro2016-03-101-1/+1
| | | | | | | | buttons status update. Added ability to activate a session using the ENTER key. Some other code refactoring. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added move up/down and rename functionality.Michele Calgaro2016-03-101-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: some code refactoring + completed GUI for "New session" ↵Michele Calgaro2016-02-221-13/+57
| | | | | | and "Delete session". Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for "Delete session" in Kate session panel.Michele Calgaro2016-02-201-5/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for Kate startup options and for "New session" functionality.Michele Calgaro2016-02-191-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Disabled the old session manager and switched permanently to the new one. ↵Michele Calgaro2016-02-081-0/+1
| | | | | | | | | 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 <michele.calgaro@yahoo.it>
* Populated session panel. Now able to switch session within the new panel.Michele Calgaro2015-10-231-4/+5
| | | | | | | | *** 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 <michele.calgaro@yahoo.it>
* Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is ↵Michele Calgaro2015-08-141-2/+2
| | | | | | 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 <michele.calgaro@yahoo.it>
* Added Kate session panel. This commit contains the GUI elements. The logic ↵Michele Calgaro2015-08-101-0/+92
will be added in a separate commit. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>