summaryrefslogtreecommitdiffstats
path: root/kate/app/katemainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed code formatting modelines.Michele Calgaro2020-09-221-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate:Michele Calgaro2020-04-111-6/+14
| | | | | | | | 1) removed connection to inexistent slot 2) fix code to save Kate's session from TDE's session manager. This relates to bug 2691. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate: added checkbox to select whether to display the session name on theMichele Calgaro2019-08-231-9/+19
| | | | | | window caption or not. This relates to issue #62. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added "Sessions" menu support.Michele Calgaro2016-10-081-14/+85
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added support for switch/shutdown session options and ↵Michele Calgaro2016-05-231-10/+12
| | | | | | | | | 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>
* Added support for Kate startup options and for "New session" functionality.Michele Calgaro2016-02-191-2/+2
| | | | 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-7/+7
| | | | | | | | | 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-3/+3
| | | | | | | | *** 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-6/+6
| | | | | | 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-3/+7
| | | | | | will be added in a separate commit. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-1/+1
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-5/+5
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix wrong maintained kate MRU list if any plugin is enabledMichele Calgaro2013-12-141-8/+3
| | | | This resolves Bug 1743
* Fix adding newly created documents to MRU list in kateMichele Calgaro2013-12-041-1/+8
| | | | This resolves Bug 1680
* Add the ability to force Kate into MDI mode all the time.Darrell Anderson2013-08-171-0/+3
| | | | This resolves bug report 1127.
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-151-6/+6
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-141-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-2/+2
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-14/+14
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-011-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-2/+2
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-251-7/+7
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-031-1/+1
|
* Restore Kate MRU list number-of-items configuration optionTimothy Pearson2012-01-071-0/+1
| | | | This closes Bug 244
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-3/+3
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-4/+4
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-8/+8
| | | | This reverts commit 73c08b592db45af554b9f21029bc549d70f683ab.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-8/+8
|
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-091-1/+1
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdebase to (mostly) function correctly with TQt for Qt4tpearson2011-02-151-3/+3
| | | | | | | | Fix kicker tackbar handling under Classic mode (thanks to Ilya Chernykh for the patch) Fix a newly invalidated section of code under GCC 4.5.2 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47723#c6) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1220927 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable compilation with TQt for Qt4 3.4.0 TP2tpearson2011-01-191-27/+27
| | | | | | | This should not break compatibility with TQt for Qt3; if it does please fix it ASAP! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1215552 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-071-6/+6
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-031-6/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-311-82/+82
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1157639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-251-0/+854
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da