Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-02 | call-channel: Change QMap to QHash where possible | Dario Freddi | 1 | -1/+1 | |
2012-03-22 | CallChannel: Introspect immutable properties if they are not passed on the ↵ | George Kiagiadakis | 1 | -25/+96 | |
constructor | |||||
2012-03-21 | call1: Use *Interface::requestAllProperties/requestPropertyFoo instead of ↵ | George Kiagiadakis | 1 | -61/+44 | |
Properties::Get* | |||||
2012-03-21 | call1: Remove unnecessary use of QLatin1String() with TP_QT_* constants. | George Kiagiadakis | 1 | -5/+3 | |
2012-03-21 | call1: Move PendingCallContent to call-content.{h,cpp} | George Kiagiadakis | 1 | -98/+0 | |
2012-03-21 | CallChannel: update documentation | George Kiagiadakis | 1 | -38/+97 | |
2012-03-21 | CallChannel: add a contentByName() method | George Kiagiadakis | 1 | -0/+24 | |
Since the name of contents is significant and can even be requested when creating the channel for the initial contents, it is probably useful to be able to retrieve a content given its name. | |||||
2012-03-21 | CallChannel: implement FeatureCallMembers | George Kiagiadakis | 1 | -4/+271 | |
2012-03-21 | CallChannel: print warnings when methods are called without their required ↵ | George Kiagiadakis | 1 | -0/+26 | |
features being ready | |||||
2012-03-21 | CallChannel: Get immutable properties directly from the constructor and ↵ | George Kiagiadakis | 1 | -59/+23 | |
reduce FeatureCore to a stub | |||||
2012-03-21 | CallChannel: prepend "call" to all the state-related methods' names | George Kiagiadakis | 1 | -6/+6 | |
This change was made because state() and flags() are too generic names and could possibly clash with functions with the same name in a superclass or subclass in the future. | |||||
2012-03-21 | CallChannel: sort out the various Features | George Kiagiadakis | 1 | -45/+148 | |
This adds 2 new features whose functionality was previously in FeatureContents: * FeatureCore: introspects the immutable properties * FeatureCallState: introspects the properties related to the call state and enables the stateChanged / flagsChanged signals. | |||||
2012-03-21 | CallChannel: add a flagsChanged() signal | George Kiagiadakis | 1 | -1/+11 | |
2012-03-21 | CallChannel: add reason in contentRemoved() | George Kiagiadakis | 1 | -3/+4 | |
2012-03-21 | call1: replace qDebug()/qWarning() with debug()/warning() in the code ↵ | George Kiagiadakis | 1 | -15/+17 | |
imported from yell | |||||
2012-03-21 | CallChannel: Add the setRinging()/setQueued() methods | George Kiagiadakis | 1 | -0/+17 | |
2012-03-21 | call1: update existing classes to work with the latest Call1 spec | George Kiagiadakis | 1 | -11/+13 | |
2012-03-21 | call1: move CallContent/CallStream to separate source files | George Kiagiadakis | 1 | -731/+51 | |
This also removes the CallChannel::removeContent() method together with its helper private class, since it is not going to be used in Call1 and causes compilation failure here. | |||||
2012-03-21 | call1: un-yell-ify the Call* classes | George Kiagiadakis | 1 | -109/+109 | |
2012-03-21 | call1: Import CallChannel/CallContent/CallStream from telepathy-qt4-yell | George Kiagiadakis | 1 | -0/+1522 | |