summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qs60style.cpp
Commit message (Collapse)AuthorAgeFilesLines
* S60Style: QTable theme background moved from cell area to be 'behind' the ↵Sami Merilä2009-06-231-27/+15
| | | | whole widget. Also item view highlight slightly tuned to be closer to what it is like on native UI.
* S60Style: Remove menu scroller from UI.Sami Merilä2009-06-181-0/+2
|
* S60Style: Palette has gets cleared when setting themePalette.Sami Merilä2009-06-181-6/+17
|
* Fix commit 82e19a10f13005a327b134999315ecf39d5d70e3Alessandro Portale2009-06-151-4/+4
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAlessandro Portale2009-06-151-2/+2
|\
| * Remove warningsAlessandro Portale2009-06-151-2/+2
| |
* | Fix for Task #256174Alessandro Portale2009-06-151-6/+3
|/ | | | | Bring back the keyPad Navigation focus visualization. It disappeared with commit e0690577327097ec3d9be99205bfcf01f8404d23
* S60Style: Itemview active icons are rendered as disabled and vice versa.Sami Merilä2009-06-121-1/+1
|
* S60Style: Drivelist combobox in AddressBook example causes crash due to null ↵Sami Merilä2009-06-121-16/+26
| | | | pointer use in S60Style.
* S60Style: Remove key acceleratorsSami Merilä2009-06-121-0/+2
|
* Correcting my previous patch, there is only qevent.h.Ariya Hidayat2009-06-111-1/+1
| | | | Reviewed-by: Alessandro Portale
* Fix includes, append the .h suffix to the file names.Ariya Hidayat2009-06-111-2/+2
| | | | Reviewed-by: Alessandro Portale
* S60Style: Fix scrollbar error, when scrollbar PM minimum length is less than ↵Sami Merilä2009-06-101-0/+5
| | | | its width on horizontal scrollbar (and height on vertical scrollbar).
* Itemviews have go their focus frame back.Alessandro Portale2009-06-091-4/+4
| | | | Got lost with dc177883bf98a68e61c9a9cda7e1ba9464079275
* Removal of inneccessary QS60StylePrivate scopesAlessandro Portale2009-06-081-31/+31
|
* S60Style: Styled graphic support for editors.Sami Merilä2009-06-051-0/+11
|
* S60Style: Remove some magic numbers.Sami Merilä2009-06-051-7/+10
|
* S60Style: Missing break-statementSami Merilä2009-06-051-0/+1
|
* S60Style: More styleHintsSami Merilä2009-06-051-1/+27
|
* Prevent double deletion of m_themePaletteAlessandro Portale2009-06-051-13/+16
| | | | RevBy: Sami Merila
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-051-0/+10
|\
| * S60Style: Drop middlesection from tab graphics, if there is very little of ↵Sami Merilä2009-06-051-0/+10
| | | | | | | | tab content.
* | Added subElementRect implementation for SE_ItemViewItemCheckIndicator.Janne Anttila2009-06-051-0/+2
|/ | | | | | S60Style did not implement SE_ItemViewItemCheckIndicator if given option was somethign else than QStyleOptionViewItemV4. This causes some autotests to fail. Added appropriate query for QCommonStyle.
* S60Style: Buildbreak fix. Remove problematic #ifdef line.Sami Merilä2009-06-041-2/+0
|
* S60Style: Missing constantSami Merilä2009-06-041-0/+1
|
* S60Style: Cleanup code before Tower release.Sami Merilä2009-06-041-204/+209
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicSami Merilä2009-06-041-8/+0
|\
| * Added loadS60ThemeFromBlob and saveS60ThemeToBlob.Alessandro Portale2009-06-031-8/+0
| | | | | | | | The simulated style will by default try to load the 'Default.blob'
* | S60Style: Draw all dialog with popup menu theme background.Sami Merilä2009-06-041-12/+7
|/
* Merge branch 'imSelections'axis2009-06-031-1/+31
|\
| * Fixed incorrect headers.axis2009-06-031-1/+31
| |
* | Some minor correction to qs60style.peknurmi2009-06-031-18/+18
| | | | | | | | | | | | | | | | | | | | Added null check to qs60style::refreshUI method. Reviewed-by: Jason Barron <jason.barron@nokia.com> Conflicts: src/gui/styles/qs60style.cpp
* | Now qs60style does not send extra resize event in orientation change.peknurmi2009-06-031-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QSymbianControl::HandleResourceChange contained global event handling. So Qt handled same issues unnecessarily (for each shown top level widget). Now this global event handling is encapsulated to s60ResourceChange (new method) called by s60main. In addition, qs60style generated unnecessary resize events. If widget was fullscreen or maximized, then this caused incorrect resize events (old size delivered). With these changes, qs60style just informs widgets of style change (similarly as in qstylesheetstyle). Task-number: 251085 Reviewed-by: Jason Barron <jason.barron@nokia.com> Conflicts: src/gui/kernel/qapplication.h src/gui/styles/qs60style.cpp
* | S60Style: Add support for setting themePalette to QStyleOption. Also, set up ↵Sami Merilä2009-06-021-107/+174
| | | | | | | | themePaletteHash.
* | Moved originalPalette member from public to private class.Alessandro Portale2009-06-011-4/+5
| |
* | S60Style: Remove unneeded case-statements and own implementation for ↵Sami Merilä2009-05-291-91/+0
|/ | | | drawItemText.
* S60Style: Adding missing break for clearCaches.Sami Merilä2009-05-281-0/+1
|
* Enabled QtS60Style background filling also for _simulated, by movingAlessandro Portale2009-05-281-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-271-10/+17
|
* S60Style: Tidy up the code - remove 'todo's.Sami Merilä2009-05-261-16/+7
|
* S60Style: Add reason for clearing style specific caches.Sami Merilä2009-05-261-14/+17
|
* S60Style: Set WA_OpaquePaintEvent off for scrollbars to draw transparency ↵Sami Merilä2009-05-251-3/+19
| | | | correctly.
* S60Style: Change QTreeView elements to be non-color-skinnable.Sami Merilä2009-05-251-4/+2
|
* S60Style: Change IsSkinnableDialog method name to drawsOwnThemeBackground.Sami Merilä2009-05-251-4/+4
|
* S60Style: Reorganize methods in source files to match header file order.Sami Merilä2009-05-251-300/+301
|
* S60Style: QScrollArea background is not continuous with main theme ↵Sami Merilä2009-05-231-0/+1
| | | | background (part2).
* S60Style: QScrollArea background is not continuous with main theme background.Sami Merilä2009-05-231-0/+3
|
* S60Style: Build break fix. Missing include added.Sami Merilä2009-05-231-0/+1
|
* S60Style: Fix palette-polution to other styles, when style is switched runtime.Sami Merilä2009-05-221-1/+3
|
* S60Style: If table has defined a new background brush use that instead of ↵Sami Merilä2009-05-221-15/+20
| | | | drawing themed background.