summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * 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
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-02-241-6/+6
|\ \ | |/
| * Remove Qt dependancy to SYMBIAN_GRAPHICS_WSERV_QT_EFFECTSJani Hautakangas2011-02-231-6/+6
* | Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-161-0/+9
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-01-311-18/+20
| |\ \
| * | | Added Symbian implementation of keyboard language functions.axis2011-01-141-0/+9
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-6/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix native child window Symbian decoration handling.Jani Hautakangas2011-02-061-6/+8
* | | | Merge branch 'integration'Yoann Lopes2011-02-021-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixes compilation when using FreeType on Symbian.Yoann Lopes2011-01-311-0/+4
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-2/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-16/+15
|\ \ \ | |/ / | | / | |/ |/|
| * 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
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-12-301-0/+8
|\ \ | |/
| * Clear WSERV content when a native child receives an "expose"Jason Barron2010-12-291-0/+8
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-5/+14
|\ \ | |/
| * 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 remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-4/+16
|\ \
| * \ 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
| |\ \ | | |/