summaryrefslogtreecommitdiffstats
path: root/ksvg
Commit message (Collapse)AuthorAgeFilesLines
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1956-288/+288
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-184-10/+10
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1669-333/+333
| | | | This reverts commit c2637a0da6d9a1c8626ca39f8451ab3b7cda487a.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1569-333/+333
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-1690-177/+177
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-4/+4
|
* Additional kde to tde renamingTimothy Pearson2011-11-062-3/+3
|
* 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/kdegraphics@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1039-171/+171
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1035-138/+138
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdegraphics CMake compilationtpearson2011-07-313-1/+23
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1244149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0944-296/+296
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdegraphics FTBFStpearson2011-06-192-18/+18
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237560 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdegraphicstpearson2011-06-19142-1099/+1113
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdegraphics] added cmake support for doc and kdvisamelian2011-05-071-5/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230812 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdegraphics/ksvg] fribidi: check for new filename stylesamelian2011-05-061-1/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230745 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdegraphics/ksvg] cmake: install forgotten desktop filesamelian2011-05-061-0/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230741 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdegraphics/ksvg] added cmake support (svgdisplay crashing)samelian2011-05-0516-0/+678
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1230548 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Autodetect old fribidi header filetpearson2010-09-112-0/+25
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1173991 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversiontpearson2010-08-02157-1210/+1210
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed compilation with new fribidi versiontpearson2010-03-241-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1107067 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automake fixestpearson2010-03-241-0/+3
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1106924 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Repaired handling of SVG item inserttpearson2010-01-101-5/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1072744 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25890-0/+113364
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da