summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-067-17/+18
* Added helper class to make adding/removing softkeys easierMarkku Luukkainen2009-06-062-0/+149
* Removed QSoftKeyStack and replaced places using it with theMarkku Luukkainen2009-06-0614-991/+10
* Disabled context sensitive menu because it would cause compilationMarkku Luukkainen2009-06-061-2/+2
* Replaced usage of QSoftKeyStack with QActions having SoftKeyRoleMarkku Luukkainen2009-06-062-70/+1
* Added mapping from native hardware keys to softkeys. This enablesMarkku Luukkainen2009-06-061-2/+9
* Replaced usage of QSoftKeyActions with QActions+SoftKeyRolesMarkku Luukkainen2009-06-065-25/+29
* Renamed SoftKeyRoles to be more descriptiveMarkku Luukkainen2009-06-061-3/+5
* Added SoftKeyRoleMarkku Luukkainen2009-06-063-0/+35
* Initial version of softkey implementation that doesn't useMarkku Luukkainen2009-06-057-4/+144
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-056-59/+93
|\
| * S60Style: Remove some magic numbers.Sami Merilä2009-06-051-7/+10
| * S60Style: Missing break-statementSami Merilä2009-06-051-0/+1
| * S60Style: More styleHintsSami Merilä2009-06-051-1/+27
| * Prevent double deletion of m_themePaletteAlessandro Portale2009-06-052-16/+20
| * Turned off input methods on Windows when using certain hints.axis2009-06-051-1/+6
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-055-41/+35
| |\
| | * S60Style: Drop middlesection from tab graphics, if there is very little of ta...Sami Merilä2009-06-051-0/+10
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicEspen Riskedal2009-06-052-5/+6
| | |\
| | | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-0512-74/+542
| | | |\
| | | * | Cut the process priority lowering timeout to 100ms in Symbian eventdispatcher,Miikka Heikkinen2009-06-051-3/+3
| | * | | The product is called Qt for... but for installation we say Installing Qt on...Espen Riskedal2009-06-051-2/+2
| | * | | Simplify binary package instructions for S60Espen Riskedal2009-06-051-29/+12
| * | | | Added subElementRect implementation for SE_ItemViewItemCheckIndicator.Janne Anttila2009-06-051-0/+2
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-054-23/+19
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Made Selection updates relative to the block.axis2009-06-051-2/+3
| | |/ / | |/| |
| * | | make it more obvious where the Open C plugins are locatedEspen Riskedal2009-06-051-5/+5
| |/ /
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-059-52/+524
| |\ \
| | * | Compile on newer SDKs >= S60 5.0.Jason Barron2009-06-051-1/+1
| * | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-06-0510-265/+475
| |\ \ \ | | | |/ | | |/|
| * | | Fix to tst_QDateTimeEdit::mousePress test case.Janne Anttila2009-06-031-15/+10
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-0522-321/+1030
|\ \ \ \ | | |_|/ | |/| |
| * | | Enabling QGraphicsTextItem to handle input method events.Aleksandar Sasha Babic2009-06-051-1/+128
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-06-0514-270/+507
| |\ \ \
| | * | | Turned off input methods on X11 when using certain hints.axis2009-06-051-1/+1
| | | |/ | | |/|
| | * | Set UID for QtScriptToolsMartin Jones2009-06-051-0/+2
| | * | Loading fonts from other /resource/fonts folders than the one on Z:Alessandro Portale2009-06-041-4/+40
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicIain2009-06-04257-2511/+14860
| | |\ \
| | | * | S60Style: Buildbreak fix. Remove problematic #ifdef line.Sami Merilä2009-06-041-2/+0
| | | * | S60Style: Missing constantSami Merilä2009-06-041-0/+1
| | | * | S60Style: Cleanup code before Tower release.Sami Merilä2009-06-042-233/+229
| | | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-06-041-0/+15
| | | |\ \
| | | | * | In QGraphicsView the viewport itself has to be enabled for InputMethods.Aleksandar Sasha Babic2009-06-041-0/+15
| | | * | | Added proper UID for phonon.pro, and did some symbian scope cleanup, too.Miikka Heikkinen2009-06-041-8/+10
| | | * | | Added proper picture for Drilldown example in fluidlauncherMiikka Heikkinen2009-06-041-0/+0
| | | |/ /
| | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicSami Merilä2009-06-048-13/+172
| | | |\ \
| | | | * | Added loadS60ThemeFromBlob and saveS60ThemeToBlob.Alessandro Portale2009-06-034-8/+135
| | | | |/