summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qsoftkeymanager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge commit 'origin/4.6' into featureJørgen Lind2009-11-021-1/+9
| |\
| | * Fix for softkey visibility when dialog launched from fullscreen widget.Janne Anttila2009-10-291-0/+1
| | * Cleanup softkeymanager keyedactions hash when QAction is being deleted.Janne Anttila2009-10-271-1/+8
| * | Fix QT_NO_ACTION dependenciesJørgen Lind2009-10-291-1/+2
| |/
| * Fixed a crash in the QApplication autotest.axis2009-10-261-1/+2
* | Fix for defect introduced by dd48c27fGareth Stockwell2009-11-031-1/+4
|/
* Softkeys should not put exit by default on RSK for dialogs and popups.Janne Anttila2009-10-231-1/+2
* Softkeys remain disabled if action owning action widget is enabledSami Merilä2009-10-161-3/+3
* Workaround for softkeys not working in modal dialogs on S60 5.0Shane Kearns2009-10-091-0/+1
* Fixing warnings on GCC... (III)João Abecasis2009-10-071-2/+1
* Fix warnings on mingwThierry Bastian2009-10-011-0/+1
* Fix tr-Errors/remove QObject::tr(), mainly in ScriptToolsFriedemann Kleint2009-09-291-1/+1
* Triggering softkey action for disbled widget causes a crash.Sami Merilä2009-09-281-2/+5
* Make sure the correct soft key is triggered.Jason Barron2009-09-281-3/+9
* Remove key accelerators from Softkeys and Menus in S60.Sami Merilä2009-09-221-2/+4
* Compile fix for non-Symbian.Alessandro Portale2009-09-211-1/+1
* Get menubars working again with new softkey API.Jason Barron2009-09-211-1/+3
* Introduce MenuSoftKey as a standard key to the internal enum.Jason Barron2009-09-211-0/+4
* Introduce a d-pointer to QSoftKeyManager.Jason Barron2009-09-211-13/+28
* Add a new compressable event QEvent::UpdateSoftKeys.Jason Barron2009-09-211-22/+30
* Simplify the soft key roles of QAction.Jason Barron2009-09-211-51/+28
* Refactor soft keys implementation.Jason Barron2009-09-211-0/+260