summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qsoftkeymanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fix crash when handleCommand() called before softkeys are updatedJason Barron2010-07-071-0/+5
* Improve handling of QAction in soft key managerThierry Bastian2010-04-131-8/+4
* Fixed modal dialog not to have automatic "Exit" right softkey in S60.Janne Anttila2010-04-061-0/+1
* Hotfix to const usage in 262e98f9a29385f99cd6f768632264e0b621dc01Janne Anttila2010-03-231-3/+3
* Fixed S60 softkey implementation to use popup/modal dialog softkeys.Janne Anttila2010-03-231-7/+53
* Simplify code, fix a compiler warning... profit!João Abecasis2010-02-181-7/+5
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-02-181-1/+1
|\
| * Fix undefined sequence point compiler warningDirk Mueller2010-02-171-1/+1
* | Support for dynamic localization in Symbian softkeys.Janne Anttila2010-02-171-9/+8
|/
* S60 softkey refactoring (support for merging, priorities and menus)Janne Anttila2010-02-031-139/+70
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ...Qt Continuous Integration System2010-01-091-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | Added a flag to avoid construction of application panes.axis2010-01-081-1/+2
|/
* Minor fixes to softkey dimming support (commit 245c9cc0).Janne Anttila2009-12-081-1/+5
* Added dimming support for disabled softkeys in Symbian.Janne Anttila2009-12-071-1/+4
* Fixed "...QString::QString(const char *)... is deprecated" warning.Janne Anttila2009-12-031-1/+1
* Fixed softkey merging/traversing over window boundaries.Janne Anttila2009-12-021-1/+1
* Softkeymanager to not update sofkeys when native s60 dialog is shownJason Barron2009-11-181-0/+4
* Fix for qmessagebox softkey dimming in Symbian.Janne Anttila2009-11-111-1/+2
* Focus changes cause softkey area to flickerSami Merilä2009-11-091-4/+8
* Merge commit 'ceteam/4.6' into 4.6Joerg Bornemann2009-11-091-0/+4
|\
| * compilefixes for qfeaturesThomas Hartmann2009-11-061-0/+4
* | Revert "Fixed a crash in the QApplication autotest."Gareth Stockwell2009-11-031-2/+1
* | Merge branch '4.6' into mmfphononGareth Stockwell2009-11-031-3/+13
|\ \ | |/
| * 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