summaryrefslogtreecommitdiffstats
path: root/kate/app
Commit message (Collapse)AuthorAgeFilesLines
* Kate: use paths for local files instead of file:/// URLs.Mavridis Philippe2024-06-025-11/+11
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 0ce7b62e9e7a28ed4da7e6fb829bd5ded214bda9)
* Kate: display file type icon and tooltip in viewspaceMavridis Philippe2024-06-022-3/+7
| | | | (cherry picked from commit b82c8a3f42468101be9518a4f08e0aa5a651b66f)
* Kate: display file type icons in file listMavridis Philippe2024-06-021-2/+10
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit 9bb299eeb6e47a050473c3a396ddf8758f11e3cc)
* Kate: use mouse back/forward buttons to move between open documentsMavridis Philippe2024-06-023-14/+37
| | | | | | | | The direction of movement can be configured (reversed) through the settings dialog. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit a9d34c14366e18066f67b972eab79a03d1081726)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-053-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 026828840f8255b5c4fde83ea95209f6f1f5ef8f)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1620-265/+265
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a4241b7911d2e0b36edfb02f616b8b282050c0ec)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-2611-72/+72
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c4a6487c827add9382001ff1892b8fb3bfa94682)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 82c1dbe490f7afcb5b48fdfb8748bde249bcf4f7)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-251-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36f2e08fd382c7042fbd3c8e7708f3ba1b9c9bd7)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-202-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8f924d271a4771b8046697fefd778d895a54d93d)
* Replace Qt with TQtMichele Calgaro2023-11-148-36/+36
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b965cbac5b21345e9dfc768a7e4f660ffa4aa72f)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-252-2/+2
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 33c7d159890b81da8f44ee330a349e3abd553bec)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-041-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a8f627e6d45af521718176586daf0253b4daa597)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-181-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0fc56f21d45249a473d20555ff3071d3b16bee54)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7bc43c68b3c095631628e1fb691242315687d15b)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2023-42/+42
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 814bf5fc4f403c13b0d8274c7f13fbef183c5c84)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-132-3/+3
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22625693f124aae09863f4d33e30b625a96c3557)
* Removed code formatting modelines.Michele Calgaro2020-09-2223-37/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate:Michele Calgaro2020-04-112-9/+15
| | | | | | | | 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-234-20/+39
| | | | | | window caption or not. This relates to issue #62. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove old upstream URL of KWrite and Kate.Chris2019-07-272-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Kate session panel: fixed restoring of multiple Kate's main windows.Michele Calgaro2018-07-021-6/+2
| | | | | | This relates to bug 2491 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unrequired comments.Michele Calgaro2018-06-204-8/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added "Sessions" menu support.Michele Calgaro2016-10-086-48/+155
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: removed no longer used OldKateSession and ↵Michele Calgaro2016-10-022-1040/+1
| | | | | | OldKateSessionManager code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added support for switch/shutdown session options and ↵Michele Calgaro2016-05-2311-114/+437
| | | | | | | | | 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-215-95/+212
| | | | | | 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-254-78/+293
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: added save and read-only functionality. Fixed up toolbar ↵Michele Calgaro2016-03-105-29/+200
| | | | | | | | 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-104-18/+225
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate session panel: some code refactoring + completed GUI for "New session" ↵Michele Calgaro2016-02-225-121/+233
| | | | | | and "Delete session". Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for "Delete session" in Kate session panel.Michele Calgaro2016-02-205-59/+134
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for Kate startup options and for "New session" functionality.Michele Calgaro2016-02-197-275/+339
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Disabled the old session manager and switched permanently to the new one. ↵Michele Calgaro2016-02-089-428/+567
| | | | | | | | | 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-238-64/+165
| | | | | | | | *** 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>
* Added initial version of new KateSession and KateSessionManager. The old ↵Michele Calgaro2015-09-282-1/+373
| | | | | | version of the same classes is still the default for the time being. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renamed KateSession* --> OldKateSession* (except KateSessionPanel). This is ↵Michele Calgaro2015-08-148-133/+133
| | | | | | 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-107-6/+289
| | | | | | will be added in a separate commit. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added option to suppress 'Find in files' error dialog in Kate. This resolves ↵Michele Calgaro2015-01-042-6/+24
| | | | | | bug 1911. 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-134-4/+4
| | | | 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-134-12/+12
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-132-4/+4
|
* Fix unwanted drag and drop continuation when file modification dialog was ↵Timothy Pearson2014-09-202-1/+15
| | | | shown and mouse cursor subsequently moved back over the file list
* Fix wrong maintained kate MRU list if any plugin is enabledMichele Calgaro2013-12-142-9/+3
| | | | This resolves Bug 1743
* Fix adding newly created documents to MRU list in kateMichele Calgaro2013-12-042-4/+12
| | | | This resolves Bug 1680
* Fix remnant QMIN/QMAX to TQMIN/TQMAX.Darrell Anderson2013-11-282-2/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Add the ability to force Kate into MDI mode all the time.Darrell Anderson2013-08-175-3/+29
| | | | This resolves bug report 1127.