summaryrefslogtreecommitdiff
path: root/TelepathyQt
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Fix deprecation warnings for Qt 5.13Alexander Akulich1-0/+4
2020-03-12Remove extra semicolons after Q_DECLARE_METATYPE()Alexander Akulich19-26/+26
2020-03-12ContactManager::Roster: Set success state even if groups not supportedAlexander Akulich1-2/+3
2020-03-12BaseChannelTextType: Fix debug messageAlexander Akulich1-1/+1
2020-02-09CMake: Sort some filesAlexander Akulich1-229/+240
2020-02-09service-types.h: Sort forward class declarationsAlexander Akulich1-55/+55
2020-01-18CMake: Get rid of global include_directories()Alexander Akulich1-1/+13
2020-01-18Use nullptr keyword wherever it makes senseAlexander Akulich75-192/+192
2020-01-18Use override specifiers wherever it makes senseAlexander Akulich118-313/+313
2020-01-18Port deprecated Qt usesJonah BrĂ¼chert12-12/+88
2019-11-11Message: Add a getter for 'silent' header keyAlexander Akulich2-0/+13
2019-11-09Farstream/CMakeLists.txt: Add dbus-glib include pathJan Tojnar1-0/+1
2019-11-09Implement BaseChannelConferenceInterface::immutableProperties()Alexander Akulich1-0/+8
2019-11-09Docs: Fix link to the fd.o bugtrackerAlexander Akulich1-1/+1
2019-11-09Docs: Add links to GitHubAlexander Akulich1-2/+4
2019-11-09Remove pointless immutableProperties() implementationsAlexander Akulich8-305/+0
2019-11-09AbstractDBusServiceInterface: Add default immutableProperties() implementationAlexander Akulich2-1/+6
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