summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove inclusion of obsolete headerHEADmasterMichele Calgaro8 days1-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>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-04672-6113/+6113
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Remove various '#define' strings - part 6Michele Calgaro2023-12-15102-1333/+1333
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0486-143/+143
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace 'Event' #define stringsMichele Calgaro2023-11-3044-101/+101
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-2617-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2430-70/+70
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-232-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-203-15/+15
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-16358-1519/+1519
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-101-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-11-101-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-11-061-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-11-031-0/+0
|
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-10-301-0/+0
|
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-2624-479/+479
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-09-251-0/+0
|
* 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 various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-122-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0292-157/+157
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop USE_TQT4 codeMichele Calgaro2023-08-2525-130/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1848-175/+175
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-085-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop use of TQ_SP* defines.Michele Calgaro2023-08-071-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-201060-1339/+1339
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-07-191-0/+0
|
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-192-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1169-295/+295
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>