summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Added automatic creation for symbian os if softkeystack is enabled.Markku Luukkainen2009-06-031-0/+3
* Using softkeys for the Cancel/Back buttons during keypad navigationAlessandro Portale2009-06-011-1/+8
* warnings--Alessandro Portale2009-06-012-3/+2
* 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-292-1/+11
* 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 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-284-1/+24
|\ \ | |/ |/|
| * Fixed input methods support on all spinbox types.axis2009-05-284-1/+24
* | Moved the soft key command relay acrobatics from QApplication toAlessandro Portale2009-05-274-11/+11
* | QSoftKeyStack::softKeyStackOfWidget only returns a stack if has one.Alessandro Portale2009-05-271-1/+1
* | Merge commit 'origin/master' into softkeysAlessandro Portale2009-05-274-5/+39
|\ \ | |/
| * InputMethods supported enabled for QPlainTextEdit.Aleksandar Sasha Babic2009-05-272-3/+23
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAleksandar Sasha Babic2009-05-272-9/+19
| |\
| * | Enabling QTextEdit to handle Input Methods.Aleksandar Sasha Babic2009-05-272-2/+16
* | | 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
* | | 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
* | | Bugfix for mapping keys when there is only one softkey in the stackMarkku Luukkainen2009-05-261-1/+1
* | | 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-262-9/+19
|\ \ \ | | |/ | |/|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-252-9/+19
| |\ \ | | |/ | |/|
| | * QComboBox: style change event should not resets custom item delegatesOlivier Goffart2009-05-202-9/+19
* | | 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-2510-10/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-2010-10/+10
| |\ \ | | |/
| | * Replace all occurences of "heirarchy" with "hierarchy"Andre Haupt2009-05-181-1/+1
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-188-8/+8
| | * QCalendarWidget::setDateTextFormat() reset the format is the date is invalidBenjamin Poulain2009-05-181-1/+1
* | | 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
* | | 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
* | | experiment with QMainWindowMarkku Luukkainen2009-05-191-0/+2
* | | 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
* | | Merge branch 'master' into softkeysaxis2009-05-182-4/+6
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-182-4/+6
| |\ \ | | |/
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-151-1/+17
| | |\
| | | * Fix broken wince build.Jason McDonald2009-05-131-1/+1