summaryrefslogtreecommitdiffstats
path: root/kate/part
Commit message (Collapse)AuthorAgeFilesLines
* Kate: use paths for local files in modified on disk dialogMavridis Philippe5 days1-3/+3
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-156-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-061-6/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1220-395/+395
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-212-96/+96
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-1514-111/+111
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-253-5/+5
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-183-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2021-62/+62
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate Part: Ctrl+Mouse Scroll to change font sizeMavridis Philippe2022-10-191-21/+38
| | | | | | | | | | As seen in most applications out there. ;-) Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> Fixed functionality of CTRL+Mouse Wheel when scrolling is not enabled. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate part: enable font style modificationMavridis Philippe2022-05-031-1/+0
| | | | | | This resolves issue TDE/tdebase#271. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fix function name in LUA indentation script error message.Slávek Banko2020-12-091-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-2757-113/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* For templates from CMake, use the TDE CMAKE TEMPLATES variable.Slávek Banko2020-06-121-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop explicit dependencies on dcopidl and dcopidl2cpp,Slávek Banko2020-06-071-1/+0
| | | | | | | because thanks to the replacement of KDE3 CMake macros with TDE macros, this is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename translation context QXml => TQXmlSlávek Banko2018-12-041-1/+1
| | | | | | to match the translation context in TQt3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.Michele Calgaro2015-07-041-16/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added 'Delete Line' menu entry in Kate. This resolves bug 1907.Michele Calgaro2015-01-011-2/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-221-1/+1
| | | | source as of this commit due to ubiquity: info, unknown
* Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-143-7/+7
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Bring unindent and indent icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-2/+2
| | | | 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-132-3/+3
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-111-2/+2
|
* Revert commit 1d498994Slávek Banko2014-04-051-1/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-021-0/+1
| | | | This relates to Bug 1199
* Update kate syntax highlight filesMichele Calgaro2014-01-092-8/+3
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-038-8/+8
|
* Fix Kate syntax highlighting stallTimothy Pearson2013-05-051-20/+19
| | | | This resolves Bug 1279
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1525-47/+47
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1411-13/+13
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-074-8/+8
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-043-3/+3
|
* Fix unintended renamingTimothy Pearson2013-02-023-3/+3
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0119-27/+27
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0118-158/+158
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-012-3/+3
|
* Rename KSharedTimothy Pearson2013-01-311-2/+2
|
* Fix a few remaining references to kio_Timothy Pearson2013-01-301-1/+1
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2713-37/+37
|