Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added slot that is triggered when back softkey is pressed | Markku Luukkainen | 2009-05-18 | 1 | -1/+9 |
| | |||||
* | Catch actions coming from context sensitive menu items | Markku Luukkainen | 2009-05-18 | 1 | -0/+15 |
| | |||||
* | Added test case for submenus inside context sensitive menu | Markku Luukkainen | 2009-05-18 | 1 | -2/+10 |
| | |||||
* | Refactored test code and added test case for context sensitive menu | Markku Luukkainen | 2009-05-18 | 1 | -28/+41 |
| | |||||
* | Use the new QMainWindow::softKeyStack() | Alessandro Portale | 2009-05-14 | 1 | -9/+10 |
| | |||||
* | Added Methods to set and access QSoftKeyStack from QMainWindow. | Markku Luukkainen | 2009-05-13 | 1 | -0/+8 |
| | |||||
* | Adapted example code | Alessandro Portale | 2009-05-12 | 2 | -14/+2 |
| | |||||
* | Moved SoftkeyStack files into src/widgets | Alessandro Portale | 2009-05-12 | 6 | -647/+0 |
| | | | | Corrected PImpl-ing and cleaned up headers | ||||
* | Removed redundancies | Alessandro Portale | 2009-05-12 | 1 | -5/+0 |
| | |||||
* | Qt-ifications. Mostly license headers and coding conventions. | Alessandro Portale | 2009-05-12 | 7 | -136/+355 |
| | |||||
* | Added handling of softkey with the role of menu | Markku Luukkainen | 2009-05-12 | 1 | -1/+7 |
| | |||||
* | Initial naive implementation for menu softkey | Markku Luukkainen | 2009-05-12 | 2 | -9/+21 |
| | |||||
* | Added proper headers | Markku Luukkainen | 2009-05-04 | 1 | -0/+10 |
| | |||||
* | Changed mapping of softkey id's | Markku Luukkainen | 2009-05-04 | 1 | -1/+2 |
| | |||||
* | Skeleton implementation allowing us to conviniently change place | Markku Luukkainen | 2009-05-04 | 4 | -9/+53 |
| | | | | | | | where softkeys are visualized on the screen. Added mapping to native and Qt id's for QSoftKeyActions. Added rudimentary implementation for reordering QSoftKeyActions. | ||||
* | Changed way how softkey command is mapped | Markku Luukkainen | 2009-05-04 | 2 | -2/+3 |
| | |||||
* | More code to test the stack implementatioMore code to test the stack ↵ | Markku Luukkainen | 2009-05-04 | 1 | -5/+18 |
| | | | | implementationn | ||||
* | Very rough implementation of setting multiple buttons. | Markku Luukkainen | 2009-05-04 | 1 | -15/+27 |
| | | | | | Current implementation is missing loads of needed functionality but is enough to start testing the initial API | ||||
* | Initial skeleton of what is to become the cross platform | Markku Luukkainen | 2009-04-30 | 6 | -0/+420 |
softkey API. Current version is very experimental and can and will change very radically. Also functionality on this early version is very limited. API can only set single Back button on S60 platform. Work is somewhat based in softkey experiment done in Brisbane. Major difference is that this implementation will only be API through which softkeys will be adapted and will not have any kind of visualization in itself |