summaryrefslogtreecommitdiff
path: root/TelepathyQt
AgeCommit message (Expand)AuthorFilesLines
2019-11-09Docs: Use https rather than httpAlexander Akulich1-15/+15
2019-11-09CMake: Validate imported components in CMake Config fileAlexander Akulich1-2/+24
2019-11-09CMake: Port to GNUInstallDirsAlexander Akulich2-12/+8
2019-11-09CMake/ServiceConfig.cmake: Correctly find dependencies (the base lib)Alexander Akulich1-1/+4
2019-11-09CMake/Config.cmake: Get paths from imported targetsAlexander Akulich2-18/+58
2019-11-09Farstream: Formally fix Qt5 linkingAlexander Akulich1-2/+2
2019-11-09CMake: Move the CMake targets into namespaceAlexander Akulich2-0/+8
2019-11-09CMake: Fix Service CMake files installationAlexander Akulich1-5/+1
2019-11-08CMake/TelepathyQtConfig: Properly lookup for the dependenciesAlexander Akulich1-0/+16
2019-11-08CMake: Properly set visibility for the linked librariesAlexander Akulich1-9/+11
2019-11-08CMake: Refactor internal/private build definitionsAlexander Akulich2-8/+8
2019-11-08CMake: Drop custom FindQt5 module, rebase on Qt5 targetsAlexander Akulich1-10/+17
2019-11-07CMake: Remove USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR optionAlexander Akulich2-10/+2
2018-05-05Message::text(): Omit parts with non-empty 'interface' key valueAlexander Akulich1-0/+4
2018-05-05Refactor Message::text()Alexander Akulich1-2/+2
2018-05-02Get rid extra semicolonsAlexander Akulich4-10/+10
2017-04-26BaseChannelMessagesInterface: Use QMap::contains() instead of count()Alexandr Akulich1-1/+1
2016-11-22Register object before the service gets exposed on DBusGustavo Pichorim Boiko1-9/+10
2016-11-01Add BaseConnection::getExistingChannelNiels Ole Salscheider2-10/+39
2016-10-15Remove DATA_INSTALL_DIRNiels Ole Salscheider5-6/+3
2016-10-09BaseChannelFileTransferType moved to the proper documentation groupAlexandr Akulich1-1/+1
2016-09-25docs: remove the empty 'functions' group and actually put the utils.cpp funct...George Kiagiadakis2-6/+13
2016-09-25docs: improve the front page of the generated docsGeorge Kiagiadakis1-45/+44
2016-09-25Use 'struct Private' instead of 'class Private' in declarationsGeorge Kiagiadakis6-16/+16
2016-09-10BaseDebug: Fixed APIAlexandr Akulich2-3/+4
2016-09-10Added BaseConnectionContactGroupsInterfaceAlexandr Akulich4-0/+423
2016-09-10BaseChannelTextType: Added public acknowledgePendingMessages()Alexandr Akulich2-0/+23
2016-09-10BaseChannelTextType: Refactored protected APIAlexandr Akulich2-4/+14
2016-09-10BaseChannelTextType: CleanupAlexandr Akulich1-8/+0
2016-09-09BaseChannelTextType: Added missing const.Alexandr Akulich2-5/+5
2016-09-07cmake: do not duplicate install() lines for different componentsGeorge Kiagiadakis2-36/+18
2016-09-07cmake: use CMakePackageConfigHelpersGeorge Kiagiadakis5-43/+56
2016-09-07cmake: get rid of the old & ugly syntax of having arguments in else(), endif(...George Kiagiadakis5-41/+41
2016-08-31Revert "cmake: telepathy-service does not depend on telepathy"Alexandr Akulich1-0/+1
2016-08-27Adapt the client registrar to the new thread-based implementation of QtDBus.Gustavo Pichorim Boiko1-4/+10
2016-06-12IODevice: Removed Q_DECL_OVERRIDE usage.Alexandr Akulich1-4/+4
2016-06-12Added QVariantMap include to FileTransferChannelCreationProperties.Alexandr Akulich1-0/+1
2016-06-11CMakeLists: Added missing glib2 library in Farstream.Alexandr Akulich1-0/+1
2016-06-10Telepathy/IODevice: Fixed memory leak.Alexandr Akulich2-0/+6
2016-05-05Added BaseConnectionClientTypesInterface.Alexandr Akulich4-0/+194
2016-05-05BaseDebug: Implemented "keep N last messages" feature for GetMessages().Alexandr Akulich2-0/+68
2016-05-05Added service-side Debug Interface implementation.Alexandr Akulich6-1/+307
2016-05-05DBusError: Refactored == and != operators implementation.Alexandr Akulich1-13/+4
2016-03-02DBusError: Fixed memory leak.Alexandr Akulich1-0/+3
2016-02-28Fix hash calculation of QList<ChannelClassSpec>Niels Ole Salscheider1-0/+7
2016-02-20BaseChannelGroupInterface: Now we also always expose Properties flag.Alexandr Akulich1-5/+6
2016-02-20base-channel.cpp: Adjusted copyright.Alexandr Akulich1-1/+3
2016-02-20OutgoingFileTransferChannel: Fixed transfer with sequential devices.Alexandr Akulich1-4/+4
2016-02-20OutgoingFileTransferChannel::doTransfer(): Fixed infinity offset skip.Alexandr Akulich1-0/+1
2016-02-20BaseChannelFileTransferType: Refactored with better API.Alexandr Akulich3-126/+534