summaryrefslogtreecommitdiff
path: root/noncore/styles/liquid
AgeCommit message (Collapse)AuthorFilesLines
2005-04-14More icon sizing updatesdrw1-61/+68
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-247/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+247
2004-04-04convert to Opie Debugging Frameworkmickeyl3-15/+20
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-14ODP changes for the Styleszecke4-6/+7
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-3/+3
TT.
2004-02-16More control file clean-up...mostly done, except for task-opie-*drw1-1/+1
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-05Janitor: remove ulong refzecke2-2/+3
2003-12-04use opie-lupdate instead lupdatear1-20/+0
2003-11-03Porting Opie to MacOS-X.eilers1-1/+1
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-06-05sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2002-12-17forgot to commit that filesandman1-1/+0
2002-12-14addLanguage rulescniehaus1-0/+2
2002-12-08removed some clumsy workarounds for old (unpatched) libqte'ssandman1-12/+3
2002-12-05Modified OColorButton to pass color to color dialog. Impacts appearance, ↵drw1-11/+9
launcher settings and liquid settings.
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 speedsandman2-83/+61
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 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..kergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+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-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-04- ported all OPIE styles to the new Qtopia compatible style interfacesandman6-110/+34
- some cleanup in liquid (unused code)
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.kergoth1-1/+1
2002-07-24usual causeharlekin1-0/+3
2002-07-15Added an option to make toolbar buttons flatsandman5-126/+313
2002-07-13Small fix in drawing menubarleseb1-6/+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-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:sandman9-93/+162
- 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-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- 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)