Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Qt with TQt | Michele Calgaro | 2023-11-05 | 28 | -43/+43 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit f57d24985e5b3c8b8c070388aedf6fa915b1c316) | ||||
* | Fix FTBFS caused by taglib as a result of the QString -> TQString renaming. | Slávek Banko | 2023-09-29 | 1 | -9/+12 |
| | | | | | Signed-off-by: Slávek Banko <[email protected]> (cherry picked from commit f163e21e1e0fe88bc9aad1bc0c44fc70b2dd71cc) | ||||
* | Replace TQ_*Focus* and TQ_Scale* defines | Michele Calgaro | 2023-09-03 | 5 | -7/+7 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d82c9bd8b659143ef1c13dfff0f0a1a6da99e11f) | ||||
* | Drop TQT_BASE_OBJECT* defines | Michele Calgaro | 2023-08-16 | 12 | -13/+13 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 074a3e6db609cc04e0a5830b0c1884447d0e5bbb) | ||||
* | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-24 | 123 | -132/+132 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e164b1d02780da8e0d91f5c6617b511f1b24fc6d) | ||||
* | Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵ | Michele Calgaro | 2023-07-13 | 2 | -2/+2 |
| | | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit c7f2ea3d7c05c466ba00bf576dac54b26482bc17) | ||||
* | Drop python2 support.r14.1.0 | Slávek Banko | 2023-01-20 | 4 | -132/+132 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix FTBFS on non-linux systems. | Slávek Banko | 2021-07-04 | 2 | -2/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Copy translations to a new directory layout. | Slávek Banko | 2021-07-04 | 1 | -1/+1 |
| | | | | | | Use common rules to build translations. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Drop automake build support. | Slávek Banko | 2021-07-04 | 19 | -680/+0 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed code formatting modelines. | Michele Calgaro | 2020-09-29 | 2 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Use TDE CMake macros instead of the former KDE3 CMake macros. | Slávek Banko | 2020-05-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Removed explicit usage of the 'register' keyword. | Michele Calgaro | 2020-01-30 | 4 | -29/+29 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Add CMakeL10n rules. | Slávek Banko | 2018-12-30 | 1 | -0/+98 |
| | | | | | | Update translation template. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | QT_NO_* -> TQT_NO_* renaming. | Michele Calgaro | 2018-10-17 | 2 | -7/+7 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -7/+7 |
| | | | | | | | | | 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 | 2 | -6/+6 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Update tests to a new way | Slávek Banko | 2017-02-05 | 1 | -12/+6 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix CMake build dependencies | Slávek Banko | 2016-09-19 | 2 | -0/+3 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Initial cmake conversion | Slávek Banko | 2016-09-18 | 20 | -1/+689 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix FTBFS when using --enable-final | Slávek Banko | 2016-09-18 | 3 | -457/+2 |
| | | | | | | Removed generated tellico_config.cpp Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Use libv4l1-videodev.h when available | Slávek Banko | 2016-09-18 | 2 | -3/+4 |
| | | | | Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Fix build with KDE_DEFAULT_CXXFLAGS | Slávek Banko | 2016-09-18 | 11 | -14/+21 |
| | | | | | | Fix FTBFS with GCC6 Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Bring printer1 icon into XDG compliance | Timothy Pearson | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | Fix exec icon location and bring it into XDG compliancer14.0.0 | Timothy Pearson | 2014-10-22 | 2 | -2/+2 |
| | |||||
* | Bring most mimetypes in line with XDG specifications. The following are not ↵ | Timothy Pearson | 2014-10-22 | 1 | -2/+2 |
| | | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown | ||||
* | Bring package_development, package_games, package_graphics, package_network, ↵ | Timothy Pearson | 2014-10-14 | 2 | -3/+3 |
| | | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance | ||||
* | Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵ | Timothy Pearson | 2014-10-14 | 1 | -1/+1 |
| | | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance | ||||
* | Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵ | Timothy Pearson | 2014-10-13 | 7 | -18/+18 |
| | | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance | ||||
* | Bring undo, redo, find, and revert icons into XDG compliance | Timothy Pearson | 2014-10-13 | 1 | -3/+3 |
| | |||||
* | Bring up, down, top, and bottom icons into XDG compliance | Timothy Pearson | 2014-10-13 | 3 | -6/+6 |
| | |||||
* | Fix TDEHotNewStuff interface with OCS providers | Timothy Pearson | 2014-10-08 | 7 | -208/+116 |
| | | | | This relates to Bug 2127 | ||||
* | Update for recent TDENewStuff changes | Slávek Banko | 2014-10-03 | 6 | -33/+27 |
| | |||||
* | Fix remaining renaming knewstuff | Slávek Banko | 2014-09-24 | 1 | -1/+1 |
| | |||||
* | Update to upstream version 1.3.6 | Slávek Banko | 2014-03-03 | 79 | -197/+4059 |
| | |||||
* | Fix unintended renaming | Darrell Anderson | 2014-02-16 | 1 | -7/+7 |
| | |||||
* | Add end-of-file newlines. | Darrell Anderson | 2013-11-30 | 2 | -2/+2 |
| | |||||
* | Additional k => tde renaming and fixes | Slávek Banko | 2013-09-03 | 3 | -5/+5 |
| | |||||
* | Fix 'format not a string literal' error | Francois Andriot | 2013-08-01 | 1 | -2/+2 |
| | |||||
* | Fix broken URL. | Darrell Anderson | 2013-04-06 | 1 | -1/+1 |
| | |||||
* | Rename KABC namespace | Timothy Pearson | 2013-02-20 | 4 | -10/+10 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 117 | -149/+149 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 29 | -31/+31 |
| | |||||
* | Rename KComp to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-07 | 2 | -9/+9 |
| | |||||
* | Rename KCmd to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-06 | 1 | -2/+2 |
| | |||||
* | Rename KIcon to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-04 | 10 | -42/+42 |
| | |||||
* | Rename kdisplay for enhanced compatibility with KDE4 | Timothy Pearson | 2013-02-02 | 2 | -2/+2 |
| | |||||
* | Rename many classes and header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 27 | -34/+34 |
| | |||||
* | Rename a number of classes to enhance compatibility with KDE4 | Timothy Pearson | 2013-02-01 | 34 | -194/+194 |
| | |||||
* | Rename KLock and KTrader to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-01 | 1 | -1/+1 |
| |