summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qs60style_s60.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091-4/+4
|\
| * Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | | | | | Reviewed-by: Trust Me
* | Fixed 'use of function XXX is deprecated' warning reported by RVCT.Janne Anttila2009-09-091-2/+2
| | | | | | | | Task-number: 241223
* | Fixes for compiler warnings reported by RVCTJanne Anttila2009-09-091-2/+2
|/ | | | | Task-number: 241223 Reviewed-by: Janne Koskinen
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* doc: Fixed several qdoc errors.Martin Smith2009-08-281-3/+0
|
* Fix build problem when Q_WS_S60 is undefinedIain2009-08-201-0/+2
| | | | Reviewed-by: Jason Barron
* Changed names and URLs to reflect name change.axis2009-08-191-1/+1
| | | | RevBy: Trust me
* Cleaned public Api of QS60Style due to review by Volker Hilsheimer.Alessandro Portale2009-08-111-11/+9
| | | | | | | 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.axis2009-08-061-3/+3
| | | | RevBy: Trust me
* Replaced $MODULE$ with hardcoded module names.axis2009-08-061-1/+1
| | | | RevBy: Trust me
* Trailing whitespace and tab/space fixes for src/guiJanne Anttila2009-08-041-2/+2
|
* CFbsBitmap::DataSize() seems to be a private Api function.Alessandro Portale2009-08-031-1/+1
| | | | | | | But CFbsBitmap::Header().iBitmapSize seems to do the same job, and it works wit hthe public SDK. Thanks to jbarron for finding that public pendant.
* Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-19/+34
| | | | | Contains some smaller fixes and renaming of macros. Looks big, but isn't scary at all ;)
* S60Style: QTable theme background moved from cell area to be 'behind' the ↵Sami Merilä2009-06-231-0/+4
| | | | whole widget. Also item view highlight slightly tuned to be closer to what it is like on native UI.
* S60Style: Better theme graphic for the TextEdit background. This one does ↵Sami Merilä2009-06-181-5/+9
| | | | not mess the text on first row with some themes.
* S60Style: Styled graphic support for editors.Sami Merilä2009-06-051-1/+11
|
* S60Style: Cleanup code before Tower release.Sami Merilä2009-06-041-29/+20
|
* Added loadS60ThemeFromBlob and saveS60ThemeToBlob.Alessandro Portale2009-06-031-0/+8
| | | | The simulated style will by default try to load the 'Default.blob'
* Merge branch 'imSelections'axis2009-06-031-1/+31
|
* S60Style: Add support for setting themePalette to QStyleOption. Also, set up ↵Sami Merilä2009-06-021-246/+245
| | | | themePaletteHash.
* S60Style: Rename the private class to highlight that it is available only to ↵Sami Merilä2009-05-291-0/+1326
's60'.