summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qs60style_simulated.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QS60Style does not mix well with the stylesheetsSami Merilä2009-10-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QS60Style basically ignores user set / stylesheet set palettes. Now, tested with: * QLineEdit * QPushButton * QSpinBox * QComboBox * QAbstractScrollArea * QCheckBox * QRadioButton * QGroupBox * QFrame * QTreeView * QTableView * QHeaderView * QProgressBar * QScrollBar * QSplitter * QSlider * QTabWidget * QToolButton * QToolBar and fixed QS60Style so that it obeys externally set palettes. Task-number: QTBUG-4820 Reviewed-by: Janne Koskinen
* S60Style's tab widget is too small for touch useSami Merilä2009-10-211-0/+4
| | | | | | | | | | TabWidget for S60Style is too small for touch use, it is rather hard to accurately touch the tabpane to switch the active tab. To fix this, we ask the native tabpane height from AVKON and set the QTabWiget's pane height to native height (or bigger). Task-number: QTBUG-4243 Reviewed-by: Alessandro Portale
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Added a default theme for the simulated S60 styleAlessandro Portale2009-08-281-2/+1
| | | | Reviewed-By: Trustme
* Changed names and URLs to reflect name change.axis2009-08-191-1/+1
| | | | RevBy: Trust me
* 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
* Using QPixmap as paint device.Alessandro Portale2009-06-111-2/+2
| | | | | | Makes more sense in this case. At least on X11 and MacOS. Reviewed-by: Ariya Hidayat
* Fix compile, include qdesktopwidget.h.Ariya Hidayat2009-06-111-0/+1
| | | | Reviewed-by: Alessandro Portale
* Newer version of GCC only recognized __func__ (as a static function).Ariya Hidayat2009-06-111-4/+11
| | | | Reviewed-by: aportale
* Attempt to load default skin only if it is present.Alessandro Portale2009-06-081-1/+3
|
* Added loadS60ThemeFromBlob and saveS60ThemeToBlob.Alessandro Portale2009-06-031-0/+125
| | | | The simulated style will by default try to load the 'Default.blob'
* Merge branch 'imSelections'axis2009-06-031-1/+31
|\
| * Fixed incorrect headers.axis2009-06-031-1/+31
| |
* | Initialize the QImageAlessandro Portale2009-06-021-0/+1
| |
* | S60Style: Add support for setting themePalette to QStyleOption. Also, set up ↵Sami Merilä2009-06-021-5/+4
| | | | | | | | themePaletteHash.
* | Set each widgets palette after changing the theme.Alessandro Portale2009-06-011-1/+4
|/
* Enabled QtS60Style background filling also for _simulated, by movingAlessandro Portale2009-05-281-15/+8
| | | | | | 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-14/+5
|
* S60Style: Add reason for clearing style specific caches.Sami Merilä2009-05-261-1/+1
|
* FixesAlessandro Portale2009-05-201-1/+4
|
* Stub for backgroundTexture()Alessandro Portale2009-05-191-0/+19
|
* S60Style: Styled QToolBar implementation.Sami Merilä2009-04-291-1/+7
|
* Long live Qt for S60!axis2009-04-241-0/+269