summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-055-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1312-23/+23
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-211-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-243-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-094-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2022-30/+30
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2749-89/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial cmake conversionSlávek Banko2017-03-264-3/+96
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Additional k => tde renaming and fixesSlávek Banko2013-09-033-7/+7
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-153-4/+4
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-143-5/+5
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-015-8/+8
|
* Fix FTBFSTimothy Pearson2013-02-013-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-016-42/+42
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-2/+2
|
* 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-221-2/+2
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-202-2/+2
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-1/+1
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-051-1/+1
| | | | Thanks to Francois Andriot for the patch
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1722-30/+30
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-216-19/+19
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-197-10/+10
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-189-46/+46
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1619-75/+75
| | | | This reverts commit 83fbc82a101309e171089f0d5ed080f82a367345.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1519-75/+75
|
* Fix FTBFSTimothy Pearson2011-11-181-1/+1
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-165-5/+5
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-2/+2
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-5/+5
|
* Fix kdemultimedia FTBFS under oneirictpearson2011-10-111-1/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1258292 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-2/+2
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1029-77/+77
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-093-16/+16
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdemultimedia FTBFStpearson2011-06-111-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236080 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdemultimediatpearson2011-06-1147-200/+230
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0211-11/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3158-556/+556
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-0656-112/+112
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2577-0/+6643
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da