aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace #include statements with forward declarations in converter.h.Olivier Tilloy2012-10-042-2/+7
|
* Remove useless code from the Converter namespace.Olivier Tilloy2012-10-042-9/+5
|
* Fix a typo.Olivier Tilloy2012-10-042-3/+3
|
* Move the enums into a class that inherits QObject, so they can be exposed ↵Olivier Tilloy2012-10-049-47/+92
| | | | and used directly from QML.
* Fix signal parameter type, unaccessible in QMl otherwise.Olivier Tilloy2012-10-041-2/+2
|
* Fix a typo.Olivier Tilloy2012-10-041-1/+1
|
* Remove the implementation of columnCount.Olivier Tilloy2012-10-042-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 Filho2012-09-144-35/+58
|
* Created function to convert from QVariant to GVariant.Renato Araujo Oliveira Filho2012-09-148-118/+164
| | | | Moved QStateAction controler from QACtionGroup.
* Renamed Converter::parseGVariant.Renato Araujo Oliveira Filho2012-09-144-5/+5
|
* Appended comments on unit test.Renato Araujo Oliveira Filho2012-09-135-30/+88
| | | | Added 'valid' property in QStateAction.
* Created class QStateAction to use as GAction proxy.Renato Araujo Oliveira Filho2012-09-137-30/+135
|
* Parse extra properties name to remove 'x-' and replace '-' to '_'.Renato Araujo Oliveira Filho2012-09-122-1/+13
|
* Added QML documentation.Renato Araujo Oliveira Filho2012-09-1210-128/+310
|
* Append the default licence header into source files.Renato Araujo Oliveira Filho2012-09-1110-5/+190
|
* Splitted qmenumodel plugin in two libraries to make it testable.Renato Araujo Oliveira Filho2012-09-1111-58/+194
| | | | Create unit test for qmenumodel library.
* Implemented QDBusActionGroup.Renato Araujo Oliveira Filho2012-09-0610-137/+499
|
* Initial import.Renato Araujo Oliveira Filho2012-09-059-0/+473