summaryrefslogtreecommitdiffstats
path: root/kstyles/plastik/plastik.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename KStyle to TDEStyle to avoid conflicts with KDE4.Darrell Anderson2013-08-181-3593/+0
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4Timothy Pearson2013-02-031-24/+24
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-16/+16
|
* Fix combobox drawing under PlastikTimothy Pearson2012-11-211-6/+2
|
* Update to latest style APITimothy Pearson2012-11-141-15/+15
|
* Fix style crashes when used with third party toolkitsTimothy Pearson2012-11-111-9/+6
|
* Fix crashes in some styles when used with third party toolkitsTimothy Pearson2012-11-081-15/+15
|
* Fix a number of crashes in various TDE styles when used by a third party toolkitTimothy Pearson2012-11-031-10/+7
|
* Update to new style APITimothy Pearson2012-10-311-6/+26
|
* Style updateTimothy Pearson2012-10-301-19/+38
|
* Do not use direct widget access when drawing tabs and popup menusTimothy Pearson2012-10-171-17/+9
|
* Use internal Qt hover widget drawingTimothy Pearson2012-10-161-94/+11
|
* Update for new style APITimothy Pearson2012-08-071-161/+177
|
* Update to new style APITimothy Pearson2012-08-051-77/+95
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-191-21/+21
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-32/+32
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-161-53/+53
| | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-151-53/+53
|
* Use non-tq sizeHint functions to fix bindingsTimothy Pearson2011-12-051-2/+2
|
* Fix kdelibs FTBFS on native TQt3Timothy Pearson2011-11-151-2/+2
|
* Fix accidental conversion of dockwinTimothy Pearson2011-11-081-1/+1
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Fix kdelibs styles by adding PE_HeaderSectionMenu handlers to themtpearson2011-09-011-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1250782 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-7/+7
| | | | | | | | | 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-091-6/+6
| | | | | | | | | | | | 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
* Change most kdelibs inherits() functions to use the new object name define ↵tpearson2011-04-021-3/+3
| | | | | | system git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1226839 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert qt_cast() to ::qt_cast<>tpearson2011-01-311-2/+2
| | | | | | | | | This should fix some random segfaults It needs to be tested to make sure that interfaces still work, e.g. kate/kwrite interfaces in interface/ktexteditor git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1218078 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Styles are now mostly functional under Qt4tpearson2011-01-231-34/+34
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1216403 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Initial conversion for TQt for Qt4 3.4.0 TP2tpearson2011-01-131-129/+129
| | | | | | | | This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-071-95/+95
| | | | | | | | Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1tpearson2011-01-031-95/+95
| | | | | | | NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-311-445/+445
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1157647 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-251-0/+3620
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da