aboutsummaryrefslogtreecommitdiff
path: root/tests/client/actiongrouptest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Call g_type_init() in the constructor for QDBusObject.Olivier Tilloy2012-10-081-5/+0
| | | This ensures it is always called where needed: clients don’t need to invoke it themselves.
* Port to Qt5.Olivier Tilloy2012-10-051-0/+5
| | | To compile and test, one needs to install the qt5-meta-minimal package from the Canonical Qt5 Edgers PPA (https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta1). This installs Qt5 in /opt/qt5/. cmake needs to be invoked with CMAKE_PREFIX_PATH=/opt/qt5/lib/cmake, and /opt/qt5/bin needs to be added to $PATH.
* Move the enums into a class that inherits QObject, so they can be exposed ↵Olivier Tilloy2012-10-041-11/+11
| | | | and used directly from QML.
* Created function to convert from QVariant to GVariant.Renato Araujo Oliveira Filho2012-09-141-7/+0
| | | | Moved QStateAction controler from QACtionGroup.
* Appended comments on unit test.Renato Araujo Oliveira Filho2012-09-131-1/+51
| | | | Added 'valid' property in QStateAction.
* Created class QStateAction to use as GAction proxy.Renato Araujo Oliveira Filho2012-09-131-1/+2
|
* Created unit test for QDBusActionGroup.Renato Araujo Oliveira Filho2012-09-121-0/+160