summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qsoftkeystack_s60.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved the soft key command relay acrobatics from QApplication toAlessandro Portale2009-05-271-2/+10
| | | | | | QSoftKeyStackPrivate. Removed QSoftKeyStack::handleSoftKeyPress and made QSoftKeyStackPrivate::handleSoftKeyPress static, so that it can be called from QApplication.
* Bugfix for mapping keys when there is only one softkey in the stackMarkku Luukkainen2009-05-261-1/+1
|
* Implemented handling keypresses coming from software keysMarkku Luukkainen2009-05-181-4/+11
|
* QSoftKeyStack::handleSoftKeyPress(int command) will be called wheneverAlessandro Portale2009-05-131-4/+5
| | | | a softkey is pressed.
* Added Methods to set and access QSoftKeyStack from QMainWindow.Markku Luukkainen2009-05-131-7/+10
|
* Moved SoftkeyStack files into src/widgetsAlessandro Portale2009-05-121-0/+100
Corrected PImpl-ing and cleaned up headers