summaryrefslogtreecommitdiff
path: root/noncore/styles
AgeCommit message (Collapse)AuthorFilesLines
2003-12-04use opie-lupdate instead lupdatear3-60/+0
2003-11-03Porting Opie to MacOS-X.eilers5-5/+5
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-29merge noncore/styles/*mickeyl1-1/+0
2003-08-09Merge from BRANCH_1_0kergoth2-30/+104
2003-08-09Merge from BRANCH_1_0.kergoth6-6/+6
2003-06-05sanitizedschurig5-5/+5
2003-05-26remove extra includesllornkcor1-9/+0
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth6-0/+6
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth5-5/+5
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus3-0/+3
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth6-6/+6
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 ↵kergoth5-5/+5
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-16i18n for new buildsystem :)kergoth5-0/+20
2002-12-22use the new Config::hasGroup method instead of a custom Config classsandman1-13/+1
2002-12-17forgot to commit that filesandman1-1/+0
2002-12-14addLanguage rulescniehaus3-0/+6
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-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)