summaryrefslogtreecommitdiff
path: root/noncore/styles
AgeCommit message (Collapse)AuthorFilesLines
2002-11-29Not making at least qDebug outputs on every QToolButton redraw may speedsandman2-83/+61
things up a bit ;)
2002-11-28Some checks for null pixmaps (qtmail seems to create a scrollbar withsandman2-11/+17
width and height == -1 when you tap "New mailbox")
2002-11-24Valgrind complaintsandman1-1/+1
had to changed the initialization sequence
2002-11-24Valgrind complaintsandman1-0/+1
2002-11-21- progress bars are now also themed (same hack/workaround, that is used insandman2-18/+124
liquid) - some speed optimizations
2002-11-21- pixmaps in in menubars are now drawn (this is uncommon, but resulted insandman3-51/+112
blank icons in nethack for example) - small size optimization - updated the QPL diff
2002-11-18Optimized Liquid for handhelds:sandman4-617/+1090
- 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-11-06Add X11..kergoth5-5/+5
2002-11-05you know the drillkergoth3-2/+3
2002-11-05you know the drillkergoth1-0/+1
2002-11-05Adding initial config.in fileskergoth5-0/+20
2002-11-03include fixletzecke1-0/+2
2002-11-01Some fixes and enhancements:sandman3-36/+223
- don't rely on clipping information from Qt/E -- this doesn't work - theme style has support for all KDE gradient types now
2002-11-01No sorting required for theme listsandman1-3/+4
2002-10-24- "what's this" widget drop shadows are drawn correctly nowsandman2-160/+237
- 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-20you know the drill.kergoth2-0/+2
2002-10-08The sliders are now more useable with a stylussandman1-0/+2
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-04Added two styles from Qtopia 1.6sandman8-0/+2132
2002-10-04- ported all OPIE styles to the new Qtopia compatible style interfacesandman10-207/+71
- some cleanup in liquid (unused code)
2002-09-27commented out a bunch of debug printf'ssandman1-6/+7
2002-09-24Use the new OColorButtonsandman3-48/+18
2002-09-21- disable liquid win decoration - this has to be made a separate pluginsandman2-64/+87
- 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-08-29Correcting various syntax problems in control files.kergoth3-4/+3
2002-07-24usual causeharlekin2-0/+6
2002-07-15Added an option to make toolbar buttons flatsandman5-126/+313
2002-07-13Small fix in drawing menubarleseb1-6/+6
2002-07-13Fix config readleseb1-2/+6
2002-07-08- Fix a memory leak (bg pixmaps for taskbar applets were never freed)sandman2-8/+10
- 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-07For Harlekin ;-)leseb1-0/+3
2002-07-06Use only two (instead of three) button controls on scrollbars due to spacesandman1-9/+9
constraints) -- will be configureable somtime ...
2002-07-06Complete renovation of the external style API:sandman21-206/+412
- created two QCom interfaces in "styleinterface.h" - moved the liquid/theme settings apps into the plugins - modified the plugin interface for all three styles - extended appearance to fully support the new API (replaces the settings apps) Additional work: - made a workaround in appearance for a Qt Bug -- now a QDialog again (this should really be fixed in Qt, but Z won't work that way)
2002-07-05Initial import of the KDE2 Luna themesandman1-0/+10
2002-07-02Fix QToolButton drawingleseb2-0/+14
2002-07-01Added two new settings to liquid-style / Liquid-Settings:sandman4-26/+69
- en/disable the new window decoration - set the stipple contrast (from no stipple to twice the normal value)
2002-07-01- fixed some "unused variable" warnings from the KDE codesandman1-6/+6
- replaced sqrt() calls QPE's qSqrt()
2002-07-01- Fix a bug in the original liquid regarding slider handles and bgsandman2-30/+95
pixmaps (volume-applet, reported by Harlekin) - Fix some "unused variable" compiler warnings - Regenerated QPL diff
2002-06-30Forgot to update the QPL diffsandman1-57/+110
2002-06-30ew feature - when liquid is active a new window decoration is setsandman4-0/+231
(this deco is inspired by the classic KDE liquid kwin style)
2002-06-29Some fixes regarding transparency for all WType_Popup'ssandman2-13/+3
2002-06-29*** empty log message ***sandman13-0/+4514
2002-06-28add .cvsignoredavipt1-0/+2
2002-06-28Fixdavipt1-1/+0
2002-06-28Fixdavipt1-14/+14
2002-06-28addedllornkcor1-0/+9
2002-06-27Enhanced liquid style:sandman6-5/+350
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-27Fix translations filesleseb1-14/+14
2002-06-26Major pro file overhaul from davipt. Commited by me, since it touchessandman2-7/+31
many core files ... please report bugs on this to davipt