summaryrefslogtreecommitdiff
path: root/NEWS
blob: b336b84f8157a538e4ac8d94d7f52d3f714e72a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
telepathy-qt4-yell 0.1.x
=========================

Enhancements:

Fixes:
 * Report the connection status reason using the Connection object if possible
 * On connection invalidated, emit the connection status changed signal to make sure the account model item is updated
 * Add constructor to Tpy::ContactCapabilities so it can be really used
 * Revert returning UTF-8 for the contact alias and status messages strings
 * Optimization of flat model proxy, dataChanged signal not hierarchical
 * Added hierarchicalDataChanged signal to Tpy::AccountsModel for explicit signalling of changes in account data affecting contacts data (expensive)


telepathy-qt4-yell 0.1.6 (2011-06-06)
======================================

The "don't call on your model contacts unless necessary" release

Fixes:
 * Make the account model item use the status of the Connection object instead of the account one
 * Change the alias and statusMessage roles of the contact model item to return UTF-8 instead of QString
   have it display correctly in QML with extended characters

telepathy-qt4-yell 0.1.5 (2011-05-26)
======================================

The "shhh, contacts are coming in..." release.

Enhancements:
 * Added role to AccountsModel to get the state of the contact list

Fixes:
 * Fix crash when g_async_initable_new_finish returned error

telepathy-qt4-yell 0.1.4 (2011-05-04)
======================================

The "Aruba, one happy island" release.

Enhancements:
 * Implement removeRows method in AbstractConversationModel
 * Keep count of unread/missed messages in SessionConversationModel
 * Added auto-generate classes for Channel.Interface.CredentialsStorage

Fixes:
 * Fix media call caps update when changed

telepathy-qt4-yell 0.1.3 (2011-04-22)
======================================

The "time-shifting" release.

Enhancements:
 * Refactored the conversation item into purpose-specific items

telepathy-qt4-yell 0.1.2 (2011-04-14)
======================================

The "can I call" release.

Enhancements:
 * Added ContactCapabilities and RequestableChannelClass support for Call.
 * Added some convenience methods to the AccountsModel.
 * Refactored ConversationModel into two classes: AbstractConversationModel
   which is just a storage class, and SessionConversationModel which stores a
   chat conversation for a chat session with a given contact.
 * Updated cmake module to find TelepathyQt4.

Fixes:
 * Added required linking to telepathy-glib.
 * Fixed contact list loading.
 * Fixed filtering of accounts through proxies when the connection status
   changes.
 * Only emit contacts added and removed signals if there are contacts actually
   being added/removed.

telepathy-qt4-yell 0.1.1 (2011-02-16)
======================================

The "keep calling" release.

API changes:
 * Removed CallChannel::awaitingLocal/RemoteAnswer in favour of CallChannel::flags().

Enhancements:
 * Added auto-generate classes for Call.Content.CodecOffer, Call.Content.Media, Call.Content.Mute,
   Call.Stream.EndPoint, Call.Stream.Media.
 * Added high-level API for Call.CallState/CallFlags/InitialTransport/InitialAudio/InitialVideo/
   InitialAudioName/InitialVideoName/MutableContents properties and Call.CallStateChanged.
 * Added Telepathy Farstream support through a new static library.

Fixes:
 * Minor documentation fixes.

telepathy-qt4-yell 0.1.0 (2011-01-31)
======================================

The "beginning" release.

The first release of telepathy-qt4-yell features:

 * High-level API and auto-generated client classes for Call.DRAFT.
 * Models support.