summaryrefslogtreecommitdiffstats
path: root/languages
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeprocess.hHEADmasterMichele Calgaro10 days24-26/+26
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-101-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Don't use obsolete header kapp.h and fix some renamesMichele Calgaro2024-11-071-5/+5
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop Borland compiler specific codeMichele Calgaro2024-10-271-14/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* cmake files: change keywords to lower caseMichele Calgaro2024-03-083-15/+15
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0833-67/+67
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace auto_ptrMichele Calgaro2024-02-074-9/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix SEGV when hovering on symbols after creating a new project. This ↵Michele Calgaro2024-02-022-68/+75
| | | | | | resolves issue #40. Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1494-1106/+1106
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-293-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-264-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-248-14/+14
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-0718-79/+79
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2526-98/+98
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-182-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Addendum to previous commit (replace Q_OBJECT with TQ_OBJECT)Michele Calgaro2023-08-011-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-21153-174/+174
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed Qt4 specific code and template filesMichele Calgaro2023-07-14100-9153/+21
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1210-20/+20
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Drop python2 support.r14.1.0Slávek Banko2023-01-166-22/+26
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-186-48/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix ftbfs on Fedora 34François Andriot2021-05-1215-45/+45
| | | | | | error: reference to ‘data’ is ambiguous Signed-off-by: François Andriot <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-1770-336/+328
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed SEGV caused by dereferencing NULL pointer when right clickingMichele Calgaro2020-11-281-1/+6
| | | | | | inside files not supported. This relates to bug 3173. Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2892-177/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use tde_create_tarball, which is ready for reproducible builds,Slávek Banko2020-07-3053-122/+433
| | | | | | instead of calling 'tar' and requiring GNU extensions. Signed-off-by: Slávek Banko <[email protected]>
* Desktop file translations:Slávek Banko2020-07-30282-10722/+2065
| | | | | | | + 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]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-302-8/+8
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed FTBFS caused by previous commit (lsm files removal).Michele Calgaro2019-09-0223-363/+247
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-175-7/+7
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <[email protected]>
* Fixed FTBFS caused by qt->tqt renaming.Michele Calgaro2018-09-288-0/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-2820-33/+33
| | | | | | | | kdeqt -> kdetqt qtkde -> tqtkde qtdesigner -> tqtdesigner Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | 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]>
* qt -> tqt conversion:Michele Calgaro2018-09-2713-18/+18
| | | | | | | | | | | 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 <[email protected]>
* QT_INCLUDES => TQT_INCLUDES conversionSlávek Banko2018-09-261-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-2325-140/+83
| | | | Signed-off-by: Slávek Banko <[email protected]>
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-184-4/+4
| | | | | | module Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1723-28/+28
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-016-6/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23111-0/+0
|
* Fix FTBFS with clangSlávek Banko2015-06-292-1/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Add gnu tar detectionSlávek Banko2015-06-2980-80/+80
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fixed simple C++ Hello World template project build. This resovles bug 2310.Michele Calgaro2015-06-271-5/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Revert to .kdevelop files with <kdevelop> entity name for project files.Michele Calgaro2015-06-17354-547/+547
| | | | | | This resolves bug 2308. Signed-off-by: Michele Calgaro <[email protected]>
* Fix cmake template project files. This relates to bug 2308.Michele Calgaro2015-06-1511-59/+69
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix accidental error introduced in GIT hash 2cd151r14.0.0Timothy Pearson2014-11-162-2/+2
|
* Fix accidental duplication of text-x- in new mime icon stringsTimothy Pearson2014-10-242-2/+2
|