Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the soft key command relay acrobatics from QApplication to | Alessandro Portale | 2009-05-27 | 1 | -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 stack | Markku Luukkainen | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | Implemented handling keypresses coming from software keys | Markku Luukkainen | 2009-05-18 | 1 | -4/+11 |
| | |||||
* | QSoftKeyStack::handleSoftKeyPress(int command) will be called whenever | Alessandro Portale | 2009-05-13 | 1 | -4/+5 |
| | | | | a softkey is pressed. | ||||
* | Added Methods to set and access QSoftKeyStack from QMainWindow. | Markku Luukkainen | 2009-05-13 | 1 | -7/+10 |
| | |||||
* | Moved SoftkeyStack files into src/widgets | Alessandro Portale | 2009-05-12 | 1 | -0/+100 |
Corrected PImpl-ing and cleaned up headers |