summaryrefslogtreecommitdiffstats
path: root/kexi
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-021-1/+1
|
* Rename a few icons left in rc filesTimothy Pearson2014-11-201-1/+1
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-222-2/+2
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-2210-10/+10
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-141-5/+5
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-136-7/+7
| | | | player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-1331-56/+56
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring first and last icons into XDG complianceTimothy Pearson2014-10-121-2/+2
|
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-112-4/+4
|