| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use tdeinstance.h | Michele Calgaro | 2025-08-18 | 3 | -3/+3 |
| * | Use TDEDesktopFile | Michele Calgaro | 2025-07-13 | 2 | -2/+2 |
| * | Use TDESimpleConfig | Michele Calgaro | 2025-07-12 | 7 | -19/+19 |
| * | Replace TRUE/FALSE with boolean values true/false | Michele Calgaro | 2025-05-27 | 1 | -1/+1 |
| * | Use tdestandarddirs.h | Michele Calgaro | 2025-02-25 | 7 | -7/+7 |
| * | Use tdeglobalaccel.h | Michele Calgaro | 2025-02-22 | 2 | -2/+2 |
| * | Use tdeApp | Michele Calgaro | 2025-02-03 | 6 | -18/+18 |
| * | Use TDEProcIO class | Michele Calgaro | 2024-12-16 | 2 | -6/+6 |
| * | Use tdeprocess.h | Michele Calgaro | 2024-12-02 | 1 | -1/+1 |
| * | Rename KUniqueApplication to TDEUniqueApplication | Michele Calgaro | 2024-11-20 | 1 | -1/+0 |
| * | Don't explicetly include tqt.h anymore | Michele Calgaro | 2024-10-31 | 1 | -4/+0 |
| * | Kate: use paths for local files instead of file:/// URLs. | Mavridis Philippe | 2024-06-02 | 5 | -11/+11 |
| * | Kate: display file type icon and tooltip in viewspace | Mavridis Philippe | 2024-06-02 | 2 | -3/+7 |
| * | Kate: display file type icons in file list | Mavridis Philippe | 2024-06-02 | 1 | -2/+10 |
| * | Kate: use mouse back/forward buttons to move between open documents | Mavridis Philippe | 2024-06-02 | 3 | -14/+37 |
| * | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-05 | 3 | -3/+3 |
| * | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-16 | 20 | -265/+265 |
| * | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-26 | 11 | -72/+72 |
| * | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 1 | -1/+1 |
| * | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -2/+2 |
| * | Replace various strings '#define'd in tqtinterface | Michele Calgaro | 2023-11-20 | 2 | -5/+5 |
| * | Replace Qt with TQt | Michele Calgaro | 2023-11-13 | 8 | -36/+36 |
| * | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev... | Michele Calgaro | 2023-09-25 | 2 | -2/+2 |
| * | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 1 | -1/+1 |
| * | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-18 | 1 | -1/+1 |
| * | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 1 | -1/+1 |
| * | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 23 | -42/+42 |
| * | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ... | Michele Calgaro | 2023-07-13 | 2 | -3/+3 |
| * | Removed code formatting modelines. | Michele Calgaro | 2020-09-22 | 23 | -37/+0 |
| * | Kate: | Michele Calgaro | 2020-04-11 | 2 | -9/+15 |
| * | Kate: added checkbox to select whether to display the session name on the | Michele Calgaro | 2019-08-23 | 4 | -20/+39 |
| * | Remove old upstream URL of KWrite and Kate. | Chris | 2019-07-27 | 2 | -2/+2 |
| * | Kate session panel: fixed restoring of multiple Kate's main windows. | Michele Calgaro | 2018-07-02 | 1 | -6/+2 |
| * | Removed unrequired comments. | Michele Calgaro | 2018-06-20 | 4 | -8/+4 |
| * | Kate session panel: added "Sessions" menu support. | Michele Calgaro | 2016-10-08 | 6 | -48/+155 |
| * | Kate session panel: removed no longer used OldKateSession and OldKateSessionM... | Michele Calgaro | 2016-10-02 | 2 | -1040/+1 |
| * | Kate session panel: added support for switch/shutdown session options and fix... | Michele Calgaro | 2016-05-23 | 11 | -114/+437 |
| * | Kate session panel: fixed handling of volatile sessions. Also bug fixes and i... | Michele Calgaro | 2016-04-21 | 5 | -95/+212 |
| * | Kate session panel: added save_as and reload functionality. | Michele Calgaro | 2016-03-25 | 4 | -78/+293 |
| * | Kate session panel: added save and read-only functionality. Fixed up toolbar ... | Michele Calgaro | 2016-03-10 | 5 | -29/+200 |
| * | Kate session panel: added move up/down and rename functionality. | Michele Calgaro | 2016-03-10 | 4 | -18/+225 |
| * | Kate session panel: some code refactoring + completed GUI for "New session" a... | Michele Calgaro | 2016-02-22 | 5 | -121/+233 |
| * | Added support for "Delete session" in Kate session panel. | Michele Calgaro | 2016-02-20 | 5 | -59/+134 |
| * | Added support for Kate startup options and for "New session" functionality. | Michele Calgaro | 2016-02-19 | 7 | -275/+339 |
| * | Disabled the old session manager and switched permanently to the new one. Lot... | Michele Calgaro | 2016-02-08 | 9 | -428/+567 |
| * | Populated session panel. Now able to switch session within the new panel. | Michele Calgaro | 2015-10-23 | 8 | -64/+165 |
| * | Added initial version of new KateSession and KateSessionManager. The old vers... | Michele Calgaro | 2015-09-28 | 2 | -1/+373 |
| * | Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is t... | Michele Calgaro | 2015-08-14 | 8 | -133/+133 |
| * | Added Kate session panel. This commit contains the GUI elements. The logic wi... | Michele Calgaro | 2015-08-10 | 7 | -6/+289 |
| * | Added option to suppress 'Find in files' error dialog in Kate. This resolves ... | Michele Calgaro | 2015-01-04 | 2 | -6/+24 |