summaryrefslogtreecommitdiffstats
path: root/lib/compatibility
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'Event' #define stringsMichele Calgaro2023-11-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-262-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-078-52/+52
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-0211-52/+52
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_TQT4 codeMichele Calgaro2023-08-251-4/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-184-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_TQ*_OBJECT definesMichele Calgaro2023-08-082-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2017-32/+32
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with CMake build:Slávek Banko2021-03-122-0/+6
| | | | | | | | + Determine TQt and TDE include directories as SYSTEM. It solves priority for #include "..." × #include <...> + Additional linked libraries. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-03-115-0/+55
| | | | | | | | | | | | | | | | Delete empty files (dummy.cpp, xsldbgconfig.h). Remove hard-coded path for the kmdr-executor executable. Replaced $TQTDIR/doc/html string path for TQTDOCDIR in kommander. Add man pages taken from the Debian packaging. Signed-off-by: gregory guy <gregory-tde@laposte.net> Fix linking - kxsldbgcommon-static and kimagemapeditorcommon-static needs to be embedded. Move the linking of xml and readline libraries to the appropriate static libraries. Add build option WITH_QUANTA_CVSSERVICE. Add a test whether the readline can be linked standalone or whether ncurses is needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-2825-51/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Rename *OBJECT_NAME_STRINGormorph2020-08-274-15/+15
| | | | Signed-off-by: ormorph <roma251078@mail.ru>
* Removed obsolete Qt2's TQList/TQListIterator classes and replacedMichele Calgaro2018-10-171-1/+1
| | | | | | with TQt3's TQPtrList/TQPtrListIterator ones. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix incorrectly renamed stringsSlávek Banko2015-03-051-95/+95
|
* Repair mimetype icon usage, part 1. The following are not fully verified in ↵Timothy Pearson2014-10-222-6/+6
| | | | source as of this commit due to ubiquity: info, unknown
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-222-6/+6
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-2/+2
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Update for recent TDENewStuff changesDarrell Anderson2014-10-0225-4218/+1
| | | | Delete duplicate knewstuff files
* Fix unintended renamingDarrell Anderson2014-02-162-6/+6
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0327-74/+74
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1520-37/+37
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-147-7/+7
|
* 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-0112-18/+18
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0116-80/+80
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-291-1/+1
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2711-15/+15
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2668-156/+156
|
* Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, ↵Timothy Pearson2013-01-251-3/+3
| | | | and KBuffer to avoid conflicts with KDE4
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2516-107/+107
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2418-55/+55
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-1/+1
|
* Fix FTBFS on TQt3Timothy Pearson2012-10-302-4/+4
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-214-4/+4
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-2/+2
|
* Fix inadvertent tqt changes.Darrell Anderson2012-10-211-1/+1
|
* Rename additional members for tqt3Timothy Pearson2012-03-074-23/+23
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-022-4/+4
|
* Rename additional global TQt functionsTimothy Pearson2012-03-013-5/+5
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1724-39/+39
|
* Rename a few stragglersTimothy Pearson2011-12-242-7/+7
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2113-105/+105
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1926-174/+174
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1817-145/+145
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1633-417/+417
| | | | This reverts commit 2b0e1de2ffcca7bb93f1fd8ddd32f74041d0d076.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1533-417/+417
|
* Finish rename from prior commitTimothy Pearson2011-11-161-0/+0
|