summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid/liquid.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-12-08removed some clumsy workarounds for old (unpatched) libqte'ssandman1-12/+3
2002-12-03small fix regarding focus handling on combo-boxessandman1-1/+4
2002-11-29Not making at least qDebug outputs on every QToolButton redraw may speedsandman1-7/+0
things up a bit ;)
2002-11-24Valgrind complaintsandman1-0/+1
2002-11-21- pixmaps in in menubars are now drawn (this is uncommon, but resulted insandman1-5/+15
blank icons in nethack for example) - small size optimization - updated the QPL diff
2002-11-18Optimized Liquid for handhelds:sandman1-389/+178
- removed some dead code from the original liquid - removed all code related to mouse-hover - rewrote QToolButton drawing, so navigating toolbars with Menu/Direction keys looks nicer - changed the way focus indicators are drawn on many widgets - support for libqte's with version < 2.3.4
2002-10-24- "what's this" widget drop shadows are drawn correctly nowsandman1-2/+6
- updated the QPL diff
2002-10-23fixed a transparency bug: every QWidget child in a QPopupMenu had a fullsandman1-17/+15
transparent bg-pixmap
2002-10-06QProgressBar widget are now also painted in liquid style -- this is onlysandman1-6/+82
possible by intercepting the paint events, since TT forgot to make this widget styleable.
2002-10-06- some tweaks to get a better stipple alignment (Qt/E does not understandsandman1-3/+15
X11ParentRelative bg mode) - toolbar separators are not drawn anymore
2002-10-04- ported all OPIE styles to the new Qtopia compatible style interfacesandman1-1/+1
- some cleanup in liquid (unused code)
2002-09-21- disable liquid win decoration - this has to be made a separate pluginsandman1-11/+12
- liquid now uses the polished palette for color values (liquid did parse qpe.conf before -- the new Qt/e patch is needed for this to work) - updated QPL diff
2002-07-15Added an option to make toolbar buttons flatsandman1-9/+19
2002-07-13Small fix in drawing menubarleseb1-6/+6
2002-07-08- Fix a memory leak (bg pixmaps for taskbar applets were never freed)sandman1-8/+8
- Try to be more intelligent about stipple alignment in child widgets (in every app I tested the stipple is now always aligned right)
2002-07-06Use only two (instead of three) button controls on scrollbars due to spacesandman1-9/+9
constraints) -- will be configureable somtime ...
2002-07-01Added two new settings to liquid-style / Liquid-Settings:sandman1-4/+15
- en/disable the new window decoration - set the stipple contrast (from no stipple to twice the normal value)
2002-07-01- Fix a bug in the original liquid regarding slider handles and bgsandman1-13/+12
pixmaps (volume-applet, reported by Harlekin) - Fix some "unused variable" compiler warnings - Regenerated QPL diff
2002-06-30ew feature - when liquid is active a new window decoration is setsandman1-0/+5
(this deco is inspired by the classic KDE liquid kwin style)
2002-06-29Some fixes regarding transparency for all WType_Popup'ssandman1-12/+2
2002-06-27Enhanced liquid style:sandman1-4/+53
1) All WType_Popup's now get a transparent background (volume-applet) 2) Settings/Liquid Settings - a new app that acts like the KDE Control Panel page for Liquid
2002-06-24Inital checkin of liquid style for OPIEsandman1-0/+2666