summaryrefslogtreecommitdiffstats
path: root/kstyles/light
Commit message (Collapse)AuthorAgeFilesLines
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Rename KStyle to TDEStyle to avoid conflicts with KDE4Timothy Pearson2013-02-034-6/+6
|
* Update to latest style APITimothy Pearson2012-11-144-48/+48
|
* Fix a number of crashes in various TDE styles when used by a third party toolkitTimothy Pearson2012-11-032-116/+105
|
* Update to new style APITimothy Pearson2012-10-312-8/+64
|
* Style updateTimothy Pearson2012-10-302-6/+28
|
* Do not use direct widget access when drawing tabs and popup menusTimothy Pearson2012-10-172-15/+9
|
* Update style APITimothy Pearson2012-08-084-6/+6
|
* Update to new style APITimothy Pearson2012-08-054-232/+273
|
* Rename additional global TQt functionsTimothy Pearson2012-03-012-2/+2
|
* Rename a few stragglersTimothy Pearson2011-12-241-2/+2
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-73/+73
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-192-3/+3
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-184-76/+76
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-164-158/+158
| | | | This reverts commit 13281e2856a2ef43bbab78c5528470309c23aa77.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-154-158/+158
|
* Use non-tq sizeHint functions to fix bindingsTimothy Pearson2011-12-052-4/+4
|
* Additional kde to tde renamingTimothy Pearson2011-11-062-6/+6
|
* Rename kde libraries to tdeTimothy Pearson2011-11-051-1/+1
|
* Fix kdelibs styles by adding PE_HeaderSectionMenu handlers to themtpearson2011-09-012-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1250782 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-102-4/+4
| | | | | | | | | 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-092-2/+2
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Lightv2 style scrollbar garbage being showntpearson2011-05-071-1/+4
| | | | | | | Thanks to Ilya Chernykh for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1230819 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Change most kdelibs inherits() functions to use the new object name define ↵tpearson2011-04-022-2/+2
| | | | | | 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-314-8/+8
| | | | | | | | | 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-234-38/+38
| | | | 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-135-222/+225
| | | | | | | | 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
* [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move ↵samelian2011-01-111-1/+0
| | | | | | TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1213800 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Revert automated changestpearson2011-01-074-91/+91
| | | | | | | | 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-034-91/+91
| | | | | | | 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
* [kdelibs] added initial cmake supportsamelian2010-10-051-0/+42
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [CRITICAL] Repair borken rendering due to incorrect inherited object logictpearson2010-10-022-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1181768 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-315-485/+485
| | | | 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-256-0/+3750
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da