summaryrefslogtreecommitdiffstats
path: root/kate
Commit message (Collapse)AuthorAgeFilesLines
* 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> (cherry picked from commit 6f0a5983467358a325740c689c1fd546c3752b52)
* Removed code formatting modelines.Michele Calgaro2020-09-27106-184/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ed8e30bc6dd18716b42087183e57a481d6ec5fa4)
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-256-6/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 42f3a62161d1b0c7047d1edfdcb8af72b7314f1b)
* 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> (cherry picked from commit 080c061b15cfcb11e26a2ede1c8082afb0c5d329)
* Desktop file translations:Slávek Banko2020-06-0714-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 <slavek.banko@axis.cz> (cherry picked from commit 4b7a4e17362206fd2eade35ba947a850263b0ea1)
* 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> (cherry picked from commit c2b90055a581e9fb95a281fab53b6c56a96a4f2d)
* Fix ordered list tag.Chris2019-08-181-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 7187b9971214fefa7f8c7c4affc105d20e56ca2f)
* Update Kate syntax highlight files fromMichele Calgaro2019-03-03113-39267/+43645
| | | | | | | http://kate-editor.org/syntax/2.5/ sources. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b956734b51a178ba083848672b006aa325217381)
* Add CMakeL10n rules.Slávek Banko2018-12-097-0/+29
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 707d60c602a5bed23be354ea362ea7c24a87fb0b)
* 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> (cherry picked from commit 7ef585492cbe3a421bee00898b3927a88e035094)
* Small adjustments in Kate syntax highlighting files.Slávek Banko2018-12-022-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 <slavek.banko@axis.cz> (cherry picked from commit 2040c561190090186744b440573e3c73aee8f6ef)
* Added G-code Kate syntax highlight file.Michele Calgaro2018-06-214-6/+218
| | | | | | | | | | | | Taken from: https://raw.githubusercontent.com/FernV/Gcode-highlight-for-Kate/master/gcode.xml Work from: Copyright © 2016 by Fernand Veilleux (fernveilleux@gmail.com) License: Library GPL Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6734f5e47f496ca1b89e2fd6c51e46ec447e3de1)
* Fixed javascript syntax highlighting in KateMichele Calgaro2017-01-303-4/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b14a2da3b92460ef7dddbc98b4a794d61840a97c)
* Kate syntax highlighting files update - Oct 2016Michele Calgaro2016-10-17130-273/+1147
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fddd4b7f8bdd9b0c5b4d3e21618c0a899937f646)
* Fix FTBFS with GCC6Slávek Banko2016-09-031-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0d8345e6f7f2402d3ee88c0eb3d89e0e839bc5b5)
* Fixed up previous commit.Michele Calgaro2016-01-232-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 98c2c3cb3086e6680be3ef463f16e1159c692b77)
* Update kate syntax highlight filesMichele Calgaro2016-01-232-0/+387
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit aca6552dd5ee39a6eb4fc16371352360685e05ee)
* Kate syntax highlighting files update - Oct 2015Michele Calgaro2015-10-2524-378/+12202
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd1a8d0d1a40f43040555128913e55202f241270)
* Fixed C++ support in Kate syntax highlighting code. This resolves bug 2455.Michele Calgaro2015-07-045-19/+56
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 4e55a1cfaa00035481a72f1271aee8954e3053ad)
* Kate syntax highlighting files update - Jun 2015Michele Calgaro2015-06-196-241/+1463
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 508cf16bf962d2025b8271c5cf0b0c750a4f532f)
* Added *.service and *.target format to INI files.Darrell Anderson2015-06-112-2/+2
| | | | | | | | | | Signed-off-by: Darrell Anderson <darrella@clovermail.net> Modified to update syntax version number. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8b1fec8a6b25dd0502950488fdb6054b5f8c9208) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Jan 2015.Michele Calgaro2015-01-206-10/+2195
| | | | | | | 1) Changes in asm-m68k.xml, ppd.xml, sql-oracle.xml taken from http://kate-editor.org/syntax/2.5 2) Changes to the other files from myself. (cherry picked from commit 3cefb44bccead583a49043b1169cfea1e6367c7a)
* Kate syntax highlighting files update - Nov 2014Michele Calgaro2014-11-256-7/+117
|
* 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
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-116-12/+12
| | | | match XDG specifications
* Update mimetypes in Kate plugins to match output of libmagicTimothy Pearson2014-10-084-4/+4
| | | | This relates to Bug 2148
* Kate syntax highlighting files update - Sep 2014Michele Calgaro2014-09-19137-933/+6668
|
* Rename the string kde toolbar widgetTimothy Pearson2014-08-071-1/+1
|
* Kate syntax highlighting files update - Jul 2014Michele Calgaro2014-07-2826-208/+275
|
* Kate syntax highlighting files update - Jun 2014Michele Calgaro2014-06-0314-39/+68
|
* Reverted alert style definition for Kate's syntax highlighting. This ↵Michele Calgaro2014-05-102-31/+14
| | | | resolves bug 2050.
* Kate syntax highlighting files update - Apr 2014Michele Calgaro2014-04-283-4/+40
|
* Revert commit 1d498994Slávek Banko2014-04-056-6/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-026-0/+6
| | | | This relates to Bug 1199
* Fix FTBFS caused by commit b8eb0069Timothy Pearson2014-04-011-2/+2
|
* Kate syntax highlighting files update - Mar 2014Michele Calgaro2014-04-014-27/+40
|
* Kate syntax highlighting files update - Feb 2014Michele Calgaro2014-03-03208-2769/+7263
|
* Fix PHP generation script. This resolves bug 1946Michele Calgaro2014-02-201-1/+3
|
* Fix -tdehtml-* rename regression. This resolves bugs 1825 and 1692Michele Calgaro2014-02-095-26/+26
|
* Add *.protocol as a recognized file type, which functionally are identical ↵Darrell Anderson2014-02-071-2/+2
| | | | to *.desktop files.
* Kate syntax highlight files update - Jan 2014Michele Calgaro2014-01-275-720/+894
|
* Update kate syntax highlight file for POV-RayNikolaus Klepp2014-01-192-185/+232
|
* Update kate syntax highlight filesMichele Calgaro2014-01-09218-1343/+16009
|
* Add vbox as a recognized xml mimetype.Darrell Anderson2014-01-061-1/+1
| | | | This resolves bug report 1804.
* Add libtool item to kate syntax highlighting files.Darrell Anderson2013-12-252-0/+2
|