aboutsummaryrefslogtreecommitdiff
path: root/tests/client/actiongrouptest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix all build warningsRobert Tari2022-02-011-3/+5
* converterTest: QVERIFY comparison return valueMarco Trevisan (Treviño)2016-10-241-1/+0
* remove deprecated g_type_init() callsMarco Trevisan (Treviño)2016-10-221-0/+1
* ActionGroupTest: add test for activateByVariantStringMarco Trevisan (Treviño)2016-10-201-63/+65
* ActionGroupTest: split tests depending on they need the helper script or notMarco Trevisan (Treviño)2016-10-201-47/+54
* Create unit test for name property and activate function.Renato Araujo Oliveira Filho2012-11-231-2/+7
* Removed QAction dependecy from QStateAction.Renato Araujo Oliveira Filho2012-11-221-1/+1
* Updated debian package to use debhelper instead of cdbs.Renato Araujo Oliveira Filho2012-11-071-1/+1
|\
| * Removed QtTestGui include from tests.Renato Araujo Oliveira Filho2012-10-311-1/+1
* | Fixed tests code to avoid crash if dbus session is not avaliable.Renato Araujo Oliveira Filho2012-11-021-1/+1
|/
* Call g_type_init() in the constructor for QDBusObject.Olivier Tilloy2012-10-081-5/+0
* Port to Qt5.Olivier Tilloy2012-10-051-0/+5
* Move the enums into a class that inherits QObject, so they can be exposed and...Olivier Tilloy2012-10-041-11/+11
* Created function to convert from QVariant to GVariant.Renato Araujo Oliveira Filho2012-09-141-7/+0
* Appended comments on unit test.Renato Araujo Oliveira Filho2012-09-131-1/+51
* 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