summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFSSlávek Banko2013-08-141-1/+1
|
* Use system dvdread headersFrancois Andriot2013-08-131-2/+2
| | | | This resolves Bug 1608
* Fix FTBFS when built without HAL integrationTimothy Pearson2013-03-311-1/+1
| | | | Clean up spurious build files
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1525-26/+26
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-6/+6
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-6/+6
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-017-9/+9
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-013-18/+18
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-276-9/+9
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-263-5/+5
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-252-10/+10
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-244-11/+11
|
* 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-191-1/+1
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-191-3/+3
|
* Fix disconnected signals and slotsTimothy Pearson2012-11-171-6/+6
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-111-1/+1
| | | | Thanks to Francois Andriot for the patch
* Fix straggling XDG references missed in patch set from June 8, 2012.Darrell Anderson2012-06-161-1/+1
|
* Fix png images, update desktop files for consistency for TDE menuDarrell Anderson2012-06-0821-5/+5
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-2/+2
|
* Branding cleanup: I18N_NOOP KDE -> TDE.Darrell Anderson2012-05-101-1/+1
|
* Fix reference of /tmp/kde-jmp -> /tmp/tde-jmp to avoid potential conflicts ↵Darrell Anderson2012-03-131-2/+2
| | | | | | with KDE4. This partially resolves bug report 813.
* Rename additional global TQt functionsTimothy Pearson2012-03-0111-63/+63
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1716-18/+18
|
* Rename KDE_MAKE_VERSION and update TDE version stringTimothy Pearson2011-12-261-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2111-56/+56
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-198-45/+45
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1828-163/+163
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1636-283/+283
| | | | This reverts commit b8a4f26c42f6d41e8251b60357f1a6990c1e8ad8.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1536-283/+283
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-162-2/+2
|
* Rename KDE_VERSION to TDE_VERSIONTimothy Pearson2011-11-151-1/+1
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-2/+2
|
* Additional kde to tde renamingTimothy Pearson2011-11-061-1/+1
|
* Fix k9copy FTBFS under oneirictpearson2011-10-141-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1258939 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-1/+1
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1043-129/+129
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-104-10/+10
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0913-13/+13
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-1413-13/+13
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 convert k9copytpearson2011-05-2765-1837/+1859
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1233843 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed imagestpearson2010-03-235-0/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1106813 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added old abandoned version of k9copytpearson2010-02-1796-0/+15602
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/k9copy@1091546 283d02a7-25f6-0310-bc7c-ecb5cbfe19da