summaryrefslogtreecommitdiffstats
path: root/kate
Commit message (Collapse)AuthorAgeFilesLines
* Fixed unwanted rename in Kate's qt4 syntax highlight file.Michele Calgaro2018-10-171-179/+179
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-179/+179
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed unvoluntary rename in qt4 syntax highlight file.Michele Calgaro2018-09-271-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-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 <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-176-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Fixed javascript syntax highlighting in KateMichele Calgaro2017-01-303-4/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Oct 2016Michele Calgaro2016-10-17130-273/+1147
| | | | 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 up previous commit.Michele Calgaro2016-01-232-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update kate syntax highlight filesMichele Calgaro2016-01-232-0/+387
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kate syntax highlighting files update - Oct 2015Michele Calgaro2015-10-2524-378/+12202
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* Kate syntax highlighting files update - Jun 2015Michele Calgaro2015-06-196-241/+1463
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>
* 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.
* Added 'Delete Line' menu entry in Kate. This resolves bug 1907.Michele Calgaro2015-01-013-4/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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
|
* Add cmake item to kate syntax highlighting files.Darrell Anderson2013-12-242-0/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0313-21/+21
|
* Fix Kate syntax highlighting stallTimothy Pearson2013-05-051-20/+19
| | | | This resolves Bug 1279
* Fix unintended rename of WORKFILESlávek Banko2013-03-011-1/+1
|
* Fix unintended rename of pickfile*Slávek Banko2013-02-261-1/+1
|