Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Merge branch 'softkeys_without_stack' of git@scm.dev.nokia.troll.no:qt/qt-s60... | Markku Luukkainen | 2009-06-08 | 1 | -0/+7 | |
| | |\ | ||||||
| | | * | Make the linker happy on non-Q_WS_S60 | Alessandro Portale | 2009-06-07 | 1 | -0/+7 | |
| | * | | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s... | Markku Luukkainen | 2009-06-08 | 32 | -86/+191 | |
| | |\ \ | | | |/ | | |/| | ||||||
| | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-08 | 32 | -86/+191 | |
| | | |\ | ||||||
| | * | | | Changed combobox to use popup as a parent when setting softkeys. | Markku Luukkainen | 2009-06-06 | 1 | -1/+1 | |
| | * | | | 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 | |
| | * | | | Fixes to make gui compile after clean configure. Removal | Markku Luukkainen | 2009-06-06 | 6 | -14/+18 | |
| | * | | | 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 | |
| | * | | | Disabled context sensitive menu because it would cause compilation | Markku Luukkainen | 2009-06-06 | 1 | -2/+2 | |
| | * | | | 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 | |
| | * | | | 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 | |
| | |/ / | ||||||
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-05 | 4 | -28/+79 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-05 | 2 | -3/+4 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-05 | 19 | -309/+922 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s... | Markku Luukkainen | 2009-06-05 | 3 | -23/+22 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Adding and removing a 'Cancel' SoftKey | Alessandro Portale | 2009-06-03 | 1 | -2/+14 | |
| | | * | | | | | Fix merge | Alessandro Portale | 2009-06-03 | 1 | -2/+1 | |
| | | * | | | | | Resolving merge conflicts | Alessandro Portale | 2009-06-03 | 119 | -1018/+2881 | |
| | | |\ \ \ \ \ | ||||||
| | * | \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-03 | 119 | -998/+2873 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | * | | | | | | | Added automatic creation for symbian os if softkeystack is enabled. | Markku Luukkainen | 2009-06-03 | 1 | -0/+3 | |
| | * | | | | | | | Using softkeys for the Cancel/Back buttons during keypad navigation | Alessandro Portale | 2009-06-01 | 1 | -1/+8 | |
| | * | | | | | | | warnings-- | Alessandro Portale | 2009-06-01 | 2 | -3/+2 | |
| | * | | | | | | | Merge commit 'origin/master' into softkeys | Alessandro Portale | 2009-06-01 | 4 | -6/+10 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Make sure that the QKeyEventSoftKey gets deleted when the action | Alessandro Portale | 2009-05-30 | 1 | -0/+1 | |
| | * | | | | | | | | Delete the actions in the popped SoftKeySets. | Alessandro Portale | 2009-05-30 | 1 | -9/+11 | |
| | * | | | | | | | | Implemented QKeyEventSoftKey::removeSoftkey and using it in | Alessandro Portale | 2009-05-29 | 3 | -3/+12 | |
| | * | | | | | | | | Append and push the softKey instead of the empty list | Alessandro Portale | 2009-05-29 | 1 | -1/+1 | |
| | * | | | | | | | | Pulled helper menuActionList() out of QSoftKeyStack::handleFocusChanged. | Alessandro Portale | 2009-05-29 | 1 | -11/+17 | |
| | * | | | | | | | | Making hasSoftKeyStack() const. +coding conventions. | Alessandro Portale | 2009-05-29 | 2 | -11/+8 | |
| | * | | | | | | | | Merge commit 'origin/master' into softkeys | Alessandro Portale | 2009-05-29 | 10 | -99/+163 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s... | Alessandro Portale | 2009-05-29 | 1 | -5/+10 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | Implemented better way to detect when to add automagically | Markku Luukkainen | 2009-05-29 | 1 | -5/+10 | |
| | * | | | | | | | | | | Merge commit 'origin/master' into softkeys | Alessandro Portale | 2009-05-28 | 14 | -106/+107 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Moved the soft key command relay acrobatics from QApplication to | Alessandro Portale | 2009-05-27 | 5 | -20/+14 | |
| | * | | | | | | | | | | QSoftKeyStack::softKeyStackOfWidget only returns a stack if has one. | Alessandro Portale | 2009-05-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merge commit 'origin/master' into softkeys | Alessandro Portale | 2009-05-27 | 11 | -84/+157 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Changed menu adaptation to handle case where no softkeystack | Markku Luukkainen | 2009-05-27 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Added method bool hasSoftKeyStack() so that user can check if | Markku Luukkainen | 2009-05-27 | 2 | -1/+15 | |
| | * | | | | | | | | | | | Added handling for a case when menu is being rebuilt and menu | Markku Luukkainen | 2009-05-27 | 1 | -13/+15 | |
| | * | | | | | | | | | | | KeyPadNavigation: showing a 'Back' softkey while in editfocus. | Alessandro Portale | 2009-05-26 | 1 | -3/+9 | |
| | * | | | | | | | | | | | Platforms that do not yet have a softkey adaptation layer will show | Alessandro Portale | 2009-05-26 | 1 | -0/+34 | |
| | * | | | | | | | | | | | Introducing QKeyEventSoftKey helper class. | Alessandro Portale | 2009-05-26 | 2 | -0/+38 | |
| | * | | | | | | | | | | | Merge commit 'origin/master' into softkeys | Alessandro Portale | 2009-05-26 | 5 | -18/+19 | |
| | |\ \ \ \ \ \ \ \ \ \ \ |