Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the implementation of columnCount. | Olivier Tilloy | 2012-10-04 | 1 | -6/+0 |
| | | | According to the documentation (http://doc.qt.digia.com/stable/model-view-programming.html#model-subclassing-reference), « List models do not provide this function because it is already implemented in QAbstractListModel. » | ||||
* | Created function to convert from QVariant to GVariant. | Renato Araujo Oliveira Filho | 2012-09-14 | 1 | -1/+1 |
| | | | | Moved QStateAction controler from QACtionGroup. | ||||
* | Renamed Converter::parseGVariant. | Renato Araujo Oliveira Filho | 2012-09-14 | 1 | -1/+1 |
| | |||||
* | Appended comments on unit test. | Renato Araujo Oliveira Filho | 2012-09-13 | 1 | -1/+1 |
| | | | | Added 'valid' property in QStateAction. | ||||
* | Created class QStateAction to use as GAction proxy. | Renato Araujo Oliveira Filho | 2012-09-13 | 1 | -5/+5 |
| | |||||
* | Parse extra properties name to remove 'x-' and replace '-' to '_'. | Renato Araujo Oliveira Filho | 2012-09-12 | 1 | -1/+12 |
| | |||||
* | Added QML documentation. | Renato Araujo Oliveira Filho | 2012-09-12 | 1 | -60/+23 |
| | |||||
* | Append the default licence header into source files. | Renato Araujo Oliveira Filho | 2012-09-11 | 1 | -3/+19 |
| | |||||
* | Splitted qmenumodel plugin in two libraries to make it testable. | Renato Araujo Oliveira Filho | 2012-09-11 | 1 | -0/+241 |
Create unit test for qmenumodel library. |