Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed incorrect headers. | axis | 2009-06-03 | 1 | -1/+31 |
| | |||||
* | Enabled QtS60Style background filling also for _simulated, by moving | Alessandro Portale | 2009-05-28 | 1 | -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-27 | 1 | -8/+12 |
| | |||||
* | S60Style: Add reason for clearing style specific caches. | Sami Merilä | 2009-05-26 | 1 | -1/+8 |
| | |||||
* | S60Style: Change IsSkinnableDialog method name to drawsOwnThemeBackground. | Sami Merilä | 2009-05-25 | 1 | -2/+1 |
| | |||||
* | S60Style: Reorganize methods in source files to match header file order. | Sami Merilä | 2009-05-25 | 1 | -7/+13 |
| | |||||
* | S60Style: Support theme graphics for inactive (disabled) button. | Sami Merilä | 2009-05-20 | 1 | -3/+14 |
| | |||||
* | S60Style: Set theme palette to widgets once theme changes. | Sami Merilä | 2009-05-20 | 1 | -0/+1 |
| | |||||
* | S60Style: Draw all arrows as skinned graphics. | Sami Merilä | 2009-05-18 | 1 | -0/+4 |
| | |||||
* | S60Style: Scrollbar pressed state (missing changes from ↵ | Sami Merilä | 2009-05-15 | 1 | -2/+7 |
| | | | | 9765faecf15fbd54b8817fdea66669cab91b5235), | ||||
* | S60Style: Facelift for panels. It now uses settings page frame graphics sans ↵ | Sami Merilä | 2009-05-11 | 1 | -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-07 | 1 | -0/+5 |
| | |||||
* | S60Style: Improved polish. Now fonts are polished instead of set in drawing ↵ | Sami Merilä | 2009-05-07 | 1 | -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-06 | 1 | -0/+1 |
| | |||||
* | Merge commit 'private/translucentWindows' | Jason Barron | 2009-04-30 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: src/gui/styles/qs60style_symbian.cpp | ||||
| * | Avoid overwriting a user set palette. | Jason Barron | 2009-04-30 | 1 | -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-29 | 1 | -3/+38 |
|/ | |||||
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+368 |