summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| | | * fix WinCE buildMaurice Kalinowski2009-05-131-0/+2
| | * | Doc: Updated description of QMainWindow::unifiedTitleAndToolBarOnMacGeir Vattekar2009-05-151-4/+4
* | | | Implemented handling keypresses coming from software keysMarkku Luukkainen2009-05-183-4/+18
* | | | Fixed SOFTKEYEND definition to be of right valueMarkku Luukkainen2009-05-181-1/+1
* | | | Initial implementation for context menusMarkku Luukkainen2009-05-183-11/+37
* | | | Added method to return top of the stackMarkku Luukkainen2009-05-153-1/+14
* | | | Connecting to focusChanged in order to ask the freshly focussed widget forAlessandro Portale2009-05-142-0/+30
* | | | QSoftKeyStack::handleSoftKeyPress(int command) will be called wheneverAlessandro Portale2009-05-133-4/+12
* | | | Added Methods to set and access QSoftKeyStack from QMainWindow.Markku Luukkainen2009-05-134-9/+67
* | | | Fixed pImpl, the private object were not created.Alessandro Portale2009-05-135-14/+26
* | | | Adding qsoftkey* to widgets.pri. Currently, only for S60. It will spreadAlessandro Portale2009-05-121-1/+10
* | | | Moved SoftkeyStack files into src/widgetsAlessandro Portale2009-05-126-0/+662
* | | | Removed setting native softkeys from menu implementation as fromMarkku Luukkainen2009-05-121-13/+0
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-121-0/+6
|\ \ \ \ | |/ / /
| * | | Added symbian specific ifdefs and checks so that QMenuBar doesn'tMarkku Luukkainen2009-05-121-0/+6
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into sof...Markku Luukkainen2009-05-125-11/+19
|\ \ \ \ | |/ / /
| * | | Fix for disappearing options menu button when starting some ofMarkku Luukkainen2009-05-111-1/+1
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicMarkku Luukkainen2009-05-115-7/+16
| |\ \ \
| | * | | Make QLineEdit care about autoSipEnabled.axis2009-05-111-2/+2
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-05-111-21/+38
| | |\ \ \