summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb
Commit message (Collapse)AuthorAgeFilesLines
* Drop Borland compiler specific codeMichele Calgaro2024-10-311-9/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dbc953c5a76adc77d2a58f666dd692ae5b792025)
* 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)
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-011-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48317c27a99823fbd790eff78470c5274ace467f)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-071-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8bc8b24757e1cdf11d60bbeea3c7eaac7e4b8dd0)
* Replace Qt with TQtMichele Calgaro2024-03-223-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7a7827396f90ad06945cd5a367f93d8ffd380e0f)
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-141-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 39ecff8fe9f78f3363caa0dd1bca64d68dd178b0)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-133-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c0332621bc998c9786f4841e86a62b7711fe4abf)
* Remove various '#define' strings - part 6Michele Calgaro2023-12-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3aab8aa05b954b80e336517f93463a9b5f50f3d6)
* Replace Qt with TQtMichele Calgaro2023-11-167-21/+21
| | | | | 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-282-8/+8
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 49e49d1876484adcc6c4f264b44b7f4cee28acc2)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2214-15/+15
| | | | | 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-131-1/+1
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* Added kexi hotfix to support versions 12 and higher, fixing issue #15ormorph2021-12-244-7/+26
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-21/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <slavek.banko@axis.cz>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-011-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-284-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-176-10/+10
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed typedef-related warnings from compiler. Also fixed warning onMichele Calgaro2018-08-231-1/+1
| | | | | | keximdb, indirectly. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <slavek.banko@axis.cz>
* Fix FTBFS with libpqxx >= 6.xSlávek Banko2018-07-264-3/+76
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with GCC6Slávek Banko2016-09-032-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-133-3/+3
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-115-10/+10
| | | | match XDG specifications
* Fix searching pqxx library on multiarch systemsSlávek Banko2013-12-271-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-037-7/+7
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1522-26/+26
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-13/+13
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-012-3/+3
|
* Rename KLocale to enhance compatibility with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename KSharedTimothy Pearson2013-01-312-3/+3
|
* Update for kioslave renameTimothy Pearson2013-01-274-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-265-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-2/+2
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-4/+4
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-223-10/+10
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Fix some "is not defined" warnings.Darrell Anderson2012-10-302-6/+6
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-214-5/+5
|
* Update for recent TQ changes.Darrell Anderson2012-06-201-1/+1
|
* Fix references to Q_ULLONG and friendsTimothy Pearson2012-06-181-3/+3
|
* Fix FTBFS due to missing librariesSlávek Banko2012-06-134-10/+12
| | | | | | | Clean up lib paths in LDFLAGS - moved to LIBADD For KWord and and KPresenter added linking kspell2 For KSpread added linking kutils This closes Bug 657
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-087-7/+7
|
* Fix FTBFS on newer pqxx versionsTimothy Pearson2012-05-051-2/+6
|
* Rename additional global TQt functionsTimothy Pearson2012-03-013-10/+10
|
* Fix FTBFSTimothy Pearson2012-02-222-15/+15
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1714-14/+14
|