summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor optimizationMiikka Heikkinen2010-12-131-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-191-2/+10
|\
| * Fix for WServ 64 crash on Symbian.Jani Hautakangas2010-11-171-2/+10
* | Doc: Fixing typoSergio Ahumada2010-11-161-1/+1
|/
* Suppress call to controlVisibilityChanged for null control pointerGareth Stockwell2010-10-261-1/+2
* Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
* Implemented Qt::WA_ShowWithoutActivating for Symbian.Janne Anttila2010-10-151-1/+1
* Fix crash when using Q_GLOBAL_STATIC(QWidget...)Jason Barron2010-10-071-1/+2
* Removed the need for S60main.rsc resource file in Symbian.Janne Anttila2010-10-071-3/+22
* Fix incorrect dialog positioning on SymbianGareth Stockwell2010-09-141-1/+1
* Update QDesktopWidget geometry when S60 furniture visibility changesGareth Stockwell2010-09-021-2/+4
* Enabling AdvancedPointerEvents for active windows causes a panicSami Merila2010-08-251-3/+6
* Introduce QtOpenGL module for Symbian.Jani Hautakangas2010-08-201-1/+1
* Ensure geometry of top-level widget accounts for S60 screen furnitureGareth Stockwell2010-08-191-13/+13
* Ensure native window is considered invisible when it gets destroyedGareth Stockwell2010-08-181-0/+6
* Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-07-281-10/+5
* Clear Qt::WA_OutsideWSRange when making window fullscreenGareth Stockwell2010-07-281-0/+2
* Avkon removal configured with -no-s60mread2010-07-011-0/+3
* Merge branch '4.6-s60' into 4.7-s60axis2010-06-241-3/+0
|\
| * Allow TLW translucency on Symbian without Qt::FramelessWindowHintGareth Stockwell2010-06-231-3/+0
* | Fixed an on-exit crash for apps using GL.Trond Kjernåsen2010-06-111-0/+1
|/
* Enable visibility change events on all Symbian native windowsGareth Stockwell2010-06-021-0/+1
* Added reference counting to QWidgetBackingStoreGareth Stockwell2010-06-021-3/+1
* Always construct s60 screen furniture even if not used.Janne Koskinen2010-05-311-4/+1
* Don't crash when applications set Qt::WA_TranslucentBackground.Jason Barron2010-05-121-1/+3
* Removed fullscreen responsiveness of softkeysMiikka Heikkinen2010-04-281-9/+0
* Fix window transparency on Symbian.Jason Barron2010-04-211-10/+1
* Tweak the 'normalGeometry' of the widget before setting it.Jason Barron2010-04-211-2/+11
* Use QDesktopWidget as a status pane observer on Symbian.Jason Barron2010-04-211-0/+5
* Delay creation of S60 screen furniture.Jason Barron2010-04-211-0/+36
* Don't use setGeometry() in setWindowState() on Symbian.Jason Barron2010-04-211-5/+7
* Modify setWindowState() on Symbian to create the native window earlier.Jason Barron2010-04-211-2/+3
* Fixed 'fullsreen with softkeys' mode not to expand under softkey area.Janne Anttila2010-03-231-3/+5
* HotFix for fluidlauncher default size caused by 6d44dadd.Janne Anttila2010-03-121-2/+19
* Fixed dialog resize not to move the dialog for Symbian.Janne Anttila2010-03-101-1/+6
* Fix for QTBUG-6659 Parent window accepts pointer events wronglyJani Hautakangas2010-03-051-2/+4
* Added fullscreen support to softkeys in Symbian.Janne Anttila2010-03-011-9/+26
* Fixed defect in handling of expose events for SymbianGareth Stockwell2010-02-091-1/+1
* Whitespace/tab fixes.Jani Hautakangas2010-02-051-1/+1
* s60 application loses normalGeometry when returning from fullscreenSamuel Nevala2010-02-051-78/+30
* Flush the WSERV command buffer after deleting a surface.Jason Barron2010-02-041-0/+4
* Enable surface transparency support on Symbian^4.Jason Barron2010-01-141-0/+8
* Improve the behavior of expose events on Symbian.Jason Barron2010-01-141-0/+1
* Prevent a crash when creating an inputContext from the QApplication dtor.Simon Hausmann2010-01-121-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Symbian control invokes slots before and after native draw opsGareth Stockwell2009-11-261-0/+1
* Allow Symbian widget implementations to select native paint modeGareth Stockwell2009-11-261-1/+1
* Removed window activation hack, unified and fixed title&icon setting.Janne Anttila2009-11-231-18/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-st...axis2009-11-131-7/+9
|\
| * Fixed maximized dialogs losing maximized status on orientation switchMiikka Heikkinen2009-11-131-7/+9