index
:
telepathy/telepathy-qt
master
next
telepathy-qt4-0.4
telepathy-qt4-0.6
telepathy-qt4-0.8
Next-generation bindings of Telepathy and others using the same XML spec format to the Qt world. (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-qt)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TelepathyQt
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-09
Docs: Use https rather than http
Alexander Akulich
1
-15
/
+15
2019-11-09
CMake: Validate imported components in CMake Config file
Alexander Akulich
1
-2
/
+24
2019-11-09
CMake: Port to GNUInstallDirs
Alexander Akulich
2
-12
/
+8
2019-11-09
CMake/ServiceConfig.cmake: Correctly find dependencies (the base lib)
Alexander Akulich
1
-1
/
+4
2019-11-09
CMake/Config.cmake: Get paths from imported targets
Alexander Akulich
2
-18
/
+58
2019-11-09
Farstream: Formally fix Qt5 linking
Alexander Akulich
1
-2
/
+2
2019-11-09
CMake: Move the CMake targets into namespace
Alexander Akulich
2
-0
/
+8
2019-11-09
CMake: Fix Service CMake files installation
Alexander Akulich
1
-5
/
+1
2019-11-08
CMake/TelepathyQtConfig: Properly lookup for the dependencies
Alexander Akulich
1
-0
/
+16
2019-11-08
CMake: Properly set visibility for the linked libraries
Alexander Akulich
1
-9
/
+11
2019-11-08
CMake: Refactor internal/private build definitions
Alexander Akulich
2
-8
/
+8
2019-11-08
CMake: Drop custom FindQt5 module, rebase on Qt5 targets
Alexander Akulich
1
-10
/
+17
2019-11-07
CMake: Remove USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR option
Alexander Akulich
2
-10
/
+2
2018-05-05
Message::text(): Omit parts with non-empty 'interface' key value
Alexander Akulich
1
-0
/
+4
2018-05-05
Refactor Message::text()
Alexander Akulich
1
-2
/
+2
2018-05-02
Get rid extra semicolons
Alexander Akulich
4
-10
/
+10
2017-04-26
BaseChannelMessagesInterface: Use QMap::contains() instead of count()
Alexandr Akulich
1
-1
/
+1
2016-11-22
Register object before the service gets exposed on DBus
Gustavo Pichorim Boiko
1
-9
/
+10
2016-11-01
Add BaseConnection::getExistingChannel
Niels Ole Salscheider
2
-10
/
+39
2016-10-15
Remove DATA_INSTALL_DIR
Niels Ole Salscheider
5
-6
/
+3
2016-10-09
BaseChannelFileTransferType moved to the proper documentation group
Alexandr Akulich
1
-1
/
+1
2016-09-25
docs: remove the empty 'functions' group and actually put the utils.cpp funct...
George Kiagiadakis
2
-6
/
+13
2016-09-25
docs: improve the front page of the generated docs
George Kiagiadakis
1
-45
/
+44
2016-09-25
Use 'struct Private' instead of 'class Private' in declarations
George Kiagiadakis
6
-16
/
+16
2016-09-10
BaseDebug: Fixed API
Alexandr Akulich
2
-3
/
+4
2016-09-10
Added BaseConnectionContactGroupsInterface
Alexandr Akulich
4
-0
/
+423
2016-09-10
BaseChannelTextType: Added public acknowledgePendingMessages()
Alexandr Akulich
2
-0
/
+23
2016-09-10
BaseChannelTextType: Refactored protected API
Alexandr Akulich
2
-4
/
+14
2016-09-10
BaseChannelTextType: Cleanup
Alexandr Akulich
1
-8
/
+0
2016-09-09
BaseChannelTextType: Added missing const.
Alexandr Akulich
2
-5
/
+5
2016-09-07
cmake: do not duplicate install() lines for different components
George Kiagiadakis
2
-36
/
+18
2016-09-07
cmake: use CMakePackageConfigHelpers
George Kiagiadakis
5
-43
/
+56
2016-09-07
cmake: get rid of the old & ugly syntax of having arguments in else(), endif(...
George Kiagiadakis
5
-41
/
+41
2016-08-31
Revert "cmake: telepathy-service does not depend on telepathy"
Alexandr Akulich
1
-0
/
+1
2016-08-27
Adapt the client registrar to the new thread-based implementation of QtDBus.
Gustavo Pichorim Boiko
1
-4
/
+10
2016-06-12
IODevice: Removed Q_DECL_OVERRIDE usage.
Alexandr Akulich
1
-4
/
+4
2016-06-12
Added QVariantMap include to FileTransferChannelCreationProperties.
Alexandr Akulich
1
-0
/
+1
2016-06-11
CMakeLists: Added missing glib2 library in Farstream.
Alexandr Akulich
1
-0
/
+1
2016-06-10
Telepathy/IODevice: Fixed memory leak.
Alexandr Akulich
2
-0
/
+6
2016-05-05
Added BaseConnectionClientTypesInterface.
Alexandr Akulich
4
-0
/
+194
2016-05-05
BaseDebug: Implemented "keep N last messages" feature for GetMessages().
Alexandr Akulich
2
-0
/
+68
2016-05-05
Added service-side Debug Interface implementation.
Alexandr Akulich
6
-1
/
+307
2016-05-05
DBusError: Refactored == and != operators implementation.
Alexandr Akulich
1
-13
/
+4
2016-03-02
DBusError: Fixed memory leak.
Alexandr Akulich
1
-0
/
+3
2016-02-28
Fix hash calculation of QList<ChannelClassSpec>
Niels Ole Salscheider
1
-0
/
+7
2016-02-20
BaseChannelGroupInterface: Now we also always expose Properties flag.
Alexandr Akulich
1
-5
/
+6
2016-02-20
base-channel.cpp: Adjusted copyright.
Alexandr Akulich
1
-1
/
+3
2016-02-20
OutgoingFileTransferChannel: Fixed transfer with sequential devices.
Alexandr Akulich
1
-4
/
+4
2016-02-20
OutgoingFileTransferChannel::doTransfer(): Fixed infinity offset skip.
Alexandr Akulich
1
-0
/
+1
2016-02-20
BaseChannelFileTransferType: Refactored with better API.
Alexandr Akulich
3
-126
/
+534
[next]