summaryrefslogtreecommitdiffstats
path: root/kode
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1418-51/+51
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2020-22/+21
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-123-24/+24
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* The workaround that tdepimmacros.h do is no longer neededSlávek Banko2021-02-2613-13/+13
| | | | | | and kdemacros.h can be used directly. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-156-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-177-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix up remaining references to DocPathTimothy Pearson2014-11-081-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0311-12/+12
|
* Rename KABC namespaceTimothy Pearson2013-02-201-4/+4
|
* Fix references to lkabcTimothy Pearson2013-02-171-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1515-26/+26
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-149-29/+29
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-064-10/+10
|
* Fix a few remaining references to kio_Timothy Pearson2013-01-301-5/+5
|
* Fix up remaining references to -lkioTimothy Pearson2013-01-283-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2711-20/+20
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-268-10/+10
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-258-34/+34
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-2/+2
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-225-11/+11
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-204-5/+5
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-195-19/+19
|
* Fix inadvertent tq changes.Darrell Anderson2012-10-211-1/+1
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-104-7/+7
|
* Rename additional global TQt functionsTimothy Pearson2012-03-0125-93/+93
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1719-21/+21
|
* Fix inadvertent TQt changesTimothy Pearson2012-01-131-2/+2
| | | | This closes Bug 752
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-213-12/+12
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-193-5/+5
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-183-3/+3
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1617-35/+35
| | | | This reverts commit 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1517-35/+35
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-067-7/+7
|
* Additional kde to tde renamingTimothy Pearson2011-11-0632-46/+46
|
* Rename kde libraries to tdeTimothy Pearson2011-11-059-9/+9
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵v3.5.13tpearson2011-10-107-7/+7
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1034-183/+183
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1017-46/+46
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix missing Q_OBJECT macrostpearson2011-08-051-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1245170 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-092-3/+3
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Enable kdepim compilation under Qt4tpearson2011-04-148-19/+19
| | | | | | | | This will likely break Qt3 compilation temporarily, which is an unintended side effect. A third and final kdepim commit will repair Qt3 compilation shortly. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227946 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion of kdepim to TQttpearson2011-04-1375-343/+364
| | | | | | | | | This will probably require some tweaking before it will build under Qt4, however Qt3 builds are OK. Any alterations this commit makes to kdepim behaviour under Qt3 are unintentional and should be fixed. git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1227832 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim] include ${CMAKE_SOURCE_DIR}/libkdepim to fix FTBFSsamelian2011-03-271-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226234 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim/kode] added ${CMAKE_SOURCE_DIR}/libkdepim to include_directories()samelian2011-03-231-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdepim] initial cmake support for: knotes, kode, korganizer, kresources, ↵samelian2011-03-212-0/+73
| | | | | | plugins, wizards git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1225440 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Moved kpilot from kdepim to applications, as the core Trinity libraries ↵tpearson2011-02-1617-31/+31
| | | | | | should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0210-24/+24
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31143-2096/+2096
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25158-0/+17927
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da