summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qwidget_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-18/+18
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* 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
* Allow TLW translucency on Symbian without Qt::FramelessWindowHintGareth Stockwell2010-06-231-3/+0
* 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-071-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
* | 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
* | Fix for assertion failure in in QWidget::grabMouse for Symbian.Janne Anttila2009-11-111-2/+2
* | Add edit menu support for phones with a 'pencil' key.Jason Barron2009-11-111-0/+1
|/
* Merge branch '4.6' into mmfphononGareth Stockwell2009-11-031-68/+4
|\
| * Switched setWindowIcon_sys to use QPixmpa::toSymbianCFbsBitmap in S60.Janne Anttila2009-10-271-68/+4
* | When creating a Symbian WId for a visible widget, make the controlGareth Stockwell2009-10-231-1/+3
|/
* Lowering toplevel widget puts app to background.Miikka Heikkinen2009-10-221-2/+7
* Fixed QWidget::raise in SymbianMiikka Heikkinen2009-10-191-1/+6
* Merge commit 'origin/4.6' into mmfphononFrans Englich2009-10-151-1/+6
|\
| * Remove incorrect optimisation in S60 widget / control stack syncShane Kearns2009-10-081-3/+8
* | When reparenting native widget, delayed deletion of Symbian controlGareth Stockwell2009-10-151-1/+12
* | Modified reparenting to correctly deal with native child widgetsGareth Stockwell2009-10-091-22/+47
|/
* Merge commit 'qt/4.6' into mmfphononFrans Englich2009-10-021-47/+24
|\
| * Revert "Fix for Symbian window activation/focus problem."Jani Hautakangas2009-10-011-59/+0
| * Fix for Symbian window activation/focus problem.Jani Hautakangas2009-10-011-0/+59