summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Call PositionChanged from QSymbianControl::SizeChangedGareth Stockwell2009-11-041-0/+5
* Merge branch '4.6' into mmfphononGareth Stockwell2009-11-031-6/+25
|\
| * Fixed statuspane visibility after dialog closed from fullsreen widget.Janne Anttila2009-10-301-6/+12
| * Removed the need for extra Symbian traps after QApp construction.axis2009-10-261-0/+13
* | Fix for unresponsive sliders after orientation switch or full-screenGareth Stockwell2009-11-031-0/+3
|/
* Make Symbian emulator behave the same as device for mouse & touchscreenShane Kearns2009-10-211-0/+7
* Cleaned up the API of the Symbian event hooks.axis2009-10-211-44/+64
* Use premultiplied alpha pixel format in SymbianShane Kearns2009-10-201-0/+7
* Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-161-56/+88
|\
| * Fix pointer grab issues in S60Shane Kearns2009-10-151-56/+88
* | Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-151-2/+3
|\ \ | |/
| * Modified QSymbianControl::setFocusSafely to set last focused controlGareth Stockwell2009-10-131-1/+2
| * Fixed the QKeyEvent::nativeModifiers() call.axis2009-10-131-1/+1
| * Revert "Fixed a few compiler warnings from QtGui for Symbian."Janne Anttila2009-10-131-6/+4
| * Fixed a few compiler warnings from QtGui for Symbian.Janne Anttila2009-10-131-4/+6
| * Fix for qapplication::testDeleteLaterProcessEvents autotest in Symbian.Janne Anttila2009-10-121-1/+2
* | When reparenting native widget, delayed deletion of Symbian controlGareth Stockwell2009-10-151-0/+5
* | Modified QSymbianControl::setFocusSafely to set last focused controlGareth Stockwell2009-10-131-1/+2
|/
* Fixing Keypad Navigation on N95 devicesAlessandro Portale2009-10-051-1/+6
* Doc: silence qdoc warnings in S60 specific documentation.Volker Hilsheimer2009-10-031-1/+2
* Merge commit 'qt/4.6' into mmfphononFrans Englich2009-10-021-2/+49
|\
| * S60 qt_init() fix to set system fontmread2009-10-011-0/+4
| * Merge branch 'focusFixes' into 4.6axis2009-09-301-2/+45
| |\
| | * Fixed some focus issues on Symbian.axis2009-09-301-3/+32
| | * Revert "Switched to asynchronous focus handling on Symbian."axis2009-09-301-2/+16
* | | Merge branch 'mmfphonon' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ...Gareth Stockwell2009-10-011-0/+1
|\ \ \ | |/ /
| * | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-291-0/+1
| |\ \ | | |/
| | * Fix bug with posting events from HandleCommandL on Symbian.Jason Barron2009-09-291-0/+1
* | | Map redraw rectangle into co-ordinate system of backing store, for native chi...Gareth Stockwell2009-10-011-4/+9
|/ /
* | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-09-291-12/+23
|\ \ | |/
| * Add a more proper shutdown sequence for Symbian applications.Jason Barron2009-09-291-3/+9
| * doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-0/+4
| * Fix app showing a blank screen after switching to it using task switcherShane Kearns2009-09-251-9/+10
* | Removed trace statements from QtGuiGareth Stockwell2009-09-281-63/+1
* | Fixed logical error in QSymbianControl::DrawGareth Stockwell2009-09-281-4/+4
* | Revert "Revert all GUI changes from the MMF work."Frans Englich2009-09-281-12/+89
|/
* Compile fix for platforms prior to Symbian^3.Jason Barron2009-09-231-0/+6
* Merge branch 's60MainHelperClasses' into 4.6axis2009-09-231-1/+40
|\
| * Added support for using custom application objects on S60.axis2009-09-231-1/+40
* | Implement advanced pointer handling on S60Bradley T. Hughes2009-09-231-2/+74
|/
* Refactor soft keys implementation.Jason Barron2009-09-211-9/+5
* Fix regression after code reviewShane Kearns2009-09-171-1/+3
* Fix unused variable compiler warningShane Kearns2009-09-171-1/+0
* Enable compiling Symbian port with QT_NO_CURSORShane Kearns2009-09-171-3/+7
* QCursor support for Symbian OSShane Kearns2009-09-151-20/+287
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch 'minimizeWrapperApp' into 4.6axis2009-09-031-4/+30
|\
| * Move the S60/Avkon framework initialization into QtGui.axis2009-09-031-4/+30
* | Doc: add warnings and some more meat to Symbian specific APIs.Volker Hilsheimer2009-09-031-6/+25
* | Fixes pointer events when using popups and/or modal dialogs.Janne Anttila2009-09-021-21/+46