summaryrefslogtreecommitdiffstats
path: root/kexi/kexidb
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2214-15/+15
| | | | | 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-131-1/+1
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (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 <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-21/+21
| | | | 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]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-011-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-284-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-176-10/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed typedef-related warnings from compiler. Also fixed warning onMichele Calgaro2018-08-231-1/+1
| | | | | | 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-264-3/+76
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with GCC6Slávek Banko2016-09-032-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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
|
* Fix up desktop file type specifiers for tqt3Timothy Pearson2012-02-121-5/+5
|
* Fix inadvertent TQt string conversionsTimothy Pearson2012-01-1327-89/+89
| | | | This closes Bug 782
* Apply a number of kexi patchesTimothy Pearson2012-01-118-18/+24
| | | | This closes Bug 777
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-3/+3
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1925-226/+226
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1816-117/+117
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1631-331/+331
| | | | This reverts commit 94844816550ad672ccfcdc25659c625546239998.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1531-331/+331
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-162-5/+5
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-062-2/+2
|