summaryrefslogtreecommitdiff
path: root/tests/dbus/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-24Only generate QLatin1String macros for errors/constants.Andre Moreira Magalhaes (andrunko)1-13/+10
2011-11-24Renamed TelepathyQt4 directory to TelepathyQt.Jeremy Whiting1-17/+17
2011-11-24Rename TP_QT4_ENABLE_LOWLEVEL_API to TP_QT_ENABLE_LOWLEVEL_API.Jeremy Whiting1-1/+1
2011-11-22Rename TP_QT4 to TP_QT in generated constants.h.Jeremy Whiting1-1/+1
2011-09-14client test: Fixed typo.Andre Moreira Magalhaes (andrunko)1-3/+3
2011-09-11client test: Check that trying to register a client with an already existing ...Andre Moreira Magalhaes (andrunko)1-1/+13
2011-09-11client test: Check that CDO::claim(handler) properly populates HandledChannels.Andre Moreira Magalhaes (andrunko)1-1/+48
2011-09-09AbstractClient: Remove isApprover/ObserverRegistered and renamed isHandlerReg...Andre Moreira Magalhaes (andrunko)1-12/+4
2011-09-09client test: Test accessors to check whether the client is registered.Andre Moreira Magalhaes (andrunko)1-0/+19
2011-06-09client test: Use TestConnHelper.Andre Moreira Magalhaes (andrunko)1-69/+26
2011-05-12FakeHandlerManager: Keep only one FakeHandler per bus.Andre Moreira Magalhaes (andrunko)1-0/+8
2010-11-16Merge branch '0_5_0_approver'Andre Moreira Magalhaes (andrunko)1-2/+1
2010-11-16AbstractClientApprover: Remove addDispatchOperation channels arg in favor of ...Andre Moreira Magalhaes (andrunko)1-2/+1
2010-11-15Move request(Dis)Connect to ConnectionLowlevelOlli Salli1-3/+4
2010-11-11ChannelRequest: Only create account if property account is non-empty.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-11-10Merge branch '0_5_0_cr'Andre Moreira Magalhaes (andrunko)1-4/+4
2010-11-10AbstractClientObserver: Use ObserverInfo.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-11-10AbstractClientHandler: Use HandlerInfo.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-11-10Connection: Remove Connection::Status.Andre Moreira Magalhaes (andrunko)1-1/+1
2010-11-08client/client-factories tests: Properly sort capabilities when comparing.Andre Moreira Magalhaes (andrunko)1-5/+12
2010-11-08AbstractClient: Removed deprecated methods.Andre Moreira Magalhaes (andrunko)1-25/+15
2010-11-04Use the new asynchronous property getters in the testsMarco Barisione1-7/+12
2010-10-13client test: Check if CR::immutableProperties is being set correctly when pas...Andre Moreira Magalhaes (andrunko)1-8/+11
2010-10-13client test: Test usage of ObserverInfo::request-properties.Andre Moreira Magalhaes (andrunko)1-1/+15
2010-10-08Make all tests use the non-deprecated Connection::create methods that takes f...Andre Moreira Magalhaes (andrunko)1-1/+3
2010-09-16Actually have the test CDOAdaptor PossibleHandlers prob be a "as"Olli Salli1-7/+7
2010-09-16Use a proper PossibleHandler object path for TestClient tooOlli Salli1-2/+4
2010-09-15Declare complex properties in the way QDBus expects in test adaptorsOlli Salli1-3/+3
2010-09-15Make ChannelDispatchOperation use factoriesOlli Salli1-3/+18
2010-09-15Include the Account and Connection props in the fake CDO in TestClient*Olli Salli1-3/+20
2010-09-12Actually pass a ChannelDispatchOperation in the AddChannelDispatchOperation t...Olli Salli1-11/+73
2010-09-11Make TestClient(Factories) not expect a CDO object when there is noneOlli Salli1-1/+1
2010-09-01Fix build with glib >= 2.25Xavier Claessens1-3/+3
2010-08-20Always use NULL instead of 0 in vararg listsOlli Salli1-1/+1
2010-06-29tests: Merge tests/example CMs from latest tp-glib and update tests accordingly.Andre Moreira Magalhaes (andrunko)1-3/+3
2010-03-17Removed usage of QString::fromAscii.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-03-17Added support to QT_NO_CAST_FROM_ASCII.Andre Moreira Magalhaes (andrunko)1-27/+28
2010-02-26Reorganize tests library directory structure.Andre Moreira Magalhaes (andrunko)1-2/+2
2010-02-22client test: Added Handler.Capabilities test.Andre Moreira Magalhaes (andrunko)1-6/+30
2009-09-11Explicitly use uint for TargetHandleType.Andre Moreira Magalhaes (andrunko)1-2/+2
2009-06-30client test: Use full-qualified name for properties when calling AddDispatchO...Andre Moreira Magalhaes (andrunko)1-4/+4
2009-06-02client test: Added test for Client.Approver.addDispatchOperation.Andre Moreira Magalhaes (andrunko)1-3/+50
2009-06-02ClientRegistrar: Use ChannelDispatchOperation high-level class on AbstractCli...Andre Moreira Magalhaes (andrunko)1-4/+5
2009-05-15client test: Added test for Client.Observer.ObserveChannels.Andre Moreira Magalhaes (andrunko)1-0/+60
2009-05-15client test: Added initial observer support.Andre Moreira Magalhaes (andrunko)1-2/+13
2009-05-15Renamed test-client-handler to test-client.Andre Moreira Magalhaes (andrunko)1-0/+562