aboutsummaryrefslogtreecommitdiff
path: root/src/common/qdbusactiongroup.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename the source directories.Olivier Tilloy2012-10-041-85/+0
|
* Fixed some #include statements.Olivier Tilloy2012-10-041-2/+1
|
* Move the enums into a class that inherits QObject, so they can be exposed ↵Olivier Tilloy2012-10-041-2/+2
| | | | and used directly from QML.
* Fix signal parameter type, unaccessible in QMl otherwise.Olivier Tilloy2012-10-041-2/+2
|
* Fixed action state initialization.Renato Araujo Oliveira Filho2012-09-141-10/+11
|
* Created function to convert from QVariant to GVariant.Renato Araujo Oliveira Filho2012-09-141-14/+7
| | | | Moved QStateAction controler from QACtionGroup.
* Appended comments on unit test.Renato Araujo Oliveira Filho2012-09-131-3/+7
| | | | Added 'valid' property in QStateAction.
* Created class QStateAction to use as GAction proxy.Renato Araujo Oliveira Filho2012-09-131-3/+4
|
* Added QML documentation.Renato Araujo Oliveira Filho2012-09-121-9/+14
|
* Append the default licence header into source files.Renato Araujo Oliveira Filho2012-09-111-0/+19
|
* Splitted qmenumodel plugin in two libraries to make it testable.Renato Araujo Oliveira Filho2012-09-111-0/+63
Create unit test for qmenumodel library.