summaryrefslogtreecommitdiff
path: root/TelepathyQt/base-connection.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-18Use nullptr keyword wherever it makes senseAlexander Akulich1-1/+1
2020-01-18Use override specifiers wherever it makes senseAlexander Akulich1-30/+30
2019-11-09Remove pointless immutableProperties() implementationsAlexander Akulich1-20/+0
2016-11-01Add BaseConnection::getExistingChannelNiels Ole Salscheider1-0/+1
2016-09-10Added BaseConnectionContactGroupsInterfaceAlexandr Akulich1-0/+72
2016-05-05Added BaseConnectionClientTypesInterface.Alexandr Akulich1-0/+44
2016-02-15Added BaseConnectionContactCapabilitiesInterface.Alexandr Akulich1-0/+44
2015-11-20Services/Conn.I.Contacts: Restored full API-compatibility with 0.9.6.Alexandr Akulich1-5/+6
2015-10-11Services/Channel, Connection: Added a method to set base for interface.Alexandr Akulich1-0/+3
2015-08-29BaseConnectionContactsInterface: Implemented getContactByID().Alexandr Akulich1-0/+2
2015-08-29BaseConnectionContactsInterface: BaseConnection added as private member.Alexandr Akulich1-5/+5
2015-08-29BaseConnectionContactsInterface: Code uniformed with other classes.Alexandr Akulich1-10/+11
2015-05-12BaseConnection: addChannel() used in createChannel().Alexandr Akulich1-1/+1
2015-05-01BaseConnection: Added selfID-related stuff.Alexandr Akulich1-0/+5
2015-05-01BaseConnectionSimplePresenceInterface: Reworked.Alexandr Akulich1-8/+12
2015-05-01BaseConnection: Fixed code style (no actual changes).Alexandr Akulich1-2/+2
2015-05-01BaseConnection: inspectHandles() exposed as a part of C++ interface.Alexandr Akulich1-0/+1
2015-05-01BaseConnection: Code is moved around, no actual changes.Alexandr Akulich1-13/+10
2015-05-01BaseConnection: Merged two pair of create() methods.Alexandr Akulich1-16/+7
2015-05-01BaseConnection, BaseChannel: Fixed mPriv member type.Alexandr Akulich1-4/+4
2015-04-07BaseConnection::ensureChannel(): Refactored.Alexandr Akulich1-0/+2
2015-04-07BaseConnection: Changed API (createChannel(), ensureChannel()).Alexandr Akulich1-4/+4
2015-02-10Pass the whole request to ensureChannel() and createChannel()Tiago Salem Herrmann1-3/+3
2015-01-26Implemented BaseConnectionAvatarsInterface.Alexandr Akulich1-0/+57
2014-09-03Revert "Add BaseConnection RequestsInterface"David Edmundson1-3/+0
2014-09-03Add BaseConnection RequestsInterfaceAlexandr Akulich1-0/+3
2014-08-10BaseConnection: Implemented RequestsInterface::channelClosed() emission.Alexandr Akulich1-0/+2
2014-08-05Added BaseConnectionContactInfoInterface.Alexandr Akulich1-0/+59
2014-08-05Added BaseConnectionAliasingInterface.Alexandr Akulich1-0/+53
2014-08-05BaseConnectionSimplePresenceInterface: Added missing methods.Alexandr Akulich1-4/+7
2014-07-28Improved BaseConnectionContactListInterface.Alexandr Akulich1-9/+43
2014-06-14Add BaseConnectionAddressingInterfaceMatthias Gehre1-0/+42
2014-06-14Add BaseConnectionContactListInterfaceMatthias Gehre1-0/+44
2014-06-14Add BaseConnectionSimplePresenceInterfaceMatthias Gehre1-0/+40
2014-06-14Add BaseConnectionContactsInterfaceMatthias Gehre1-0/+40
2014-06-14Add BaseConnectionRequestsInterfaceMatthias Gehre1-0/+40
2014-06-14Implement BaseConnection and AbstractConnectionInterfaceMatthias Gehre1-15/+65
2012-04-12Make the create<Subclass>() methods of the service-side API return a SharedPt...George Kiagiadakis1-5/+5
2012-04-03BaseConnection: Add cmName accessor.Andre Moreira Magalhaes (andrunko)1-0/+1
2012-04-03*DBusService*: Add public immutableProperties virtual method to be reimplemen...Andre Moreira Magalhaes (andrunko)1-0/+2
2012-04-02BaseConnection: Add more convenience methods for create.Andre Moreira Magalhaes (andrunko)1-0/+13
2012-04-02BaseConnection: Add default param to registerObject.Andre Moreira Magalhaes (andrunko)1-1/+1
2012-04-02BaseConnection: Add skeleton class.Andre Moreira Magalhaes (andrunko)1-0/+92