summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Added placeholder to create e-mail account in qdesktopservices.Janne Anttila2009-06-151-31/+44
* Translate "Actions" textAlessandro Portale2009-06-121-4/+3
* Crash fix for task #255989Alessandro Portale2009-06-121-2/+2
* S60Style: Itemview active icons are rendered as disabled and vice versa.Sami Merilä2009-06-121-1/+1
* bug fix for doubleclick event for symbianJanne Koskinen2009-06-121-1/+1
* Fixed layout when orientation changed via AknAppUi::SetOrientationL.Janne Anttila2009-06-121-0/+3
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-121-16/+26
|\
| * S60Style: Drivelist combobox in AddressBook example causes crash due to null ...Sami Merilä2009-06-121-16/+26
* | Fixes FEP crash when changing the focused Qt widget to NULL.Janne Anttila2009-06-121-0/+2
|/
* S60Style: Remove key acceleratorsSami Merilä2009-06-121-0/+2
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAlessandro Portale2009-06-111-1/+12
|\
| * add correct license headersEspen Riskedal2009-06-111-1/+12
* | Using QPixmap as paint device.Alessandro Portale2009-06-111-2/+2
|/
* Initialize softKeyRole in the constructor.Ariya Hidayat2009-06-111-1/+2
* Even more polish to softkey APIMarkku Luukkainen2009-06-111-1/+4
* Polished the documentation of softkey APIMarkku Luukkainen2009-06-111-14/+7
* Added documentation for softkeysMarkku Luukkainen2009-06-111-0/+34
* Fix include, it should be pulled from private directory.Ariya Hidayat2009-06-114-4/+4
* Correcting my previous patch, there is only qevent.h.Ariya Hidayat2009-06-111-1/+1
* Fix compile, include qdesktopwidget.h.Ariya Hidayat2009-06-111-0/+1
* Fix includes, append the .h suffix to the file names.Ariya Hidayat2009-06-111-2/+2
* Newer version of GCC only recognized __func__ (as a static function).Ariya Hidayat2009-06-111-4/+11
* Fixed FEP crash during application exit.axis2009-06-101-4/+3
* Revert "Fix to qapplication::setActiveWindow autotest case in Symbian."axis2009-06-101-6/+2
* Changed to use proper conversion from qstring to hbufMarkku Luukkainen2009-06-101-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicMarkku Luukkainen2009-06-10100-695/+1010
|\
| * Make Qt exception safer.Robert Griebl2009-06-1098-640/+992
| * Fixed the mouse handler of FEP when in inline edit mode.axis2009-06-102-55/+18
* | Merge branch 'softkeys_without_stack'Markku Luukkainen2009-06-1017-45/+430
|\ \ | |/ |/|
| * Merge branch 'softkeys_without_stack' of git@scm.dev.nokia.troll.no:qt/qt-s60...Markku Luukkainen2009-06-102-4/+5
| |\
| | * Call DrawDeferred() after setting softkeysAlessandro Portale2009-06-101-0/+1
| | * Itemviews have go their focus frame back.Alessandro Portale2009-06-091-4/+4
| * | Moved softkeys example to a better placeMarkku Luukkainen2009-06-104-165/+0
| * | Skeleton implementation for softkeys exampleMarkku Luukkainen2009-06-104-107/+145
| * | Better handling for setting softkeysMarkku Luukkainen2009-06-101-1/+1
| |/
| * Fixes from code reviewMarkku Luukkainen2009-06-097-72/+25
| * Fixes from code reviewMarkku Luukkainen2009-06-0812-57/+70
| * Removed QSoftkeySet as it wasn't used anymoreMarkku Luukkainen2009-06-081-3/+1
| * Implemented context sensitive menu itemMarkku Luukkainen2009-06-081-17/+15
| * Fixed parsing error when doing configure+compile in cleanMarkku Luukkainen2009-06-081-5/+4
| * Merge branch 'softkeys_without_stack' of git@scm.dev.nokia.troll.no:qt/qt-s60...Markku Luukkainen2009-06-081-0/+7
| |\
| | * Make the linker happy on non-Q_WS_S60Alessandro Portale2009-06-071-0/+7
| * | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Markku Luukkainen2009-06-0820-75/+140
| |\ \ | | |/ | |/|
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-0820-75/+140
| | |\
| * | | Changed combobox to use popup as a parent when setting softkeys.Markku Luukkainen2009-06-061-1/+1
| * | | Added implementation to get default role namesMarkku Luukkainen2009-06-062-0/+27
| * | | Added support for setting softkeys dynamicallyMarkku Luukkainen2009-06-062-3/+6
| * | | Fixed bug that caused the softkeys list not to be cleared afterMarkku Luukkainen2009-06-061-0/+2
| * | | Fixes to make gui compile after clean configure. RemovalMarkku Luukkainen2009-06-066-14/+18
| * | | Added helper class to make adding/removing softkeys easierMarkku Luukkainen2009-06-062-0/+149