summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qs60style.cpp
Commit message (Collapse)AuthorAgeFilesLines
* S60Style: Remove unneeded case-statements and own implementation for ↵Sami Merilä2009-05-291-91/+0
| | | | drawItemText.
* S60Style: Adding missing break for clearCaches.Sami Merilä2009-05-281-0/+1
|
* Enabled QtS60Style background filling also for _simulated, by movingAlessandro Portale2009-05-281-15/+40
| | | | | | some code to qs60style.cpp. De-duplicated some code in qt_s60_fill_background. The unused QT_S60STYLE_LAYOUTDATA_SIMULATED had to go, too.
* S60Style: Keep the background texture in static QPixmap pointer.Sami Merilä2009-05-271-10/+17
|
* S60Style: Tidy up the code - remove 'todo's.Sami Merilä2009-05-261-16/+7
|
* S60Style: Add reason for clearing style specific caches.Sami Merilä2009-05-261-14/+17
|
* S60Style: Set WA_OpaquePaintEvent off for scrollbars to draw transparency ↵Sami Merilä2009-05-251-3/+19
| | | | correctly.
* S60Style: Change QTreeView elements to be non-color-skinnable.Sami Merilä2009-05-251-4/+2
|
* S60Style: Change IsSkinnableDialog method name to drawsOwnThemeBackground.Sami Merilä2009-05-251-4/+4
|
* S60Style: Reorganize methods in source files to match header file order.Sami Merilä2009-05-251-300/+301
|
* S60Style: QScrollArea background is not continuous with main theme ↵Sami Merilä2009-05-231-0/+1
| | | | background (part2).
* S60Style: QScrollArea background is not continuous with main theme background.Sami Merilä2009-05-231-0/+3
|
* 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-221-1/+3
|
* S60Style: If table has defined a new background brush use that instead of ↵Sami Merilä2009-05-221-15/+20
| | | | drawing themed background.
* S60Style: Make 'checkable' buttons just 'pressed down' when checked.Sami Merilä2009-05-221-24/+2
|
* Part cache key nitpickAlessandro Portale2009-05-201-1/+1
|
* S60Style: Support theme graphics for inactive (disabled) button.Sami Merilä2009-05-201-42/+59
|
* S60Style: Set theme palette to widgets once theme changes.Sami Merilä2009-05-201-42/+51
|
* 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-181-71/+35
|
* 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 ↵Sami Merilä2009-05-151-0/+6
| | | | button'.
* 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 ↵Sami Merilä2009-05-151-0/+6
| | | | 9765faecf15fbd54b8817fdea66669cab91b5235),
* S60Style: Scrollbar pressed state.Sami Merilä2009-05-151-1/+18
|
* S60Style: Remove fallback information from theme items table and instead ↵Sami Merilä2009-05-151-13/+13
| | | | provide a mapping routine for the needed parts.
* 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-111-41/+28
| | | | center piece instead of multicolored lines (aka windows95 look). The new frame is drawn slightly smaller than generic frames to ensure that the background shines through between frame border and widgets.
* S60Style: Add support for other than avkon.mbm fallback graphics. The ↵Sami Merilä2009-05-081-58/+52
| | | | fallback graphics are moved to own table and referred when needed.
* S60Style: Support for flat and checkable pushbuttonsSami Merilä2009-05-081-4/+50
|
* S60Style: Slightly bigger node icons for QTreeViewSami Merilä2009-05-081-2/+5
|
* S60Style: Style QTreeView nodes and lines.Sami Merilä2009-05-071-1/+42
|
* S60Style: Improved polish. Now fonts are polished instead of set in drawing ↵Sami Merilä2009-05-071-34/+49
| | | | code. Also, backgroundTexture is set in its own method, so there is no need to reset whole application palette when layout changes. Finally, some widget specific polishing corrections.
* S60Style: Add support for busy indicator for progres bar.Sami Merilä2009-05-061-13/+19
|
* 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-301-50/+42
|\ | | | | | | | | Conflicts: src/gui/styles/qs60style_symbian.cpp
| * Avoid overwriting a user set palette.Jason Barron2009-04-301-27/+41
| | | | | | | | | | | | | | | | | | | | | | | | The polish(QWidget*) function is called the first time a widget is shown and therefore setting the widget's palette in this function will overwrite the user set palette if one is specified before show() is called. The solution is to break this into two parts, the first part sets the global palette in polish(QApplication*) and this is the part of the palette that is independent of widget. The second part involves adding the widget specific palettes using the QApplication:: setPalette() function that takes a classname and this is done in the polish(QWidget*) function.
| * Fix compilation of QS60Style after bad merge.Jason Barron2009-04-281-1/+1
| | | | | | | | | | | | The previous commit on this file broke compilation. It should have called setBrush() instead of setColor() to set the Window role of the palette to use a texture brush.
| * Fix background painting.Jason Barron2009-04-281-23/+1
| | | | | | | | | | | | | | This is a reverted patch that has been rebased on to another branch and then caused conflicts so it might contain an error or two. Basically we need to store the background texture from the style into the palette so that it can be replaced by applications that don't want it.
* | S60Style: Layout spinbox so that up and down buttons are side-by-side, not ↵Sami Merilä2009-04-301-13/+66
| | | | | | | | on top of each other.
* | S60Style: buildbreak fix - missing lines from commit ↵Sami Merilä2009-04-301-3/+6
| | | | | | | | d333404c72aa6c707cf389899999f2247454b824
* | S60Style: Use title font for GroupBox title.Sami Merilä2009-04-291-0/+5
| |
* | S60Style: Styled QToolBar implementation.Sami Merilä2009-04-291-33/+165
|/
* Long live Qt for S60!axis2009-04-241-0/+2451