Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added implementation to get default role names | Markku Luukkainen | 2009-06-06 | 2 | -0/+27 |
| | |||||
* | Added support for setting softkeys dynamically | Markku Luukkainen | 2009-06-06 | 2 | -3/+6 |
| | |||||
* | Fixed bug that caused the softkeys list not to be cleared after | Markku Luukkainen | 2009-06-06 | 1 | -0/+2 |
| | | | | the softkeys in the list were deleted | ||||
* | Fixes to make gui compile after clean configure. Removal | Markku Luukkainen | 2009-06-06 | 7 | -17/+18 |
| | | | | of QSoftKeyStack broke compilation on clean environment... | ||||
* | Added helper class to make adding/removing softkeys easier | Markku Luukkainen | 2009-06-06 | 2 | -0/+149 |
| | |||||
* | Removed QSoftKeyStack and replaced places using it with the | Markku Luukkainen | 2009-06-06 | 14 | -991/+10 |
| | | | | new improved softkey interface in QWidget | ||||
* | Disabled context sensitive menu because it would cause compilation | Markku Luukkainen | 2009-06-06 | 1 | -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 SoftKeyRole | Markku Luukkainen | 2009-06-06 | 2 | -70/+1 |
| | |||||
* | Added mapping from native hardware keys to softkeys. This enables | Markku Luukkainen | 2009-06-06 | 1 | -2/+9 |
| | | | | the QActions with softKeyRole to be triggered | ||||
* | Replaced usage of QSoftKeyActions with QActions+SoftKeyRoles | Markku Luukkainen | 2009-06-06 | 5 | -25/+29 |
| | |||||
* | Renamed SoftKeyRoles to be more descriptive | Markku Luukkainen | 2009-06-06 | 1 | -3/+5 |
| | |||||
* | Added SoftKeyRole | Markku Luukkainen | 2009-06-06 | 3 | -0/+35 |
| | |||||
* | Initial version of softkey implementation that doesn't use | Markku Luukkainen | 2009-06-05 | 7 | -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 Luukkainen | 2009-06-05 | 6 | -59/+93 |
|\ | | | | | | | softkeys | ||||
| * | S60Style: Remove some magic numbers. | Sami Merilä | 2009-06-05 | 1 | -7/+10 |
| | | |||||
| * | S60Style: Missing break-statement | Sami Merilä | 2009-06-05 | 1 | -0/+1 |
| | | |||||
| * | S60Style: More styleHints | Sami Merilä | 2009-06-05 | 1 | -1/+27 |
| | | |||||
| * | Prevent double deletion of m_themePalette | Alessandro Portale | 2009-06-05 | 2 | -16/+20 |
| | | | | | | | | RevBy: Sami Merila | ||||
| * | Turned off input methods on Windows when using certain hints. | axis | 2009-06-05 | 1 | -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-public | Janne Anttila | 2009-06-05 | 5 | -41/+35 |
| |\ | |||||
| | * | S60Style: Drop middlesection from tab graphics, if there is very little of ↵ | Sami Merilä | 2009-06-05 | 1 | -0/+10 |
| | | | | | | | | | | | | tab content. | ||||
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Espen Riskedal | 2009-06-05 | 2 | -5/+6 |
| | |\ | |||||
| | | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-05 | 12 | -74/+542 |
| | | |\ | |||||
| | | * | | Cut the process priority lowering timeout to 100ms in Symbian eventdispatcher, | Miikka Heikkinen | 2009-06-05 | 1 | -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 Riskedal | 2009-06-05 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Simplify binary package instructions for S60 | Espen Riskedal | 2009-06-05 | 1 | -29/+12 |
| | | | | | |||||
| * | | | | Added subElementRect implementation for SE_ItemViewItemCheckIndicator. | Janne Anttila | 2009-06-05 | 1 | -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 Luukkainen | 2009-06-05 | 4 | -23/+19 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | softkeys | ||||
| * | | | | Made Selection updates relative to the block. | axis | 2009-06-05 | 1 | -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 located | Espen Riskedal | 2009-06-05 | 1 | -5/+5 |
| |/ / | |||||
| * | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-05 | 9 | -52/+524 |
| |\ \ | |||||
| | * | | Compile on newer SDKs >= S60 5.0. | Jason Barron | 2009-06-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Semi-colons, colons, they all look the same to me. | ||||
| * | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-06-05 | 10 | -265/+475 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Fix to tst_QDateTimeEdit::mousePress test case. | Janne Anttila | 2009-06-03 | 1 | -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 Luukkainen | 2009-06-05 | 22 | -321/+1030 |
|\ \ \ \ | | |_|/ | |/| | | | | | | softkeys | ||||
| * | | | Enabling QGraphicsTextItem to handle input method events. | Aleksandar Sasha Babic | 2009-06-05 | 1 | -1/+128 |
| | | | | | | | | | | | | | | | | On S60 one should get virtual keyboard. | ||||
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-06-05 | 14 | -270/+507 |
| |\ \ \ | |||||
| | * | | | Turned off input methods on X11 when using certain hints. | axis | 2009-06-05 | 1 | -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 QtScriptTools | Martin Jones | 2009-06-05 | 1 | -0/+2 |
| | | | | |||||
| | * | | Loading fonts from other /resource/fonts folders than the one on Z: | Alessandro Portale | 2009-06-04 | 1 | -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-public | Iain | 2009-06-04 | 257 | -2511/+14860 |
| | |\ \ | |||||
| | | * | | S60Style: Buildbreak fix. Remove problematic #ifdef line. | Sami Merilä | 2009-06-04 | 1 | -2/+0 |
| | | | | | |||||
| | | * | | S60Style: Missing constant | Sami Merilä | 2009-06-04 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | S60Style: Cleanup code before Tower release. | Sami Merilä | 2009-06-04 | 2 | -233/+229 |
| | | | | | |||||
| | | * | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-04 | 1 | -0/+15 |
| | | |\ \ | |||||
| | | | * | | In QGraphicsView the viewport itself has to be enabled for InputMethods. | Aleksandar Sasha Babic | 2009-06-04 | 1 | -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 Heikkinen | 2009-06-04 | 1 | -8/+10 |
| | | | | | | |||||
| | | * | | | Added proper picture for Drilldown example in fluidlauncher | Miikka Heikkinen | 2009-06-04 | 1 | -0/+0 |
| | | |/ / | |||||
| | | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Sami Merilä | 2009-06-04 | 8 | -13/+172 |
| | | |\ \ | |||||
| | | | * | | Added loadS60ThemeFromBlob and saveS60ThemeToBlob. | Alessandro Portale | 2009-06-03 | 4 | -8/+135 |
| | | | |/ | | | | | | | | | | | | | | | | The simulated style will by default try to load the 'Default.blob' |