Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | S60Style: Remove unneeded case-statements and own implementation for ↵ | Sami Merilä | 2009-05-29 | 1 | -91/+0 |
| | | | | drawItemText. | ||||
* | S60Style: Adding missing break for clearCaches. | Sami Merilä | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Enabled QtS60Style background filling also for _simulated, by moving | Alessandro Portale | 2009-05-28 | 1 | -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-27 | 1 | -10/+17 |
| | |||||
* | S60Style: Tidy up the code - remove 'todo's. | Sami Merilä | 2009-05-26 | 1 | -16/+7 |
| | |||||
* | S60Style: Add reason for clearing style specific caches. | Sami Merilä | 2009-05-26 | 1 | -14/+17 |
| | |||||
* | S60Style: Set WA_OpaquePaintEvent off for scrollbars to draw transparency ↵ | Sami Merilä | 2009-05-25 | 1 | -3/+19 |
| | | | | correctly. | ||||
* | S60Style: Change QTreeView elements to be non-color-skinnable. | Sami Merilä | 2009-05-25 | 1 | -4/+2 |
| | |||||
* | S60Style: Change IsSkinnableDialog method name to drawsOwnThemeBackground. | Sami Merilä | 2009-05-25 | 1 | -4/+4 |
| | |||||
* | S60Style: Reorganize methods in source files to match header file order. | Sami Merilä | 2009-05-25 | 1 | -300/+301 |
| | |||||
* | S60Style: QScrollArea background is not continuous with main theme ↵ | Sami Merilä | 2009-05-23 | 1 | -0/+1 |
| | | | | background (part2). | ||||
* | S60Style: QScrollArea background is not continuous with main theme background. | Sami Merilä | 2009-05-23 | 1 | -0/+3 |
| | |||||
* | S60Style: Build break fix. Missing include added. | Sami Merilä | 2009-05-23 | 1 | -0/+1 |
| | |||||
* | S60Style: Fix palette-polution to other styles, when style is switched runtime. | Sami Merilä | 2009-05-22 | 1 | -1/+3 |
| | |||||
* | S60Style: If table has defined a new background brush use that instead of ↵ | Sami Merilä | 2009-05-22 | 1 | -15/+20 |
| | | | | drawing themed background. | ||||
* | S60Style: Make 'checkable' buttons just 'pressed down' when checked. | Sami Merilä | 2009-05-22 | 1 | -24/+2 |
| | |||||
* | Part cache key nitpick | Alessandro Portale | 2009-05-20 | 1 | -1/+1 |
| | |||||
* | S60Style: Support theme graphics for inactive (disabled) button. | Sami Merilä | 2009-05-20 | 1 | -42/+59 |
| | |||||
* | S60Style: Set theme palette to widgets once theme changes. | Sami Merilä | 2009-05-20 | 1 | -42/+51 |
| | |||||
* | removed extra brace character causing compilation failure | Markku Luukkainen | 2009-05-19 | 1 | -1/+0 |
| | |||||
* | S60Style: Styling QDial. | Sami Merilä | 2009-05-19 | 1 | -17/+35 |
| | |||||
* | S60Style: Draw all arrows as skinned graphics. | Sami Merilä | 2009-05-18 | 1 | -71/+35 |
| | |||||
* | S60Style: Make selection 'tick' mark rect smaller for multiselectable list. | Sami Merilä | 2009-05-18 | 1 | -1/+5 |
| | |||||
* | S60Style: Make button content area slightly larger if button is 'checkable ↵ | Sami Merilä | 2009-05-15 | 1 | -0/+6 |
| | | | | button'. | ||||
* | S60Style: Make pressed down state of tool button clearer to see. | Sami Merilä | 2009-05-15 | 1 | -0/+10 |
| | |||||
* | S60Style: Scrollbar pressed state (missing changes from ↵ | Sami Merilä | 2009-05-15 | 1 | -0/+6 |
| | | | | 9765faecf15fbd54b8817fdea66669cab91b5235), | ||||
* | S60Style: Scrollbar pressed state. | Sami Merilä | 2009-05-15 | 1 | -1/+18 |
| | |||||
* | S60Style: Remove fallback information from theme items table and instead ↵ | Sami Merilä | 2009-05-15 | 1 | -13/+13 |
| | | | | provide a mapping routine for the needed parts. | ||||
* | S60Style: Slightly better drawing code for QTreeView node indicators. | Sami Merilä | 2009-05-12 | 1 | -14/+19 |
| | |||||
* | S60style: use correct theme text color for highlighted line edit texts. | Sami Merilä | 2009-05-12 | 1 | -0/+5 |
| | |||||
* | S60Style: Facelift for panels. It now uses settings page frame graphics sans ↵ | Sami Merilä | 2009-05-11 | 1 | -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-08 | 1 | -58/+52 |
| | | | | fallback graphics are moved to own table and referred when needed. | ||||
* | S60Style: Support for flat and checkable pushbuttons | Sami Merilä | 2009-05-08 | 1 | -4/+50 |
| | |||||
* | S60Style: Slightly bigger node icons for QTreeView | Sami Merilä | 2009-05-08 | 1 | -2/+5 |
| | |||||
* | S60Style: Style QTreeView nodes and lines. | Sami Merilä | 2009-05-07 | 1 | -1/+42 |
| | |||||
* | S60Style: Improved polish. Now fonts are polished instead of set in drawing ↵ | Sami Merilä | 2009-05-07 | 1 | -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-06 | 1 | -13/+19 |
| | |||||
* | S60Style: intersect QTable background graphics with viewPort rect. | Sami Merilä | 2009-05-05 | 1 | -12/+10 |
| | |||||
* | S60Style: latest pixel metrics included. | Sami Merilä | 2009-05-05 | 1 | -16/+16 |
| | |||||
* | Merge commit 'private/translucentWindows' | Jason Barron | 2009-04-30 | 1 | -50/+42 |
|\ | | | | | | | | | Conflicts: src/gui/styles/qs60style_symbian.cpp | ||||
| * | Avoid overwriting a user set palette. | Jason Barron | 2009-04-30 | 1 | -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 Barron | 2009-04-28 | 1 | -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 Barron | 2009-04-28 | 1 | -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-30 | 1 | -13/+66 |
| | | | | | | | | on top of each other. | ||||
* | | S60Style: buildbreak fix - missing lines from commit ↵ | Sami Merilä | 2009-04-30 | 1 | -3/+6 |
| | | | | | | | | d333404c72aa6c707cf389899999f2247454b824 | ||||
* | | S60Style: Use title font for GroupBox title. | Sami Merilä | 2009-04-29 | 1 | -0/+5 |
| | | |||||
* | | S60Style: Styled QToolBar implementation. | Sami Merilä | 2009-04-29 | 1 | -33/+165 |
|/ | |||||
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+2451 |