summaryrefslogtreecommitdiffstats
path: root/interfaces
Commit message (Collapse)AuthorAgeFilesLines
* Add CMakeL10n rules.Slávek Banko2018-12-093-0/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-177-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2311-0/+0
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Revert commit 1d498994Slávek Banko2014-04-056-6/+0
|
* Include xrender library directory when linkingTimothy Pearson2014-04-026-0/+6
| | | | This relates to Bug 1199
* Additional k => tde renaming and fixesSlávek Banko2013-09-0311-21/+21
|
* Rename KABC namespaceTimothy Pearson2013-02-204-45/+45
|
* Fix build system references to kabcTimothy Pearson2013-02-162-3/+3
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-159-14/+14
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-146-8/+8
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-1/+1
|
* Fix unintended renamingTimothy Pearson2013-02-026-17/+17
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0110-22/+22
|
* Fix FTBFSTimothy Pearson2013-02-014-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-014-11/+11
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-013-5/+5
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-292-4/+4
|
* Fix up remaining references to -lkioTimothy Pearson2013-01-281-1/+1
|
* Fix FTBFSTimothy Pearson2013-01-274-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2719-44/+44
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-26157-196/+196
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-257-22/+22
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-245-21/+21
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-1/+1
|
* 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
|
* Branding: KDE->TDEDarrell Anderson2012-06-271-4/+4
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-0813-20/+20
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-06-031-1/+1
|
* Add document position variable to text editor partTimothy Pearson2012-05-232-0/+22
| | | | WARNING this breaks the kate/kwrite ABI!
* Fix KControl KDE->TDE branding issues.Darrell Anderson2012-03-091-72/+72
|
* Rename additional members for tqt3Timothy Pearson2012-03-071-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-172-2/+2
|
* Fix up desktop file type specifiers for tqt3Timothy Pearson2012-02-121-1/+1
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-195-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-167-10/+10
| | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-157-10/+10
|
* Rename tqsetSizePolicy to fix bindingsTimothy Pearson2011-12-061-1/+1
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1632-40/+40
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-067-9/+9
|
* Additional kde to tde renamingTimothy Pearson2011-11-0610-22/+22
|
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-102-2/+2
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-104-8/+8
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-095-8/+8
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-071-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdelibs hexedit interface headerstpearson2011-06-302-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1238897 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix interfaces/khexedit/byteseditinterface.h to allow kdevelop compilationtpearson2011-06-131-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1236561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdevelop FTBFStpearson2011-04-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1228610 283d02a7-25f6-0310-bc7c-ecb5cbfe19da