summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | Make sure that the QKeyEventSoftKey gets deleted when the actionAlessandro Portale2009-05-301-0/+1
| | * | | | | | | | | | Delete the actions in the popped SoftKeySets.Alessandro Portale2009-05-301-9/+11
| | * | | | | | | | | | Implemented QKeyEventSoftKey::removeSoftkey and using it inAlessandro Portale2009-05-293-3/+12
| | * | | | | | | | | | Append and push the softKey instead of the empty listAlessandro Portale2009-05-291-1/+1
| | * | | | | | | | | | Pulled helper menuActionList() out of QSoftKeyStack::handleFocusChanged.Alessandro Portale2009-05-291-11/+17
| | * | | | | | | | | | Making hasSoftKeyStack() const. +coding conventions.Alessandro Portale2009-05-292-11/+8
| | * | | | | | | | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-2916-156/+292
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Alessandro Portale2009-05-291-5/+10
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Implemented better way to detect when to add automagicallyMarkku Luukkainen2009-05-291-5/+10
| | * | | | | | | | | | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-2819-110/+112
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Moved the soft key command relay acrobatics from QApplication toAlessandro Portale2009-05-275-20/+14
| | * | | | | | | | | | | | QSoftKeyStack::softKeyStackOfWidget only returns a stack if has one.Alessandro Portale2009-05-271-1/+1
| | * | | | | | | | | | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-2719-144/+300
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Changed menu adaptation to handle case where no softkeystackMarkku Luukkainen2009-05-271-1/+1
| | * | | | | | | | | | | | | Added method bool hasSoftKeyStack() so that user can check ifMarkku Luukkainen2009-05-272-1/+15
| | * | | | | | | | | | | | | Added handling for a case when menu is being rebuilt and menuMarkku Luukkainen2009-05-271-13/+15
| | * | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-274-8/+11
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | KeyPadNavigation: showing a 'Back' softkey while in editfocus.Alessandro Portale2009-05-261-3/+9
| | * | | | | | | | | | | | | | Platforms that do not yet have a softkey adaptation layer will showAlessandro Portale2009-05-261-0/+34
| | * | | | | | | | | | | | | | Introducing QKeyEventSoftKey helper class.Alessandro Portale2009-05-262-0/+38
| | * | | | | | | | | | | | | | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-267-34/+49
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Bugfix for mapping keys when there is only one softkey in the stackMarkku Luukkainen2009-05-261-1/+1
| | * | | | | | | | | | | | | | | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Markku Luukkainen2009-05-263-3/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-263-3/+6
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Fixed crash when building menu while softkeystack is emptyMarkku Luukkainen2009-05-261-13/+14
| | * | | | | | | | | | | | | | | | | Added method isEmpty() to interface. This can be used to queryMarkku Luukkainen2009-05-263-0/+13
| | * | | | | | | | | | | | | | | | | Implemented popandPush method. This is needed to optimize poppingMarkku Luukkainen2009-05-263-3/+55
| | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-2677-1454/+2475
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Markku Luukkainen2009-05-261-0/+29
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | Providing a translated default text for standard roles.Alessandro Portale2009-05-251-0/+29
| | * | | | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-25165-1028/+1861
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Cleanup.Alessandro Portale2009-05-221-23/+1
| | * | | | | | | | | | | | | | | | | | compileAlessandro Portale2009-05-221-0/+1
| | * | | | | | | | | | | | | | | | | | Added helper softKeyStackOfWidget. It returns the stack of the MainWindowAlessandro Portale2009-05-222-0/+19
| | * | | | | | | | | | | | | | | | | | FixesAlessandro Portale2009-05-201-1/+4
| | * | | | | | | | | | | | | | | | | | Part cache key nitpickAlessandro Portale2009-05-201-1/+1
| | * | | | | | | | | | | | | | | | | | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Markku Luukkainen2009-05-202-13/+20
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | Not using deprecated QString constructorAlessandro Portale2009-05-191-2/+2
| | | * | | | | | | | | | | | | | | | | | Softkeys also for non-S60. Currently only as stub. Will eventually goAlessandro Portale2009-05-192-11/+18
| | | * | | | | | | | | | | | | | | | | | Stub for backgroundTexture()Alessandro Portale2009-05-191-0/+19
| | | * | | | | | | | | | | | | | | | | | Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Alessandro Portale2009-05-195-67/+200
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | Fresh build with commit eb4c00a469f473a33103652ed977eabb4fb9ce9bAlessandro Portale2009-05-191-0/+0
| | | * | | | | | | | | | | | | | | | | | | Testing 'dictionary' if it contains a value before using operator[].Alessandro Portale2009-05-191-2/+2
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-203-2/+21
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-195-67/+200
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-1911-40/+78
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | experiment with QMainWindowMarkku Luukkainen2009-05-191-0/+2
| | * | | | | | | | | | | | | | | | | | | | | Changed stylesheets example to create softkeystack. This commitMarkku Luukkainen2009-05-191-0/+3
| | * | | | | | | | | | | | | | | | | | | | | First hacky approach to context menus. This was commited so stuffMarkku Luukkainen2009-05-192-7/+42
| | * | | | | | | | | | | | | | | | | | | | | added Q_OBJECT macroMarkku Luukkainen2009-05-191-0/+1