Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More robust handling for stdapis paths | Miikka Heikkinen | 2009-06-12 | 4 | -24/+29 |
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-06-10 | 381 | -2318/+4804 |
|\ | |||||
| * | Fix "post linker error" with GCCE. | Frans Englich | 2009-06-10 | 1 | -0/+11 |
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Markku Luukkainen | 2009-06-10 | 363 | -2273/+4184 |
| |\ | |||||
| | * | Make Qt exception safer. | Robert Griebl | 2009-06-10 | 360 | -2217/+4165 |
| | * | Fixed the mouse handler of FEP when in inline edit mode. | axis | 2009-06-10 | 2 | -55/+18 |
| * | | Added proper UID | Markku Luukkainen | 2009-06-10 | 1 | -1/+11 |
| * | | Added softkeys example | Markku Luukkainen | 2009-06-10 | 1 | -1/+2 |
| * | | Merge branch 'softkeys_without_stack' | Markku Luukkainen | 2009-06-10 | 22 | -45/+598 |
| |\ \ | |||||
| | * \ | Merge branch 'softkeys_without_stack' of git@scm.dev.nokia.troll.no:qt/qt-s60... | Markku Luukkainen | 2009-06-10 | 2 | -4/+5 |
| | |\ \ | |||||
| | | * | | Call DrawDeferred() after setting softkeys | Alessandro Portale | 2009-06-10 | 1 | -0/+1 |
| | | * | | Itemviews have go their focus frame back. | Alessandro Portale | 2009-06-09 | 1 | -4/+4 |
| | * | | | Moved softkeys example to a better place | Markku Luukkainen | 2009-06-10 | 4 | -0/+0 |
| | * | | | Skeleton implementation for softkeys example | Markku Luukkainen | 2009-06-10 | 4 | -107/+145 |
| | * | | | Better handling for setting softkeys | Markku Luukkainen | 2009-06-10 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | Fixes from code review | Markku Luukkainen | 2009-06-09 | 7 | -72/+25 |
| | * | | Fixes from code review | Markku Luukkainen | 2009-06-08 | 12 | -57/+70 |
| | * | | Removed QSoftkeySet as it wasn't used anymore | Markku Luukkainen | 2009-06-08 | 1 | -3/+1 |
| | * | | Set empty buttons by default | Markku Luukkainen | 2009-06-08 | 1 | -0/+3 |
| | * | | Implemented context sensitive menu item | Markku Luukkainen | 2009-06-08 | 1 | -17/+15 |
| | * | | Fixed parsing error when doing configure+compile in clean | Markku Luukkainen | 2009-06-08 | 1 | -5/+4 |
| | * | | 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 | 61 | -177/+1110 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-08 | 61 | -177/+1110 |
| | | |\ \ | |||||
| | * | | | | 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 | 7 | -17/+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 | 6 | -59/+93 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-05 | 4 | -23/+19 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-05 | 22 | -321/+1030 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s... | Markku Luukkainen | 2009-06-05 | 8 | -351/+33 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Adding and removing a 'Cancel' SoftKey | Alessandro Portale | 2009-06-03 | 1 | -2/+14 |
| | | * | | | | | | Merge commit 'origin/master' into softkeys | Alessandro Portale | 2009-06-03 | 1 | -1/+6 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | Fix merge | Alessandro Portale | 2009-06-03 | 1 | -2/+1 |
| | | * | | | | | | | Resolving merge conflicts | Alessandro Portale | 2009-06-03 | 223 | -1992/+13864 |
| | | |\ \ \ \ \ \ \ | |||||
| | * | \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof... | Markku Luukkainen | 2009-06-03 | 220 | -1645/+13851 |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | |||||
| | * | | | | | | | | | 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 |