summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qs60style_p.h
Commit message (Collapse)AuthorAgeFilesLines
* S60Style: Remove unneeded case-statements and own implementation for ↵Sami Merilä2009-05-291-2/+0
| | | | drawItemText.
* Enabled QtS60Style background filling also for _simulated, by movingAlessandro Portale2009-05-281-2/+0
| | | | | | 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-8/+12
|
* S60Style: Add reason for clearing style specific caches.Sami Merilä2009-05-261-1/+8
|
* S60Style: Change IsSkinnableDialog method name to drawsOwnThemeBackground.Sami Merilä2009-05-251-2/+1
|
* S60Style: Reorganize methods in source files to match header file order.Sami Merilä2009-05-251-7/+13
|
* S60Style: Support theme graphics for inactive (disabled) button.Sami Merilä2009-05-201-3/+14
|
* S60Style: Set theme palette to widgets once theme changes.Sami Merilä2009-05-201-0/+1
|
* S60Style: Draw all arrows as skinned graphics.Sami Merilä2009-05-181-0/+4
|
* S60Style: Scrollbar pressed state (missing changes from ↵Sami Merilä2009-05-151-2/+7
| | | | 9765faecf15fbd54b8817fdea66669cab91b5235),
* S60Style: Facelift for panels. It now uses settings page frame graphics sans ↵Sami Merilä2009-05-111-2/+4
| | | | 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: Style QTreeView nodes and lines.Sami Merilä2009-05-071-0/+5
|
* S60Style: Improved polish. Now fonts are polished instead of set in drawing ↵Sami Merilä2009-05-071-0/+1
| | | | 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-0/+1
|
* Merge commit 'private/translucentWindows'Jason Barron2009-04-301-1/+1
|\ | | | | | | | | Conflicts: src/gui/styles/qs60style_symbian.cpp
| * Avoid overwriting a user set palette.Jason Barron2009-04-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | S60Style: Styled QToolBar implementation.Sami Merilä2009-04-291-3/+38
|/
* Long live Qt for S60!axis2009-04-241-0/+368