Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revised SIP API. | axis | 2009-08-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | After discussions with Matthias, several things were changed: - the autoSipOnMouseFocus property was removed and replaced with a new style hint, SH_RequestSoftwareInputPanel. This means the style can define when the input panel is launched. - The code which sends RequestSoftwareInputPanel events was moved into its own function, and the widgets call that function. AutoTest: Included and passed RevBy: mae | ||||
* | 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 | ||||
* | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 1 | -14/+14 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/global/qglobal.h src/corelib/kernel/qmetatype.cpp src/corelib/kernel/qobject.cpp src/corelib/thread/qthread_unix.cpp src/gui/graphicsview/qgraphicssceneevent.h src/gui/itemviews/qheaderview.h src/gui/kernel/qapplication_qws.cpp src/gui/kernel/qgesture.h src/gui/kernel/qgesturerecognizer.h src/gui/painting/qpaintengine_raster.cpp src/network/access/qhttpnetworkreply.cpp src/network/access/qnetworkcookie.h src/network/socket/qnativesocketengine_unix.cpp | ||||
| * | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 1 | -3/+3 |
| | | |||||
| * | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -11/+11 |
| | | | | | | | | | | Contains some smaller fixes and renaming of macros. Looks big, but isn't scary at all ;) | ||||
* | | Compile fixes after latest merge of 4.6. | Jason Barron | 2009-07-28 | 1 | -4/+2 |
|/ | | | | | The ususal suspects like QScopedPointer fixes, but also some changes since the introduction of qcore_unix.* | ||||
* | S60Style: Use scrollbar extent to initialize rect size on x dimension ↵ | Sami Merilä | 2009-06-26 | 1 | -7/+2 |
| | | | | (instead of making it first square) | ||||
* | S60Style: Slightly less complex way of drawing the QHeaderView in style. | Sami Merilä | 2009-06-26 | 1 | -23/+11 |
| | |||||
* | S60Style: QTable theme background moved from cell area to be 'behind' the ↵ | Sami Merilä | 2009-06-23 | 1 | -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-18 | 1 | -0/+2 |
| | |||||
* | S60Style: Palette has gets cleared when setting themePalette. | Sami Merilä | 2009-06-18 | 1 | -6/+17 |
| | |||||
* | Fix commit 82e19a10f13005a327b134999315ecf39d5d70e3 | Alessandro Portale | 2009-06-15 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Alessandro Portale | 2009-06-15 | 1 | -2/+2 |
|\ | |||||
| * | Remove warnings | Alessandro Portale | 2009-06-15 | 1 | -2/+2 |
| | | |||||
* | | Fix for Task #256174 | Alessandro Portale | 2009-06-15 | 1 | -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-12 | 1 | -1/+1 |
| | |||||
* | S60Style: Drivelist combobox in AddressBook example causes crash due to null ↵ | Sami Merilä | 2009-06-12 | 1 | -16/+26 |
| | | | | pointer use in S60Style. | ||||
* | S60Style: Remove key accelerators | Sami Merilä | 2009-06-12 | 1 | -0/+2 |
| | |||||
* | Correcting my previous patch, there is only qevent.h. | Ariya Hidayat | 2009-06-11 | 1 | -1/+1 |
| | | | | Reviewed-by: Alessandro Portale | ||||
* | Fix includes, append the .h suffix to the file names. | Ariya Hidayat | 2009-06-11 | 1 | -2/+2 |
| | | | | Reviewed-by: Alessandro Portale | ||||
* | S60Style: Fix scrollbar error, when scrollbar PM minimum length is less than ↵ | Sami Merilä | 2009-06-10 | 1 | -0/+5 |
| | | | | its width on horizontal scrollbar (and height on vertical scrollbar). | ||||
* | Itemviews have go their focus frame back. | Alessandro Portale | 2009-06-09 | 1 | -4/+4 |
| | | | | Got lost with dc177883bf98a68e61c9a9cda7e1ba9464079275 | ||||
* | Removal of inneccessary QS60StylePrivate scopes | Alessandro Portale | 2009-06-08 | 1 | -31/+31 |
| | |||||
* | S60Style: Styled graphic support for editors. | Sami Merilä | 2009-06-05 | 1 | -0/+11 |
| | |||||
* | S60Style: Remove some magic numbers. | Sami Merilä | 2009-06-05 | 1 | -7/+10 |
| | |||||
* | S60Style: Missing break-statement | Sami Merilä | 2009-06-05 | 1 | -0/+1 |
| | |||||
* | S60Style: More styleHints | Sami Merilä | 2009-06-05 | 1 | -1/+27 |
| | |||||
* | Prevent double deletion of m_themePalette | Alessandro Portale | 2009-06-05 | 1 | -13/+16 |
| | | | | RevBy: Sami Merila | ||||
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-05 | 1 | -0/+10 |
|\ | |||||
| * | S60Style: Drop middlesection from tab graphics, if there is very little of ↵ | Sami Merilä | 2009-06-05 | 1 | -0/+10 |
| | | | | | | | | tab content. | ||||
* | | Added subElementRect implementation for SE_ItemViewItemCheckIndicator. | Janne Anttila | 2009-06-05 | 1 | -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-04 | 1 | -2/+0 |
| | |||||
* | S60Style: Missing constant | Sami Merilä | 2009-06-04 | 1 | -0/+1 |
| | |||||
* | S60Style: Cleanup code before Tower release. | Sami Merilä | 2009-06-04 | 1 | -204/+209 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Sami Merilä | 2009-06-04 | 1 | -8/+0 |
|\ | |||||
| * | Added loadS60ThemeFromBlob and saveS60ThemeToBlob. | Alessandro Portale | 2009-06-03 | 1 | -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-04 | 1 | -12/+7 |
|/ | |||||
* | Merge branch 'imSelections' | axis | 2009-06-03 | 1 | -1/+31 |
|\ | |||||
| * | Fixed incorrect headers. | axis | 2009-06-03 | 1 | -1/+31 |
| | | |||||
* | | Some minor correction to qs60style. | peknurmi | 2009-06-03 | 1 | -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. | peknurmi | 2009-06-03 | 1 | -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-02 | 1 | -107/+174 |
| | | | | | | | | themePaletteHash. | ||||
* | | Moved originalPalette member from public to private class. | Alessandro Portale | 2009-06-01 | 1 | -4/+5 |
| | | |||||
* | | S60Style: Remove unneeded case-statements and own implementation for ↵ | Sami Merilä | 2009-05-29 | 1 | -91/+0 |
|/ | | | | drawItemText. | ||||
* | S60Style: Adding missing break for clearCaches. | Sami Merilä | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Enabled QtS60Style background filling also for _simulated, by moving | Alessandro Portale | 2009-05-28 | 1 | -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-27 | 1 | -10/+17 |
| | |||||
* | S60Style: Tidy up the code - remove 'todo's. | Sami Merilä | 2009-05-26 | 1 | -16/+7 |
| | |||||
* | S60Style: Add reason for clearing style specific caches. | Sami Merilä | 2009-05-26 | 1 | -14/+17 |
| |