summaryrefslogtreecommitdiffstats
path: root/kexi
Commit message (Collapse)AuthorAgeFilesLines
* Remove various '#define' strings - part 6Michele Calgaro2023-12-2447-280/+280
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3aab8aa05b954b80e336517f93463a9b5f50f3d6)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-055-10/+10
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit fb6b4d204d1155fa3a1bc7a128873340db1524f7)
* Replace 'Event' #define stringsMichele Calgaro2023-11-3021-55/+55
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d7ae9fb514226c126e04cfe4f34800beb9f4ea19)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-2410-19/+19
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit dcc4dc7a89e5f5f7fb4217815b892f4b0106d5a0)
* Replaced various '#define' with actual strings - part 2Michele Calgaro2023-11-231-9/+9
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 10a82ab583d7608cd9efd5fe1e76700c9d06b4c2)
* Replace various strings '#define'd in tqtinterfaceMichele Calgaro2023-11-201-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 390bf1c592924b4b9cbc51c31a2618dccaea9241)
* Replace Qt with TQtMichele Calgaro2023-11-1647-153/+153
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ef06f14f2475bd08d3ea2ceec54a7b2238f3554e)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-288-22/+22
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
* Replace various tqtinterface's TQ_* defines with actual typesMichele Calgaro2023-09-122-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cecd6a4a4814cb41562ea1d9bd36d40db7c9bdbe)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0331-61/+61
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 04e50e547f8ed2d6db996bc4816179fa962bd6b1)
* Drop USE_TQT4 codeMichele Calgaro2023-08-299-68/+4
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-1822-40/+40
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a7ea84c97639f635d798348432f355e3ac496a1d)
* Drop use of TQ_SP* defines.Michele Calgaro2023-08-071-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b05a12a13d0f6d1eabdc6c32fe629f4c3c89d236)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-22203-243/+243
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit cb59219281a9666896ee96b02a487bbc0206082d)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1334-154/+154
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* Fix python3 indentationr14.1.0François Andriot2023-04-093-8/+8
| | | | Signed-off-by: François Andriot <[email protected]>
* Update after renaming qt => tqt in PyTQt module.Slávek Banko2023-01-233-287/+287
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Drop python2 support in scripts.Slávek Banko2023-01-227-123/+123
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Update python scripts for PyTQt.Slávek Banko2023-01-223-297/+297
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-115-15/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* kexi: replace includehints with includes in .ui files.Michele Calgaro2022-02-042-10/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0311-75/+47
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added kexi hotfix to support versions 12 and higher, fixing issue #15ormorph2021-12-244-7/+26
| | | | Signed-off-by: ormorph <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-05-2910-14/+9
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-293-3/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix kexi build with libpqxx 7François Andriot2020-06-111-0/+6
| | | | Signed-off-by: François Andriot <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-307-37/+37
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed kexi FTBFS caused by new libpqxx 6.4 version.Michele Calgaro2019-12-161-34/+31
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added detection whether the basic structure of MySQL / MariaDBSlávek Banko2019-09-082-1/+42
| | | | | | | | | client is named st_mysql or MYSQL. This resolves FTBFS with MySQL client >= 8.0. This resolves issue #4. Signed-off-by: Slávek Banko <[email protected]>
* 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
| | | | | Signed-off-by: Chris <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to new normalized device icon names in tdelibs.Michele Calgaro2019-06-271-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-018-26/+20
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-2818-98/+92
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add CMakeL10n rules.Slávek Banko2019-01-082-0/+17
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-021-4/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed ↵Michele Calgaro2018-10-131-5/+1
| | | | | | AC_CHECK_GNU_EXTENSIONS. Signed-off-by: Michele Calgaro <[email protected]>
* qt -> tqt conversion:Michele Calgaro2018-09-273-3/+3
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1732-52/+52
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed unnecessary executable flag.Michele Calgaro2018-09-013-0/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed typedef-related warnings from compiler. Also fixed warning onMichele Calgaro2018-08-235-5/+5
| | | | | | keximdb, indirectly. Signed-off-by: Michele Calgaro <[email protected]>
* Add test for build of libpqxx with enabled exceptionsSlávek Banko2018-07-271-19/+44
| | | | | | This resolves FTBFS with libpqxx 3.x Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with libpqxx >= 6.xSlávek Banko2018-07-265-3/+78
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with clangRay Vine2018-05-221-1/+1
| | | | | | This resolves bug 2897 Signed-off-by: Ray Vine <[email protected]>
* Fix FTBFS with GCC6Slávek Banko2016-09-033-3/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Workaround for parallel buildSlávek Banko2016-08-212-1/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-23190-0/+0
|
* Compile MIME magic fileSlávek Banko2016-01-102-2/+12
| | | | | | This partially resolves Bug 2217 Signed-off-by: Slávek Banko <[email protected]>
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix incorrectly renamed stringsSlávek Banko2015-03-055-49/+49
|