summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | the softkeys in the list were deleted
* Fixes to make gui compile after clean configure. RemovalMarkku Luukkainen2009-06-067-17/+18
| | | | of QSoftKeyStack broke compilation on clean environment...
* 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
| | | | new improved softkey interface in QWidget
* Disabled context sensitive menu because it would cause compilationMarkku Luukkainen2009-06-061-2/+2
| | | | | failure. Context menu will be enabled again once the QAction SoftKeyRole implementation is in state where context menu can be properly supported
* 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
| | | | the QActions with softKeyRole to be triggered
* 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
| | | | softkeystack but instead softkeys are stored in QWidgets.
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Markku Luukkainen2009-06-056-59/+93
|\ | | | | | | softkeys
| * 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
| | | | | | | | RevBy: Sami Merila
| * Turned off input methods on Windows when using certain hints.axis2009-06-051-1/+6
| | | | | | | | | | If any of those hints are present, complex input is not possible, so input methods should be turned off on Windows.
| * 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 ↵Sami Merilä2009-06-051-0/+10
| | | | | | | | | | | | tab content.
| | * 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
| | | | | | | | | | | | | | | | | | | | as some demos were getting ViewSrv 11 panics with 500ms timeout.
| | * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | S60Style did not implement SE_ItemViewItemCheckIndicator if given option was somethign else than QStyleOptionViewItemV4. This causes some autotests to fail. Added appropriate query for QCommonStyle.
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Markku Luukkainen2009-06-054-23/+19
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | softkeys
| * | | | Made Selection updates relative to the block.axis2009-06-051-2/+3
| | |/ / | |/| | | | | | | | | | | | | | Otherwise the update would always end up with the selection being in the first block.
| * | | 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
| | | | | | | | | | | | | | | | Semi-colons, colons, they all look the same to me.
| * | | 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
| | | | | | | | | | | | | | | | | | | | Checked datetimedit spinbox up location from style, instead of trying to guess the difference offsets.
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Markku Luukkainen2009-06-0522-321/+1030
|\ \ \ \ | | |_|/ | |/| | | | | | softkeys
| * | | Enabling QGraphicsTextItem to handle input method events.Aleksandar Sasha Babic2009-06-051-1/+128
| | | | | | | | | | | | | | | | On S60 one should get virtual keyboard.
| * | | 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
| | | |/ | | |/| | | | | | | | | | | | | If any of those hints are present, complex input is not possible, so input methods should be turned off on X11.
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | Order is 'soft to hard' W:, X: ... A:, Z: Duplicated font file names are ignored. That should imitate the font loading behaviour in the fbSrv.
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | When events are comming, exactly that widget will be aske for InputContext.
| | | * | | 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
| | | | |/ | | | | | | | | | | | | | | | The simulated style will by default try to load the 'Default.blob'