summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTHEADmasterMichele Calgaro2024-05-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2024-02-161-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-2912-261/+261
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-077-133/+133
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-032-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix pasting UTF8 text from clipboard.Michele Calgaro2023-11-271-1/+2
| | | | | | This commit is based on work from Roman Savochenko <roman@home.home> available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-047-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_QT4 code and unnecessary .tdevelop project fileMichele Calgaro2023-08-243-14/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS from issue #6.Slávek Banko2023-08-151-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-154-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-1910-25/+25
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-06-283-97/+7
| | | | | | | + 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>
* Move translations to a new directory layout.Slávek Banko2020-06-281-1/+1
| | | | | | | Add support for LINGUAS for listing translations to install. Use common cmake rules for documentation. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed detection of files in kdiff3_part.Michele Calgaro2020-06-283-10/+50
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Finished up previous commit.gregory guy2020-06-283-483/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.gregory guy2020-06-274-63/+5
| | | | | | | | | | | | Add basic cmake build instructions. Delete the NEWS file. Rework of the README. The man folder has been moved into the doc folder for consistency with what have been done so far. The html pages have been moved into the doc folder as well. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fix FTBFS with clang.Slávek Banko2020-03-051-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* conversion to the cmake building systemgregory guy2019-09-202-1/+89
| | | | Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Add CMakeL10n rules.Slávek Banko2018-12-272-2/+8
| | | | | | Update translation templates. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-173-3/+3
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-271-4/+4
| | | | | | | | | 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-271-5/+5
| | | | | | | | | | | 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_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-181-2/+2
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag.Michele Calgaro2018-09-011-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-234-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-2/+2
| | | | match XDG specifications
* Add missing LDFLAGS causing FTBFSSlávek Banko2014-03-221-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-033-5/+5
|
* Fix incorrect characters.Darrell Anderson2013-05-231-1/+1
|
* Update desktop files in support of bug report 1463.Darrell Anderson2013-04-191-1/+0
|
* Fix prior commitTimothy Pearson2013-02-154-0/+0
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1512-25/+25
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1410-8/+8
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-063-13/+13
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-045-20/+20
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-016-10/+10
|
* Fix FTBFSTimothy Pearson2013-02-015-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0110-365/+365
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-313-4/+4
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2711-12/+12
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-267-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-258-100/+100
|