summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-1/+1
|\
| * 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
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-301-0/+11
|\ \ \ | |/ /
| * | Avoid being killed by graphics out-of-memory monitor.Jason Barron2010-10-291-0/+11
| |/
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-091-3/+4
|\ \ | |/
| * Account for native child widgets when handling focus eventsGareth Stockwell2010-10-081-3/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-071-6/+0
|\ \ | |/
| * Remove unused/incorrect TFX commands pertaining to layers on Symbian.Jason Barron2010-10-061-6/+0
* | Merge remote branch 'origin/4.7' into master-from-4.7Rohan McGovern2010-10-041-0/+3
|\ \ | |/
| * Fix QApplication::desktop()->availableGeometry() for SymbianMiikka Heikkinen2010-09-301-0/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-0/+4
|\ \ | |/
| * Made the Symbian menu close when switching native focus.axis2010-09-271-0/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-10/+27
|\ \ | |/
| * 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
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-301-0/+5
|\ \ \ | |/ /
| * | Enabling AdvancedPointerEvents for active windows causes a panicSami Merila2010-08-251-0/+5
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-33/+43
|\ \ | |/
| * 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 remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-259/+376
|\ \ | |/
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-0/+6
|\ \ | |/
| * 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
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-151-6/+9
|\ \ | |/
| * Avkon removal configured with -no-s60mread2010-07-011-6/+9
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-0/+28
|\ \ | |/
| * 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.7' into qt-master-from-4.7Olivier Goffart2010-06-081-8/+19
|\ \ \ | |/ /
| * | 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