Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kate: update rust syntax to highlight alerts and todo. | David C. Rankin | 2024-09-24 | 2 | -3/+8 |
| | | | | | Signed-off-by: David C. Rankin <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate: use paths for local files in modified on disk dialog | Mavridis Philippe | 2024-05-26 | 1 | -3/+3 |
| | | | | Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | Kate syntax: allow PHP heredoc closing identifiers to be idented | Mavridis Philippe | 2024-05-18 | 1 | -5/+5 |
| | | | | | | | | It is allowed syntax since PHP version 7.3.0. See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | Kate: add support for template string syntax of JS | Mavridis Philippe | 2024-02-21 | 1 | -0/+6 |
| | | | | | | https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | Replace Q_WS_* defines with TQ_WS_* equivalents | Michele Calgaro | 2024-02-15 | 6 | -12/+12 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_SIGNALS and Q_SLOTS | Michele Calgaro | 2024-02-06 | 4 | -12/+0 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-12 | 29 | -455/+449 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace various '#define' strings - part 6 | Michele Calgaro | 2023-12-21 | 5 | -99/+96 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace 'Event' #define strings | Michele Calgaro | 2023-11-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 4 | Michele Calgaro | 2023-11-26 | 2 | -3/+3 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 3 | Michele Calgaro | 2023-11-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replaced various '#define' with actual strings - part 2 | Michele Calgaro | 2023-11-23 | 1 | -5/+5 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Qt with TQt | Michele Calgaro | 2023-11-15 | 22 | -119/+119 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵ | Michele Calgaro | 2023-09-25 | 3 | -5/+5 |
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-02 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-18 | 4 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_CONST defines | Michele Calgaro | 2023-08-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Drop TQT_TQ*_OBJECT defines | Michele Calgaro | 2023-08-08 | 2 | -4/+4 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 28 | -78/+78 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-12 | 1 | -3/+3 |
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate Part: Ctrl+Mouse Scroll to change font size | Mavridis Philippe | 2022-10-19 | 1 | -21/+38 |
| | | | | | | | | | | As seen in most applications out there. ;-) Signed-off-by: Mavridis Philippe <[email protected]> Fixed functionality of CTRL+Mouse Wheel when scrolling is not enabled. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate: unified diff and markdown's syntax colors for diff code to green/red | Michele Calgaro | 2022-10-18 | 3 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate: improved markdown syntax highlighting. | Ray-V | 2022-10-18 | 2 | -41/+91 |
| | | | | | Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | kate syntax highlighting - markdown: fixed strong emphasis visualization | Michele Calgaro | 2022-06-11 | 2 | -6/+6 |
| | | | | | | and ruler's regex. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate: syntax highlighting for Markdown | Mavridis Philippe | 2022-06-08 | 4 | -6/+153 |
| | | | | | | | | | | | | Source: https://github.com/claes/kate-markdown Licence: GPL or BSD (dual) Copyright 2008 Darrin Yeager. http://dyeager.org/ Extended 2009 Claes Holmerson. http://github.com/claes/kate-markdown Per mailing list recommendation by Dr. Niklaus Klepp <[email protected]> Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | Kate part: enable font style modification | Mavridis Philippe | 2022-05-03 | 1 | -1/+0 |
| | | | | | | This resolves issue TDE/tdebase#271. Signed-off-by: Mavridis Philippe <[email protected]> | ||||
* | Fix function name in LUA indentation script error message. | Slávek Banko | 2020-12-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-27 | 106 | -184/+1 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Simplify CMake rules for desktop file translations. | Slávek Banko | 2020-06-25 | 6 | -6/+6 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | For templates from CMake, use the TDE CMAKE TEMPLATES variable. | Slávek Banko | 2020-06-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Desktop file translations: | Slávek Banko | 2020-06-07 | 14 | -916/+42 |
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop explicit dependencies on dcopidl and dcopidl2cpp, | Slávek Banko | 2020-06-07 | 1 | -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 <[email protected]> | ||||
* | Fix ordered list tag. | Chris | 2019-08-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <[email protected]> | ||||
* | Update Kate syntax highlight files from | Michele Calgaro | 2019-03-03 | 113 | -39267/+43645 |
| | | | | | | http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-09 | 7 | -0/+29 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Rename translation context QXml => TQXml | Slávek Banko | 2018-12-04 | 1 | -1/+1 |
| | | | | | | to match the translation context in TQt3. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Small adjustments in Kate syntax highlighting files. | Slávek Banko | 2018-12-02 | 2 | -3/+3 |
| | | | | | | | | + Modify the line break in <language> tag in cpp.xml. + Remove UTF8 BOM from ppd.xml. + It allows processing by extractattr. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed unwanted rename in Kate's qt4 syntax highlight file. | Michele Calgaro | 2018-10-17 | 1 | -179/+179 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 1 | -179/+179 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed unvoluntary rename in qt4 syntax highlight file. | Michele Calgaro | 2018-09-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -2/+2 |
| | | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 6 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added G-code Kate syntax highlight file. | Michele Calgaro | 2018-06-21 | 4 | -6/+218 |
| | | | | | | | | | | | Taken from: https://raw.githubusercontent.com/FernV/Gcode-highlight-for-Kate/master/gcode.xml Work from: Copyright © 2016 by Fernand Veilleux ([email protected]) License: Library GPL Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed javascript syntax highlighting in Kate | Michele Calgaro | 2017-01-30 | 3 | -4/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate syntax highlighting files update - Oct 2016 | Michele Calgaro | 2016-10-17 | 130 | -273/+1147 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fix FTBFS with GCC6 | Slávek Banko | 2016-09-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fixed up previous commit. | Michele Calgaro | 2016-01-23 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update kate syntax highlight files | Michele Calgaro | 2016-01-23 | 2 | -0/+387 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Kate syntax highlighting files update - Oct 2015 | Michele Calgaro | 2015-10-25 | 24 | -378/+12202 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455. | Michele Calgaro | 2015-07-04 | 5 | -19/+56 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> |