summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/4.8' into qt-4.8-from-4.7Sergio Ahumada2011-08-311-4/+19
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma...Qt Continuous Integration System2011-08-311-4/+11
| |\
| | * Fix pointer event mapping when windows are fixed to native orientationLaszlo Agocs2011-08-291-4/+11
| * | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-08-271-3/+0
| |\ \
| * | | Add a QApplication::queryKeyboardModifiers() method.David Faure2011-08-171-0/+8
| | |/ | |/|
* | | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-311-0/+3
|\ \ \ | |_|/ |/| |
| * | Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-08-301-0/+3
* | | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-08-261-3/+0
|\ \ \ | |/ / | | / | |/ |/|
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-06-241-7/+42
|\ \ | |/
| * Support clipboard function on SymbianGuoqing Zhang2011-06-231-0/+9
| * Remove unnecessary resizes during orientation changeJani Hautakangas2011-06-171-1/+2
| * Proper naming for raster pixmap and paintengine on Symbian.Laszlo Agocs2011-06-161-1/+1
| * Drop-down menu position is altered when Partial VKB is invokedSami Merila2011-06-141-23/+30
| * Fix screen dimensions after orientation change in split screen mode.Miikka Heikkinen2011-06-141-0/+18
* | Merge remote branch 'origin/4.7' into qt-4.8-from-4.7Jani Hautakangas2011-06-221-0/+5
|\ \ | |/
| * Fix dialog position adjustment regression in SymbianMiikka Heikkinen2011-06-101-0/+5
* | Merge remote branch 'upstream/4.8' into qt-4.8-from-4.7Toby Tomkins2011-06-081-1/+1
|\ \
| * | Removing unused code after introduction of round robin schedulermread2011-06-011-1/+1
* | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-06-071-0/+7
|\ \ \ | | |/ | |/|
| * | Close context menus during orientation change.Laszlo Agocs2011-06-061-0/+7
* | | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-311-19/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Fix for BCM2727 chip detection on SymbianJani Hautakangas2011-05-301-18/+5
| * Fix QMenuBar autotest failures for SymbianSami Merila2011-05-301-1/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-171-17/+17
| |\
| | * Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* | | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-0/+2
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7Olivier Goffart2011-05-161-11/+24
| |\ \ \
| * \ \ \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-141-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Support word selection list with predictive text from splitviewSami Merila2011-05-131-0/+2
| | | |/ | | |/|
* | | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| |_|/ |/| |
* | | Fix loss of focus and activation when hiding a child widgetMiikka Heikkinen2011-05-121-11/+20
* | | Update softkeys after orientation switch.Miikka Heikkinen2011-05-101-0/+4
|/ /
* | Merge remote-tracking branch 'qt/4.8'Sami Lempinen2011-04-281-46/+143
|\ \
| * \ Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-181-46/+143
| |\ \ | | |/
| | * Trigger fullscreen transition effects properly on app exit.Laszlo Agocs2011-04-141-2/+5
| | * Do not use SetSurfaceTransparency() on raster.Laszlo Agocs2011-04-141-0/+2
| | * Have the backing store destroyed also in special Symbian scenarios.Laszlo Agocs2011-04-121-0/+6
| | * Use FixNativeOrientation on Symbian when the application wants it.Laszlo Agocs2011-04-121-41/+118
| | * Check the validity of qt_desktopWidget before dereferencingRuth Sadler2011-04-071-2/+4
| | * Do not unnecessarily draw application twice in landscapeMiikka Heikkinen2011-04-071-1/+8
* | | Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-04-261-0/+3
|/ /
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-04-071-32/+58
|\ \ | |/
| * Native dialog softkeys are covered by QApplication softkeysSami Merila2011-04-041-1/+2
| * Don't display softkeys/statusbar on FS childs of non-FS windowsMiikka Heikkinen2011-04-011-31/+56
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-03-311-9/+59
|\ \ | |/
| * Show softkeys when opening a dialog that has a fullscreen parent.Miikka Heikkinen2011-03-281-9/+30
| * Call FixNativeOrientation on Symbian for certain fullscreen qml views.Laszlo Agocs2011-03-241-0/+29
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-191-1/+2
|\ \ | |/
| * Add flag for forcibly propagating backing store alpha to framebufferGareth Stockwell2011-03-181-1/+2
* | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-111-9/+112
|\ \ | |/