summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-3/+9
|\
| * Fixed focus and window activation events on Symbian when opening menu.Janne Anttila2010-04-081-1/+2
| * QTBUG-4887 and other exception safety fixesmread2010-04-071-2/+7
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-22/+23
|\ \ | |/
| * Fixed 'fullsreen with softkeys' mode not to expand under softkey area.Janne Anttila2010-03-231-22/+23
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-s60axis2010-03-181-1/+7
|\ \ | |/
| * Change QS60Style to use combobox popup menuSami Merila2010-03-171-1/+7
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7-s60axis2010-03-161-1/+1
|\ \ | |/
| * Fixed filename cases to support building Qt for Symbian in LinuxMiikka Heikkinen2010-03-121-1/+1
| * Fixed dialog resize not to move the dialog for Symbian.Janne Anttila2010-03-101-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-111-8/+34
|\ \
| * \ Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-8/+34
| |\ \ | | |/
| | * Fix for QTBUG-6659 Parent window accepts pointer events wronglyJani Hautakangas2010-03-051-0/+3
| | * Added orientation change support for show/showNormal widgets in S60.Janne Anttila2010-03-011-0/+10
| | * Added fullscreen support to softkeys in Symbian.Janne Anttila2010-03-011-8/+21
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-03-011-1/+7
|\ \ \ | |/ /
| * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-1/+7
| |\ \ | | |/
| | * Enabled Qt key events to work also when native key code is missing.wasila2010-02-251-1/+3
| | * Enable window size caching on Symbian NGA variants.Jason Barron2010-02-231-0/+4
| * | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-121-4/+7
| |\ \ | | |/
| * | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-9/+11
| |\ \
| * \ \ Merge commit 'oslo1/master' into oslo1-masterRohan McGovern2010-02-011-1/+1
| |\ \ \
| | * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into mas...Pulse Build System2010-01-221-1/+1
| | |\ \ \
| | | * \ \ Merge branch 'merge-request-1601' into master-s60axis2010-01-051-1/+1
| | | |\ \ \
| | | | * | | Make all Symbian #includes lower case.Anderson Lizardo2009-10-231-1/+1
* | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qtaxis2010-02-121-13/+18
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fixed defect in handling of expose events for SymbianGareth Stockwell2010-02-091-4/+7
| | |_|_|_|/ | |/| | | |
| * | | | | s60 application loses normalGeometry when returning from fullscreenSamuel Nevala2010-02-051-9/+8
| * | | | | Flush the WSERV command buffer after deleting a surface.Jason Barron2010-02-041-0/+3
| |/ / / /
* | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-261-0/+19
|\ \ \ \ \ | |/ / / /
| * | | | Move avkon component transparency check to app initialization.Jani Hautakangas2010-01-221-0/+19
| |/ / /
* | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2010-01-211-11/+51
|\ \ \ \ | |/ / /
| * | | Implemented event filter functions for Symbian.axis2010-01-201-7/+40
| * | | Improve the behavior of expose events on Symbian.Jason Barron2010-01-141-2/+9
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-091-1/+1
| |\ \ \
| | * | | Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | |/ /
| * | | Fixed QDesktopWidget autotest.axis2010-01-081-1/+1
| |/ /
* | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2009-12-181-134/+189
|\ \ \ | |/ /
| * | Rewrote most of the regular pointer handling.axis2009-12-091-90/+80
| * | Merge branch 'mmfphonon' into 4.6Gareth Stockwell2009-11-301-1/+41
| |\ \
| | * | Symbian control invokes slots before and after native draw opsGareth Stockwell2009-11-261-0/+19
| | * | Allow Symbian widget implementations to select native paint modeGareth Stockwell2009-11-261-1/+22
| * | | Fix crash in QApplication::beep() on S60Shane Kearns2009-11-251-21/+35
| |/ /
| * | Removed window activation hack, unified and fixed title&icon setting.Janne Anttila2009-11-231-1/+6
| * | Symbian: QKeyEvent:isAutoRepeat() doesn't workFrans Englich2009-11-191-1/+1
| * | Remove fake right mouse button events from long tapShane Kearns2009-11-131-19/+1
| * | Merge commit upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-131-1/+1
| |\ \
| | * | Fix typo in license headerAlessandro Portale2009-11-121-1/+1
| * | | Fixed a focusing bug on Symbian.axis2009-11-121-0/+20
| * | | Fixed some initializers and saved some memory.axis2009-11-111-1/+5
| |/ /