Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the enums into a class that inherits QObject, so they can be exposed ↵ | Olivier Tilloy | 2012-10-04 | 1 | -2/+2 |
| | | | | and used directly from QML. | ||||
* | Fix signal parameter type, unaccessible in QMl otherwise. | Olivier Tilloy | 2012-10-04 | 1 | -2/+2 |
| | |||||
* | Fixed action state initialization. | Renato Araujo Oliveira Filho | 2012-09-14 | 1 | -10/+11 |
| | |||||
* | Created function to convert from QVariant to GVariant. | Renato Araujo Oliveira Filho | 2012-09-14 | 1 | -14/+7 |
| | | | | Moved QStateAction controler from QACtionGroup. | ||||
* | Appended comments on unit test. | Renato Araujo Oliveira Filho | 2012-09-13 | 1 | -3/+7 |
| | | | | Added 'valid' property in QStateAction. | ||||
* | Created class QStateAction to use as GAction proxy. | Renato Araujo Oliveira Filho | 2012-09-13 | 1 | -3/+4 |
| | |||||
* | Added QML documentation. | Renato Araujo Oliveira Filho | 2012-09-12 | 1 | -9/+14 |
| | |||||
* | Append the default licence header into source files. | Renato Araujo Oliveira Filho | 2012-09-11 | 1 | -0/+19 |
| | |||||
* | Splitted qmenumodel plugin in two libraries to make it testable. | Renato Araujo Oliveira Filho | 2012-09-11 | 1 | -0/+63 |
Create unit test for qmenumodel library. |