summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Enabling AdvancedPointerEvents for active windows causes a panicSami Merila2010-08-251-0/+5
|/
* Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-201-4/+5
* Refactored handling of window visibility events on SymbianGareth Stockwell2010-08-181-26/+36
* Replaced backing store reference count with list of visible widgetsGareth Stockwell2010-08-181-7/+4
* Fix for memory leak in qt_initShane Kearns2010-08-131-0/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-101-2/+2
|\
| * Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-2/+2
* | Pending surface might not get destroyed if no flush() happensJani Hautakangas2010-08-091-1/+1
* | Use ARGB32 premultiplied backing store format in Symbian^3Jani Hautakangas2010-08-061-1/+2
* | Register window types for Symbian system effectsJani Hautakangas2010-08-061-1/+57
|/
* Remove the memory tracking attempt from the runtime graphics system.Jason Barron2010-08-051-9/+1
* Fixed key event handling on Symbian.axis2010-07-291-55/+109
* Cleaned up old comments.axis2010-07-291-12/+0
* Refactored the virtual mouse handling code into its own function.axis2010-07-291-171/+180
* Removed static on a member that didn't have to be.axis2010-07-291-4/+7
* Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-07-281-11/+25
* Fix crash caused by not clearing the QPixmapCache on application exit.Oleh Vasyura2010-07-261-0/+2
* Ensure backing store is deleted before top-level windowGareth Stockwell2010-07-261-0/+4
* Avkon removal configured with -no-s60mread2010-07-011-6/+9
* Fix a crash on exit. Destruction order in font database. (Symbian^4)Alessandro Portale2010-06-221-0/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6Simon Hausmann2010-06-131-0/+25
|\
| * Thread safety for QFontEngineS60Shane Kearns2010-06-111-0/+25
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-081-8/+19
|\ \ | |/
| * Window visibility changes update TLW backing store reference countGareth Stockwell2010-06-021-7/+16
| * Added reference counting to QWidgetBackingStoreGareth Stockwell2010-06-021-3/+2
| * Post QResizeEvent from QSymbianControl::SizeChanged even when invisibleGareth Stockwell2010-05-271-0/+3
| * Backport multitouch bug fixes to 4.6Shane Kearns2010-05-211-6/+17
| * Fix spurious mouse click when dismissing a native menuShane Kearns2010-05-121-4/+6
* | Add runtime_graphics_system flag to QApplicationPrivate.Jani Hautakangas2010-05-281-4/+3
* | Enable QTouchEvent for S60 5.0Shane Kearns2010-05-211-11/+42