summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* S60Style: renamed pixelmetricsmapper files and relocated them all under one s...Sami Merilä2009-05-0512-29/+34
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-05-041-0/+1
|\
| * Don't show Symbian plugin stubs in Git.axis2009-05-041-0/+1
* | Fix for thread termination in Symbian OS.Janne Anttila2009-05-042-6/+8
|/
* Merge commit 'private/translucentWindows'Jason Barron2009-04-3013-92/+171
|\
| * Avoid overwriting a user set palette.Jason Barron2009-04-304-33/+50
| * Small optimization when hiding windows.Jason Barron2009-04-301-3/+4
| * Some code cleanups after review.Jason Barron2009-04-291-3/+3
| * Undo implementation of setWindowOpacity_sys().Jason Barron2009-04-291-4/+2
| * Fixes crash when setting geometry on an obscured window.Jason Barron2009-04-291-1/+1
| * Make QPixmap::grabWindow() work for top level windows.Jason Barron2009-04-291-1/+1
| * Fix compilation of QS60Style after bad merge.Jason Barron2009-04-281-1/+1
| * Fix compilation of tst_qwidget with some compilers.Jason Barron2009-04-281-2/+2
| * Get transparency working by clearing the window surface.Jason Barron2009-04-281-1/+22
| * More work on translucent windows.Jason Barron2009-04-283-12/+14
| * Fixes: Add support for translucent windows in Symbian.Jason Barron2009-04-286-3/+57
| * We previously had some hacks in this function to avoid creating aJason Barron2009-04-281-2/+4
| * Fix background painting.Jason Barron2009-04-283-42/+26
* | S60Style: Build break fix for 3.2SDK environment (it is lacking some skin IDs...Sami Merilä2009-04-301-9/+9
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicSami Merilä2009-04-301-2/+4
|\ \
| * \ Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-301-3/+6
| |\ \
| * | | Fixed bug in QTemporaryFile::rename.Janne Anttila2009-04-301-2/+4
* | | | S60Style: Layout spinbox so that up and down buttons are side-by-side, not on...Sami Merilä2009-04-301-13/+66
| |/ / |/| |
* | | S60Style: buildbreak fix - missing lines from commit d333404c72aa6c707cf38989...Sami Merilä2009-04-301-3/+6
|/ /
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-296-78/+332
|\ \
| * | S60Style: Use title font for GroupBox title.Sami Merilä2009-04-291-0/+5
| * | S60Style: Styled QToolBar implementation.Sami Merilä2009-04-294-41/+258
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-294-14/+37
| |\ \
| * | | Basic optimizations to qdrawhelper for RVCT builds:Miikka Heikkinen2009-04-292-37/+69
* | | | Fixed temporary file rename problem in Symbian OS.Janne Anttila2009-04-291-1/+2
* | | | Fixed tst_QSslSocket::sslErrors test for Symbian HW.Janne Anttila2009-04-291-12/+18
| |/ / |/| |
* | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-292-13/+29
|\ \ \ | | |/ | |/|
| * | Enable dynamic [de|con]struction of window surfaces based on visibilityJason Barron2009-04-282-13/+29
| |/
* | Increased stack size for threads created in QLocalSocket autotests.Janne Anttila2009-04-291-0/+6
* | Fixed tst_QTcpSocket RVCT build when TEST_QNETWORK_PROXY is not defined.Janne Anttila2009-04-291-1/+2
|/
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-282-27/+31
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAleksandar Sasha Babic2009-04-281-2/+2
| |\
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-282-8/+8
| | |\
| | * | Fixed ASSERT panic in Symbian event dispatcher.Janne Anttila2009-04-281-2/+2
| * | | Simple refactoring how the data are fetched and stored.Aleksandar Sasha Babic2009-04-281-25/+29
| | |/ | |/|
* | | Always build Qt libs with "All -Tcb" capabilities in SymbianMiikka Heikkinen2009-04-281-5/+1
|/ /
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-281-1/+9
|\ \ | |/
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-281-6/+4
| |\
| * | These tst_qtcpsockets require more time to finish in Symbian OSJanne Anttila2009-04-281-1/+9
* | | Changed generated file headers to have timestamp in ISO format insteadMiikka Heikkinen2009-04-282-8/+8
| |/ |/|
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-287-22/+43
|\ \ | |/
| * Fixed unresolved merge conflict in network-settings.hJanne Anttila2009-04-281-3/+0
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-289-32/+182
| |\
| | * Removed setting the unnecessary parent for menu structuresMarkku Luukkainen2009-04-281-1/+0
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicMarkku Luukkainen2009-04-2810-33/+167
| | |\