summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use tdeprocess.hHEADmasterMichele Calgaro2024-12-027-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2024-11-261-11/+16
| | | | | | | Currently translated at 87.5% (7 of 8 strings) Translation: applications/kmymoney - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/es_AR/
* Use tde_install_symlink to create symlink during installation,Slávek Banko2024-11-181-14/+1
| | | | | | | | | instead of calling add_custom_command, add_custom_target and install. This not only simplifies the code, but prevents the problem of repeated starting of the 'ln' command with CMake >= 3.31, which led to FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Translated using Weblate (Georgian)Temuri Doghonadze2024-11-091-858/+882
| | | | | | | Currently translated at 32.1% (859 of 2674 strings) Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ka/
* Added translation using Weblate (Georgian)Temuri Doghonadze2024-11-081-0/+13752
|
* Translated using Weblate (Georgian)Temuri Doghonadze2024-11-071-11/+14
| | | | | | | Currently translated at 100.0% (8 of 8 strings) Translation: applications/kmymoney - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ka/
* Added translation using Weblate (Georgian)Temuri Doghonadze2024-11-061-0/+56
|
* Drop Borland compiler specific codeMichele Calgaro2024-10-312-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Need to include definition of Q_UNUSED macroMichele Calgaro2024-10-231-0/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2024-08-2922-201/+202
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/
* Update translation template.Automated System2024-08-291-9/+9
|
* tqabstractlayout.h is obsoleteMichele Calgaro2024-08-251-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-07-123-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-012-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added translation using Weblate (Spanish (Argentina))Slávek Banko2024-06-251-0/+56
|
* Translated using Weblate (Spanish (Argentina))Alejo Fernández2024-06-241-16/+23
| | | | | | | Currently translated at 99.7% (2667 of 2674 strings) Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/es_AR/
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-154-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-033-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2024-04-211-2/+2
| | | | | | | Currently translated at 100.0% (2674 of 2674 strings) Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/
* Translated using Weblate (Russian)Andrei Stepanov2024-04-211-28/+27
| | | | | | | Currently translated at 100.0% (2674 of 2674 strings) Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/
* Update translation filesTDE Weblate2024-03-251-2/+2
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kmymoney - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/
* Use centralized cmake versionMichele Calgaro2024-03-172-7/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2024-03-1022-176/+176
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/
* Update translation template.Automated System2024-03-101-8/+8
|
* Update translation filesTDE Weblate2024-03-1011-103/+111
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/
* cmake files: change keywords to lower caseMichele Calgaro2024-03-10394-879/+813
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-151-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-024-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-0494-1121/+1121
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove various '#define' strings - part 6Michele Calgaro2023-12-1515-180/+180
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2023-12-141-16/+14
| | | | | | | Currently translated at 100.0% (8 of 8 strings) Translation: applications/kmymoney - desktop files Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-044-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Translated using Weblate (Russian)Andrei Stepanov2023-12-021-9/+10
| | | | | | | Currently translated at 99.4% (2658 of 2674 strings) Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/
* Replace 'Event' #define stringsMichele Calgaro2023-11-305-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-246-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-052-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Qt with TQtMichele Calgaro2023-11-0558-334/+334
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-265-27/+27
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_EXPORT_*/Q_EXTERN defines with TQ_EXPORT_*/TQ_EXTERNMichele Calgaro2023-09-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-028-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update translation filesTDE Weblate2023-08-2922-110/+110
| | | | | | | Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: applications/kmymoney Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/
* Update translation template.Automated System2023-08-291-5/+5
|
* Drop USE_TQT4 codeMichele Calgaro2023-08-253-18/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-168-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_CONST definesMichele Calgaro2023-08-091-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20153-199/+199
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-112-19/+19
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop use of COMPAT_TQT_VERSION defineMichele Calgaro2023-06-059-130/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Qt2 obsolete classesMichele Calgaro2023-06-037-87/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>