summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qs60style_simulated.cpp
Commit message (Collapse)AuthorAgeFilesLines
* S60 style: Compile fix.Friedemann Kleint2010-02-081-1/+1
| | | | Fix up cc1f88b8.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into ↵Qt Continuous Integration System2010-02-081-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1: A few trivial optimizations Rewrote bookmark handling, the previous code was just plain awful. Small style cleanup. Fix some warnings. Designer: Emit QDesignerPropertyEditorInterface::propertyChanged(). Designer: Support the 'windowOpacity'-property for forms. Expanded tst_QFileSystemModel::rootPath() to check directories ending in "." or ".." Assistant: Treat "unfiltered" filter in a apecial way. Assistant: Give meaningful context to translations. Fixed handling of paths containing ".." in QFileSystemModel on Windows. QAbstractItemModel docs: Fix typo. Assistant: Eliminate private tr contexts.
| * A few trivial optimizationsThorbjørn Lindeijer2010-02-051-6/+6
| | | | | | | | | | | | Don't use QHash/QMap::values/keys unnecessarily. Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* | QListWidget itemActivated does not follow S60 conventionsSami Merila2010-01-251-0/+5
| | | | | | | | | | | | | | | | Set StyleHint SH_ItemView_ActivateItemOnSingleClick inactive for 3.x and 5th edition S60. Task-number: QTBUG-6182 Reviewed-by: Alessandro Portale
* | S60Style: Add support for animations to styleSami Merila2010-01-221-0/+5
|/ | | | | | | | | | Add support of theme animations to AVKON-based QS60Style. Currently only QProgressBar's have animations, but adding others with same kind of S60 theming (mainly note animations) would be really easy to do. Task-number: QTBUG-4050 Reviewed-by: Alessandro Portale
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2010-01-131-1/+1
|\ | | | | | | | | Conflicts: tests/auto/linguist/lupdate/testlupdate.cpp
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Do not set the font size unnecessarily in the simulated s60 style.Christian Kamm2010-01-111-2/+5
|/ | | | Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* QS60Style: Groove changes caused build break of S60 3.1Sami Merila2009-12-111-0/+5
| | | | | | | | 3.1 does not have theme graphics IDs that we use in style, so it cannot be compiled in 3.1. As a fallback, 3.1 will use the previous method of drawing a slider. Reviewed-by: Alessandro Portale
* Fix typo in license headerAlessandro Portale2009-11-121-1/+1
| | | | | | The word 'module' was missing. Reviewed-By: TrustMe
* Removed unused public Api from QS60StyleAlessandro Portale2009-11-101-10/+0
| | | | | | | | | | | | | | | QS60Style::setStyleProperty() and QS60Style::styleProperty() were intended as generic property setter/getters, but are not needed anymore. Reviewed-by: Sami Merila modified: src/gui/styles/qs60style.cpp modified: src/gui/styles/qs60style.h modified: src/gui/styles/qs60style_p.h modified: src/gui/styles/qs60style_s60.cpp modified: src/gui/styles/qs60style_simulated.cpp modified: src/s60installs/eabi/QtGuiu.def
* Build break fix for S60Simulated styleSami Merilä2009-11-031-1/+1
| | | | | | | | | S60Simulated style broke down after change SHA da9880eaed0d09338717db1a73db01e6b0ab080d, because part()-method call in simulated style was not updated to have additional parameter. Task-number: None Reviewed-by: Shane Kearns
* 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