summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0130-269/+269
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename KSharedTimothy Pearson2013-01-311-2/+2
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-293-3/+3
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2741-59/+59
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-269-13/+13
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2528-116/+116
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2413-24/+24
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-228-16/+16
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-1911-16/+16
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-193-6/+6
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-071-1/+1
| | | | Thanks to Francois Andriot for the patch
* Restore unviewable gvdirpart png images.Darrell Anderson2012-06-186-0/+0
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-085-6/+6
|
* Fix branding issues.Darrell Anderson2012-04-12108-116/+116
|
* Fix inadvertent tqt changes. Part of an extensive cleanup of various problemsDarrell Anderson2012-04-123-12/+12
| | | | with kipi-plugins, digikam, and gwenview to resolve bug reports 241, 962, 963.
* Fix building with libpng 1.5.Darrell Anderson2012-04-121-19/+40
|
* Remove stray vimrc files.Darrell Anderson2012-03-312-8/+0
|
* Rename additional members for tqt3Timothy Pearson2012-03-071-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-015-66/+66
|
* Update automake files to use tde instead of kdeTimothy Pearson2012-02-211-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1744-59/+59
|
* Update various qt function definitions and static methods for tqt3Timothy Pearson2012-02-142-3/+3
|
* Fix linear alphabet string errorsTimothy Pearson2012-01-251-1/+1
|
* Fix FTBFS in jpeg codeTimothy Pearson2012-01-111-53/+53
|
* Fix FTBFSTimothy Pearson2011-12-291-1/+1
|
* Rename a few stragglersTimothy Pearson2011-12-241-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2118-37/+37
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1933-106/+106
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1833-83/+83
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1657-229/+229
| | | | This reverts commit 2b7143e0539396c75306f6e78bf0a5641ed1acfc.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1557-229/+229
|
* Rename KDEHOME and KDEDIRTimothy Pearson2011-12-071-3/+3
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1619-21/+21
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-065-5/+5
|
* Additional kde to tde renamingTimothy Pearson2011-11-062-2/+2
|
* Rename kde libraries to tdeTimothy Pearson2011-11-053-4/+4
|
* Convert remaining references to kde3 (e.g. in paths) to trinityv3.5.13tpearson2011-08-214-11/+11
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1064-219/+219
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1034-75/+75
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix instances of Orientation in quotes which were accidentally renamed to ↵tpearson2011-08-031-1/+1
| | | | | | Qt::Orientation during TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1244690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0920-76/+76
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-072-5/+5
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix gwenview libpng>1.4.x FTBFStpearson2011-07-051-2/+10
| | | | | | | This closes Bug #337 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1239916 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Gwenview FTBFStpearson2011-07-052-1/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1239860 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Gwenview FTBFStpearson2011-07-041-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1239437 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/gwenview@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Gwenview FTBFStpearson2011-05-271-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1233743 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port Gwenviewtpearson2011-05-26156-3882/+3941
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1233720 283d02a7-25f6-0310-bc7c-ecb5cbfe19da