summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary kprocio.h inclusionr14.1.xMichele Calgaro10 days1-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 33cfbc7c0184032381b243450c653385db693e87)
* Fix FTBFS caused by commit dbc953c5Michele Calgaro2024-11-021-1/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 19e0ec1cbf396751b3024d687cc0670c4719dc43)
* Drop Borland compiler specific codeMichele Calgaro2024-10-319-21/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dbc953c5a76adc77d2a58f666dd692ae5b792025)
* Replace obsolete python callr14.1.3Michele Calgaro2024-10-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9609561640fca6140badcf6d616a1e39af1f2dbe)
* mswriter: fix wrong ListElement template. This resolves issue #78Michele Calgaro2024-10-041-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e1202e46cb4a06d484931f498a9d0cf4d1863056)
* 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> (cherry picked from commit 4c1465bdd8f82e76ab31578fe5183df754acf9e1)
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-09-261-0/+0
|
* Remove inclusion of obsolete headerMichele Calgaro2024-08-291-4/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 201b6b75ecccbd9c37ac74f7f85def8ea3548cde)
* 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> (cherry picked from commit 48317c27a99823fbd790eff78470c5274ace467f)
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-07-011-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> (cherry picked from commit 76f5e81662ade526958e24dee91adaf03a294c72)
* 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> (cherry picked from commit 4f21f4038f558fa330c307cc3745d6c3568b8b56)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-1510-17/+17
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0bcd64f7fce74db2ef792e73ed5eceb079fd64f)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-0714-74/+74
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0)
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-05-021-0/+0
|
* Fix FTBFS reported in issue #67r14.1.2Michele Calgaro2024-04-172-3/+11
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 24920570b11e0c849464e9049e609e2438804276)
* 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> (cherry picked from commit 7c63535e7713ef762536d580e49e7af4881d47c5)
* Replace Qt with TQtMichele Calgaro2024-03-2281-358/+343
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
* Use centralized cmake versionMichele Calgaro2024-03-171-1/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ea7a0b4d73337e0e30678300466e668179241348)
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-163-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04d9ceaa0e20cc22f1cdc55bd691cd6cd391457a)
* 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-1416-45/+45
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39ecff8fe9f78f3363caa0dd1bca64d68dd178b0)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0323-52/+52
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 63c2fcedcd98caf7979bc4797029cbcb32433a5a)
* Replace auto_ptrMichele Calgaro2024-01-224-5/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 56ddbe04dc445c012c568083202ce433c1da7026)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-13672-6113/+6113
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf)
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2024-01-021-0/+0
|
* Remove various '#define' strings - part 6Michele Calgaro2023-12-24102-1333/+1333
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3aab8aa05b954b80e336517f93463a9b5f50f3d6)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0586-143/+143
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7)
* Replace 'Event' #define stringsMichele Calgaro2023-11-3044-101/+101
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d7ae9fb514226c126e04cfe4f34800beb9f4ea19)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-2617-27/+27
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b727f4b3b1957bec28a350575237b93f8f278cdb)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2430-70/+70
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0)
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-232-10/+10
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10a82ab583d7608cd9efd5fe1e76700c9d06b4c2)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-203-15/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 390bf1c592924b4b9cbc51c31a2618dccaea9241)
* Replace Qt with TQtMichele Calgaro2023-11-16358-1519/+1519
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ef06f14f2475bd08d3ea2ceec54a7b2238f3554e)
* 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> (cherry picked from commit 895081803a715ee89f4a90cfbf63d558ef2b2ebc)
* 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, ↵r14.1.1Michele Calgaro2023-09-2824-479/+479
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
* 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-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36ddb9f9282d51afdfd5ea892530d657a0f0c3b4)
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-122-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cecd6a4a4814cb41562ea1d9bd36d40db7c9bdbe)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0392-157/+157
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04e50e547f8ed2d6db996bc4816179fa962bd6b1)
* Reset submodule main/applications/office/koffice/admin to latest HEADAutomated System2023-09-011-0/+0
|
* Drop USE_TQT4 codeMichele Calgaro2023-08-2925-130/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1848-175/+175
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a7ea84c97639f635d798348432f355e3ac496a1d)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-085-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ca88704c3e4a4fd5ddc9e96e4ccf22b53816e03d)