summaryrefslogtreecommitdiffstats
path: root/kate/app/katesessionpanel.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>