Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned public Api of QS60Style due to review by Volker Hilsheimer. | Alessandro Portale | 2009-08-11 | 1 | -0/+5 |
| | | | | | | | Moved handleDynamicLayoutVariantSwitch and handleSkinChange from QS60Style to QS60StylePrivate. QApplication (the only one calling those functions) is now a friend, thus has access to the private class. | ||||
* | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 1 | -3/+3 |
| | | | | RevBy: Trust me | ||||
* | Replaced $MODULE$ with hardcoded module names. | axis | 2009-08-06 | 1 | -1/+1 |
| | | | | RevBy: Trust me | ||||
* | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -1/+1 |
| | | | | | Contains some smaller fixes and renaming of macros. Looks big, but isn't scary at all ;) | ||||
* | S60Style: Styled graphic support for editors. | Sami Merilä | 2009-06-05 | 1 | -1/+12 |
| | |||||
* | Prevent double deletion of m_themePalette | Alessandro Portale | 2009-06-05 | 1 | -3/+4 |
| | | | | RevBy: Sami Merila | ||||
* | Merge branch 'imSelections' | axis | 2009-06-03 | 1 | -1/+31 |
|\ | |||||
| * | Fixed incorrect headers. | axis | 2009-06-03 | 1 | -1/+31 |
| | | |||||
* | | S60Style: Add support for setting themePalette to QStyleOption. Also, set up ↵ | Sami Merilä | 2009-06-02 | 1 | -2/+15 |
| | | | | | | | | themePaletteHash. | ||||
* | | Moved originalPalette member from public to private class. | Alessandro Portale | 2009-06-01 | 1 | -0/+1 |
| | | |||||
* | | S60Style: Remove unneeded case-statements and own implementation for ↵ | Sami Merilä | 2009-05-29 | 1 | -2/+0 |
|/ | | | | drawItemText. | ||||
* | 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 |