summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chalk: add missing include in a .uiHEADmasterAlexander Golubev2025-08-201-0/+1
| | | | | | | This fixes FTBFS on a system with minimal-ish configuration of tqt/tdelibs. Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Use tdeinstance.hMichele Calgaro2025-08-18114-114/+114
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* filters/xsltfilter: fix FTBFS against libxml 2.13+Alexander Golubev2025-07-282-0/+8
| | | | | | See: https://gitlab.gnome.org/GNOME/libxml2/-/commit/c011e7605d42030cf21acdece466aaddaeb5a360 Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/96 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
* Use TDEDesktopFileMichele Calgaro2025-07-137-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use TDESimpleConfigMichele Calgaro2025-07-128-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-04-03182-1377/+1377
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdestandarddirs.hMichele Calgaro2025-02-28153-156/+153
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2025-02-051-0/+0
|
* Use tdeAppMichele Calgaro2025-02-03122-285/+285
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with gcc 15 and remove obsolete patch file. This resolves issue #90Michele Calgaro2025-02-023-230/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2025-01-091-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2025-01-031-0/+0
|
* Remove support for Metrowerks compilerMichele Calgaro2024-12-313-480/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary filesMichele Calgaro2024-12-292-211/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary kprocio.h inclusionMichele Calgaro2024-12-161-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use tdeprocess.hMichele Calgaro2024-12-029-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename KUniqueApplication to TDEUniqueApplicationMichele Calgaro2024-11-091-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-11-071-0/+0
|
* Fix FTBFS caused by commit dbc953c5Michele Calgaro2024-11-021-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-10-311-0/+0
|
* Use tqt-mt instead of tqt libraryMichele Calgaro2024-10-311-4/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop Borland compiler specific codeMichele Calgaro2024-10-279-21/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-10-141-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-10-091-0/+0
|
* Replace obsolete python callMichele Calgaro2024-10-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* mswriter: fix wrong ListElement template. This resolves issue #78Michele Calgaro2024-10-031-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix kexidb build with -std=c++20.François Andriot2024-10-011-1/+1
| | | | | | This solves issue #70. Signed-off-by: François Andriot <francois.andriot@thalesgroup.com>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-09-261-0/+0
|
* Adapt to latest tqt3 versionMichele Calgaro2024-09-166-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove inclusion of obsolete headerMichele Calgaro2024-08-251-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-07-121-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-07-081-0/+0
|
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-016-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-07-011-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-05-271-0/+0
|
* KSpread: New lookup/reference functionsMavridis Philippe2024-05-182-2/+123
| | | | | | | | | | | Adds reference functions HLOOKUP, VLOOKUP. Import from Calligra revision 1134327. Authors: Stefan Nikolaus <stefan.nikolaus@kdemail.net> Sebastian Sauer <mail@dipe.org> Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* KSpread: Add natural comparison operators.Mavridis Philippe2024-05-182-3/+79
| | | | | | | | Natural comparison does not depend on the type of data (whether it's a string or a number). Based on Calligra Sheets code originally from revision 551470. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-1510-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0314-74/+74
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fix FTBFS reported in issue #67Michele Calgaro2024-04-162-3/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Karbon: Fix FTBFS in xrgbrender due to implicit declaration of functions.Slávek Banko2024-04-021-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Qt with TQtMichele Calgaro2024-03-1781-358/+343
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use centralized cmake versionMichele Calgaro2024-03-171-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-153-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-02-141-0/+0
|
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-1316-45/+45
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-02-081-0/+0
|
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0223-52/+52
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace auto_ptrMichele Calgaro2024-01-204-5/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>