summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed FTBFS caused by qt->tqt renaming.Michele Calgaro2018-09-287-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-281-1/+1
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-272-6/+6
| | | | | | | | | 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>
* qt -> tqt conversion:Michele Calgaro2018-09-274-7/+7
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-274-9/+9
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_INCLUDES => TQT_INCLUDES conversionSlávek Banko2018-09-262-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdewebdev/admin to latest HEADAutomated System2018-09-241-0/+0
|
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1714-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdewebdev/cmake to latest HEADAutomated System2018-09-161-0/+0
|
* Reset submodule main/tdewebdev/admin to latest HEADAutomated System2018-09-161-0/+0
|
* Removed unnecessary executable flag. This relates to bug 2153.Michele Calgaro2018-09-0322-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary defines for sstream.Michele Calgaro2018-08-151-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed FTBFS with libxml2 >= 2.9.8François Andriot2018-07-182-0/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* cmake: Use set_property( SOURCE ... COMPILE_DEFINITIONS )Michele Calgaro2018-07-041-1/+1
| | | | | | | instead of set_source_files_properties( ... COMPILE_FLAGS ) to avoid the problem of double escaping quotation marks. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-016-6/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with clangSlávek Banko2018-05-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdewebdev/admin to latest HEADAutomated System2018-05-241-0/+0
|
* Reset submodule main/tdewebdev/admin to latest HEADAutomated System2018-05-081-0/+0
|
* Fix FTBFS with ICU >= 58Slávek Banko2018-05-018-1/+27
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdewebdev/admin to latest HEADAutomated System2018-04-291-0/+0
|
* Reset submodule main/tdewebdev/cmake to latest HEADAutomated System2017-03-261-0/+0
|
* Reset submodule main/tdewebdev/cmake to latest HEADAutomated System2017-02-181-0/+0
|
* Reset submodule main/tdewebdev/cmake to latest HEADAutomated System2017-01-291-0/+0
|
* cmake: add tde_add_check_executable macroSlávek Banko2017-01-261-0/+0
|
* Fix FTBFS with GCC6Slávek Banko2016-09-032-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/tdewebdev/admin to latest HEADAutomated System2016-08-071-0/+0
|
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23452-0/+0
|
* Reset submodule main/tdewebdev/cmake to latest HEADAutomated System2016-04-191-0/+0
|
* Reset submodule main/tdewebdev/cmake to latest HEADAutomated System2016-03-171-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-123-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/tdewebdev/cmake to latest HEADSlávek Banko2015-05-311-0/+0
|
* Reset submodule main/tdewebdev/cmake to latest HEADSlávek Banko2015-04-171-0/+0
|
* Reset submodule main/tdewebdev/admin to latest HEADSlávek Banko2015-04-171-0/+0
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-052-98/+98
|
* Moved TDEFileReplace to tdeutils. This resolves bug 767.Michele Calgaro2015-01-2790-9319/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Improvement to widget focus in TDEFileReplace and warning message clean upMichele Calgaro2015-01-262-4/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Open searched results with mouse or keyboard in TDEFileReplace. This ↵Michele Calgaro2015-01-262-13/+36
| | | | | | resolves bug 2322. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support for column sorting in TDEFileReplace. This resolves bug 2321.Michele Calgaro2015-01-242-8/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix up remaining references to DocPathr14.0.0Timothy Pearson2014-11-081-2/+2
|
* Fix FTBFS due to accidental double quote duplicationTimothy Pearson2014-10-232-2/+2
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-1/+1
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-222-6/+6
| | | | source as of this commit due to ubiquity: info, unknown
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-2216-74/+74
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Reset submodule main/tdewebdev/admin to latest HEADAutomated System2014-10-191-0/+0
|
* Reset submodule main/tdewebdev/cmake to latest HEADAutomated System2014-10-141-0/+0
|
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-141-1/+1
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdewebdevTimothy Pearson2014-10-131-0/+0
|\
| * Reset submodule main/tdewebdev/cmake to latest HEADAutomated System2014-10-131-0/+0
| |
* | Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-135-9/+9
|/ | | | 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