Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a typo. | Olivier Tilloy | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Remove the implementation of columnCount. | Olivier Tilloy | 2012-10-04 | 2 | -7/+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. » | ||||
* | Fixed action state initialization. | Renato Araujo Oliveira Filho | 2012-09-14 | 4 | -35/+58 |
| | |||||
* | Created function to convert from QVariant to GVariant. | Renato Araujo Oliveira Filho | 2012-09-14 | 8 | -118/+164 |
| | | | | Moved QStateAction controler from QACtionGroup. | ||||
* | Renamed Converter::parseGVariant. | Renato Araujo Oliveira Filho | 2012-09-14 | 4 | -5/+5 |
| | |||||
* | Appended comments on unit test. | Renato Araujo Oliveira Filho | 2012-09-13 | 5 | -30/+88 |
| | | | | Added 'valid' property in QStateAction. | ||||
* | Created class QStateAction to use as GAction proxy. | Renato Araujo Oliveira Filho | 2012-09-13 | 7 | -30/+135 |
| | |||||
* | Parse extra properties name to remove 'x-' and replace '-' to '_'. | Renato Araujo Oliveira Filho | 2012-09-12 | 2 | -1/+13 |
| | |||||
* | Added QML documentation. | Renato Araujo Oliveira Filho | 2012-09-12 | 10 | -128/+310 |
| | |||||
* | Append the default licence header into source files. | Renato Araujo Oliveira Filho | 2012-09-11 | 10 | -5/+190 |
| | |||||
* | Splitted qmenumodel plugin in two libraries to make it testable. | Renato Araujo Oliveira Filho | 2012-09-11 | 11 | -58/+194 |
| | | | | Create unit test for qmenumodel library. | ||||
* | Implemented QDBusActionGroup. | Renato Araujo Oliveira Filho | 2012-09-06 | 10 | -137/+499 |
| | |||||
* | Initial import. | Renato Araujo Oliveira Filho | 2012-09-05 | 9 | -0/+473 |