summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor
Commit message (Collapse)AuthorAgeFilesLines
* Remove various '#define' strings - part 6Michele Calgaro2023-12-2410-46/+46
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3aab8aa05b954b80e336517f93463a9b5f50f3d6)
* Replace 'Event' #define stringsMichele Calgaro2023-11-303-10/+10
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d7ae9fb514226c126e04cfe4f34800beb9f4ea19)
* Replace Qt with TQtMichele Calgaro2023-11-167-45/+45
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit ef06f14f2475bd08d3ea2ceec54a7b2238f3554e)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-032-4/+4
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 04e50e547f8ed2d6db996bc4816179fa962bd6b1)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-183-3/+3
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit a7ea84c97639f635d798348432f355e3ac496a1d)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2224-42/+42
| | | | | 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-1314-107/+107
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 20e4a19b0d7cc800d57be50c56d69023adae4046)
* kexi: replace includehints with includes in .ui files.Michele Calgaro2022-02-042-10/+12
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to use new TQStringVariantMap type.Michele Calgaro2019-06-014-19/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adjusted to latest TQVariant::TQVariant(bool) function.Michele Calgaro2019-05-283-13/+13
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add CMakeL10n rules.Slávek Banko2019-01-081-0/+3
| | | | Signed-off-by: Slávek Banko <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-233-0/+0
|
* Fix incorrectly renamed stringsSlávek Banko2015-03-053-43/+43
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-221-1/+1
| | | | 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 filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-133-8/+8
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring previous and next icons into XDG complianceTimothy Pearson2014-10-111-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-115-6/+6
| | | | match XDG specifications
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1520-30/+30
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-145-10/+10
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-5/+5
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0115-27/+27
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0126-232/+232
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-011-2/+2
|
* Rename KSharedTimothy Pearson2013-01-311-1/+1
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-292-2/+2
|
* Update for kioslave renameTimothy Pearson2013-01-271-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-274-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-266-8/+8
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-5/+5
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-225-22/+22
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-192-3/+3
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Fix FTBFS on TQt3Darrell Anderson2012-10-312-8/+8
|
* Update TQt3 property/enum macrosDarrell Anderson2012-10-221-1/+1
|
* Fix FTBFS due to missing librariesSlávek Banko2012-06-131-4/+6
| | | | | | | 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-086-6/+6
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1724-42/+42
|
* Fix up desktop file type specifiers for tqt3Timothy Pearson2012-02-121-2/+2
|
* Apply a number of kexi patchesTimothy Pearson2012-01-111-1/+1
| | | | This closes Bug 777
* Rename KDE_MAKE_VERSION and update TDE version stringTimothy Pearson2011-12-265-12/+12
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2118-147/+147
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1927-140/+140
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1821-117/+117
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1634-396/+396
| | | | This reverts commit 94844816550ad672ccfcdc25659c625546239998.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1534-396/+396
|
* Finish rename from prior commitTimothy Pearson2011-11-166-0/+0
|