Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudochkin-victor/telepathy-qt4-yell
https://github.com/dudochkin-victor/telepathy-qt4-yell
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dudochkin-victor/telepathy-qt4-yell
- Owner: dudochkin-victor
- License: lgpl-2.1
- Created: 2013-05-15T05:46:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T10:40:36.000Z (over 11 years ago)
- Last Synced: 2023-03-13T14:57:20.705Z (over 1 year ago)
- Language: C++
- Size: 918 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
==================
telepathy-qt4-yell
==================This is a library for Qt-based Telepathy clients. This library adds support for some DRAFT
interfaces that could not land in TelepathyQt4 itself due to API/ABI stability rules.
Once the interfaces are final and the implementation is ready, the code will move to TelepathyQt4
itself and removed from here.Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications. See the Telepathy website for more information:http://telepathy.freedesktop.org/
Telepathy specification
=======================The copy of the Telepathy specification in the spec/ directory indicates
the specification that this library claims to implement. The HTML documentation for the latest version of the specification can be viewed at:http://telepathy.freedesktop.org/spec/
Requirements
============Building telepathy-qt4-yell requires:
TelepathyQt4 and its dependenciesSee CMakeLists.txt for full details, including versions required.
Of the packages listed above, only QtCore and QtDBus are required at runtime.Building also requires the cmake build system.
Bugs, feature requests and to-do list
=====================================Report all bugs, feature requests and "to-do" items here:
Running "make check" will produce FIXME.out, which lists all the mentions of
FIXME, TODO or XXX in the source code. Ideally, all of these should be in
Bugzilla, but sometimes they're not.Contact info
============This library is maintained by the Telepathy project:
Telepathy development is supported by Collabora Ltd.
.Hacking
=======See HACKING for version control, coding style and patch submission information.