summaryrefslogtreecommitdiffstats
path: root/kexi
Commit message (Expand)AuthorAgeFilesLines
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-151-1/+1
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-036-29/+29
* Replace Qt with TQtMichele Calgaro2024-03-1722-35/+35
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-132-2/+2
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-022-4/+4
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-04127-1150/+1150
* Remove various '#define' strings - part 6Michele Calgaro2023-12-1547-280/+280
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-045-10/+10
* Replace 'Event' #define stringsMichele Calgaro2023-11-3021-55/+55
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2410-19/+19
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-9/+9
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-201-1/+1
* Replace Qt with TQtMichele Calgaro2023-11-1647-153/+153
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODev...Michele Calgaro2023-09-268-22/+22
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-122-3/+3
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0231-61/+61
* Drop USE_TQT4 codeMichele Calgaro2023-08-259-68/+4
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1822-40/+40
* Drop use of TQ_SP* defines.Michele Calgaro2023-08-071-2/+2
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-20203-243/+243
* Drop compatibility code for TQPaletteMichele Calgaro2023-07-191-1/+1
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ...Michele Calgaro2023-07-1134-154/+154
* Fix python3 indentationr14.1.0François Andriot2023-04-093-8/+8
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-233-287/+287
* Drop python2 support in scripts.Slávek Banko2023-01-227-123/+123
* Update python scripts for PyTQt.Slávek Banko2023-01-223-297/+297
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-115-15/+0
* kexi: replace includehints with includes in .ui files.Michele Calgaro2022-02-042-10/+12
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0311-75/+47
* Added kexi hotfix to support versions 12 and higher, fixing issue #15ormorph2021-12-244-7/+26
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-2910-14/+9
* Removed code formatting modelines.Michele Calgaro2020-09-293-3/+0
* Fix kexi build with libpqxx 7François Andriot2020-06-111-0/+6
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-307-37/+37
* Fixed kexi FTBFS caused by new libpqxx 6.4 version.Michele Calgaro2019-12-161-34/+31
* Added detection whether the basic structure of MySQL / MariaDBSlávek Banko2019-09-082-1/+42
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-14/+0
* Fix old upstream URLs for visible parts.Chris2019-07-162-6/+4
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-271-1/+1
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-018-26/+20
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-2818-98/+92
* Add CMakeL10n rules.Slávek Banko2019-01-082-0/+17
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-021-4/+4
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU...Michele Calgaro2018-10-131-5/+1
* qt -> tqt conversion:Michele Calgaro2018-09-273-3/+3
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1732-52/+52
* Removed unnecessary executable flag.Michele Calgaro2018-09-013-0/+0
* Fixed typedef-related warnings from compiler. Also fixed warning onMichele Calgaro2018-08-235-5/+5
* Add test for build of libpqxx with enabled exceptionsSlávek Banko2018-07-271-19/+44
* Fix FTBFS with libpqxx >= 6.xSlávek Banko2018-07-265-3/+78