summaryrefslogtreecommitdiff
path: root/TelepathyQt/dbus-service.h
AgeCommit message (Expand)AuthorFilesLines
2015-02-11AbstractDBusServiceInterface: Added notifyPropertyChanged() method.Alexandr Akulich1-0/+3
2012-04-06Move service side specific types from types.h to service-types.h as they are ...Andre Moreira Magalhaes (andrunko)1-0/+1
2012-04-04DBusService: Use DBusObject.Andre Moreira Magalhaes (andrunko)1-5/+6
2012-04-03*DBusService*: Add public immutableProperties virtual method to be reimplemen...Andre Moreira Magalhaes (andrunko)1-0/+5
2012-04-03AbstractDBusServiceInterface: Change how registration works to allow interfac...Andre Moreira Magalhaes (andrunko)1-2/+7
2012-04-03AbstractDBusServiceInterface: Use QString instead of QLatin1String to store i...Andre Moreira Magalhaes (andrunko)1-2/+2
2012-04-03AbstractDBusServiceInterface: Export it and add Q_OBJECT macro.Andre Moreira Magalhaes (andrunko)1-1/+2
2012-04-02AbstractDBusServiceInterface: Add base class (abstract) for DBusService optio...Andre Moreira Magalhaes (andrunko)1-0/+19
2012-04-02DBusService: Add optional error parameter to registerObject protected method.Andre Moreira Magalhaes (andrunko)1-1/+3
2012-04-02DBusService: Add initial base class for services.Andre Moreira Magalhaes (andrunko)1-0/+67