summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeprocess.hHEADmasterMichele Calgaro42 hours3-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro14 days1-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Don't use obsolete header kapp.hMichele Calgaro2024-11-0510-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* cmake files: change keywords to lower caseMichele Calgaro2024-03-086-135/+135
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2024-02-1647-59/+56
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0216-32/+32
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-2921-274/+274
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-0712-84/+84
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Qt with TQtMichele Calgaro2023-11-045-9/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-231-1/+1
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-121-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-081-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2047-50/+50
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-112-4/+4
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Copy translations to a new directory layout.Slávek Banko2022-11-0918-661/+232
| | | | | | | | Use common rules for build and install translations. Use common rules for build and install documentation. Added translation of .desktop files. Signed-off-by: Slávek Banko <[email protected]>
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-0814-129/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix SEGV on exit. This relates to bug 3118.Roman Savochenko2022-07-302-3/+1
| | | | | Signed-off-by: Roman Savochenko <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2021-12-281-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix ftbfs on Fedora 34François Andriot2021-05-1114-137/+137
| | | | | | error: ISO C++17 does not allow dynamic exception specifications Signed-off-by: François Andriot <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-03-19145-419/+419
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2938-210/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Disable built-in sqlite3 plugin for TQt SQL.François Andriot2019-12-082-22/+3
| | | | | Signed-off-by: François Andriot <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
|
* Fix forgotten branding, to prevent fuzzy marking in translations.Chris2019-08-011-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* Fix branding of Tdesvn and also translations, for fuzzy prevention.Chris2019-07-294-4/+4
| | | | Signed-off-by: Chris <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-301-0/+21
| | | | | | Update translation template. Signed-off-by: Slávek Banko <[email protected]>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-034-7/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-273-3/+3
| | | | | | | | | | | 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]>
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-2721-147/+74
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix CMake build dependenciesMichele Calgaro2016-10-221-22/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> 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-23168-0/+0
|
* Fixed FTBFS introduced by subversion 1.9. This relates to bug 2528.Michele Calgaro2015-10-186-191/+350
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix ServiceTypes and ExcludeServiceTypes in desktop.in filesr14.0.0Timothy Pearson2014-11-231-1/+1
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-222-2/+2
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-7/+7
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-112-3/+3
| | | | match XDG specifications
* Fix FTBFS due to missing SQL driver methodTimothy Pearson2014-09-202-0/+12
| | | | This resolves Bug 2117
* Branding cleanup.Darrell Anderson2014-03-0310-10/+10
|
* Rebranding, tooltip, and What's This string cleanup.Darrell Anderson2014-01-191-3/+3
|
* Update images for branding and update installation location to fix missing ↵Darrell Anderson2014-01-128-1/+1
| | | | launcher menu icon.
* Fix use of ascii() in log messagesSlávek Banko2014-01-092-14/+14
|
* KDE->TDE branding cleanup.Darrell Anderson2013-12-261-3/+3
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0313-23/+23
|