summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fixes from code reviewMarkku Luukkainen2009-06-095-28/+22
* Fixes from code reviewMarkku Luukkainen2009-06-085-33/+30
* Implemented context sensitive menu itemMarkku Luukkainen2009-06-081-17/+15
* Fixed parsing error when doing configure+compile in cleanMarkku Luukkainen2009-06-081-5/+4
* Merge branch 'softkeys' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into s...Markku Luukkainen2009-06-082-15/+39
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-082-15/+39
| |\
| | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-082-15/+39
| | |\
| | | * Document that textVisible is optional when it comes to styles.Norwegian Rock Cat2009-06-041-0/+2
| | | * BT: Fix a crash in the SDI example in CocoaNorwegian Rock Cat2009-06-031-15/+37
* | | | Changed combobox to use popup as a parent when setting softkeys.Markku Luukkainen2009-06-061-1/+1
* | | | Added implementation to get default role namesMarkku Luukkainen2009-06-062-0/+27
* | | | Fixes to make gui compile after clean configure. RemovalMarkku Luukkainen2009-06-063-10/+13
* | | | Added helper class to make adding/removing softkeys easierMarkku Luukkainen2009-06-062-0/+149
* | | | Removed QSoftKeyStack and replaced places using it with theMarkku Luukkainen2009-06-0610-984/+7
* | | | Disabled context sensitive menu because it would cause compilationMarkku Luukkainen2009-06-061-2/+2
* | | | Replaced usage of QSoftKeyStack with QActions having SoftKeyRoleMarkku Luukkainen2009-06-062-70/+1
* | | | Replaced usage of QSoftKeyActions with QActions+SoftKeyRolesMarkku Luukkainen2009-06-061-1/+2
* | | | Initial version of softkey implementation that doesn't useMarkku Luukkainen2009-06-053-3/+11
|/ / /
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-06-051-1/+2
|\ \ \ | |/ /
| * | Fixed a small input method bug in QLineEdit.axis2009-06-031-1/+2
* | | Adding and removing a 'Cancel' SoftKeyAlessandro Portale2009-06-031-2/+14
* | | Resolving merge conflictsAlessandro Portale2009-06-037-49/+86
|\ \ \ | |/ /
| * | Merge branch 'imSelections'axis2009-06-032-7/+73
| |\ \
| | * | Made QLineEdit respect the new Qt::ImAnchorPosition.axis2009-06-031-0/+7
| | * | Made QLineEdit respect the new QInputMethodEvent::Selection.axis2009-06-031-5/+34
| | * | Revert "Changed the behavior of ImCursorPosition slightly."axis2009-06-031-1/+1
| | * | Fixed incorrect headers.axis2009-06-031-1/+31
| * | | Since now, S60 commands are handled by QApplication::s60HandleCommandLAlessandro Portale2009-06-025-38/+6
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-021-4/+7
| |\ \ \ | | |/ / | |/| / | | |/
| | * BT:Fix a clipping issue in tabbar tabsJens Bache-Wiig2009-05-251-4/+7
* | | 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