summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add new signals to indicate GPU resource usage.Jani Hautakangas2011-10-141-0/+24
* Make text rendering working outside the gui thread on Symbian.Laszlo Agocs2011-08-301-0/+3
* 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
* Fix dialog position adjustment regression in SymbianMiikka Heikkinen2011-06-101-0/+5
* Close context menus during orientation change.Laszlo Agocs2011-06-061-0/+7
* 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
* | Support word selection list with predictive text from splitviewSami Merila2011-05-131-0/+2
|/
* 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
* 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
* 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
* Add flag for forcibly propagating backing store alpha to framebufferGareth Stockwell2011-03-181-1/+2
* Don't use EGL surfaces for translucency with 32MB GPU chip.Jani Hautakangas2011-03-101-1/+26
* Added missing ifdefs to allow compilation on older Symbian versions.Laszlo Agocs2011-03-091-0/+2
* Multiple screen support for Symbian in QDeskopWidget.Laszlo Agocs2011-03-091-9/+29
* Support partial input modeSami Merila2011-03-081-0/+56
* Remove Qt dependancy to SYMBIAN_GRAPHICS_WSERV_QT_EFFECTSJani Hautakangas2011-02-231-6/+6
* Fix native child window Symbian decoration handling.Jani Hautakangas2011-02-061-6/+8
* Supporting Qt application fonts on SymbianAlessandro Portale2011-01-191-2/+2
* QTBUG-16110 updating the softkeys when app comes to foregroundmread2011-01-171-0/+3
* Allow use of command line parameters with RApaLsSession::StartApp.Miikka Heikkinen2011-01-111-15/+14
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Clear WSERV content when a native child receives an "expose"Jason Barron2010-12-291-0/+8
* Avoid duplicate resize eventMiikka Heikkinen2010-12-161-2/+4
* Resize event for QDesktopWidget was sent too earlyMiikka Heikkinen2010-12-151-3/+3
* Fix crash when creating more than one QApplication in single test caseMiikka Heikkinen2010-12-131-0/+7
* Merge branch 'QT-4077-fix' into 4.7-s60axis2010-11-051-1/+1
|\
| * Fixed event starvation with pointer events on Symbian.axis2010-11-051-1/+1
* | Avoid being killed by graphics out-of-memory monitor.Jason Barron2010-10-291-0/+11
|/
* Account for native child widgets when handling focus eventsGareth Stockwell2010-10-081-3/+4
* Remove unused/incorrect TFX commands pertaining to layers on Symbian.Jason Barron2010-10-061-6/+0
* Fix QApplication::desktop()->availableGeometry() for SymbianMiikka Heikkinen2010-09-301-0/+3
* Made the Symbian menu close when switching native focus.axis2010-09-271-0/+4
* Update QDesktopWidget geometry when S60 furniture visibility changesGareth Stockwell2010-09-021-0/+6
* Prevent null pointer dereferenceGareth Stockwell2010-09-021-1/+1
* Merge branch 'variousFixes' into 4.7-s60axis2010-09-011-9/+20
|\
| * Fixed a case where a newly created native widget would lose focus.axis2010-09-011-9/+20