summaryrefslogtreecommitdiffstats
path: root/kate/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-155-46/+46
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ba3b5b77e1a430dc7197df20872ba46ce2fb6fa7)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-261-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 138bb80efac020c7e78871d3f05127eb37f18274)
* Replace Qt with TQtMichele Calgaro2023-11-151-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c8ece3630d4d21acaf1749fc2cf660a0463070c3)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-181-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 48b07a0ff120e8b4479bcac912d8a8f043e22ae4)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-205-12/+12
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8eb500c4e81229a9853e2f9bac4f39450083f3d7)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-131-3/+3
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 36c049e135b0cec7cf97b41888860186813df5f0)
* Removed code formatting modelines.Michele Calgaro2020-09-272-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-06-254-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-06-079-716/+24
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix ordered list tag.Chris2019-08-161-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Add CMakeL10n rules.Slávek Banko2018-12-096-0/+18
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-174-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-115-10/+10
| | | | match XDG specifications
* Rename the string kde toolbar widgetTimothy Pearson2014-08-071-1/+1
|
* Revert commit 1d498994Slávek Banko2014-04-054-4/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-024-0/+4
| | | | This relates to Bug 1199
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-155-7/+7
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-015-7/+7
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-018-32/+32
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-292-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-276-10/+10
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2630-116/+116
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-255-12/+12
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-1/+1
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-085-5/+5
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-195-11/+11
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-165-14/+14
| | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-155-14/+14
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-064-4/+4
|
* Additional kde to tde renamingTimothy Pearson2011-11-065-14/+14
|
* rename the following methods:tpearson2011-08-101-2/+2
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remainder of kdelibs to use currently defined tqt object name defstpearson2011-04-021-3/+3
| | | | | | | This might fix the kio ssl problem git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226906 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Allow kdelibs to function correctly with TQt for Qt4tpearson2011-02-155-11/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1220926 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert qt_cast() to ::qt_cast<>tpearson2011-01-311-2/+1
| | | | | | | | | This should fix some random segfaults It needs to be tested to make sure that interfaces still work, e.g. kate/kwrite interfaces in interface/ktexteditor git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1218078 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remaining tqqt_cast->qt_cast conversions for kdelibstpearson2011-01-291-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217838 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Finished remaining porting to new TQt APItpearson2011-01-162-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214736 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion for TQt for Qt4 3.4.0 TP2tpearson2011-01-132-2/+2
| | | | | | | | This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move ↵samelian2011-01-114-16/+0
| | | | | | TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-078-51/+51
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-038-51/+51
| | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdelibs] added initial cmake supportsamelian2010-10-055-0/+217
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-021-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3110-289/+289
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* kdelibs update to Trinity v3.5.11tpearson2009-12-114-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1061230 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2526-0/+3438
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da