summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Replace TRUE/FALSE with boolean values true/falser14.1.4Michele Calgaro2025-04-0335-353/+353
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf85b9c285a2b9baa87c9d0cb9d683b48e82a475)
* 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)
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-012-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48317c27a99823fbd790eff78470c5274ace467f)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-154-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0bcd64f7fce74db2ef792e73ed5eceb079fd64f)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-073-40/+40
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0)
* Replace Qt with TQtMichele Calgaro2024-03-2210-20/+15
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
* Replace QT_STATIC_CONST_* with actual definitionsMichele Calgaro2024-02-162-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04d9ceaa0e20cc22f1cdc55bd691cd6cd391457a)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-142-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39ecff8fe9f78f3363caa0dd1bca64d68dd178b0)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-032-4/+4
| | | | | 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-13114-948/+948
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-2413-75/+75
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3aab8aa05b954b80e336517f93463a9b5f50f3d6)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-0513-30/+30
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7)
* Replace 'Event' #define stringsMichele Calgaro2023-11-309-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d7ae9fb514226c126e04cfe4f34800beb9f4ea19)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-262-9/+9
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b727f4b3b1957bec28a350575237b93f8f278cdb)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-245-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0)
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 10a82ab583d7608cd9efd5fe1e76700c9d06b4c2)
* Replace Qt with TQtMichele Calgaro2023-11-1650-251/+251
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ef06f14f2475bd08d3ea2ceec54a7b2238f3554e)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-283-3/+3
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0326-50/+50
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 04e50e547f8ed2d6db996bc4816179fa962bd6b1)
* Drop USE_TQT4 codeMichele Calgaro2023-08-296-22/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1811-20/+20
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a7ea84c97639f635d798348432f355e3ac496a1d)
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ca88704c3e4a4fd5ddc9e96e4ccf22b53816e03d)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-22135-221/+221
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1311-31/+31
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* Drop Qt2 obsolete classesMichele Calgaro2023-06-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 72e96ecd25ffe8dcf9c0b0bdefc8ea259fe1dded)
* Disable build of Kross python plugin, because it is not compatible with ↵Slávek Banko2023-02-021-1/+4
| | | | | | Python >= 3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-236-71/+71
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Drop python2 support in scripts.Slávek Banko2023-01-2216-223/+223
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update python scripts for PyTQt.Slávek Banko2023-01-227-284/+282
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-111-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* KOffice: switch to global TDEFontChooserMavridis Philippe2022-06-095-1357/+5
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* TDEFontChooser_local: Fix font style matchingMavridis Philippe2022-05-112-12/+27
| | | | | | | | This applies the same fix as in tdelibs for TDEFontDialog. This resolves issue #22. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fix FTBFS because of conflict between config.h generated by automakeSlávek Banko2022-03-234-3/+5
| | | | | | | | | and Ruby headers. Instead of using config.h in Ruby related code, the definitions related to Ruby version are added to CFLAGS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with Ruby 3.x due to removed rb_set_safe_level.Slávek Banko2022-03-212-0/+7
| | | | | | | In Ruby 2.7 the entire concept is deprecated and in Ruby 3.x is removed entirely - see https://bugs.ruby-lang.org/issues/16131 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fixed FTBFS caused by commit b070dc18 on some distros/archs.Michele Calgaro2022-01-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0313-106/+58
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-29107-107/+107
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix build on Fedora 34 / Ruby 3.0.1François Andriot2021-05-112-0/+5
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Removed code formatting modelines.Michele Calgaro2020-09-2917-21/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix bug #2056, koffice does not rely anymore on pkg-configgregory guy2019-11-241-100/+69
| | | | | | | to build Ruby binding, only rbconfig.rb is needed. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add Ruby-2.6 detection.François Andriot2019-11-181-1/+1
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Fix FTBFS on missing TQStringVariantMap typeSlávek Banko2019-06-261-2/+1
| | | | | | when building without --enable-final. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-0115-41/+41
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-289-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2019-01-082-0/+11
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1713-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed unnecessary executable flag.Michele Calgaro2018-09-012-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed typedef-related warnings from compiler. Also fixed warning onMichele Calgaro2018-08-232-16/+16
| | | | | | keximdb, indirectly. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Switch from strstream to sstream.Michele Calgaro2018-08-163-73/+32
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>