summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_s60.cpp
Commit message (Expand)AuthorAgeFilesLines
* Compile fix for platforms prior to Symbian^3.Jason Barron2009-09-231-0/+2
* Implement Qt::WA_AcceptTouchEvents on S60Bradley T. Hughes2009-09-231-0/+12
* Refactor soft keys implementation.Jason Barron2009-09-211-72/+0
* Enable compiling Symbian port with QT_NO_CURSORShane Kearns2009-09-171-1/+2
* QCursor support for Symbian OSShane Kearns2009-09-151-19/+58
* Fixed QWidget::activateWindow for Symbian.Janne Anttila2009-09-111-6/+5
* Fixed QWidget::setWindowState for Symbian.Janne Anttila2009-09-111-16/+27
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch 'minimizeWrapperApp' into 4.6axis2009-09-031-1/+3
|\
| * Move the S60/Avkon framework initialization into QtGui.axis2009-09-031-1/+3
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
|/
* Changed names and URLs to reflect name change.axis2009-08-191-1/+1
* Changing names of Symbian leave <-> qt throw translation functionsmread2009-08-131-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-071-4/+4
|\
| * Update license headers according to commit 858c70f768e.axis2009-08-061-3/+3
| * Replaced $MODULE$ with hardcoded module names.axis2009-08-061-1/+1
* | Leaves -> exceptionsmread2009-08-061-5/+6
|/
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-051-27/+27
|\
| * Trailing whitespace and tab/space fixes for src/guiJanne Anttila2009-08-041-28/+28
* | protecting against leak in QSymbianControl when QWidget construction failsmread2009-08-051-18/+26
|/
* fixed qt_pixmapToNativeBitmap name merge problemmread2009-08-031-4/+4
* Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-16/+18
* Restored window title after another top-level window was closed.Janne Anttila2009-07-311-3/+9
* Swicthed back to original way of using AddToStackL and RemoveFromStackJanne Anttila2009-07-301-13/+28
* Implemented setWindowIcon for S60 devices without context pane.Janne Anttila2009-07-231-0/+36
* Make S60 integration optional.Jason Barron2009-07-151-24/+46
* Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-091-10/+32
|\
| * Switched to asynchronous focus handling on Symbian.axis2009-07-091-0/+26
| * Silenced warnings from RVCT.axis2009-07-061-1/+1
| * Removed pointless variables to silence warnings from RVCT.axis2009-07-061-5/+1
| * Fix warnings because of unused variables.axis2009-06-291-4/+4
* | Manually fix bad merges and make sure everything compiles with 4.6.Harald Fernengel2009-06-291-1/+1
|/
* Improve softkey implementation and add a default 'Exit' button to RSK.Jason Barron2009-06-171-16/+49
* Changed to use proper conversion from qstring to hbufMarkku Luukkainen2009-06-101-1/+1
* Merge branch 'softkeys_without_stack'Markku Luukkainen2009-06-101-1/+52
|\
| * Call DrawDeferred() after setting softkeysAlessandro Portale2009-06-101-0/+1
| * Fixes from code reviewMarkku Luukkainen2009-06-091-41/+0
| * Fixes from code reviewMarkku Luukkainen2009-06-081-4/+3
| * Removed QSoftkeySet as it wasn't used anymoreMarkku Luukkainen2009-06-081-3/+1
| * Added support for setting softkeys dynamicallyMarkku Luukkainen2009-06-061-1/+2
| * Fixes to make gui compile after clean configure. RemovalMarkku Luukkainen2009-06-061-3/+0
| * Replaced usage of QSoftKeyActions with QActions+SoftKeyRolesMarkku Luukkainen2009-06-061-14/+19
| * Initial version of softkey implementation that doesn't useMarkku Luukkainen2009-06-051-0/+91
* | Avoid unnecessary calls to FocusChanged in Symbian.Janne Anttila2009-06-081-3/+6
|/
* Fixed incorrect headers.axis2009-06-031-1/+31
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-05-111-6/+39
|\
| * Some code cleanups after review.Jason Barron2009-04-291-3/+3
| * Undo implementation of setWindowOpacity_sys().Jason Barron2009-04-291-4/+2
| * Fixes crash when setting geometry on an obscured window.Jason Barron2009-04-291-1/+1
| * More work on translucent windows.Jason Barron2009-04-281-2/+4