summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
Commit message (Expand)AuthorAgeFilesLines
* S60Style: Set WA_OpaquePaintEvent off for scrollbars to draw transparency cor...Sami Merilä2009-05-251-3/+19
* S60Style: Use smaller corner size for tooltip.Sami Merilä2009-05-251-6/+8
* S60Style: Change QTreeView elements to be non-color-skinnable.Sami Merilä2009-05-252-9/+2
* S60Style: Change IsSkinnableDialog method name to drawsOwnThemeBackground.Sami Merilä2009-05-252-6/+5
* S60Style: Reorganize methods in source files to match header file order.Sami Merilä2009-05-253-341/+353
* S60Style: QScrollArea background is not continuous with main theme background...Sami Merilä2009-05-231-0/+1
* S60Style: QScrollArea background is not continuous with main theme background.Sami Merilä2009-05-231-0/+3
* S60Style: Draw radiobutton and checkbox indicators with correct color.Sami Merilä2009-05-231-1/+4
* S60Style: Build break fix. Missing include added.Sami Merilä2009-05-231-0/+1
* S60Style: Fix palette-polution to other styles, when style is switched runtime.Sami Merilä2009-05-222-3/+4
* S60Style: If table has defined a new background brush use that instead of dra...Sami Merilä2009-05-221-15/+20
* S60Style: Make 'checkable' buttons just 'pressed down' when checked.Sami Merilä2009-05-221-24/+2
* FixesAlessandro Portale2009-05-201-1/+4
* Part cache key nitpickAlessandro Portale2009-05-201-1/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-201-152/+6
|\
| * qdoc: Moved qdoc comments from qmacstyle_mac.mm to qstyles.qdocMartin Smith2009-05-201-152/+6
* | S60Style: Support theme graphics for inactive (disabled) button.Sami Merilä2009-05-203-59/+141
* | S60Style: Set theme palette to widgets once theme changes.Sami Merilä2009-05-203-42/+53
* | S60Style: Incorrect frame part in toolbar graphics.Sami Merilä2009-05-201-10/+10
* | Stub for backgroundTexture()Alessandro Portale2009-05-191-0/+19
* | removed extra brace character causing compilation failureMarkku Luukkainen2009-05-191-1/+0
* | S60Style: Styling QDial.Sami Merilä2009-05-191-17/+35
* | S60Style: Draw all arrows as skinned graphics.Sami Merilä2009-05-183-71/+43
* | S60Style: Make selection 'tick' mark rect smaller for multiselectable list.Sami Merilä2009-05-181-1/+5
* | S60Style: Make button content area slightly larger if button is 'checkable bu...Sami Merilä2009-05-151-0/+6
* | S60Style: Make pressed down state of tool button clearer to see.Sami Merilä2009-05-151-0/+10
* | S60Style: Scrollbar pressed state (missing changes from 9765faecf15fbd54b8817...Sami Merilä2009-05-152-2/+13
* | S60Style: Scrollbar pressed state.Sami Merilä2009-05-152-1/+69
* | S60Style: Remove fallback information from theme items table and instead prov...Sami Merilä2009-05-152-74/+177
* | S60Style: Slightly better drawing code for QTreeView node indicators.Sami Merilä2009-05-121-14/+19
* | S60style: use correct theme text color for highlighted line edit texts.Sami Merilä2009-05-121-0/+5
* | S60Style: Facelift for panels. It now uses settings page frame graphics sans ...Sami Merilä2009-05-113-48/+59
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-112-40/+58
|\ \ | |/
| * Ensure that small and mini spin boxes are drawn correctly.Norwegian Rock Cat2009-05-071-39/+57
| * Fix crash in QWebView when application has a style sheetMarkus Goetz2009-05-061-1/+1
* | S60Style: regression fix. Fallback graphics were broken with last change to s...Sami Merilä2009-05-081-6/+6
* | S60Style: Add support for other than avkon.mbm fallback graphics. The fallbac...Sami Merilä2009-05-082-226/+291
* | S60Style: Support for flat and checkable pushbuttonsSami Merilä2009-05-082-6/+52
* | S60Style: Slightly bigger node icons for QTreeViewSami Merilä2009-05-081-2/+5
* | S60Style: Style QTreeView nodes and lines.Sami Merilä2009-05-073-1/+60
* | S60Style: Improved polish. Now fonts are polished instead of set in drawing c...Sami Merilä2009-05-073-36/+55
* | S60Style: Add support for busy indicator for progres bar.Sami Merilä2009-05-063-13/+21
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-063-43/+37
|\ \ | |/
| * Revert "Fix tabbar issues with Oxygen style"Jens Bache-Wiig2009-05-051-41/+32
| * Fixed busy indicator for a QProgressBar with a style sheet applied to it.jasplin2009-04-301-1/+1
| * QApplication::setStyle() can cause a crashRichard Moe Gustavsen2009-04-301-1/+4
* | S60Style: intersect QTable background graphics with viewPort rect.Sami Merilä2009-05-051-12/+10
* | S60Style: latest pixel metrics included.Sami Merilä2009-05-051-16/+16
* | Merge commit 'private/translucentWindows'Jason Barron2009-04-304-68/+71
|\ \
| * | Avoid overwriting a user set palette.Jason Barron2009-04-304-33/+50