~ubuntu-branches/ubuntu/precise/empathy/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2012-04-05 12:33:53 UTC
  • mfrom: (1.1.91)
  • Revision ID: package-import@ubuntu.com-20120405123353-cixnoewww4k1v32c
Tags: 3.4.0.1-0ubuntu1
* New upstream release:
 - Initial Empathy Accounts Dialog does not allow to click 
   "Connect" (LP: #972382)
 - Empathy should notify when someone mention me at IRC (LP: #877698)
 - empathy-accounts segfault (settings are null for liststore iter)
 - Call window inline toolbar borders are not crisp 
 - Call window preview drop placeholder should not be red 
 - gst_element_get_name: return value should be freed 
 - Pidgin importer treeview should expand vertically. 
 - Empathy need porting to logger stable call1 support 
 - Video preview is always behind the incoming video 
 - Right-click on GOA account let you disable it 
 - "Enable" account menu item doesn't connect the account 
 - nautilus-sendto menu entry "Instant Message (Empathy)" lacks icon 
* debian/control
  - bump build depend on libclutter-1.0-dev >= 1.10.0
* debian/patches/99_add_missing_av_files.patch
  - Add AudioVideo files that are missing from the release tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
commit beb1e9f725a34f63bbd88744ff92ad6a596574e0
 
2
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
3
Date:   Thu Apr 5 11:02:31 2012 +0200
 
4
 
 
5
    Prepare 3.4.0.1
 
6
 
 
7
 NEWS         |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 
8
 configure.ac |    4 ++--
 
9
 2 files changed, 51 insertions(+), 2 deletions(-)
 
10
 
 
11
commit 7843d9f5621b1489a60cb982513ad39e38926fde
 
12
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
13
Date:   Wed Apr 4 15:17:03 2012 +0200
 
14
 
 
15
    check if salut settings are valid instead of assume they are not
 
16
 
 
17
    If we manage to fetch all the info from EDS the account is ready
 
18
    to connect
 
19
    and so the 'Connect' button should be sensitive right away.
 
20
 
 
21
    https://bugzilla.gnome.org/show_bug.cgi?id=673451
 
22
 
 
23
 src/empathy-accounts-dialog.c |    4 +++-
 
24
 1 files changed, 3 insertions(+), 1 deletions(-)
 
25
 
 
26
commit bba730492873951c0e8b58c25ebfc6128b02e8a9
 
27
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
28
Date:   Wed Apr 4 15:15:35 2012 +0200
 
29
 
 
30
    add empathy_local_xmpp_assistant_widget_is_valid()
 
31
 
 
32
    https://bugzilla.gnome.org/show_bug.cgi?id=673451
 
33
 
 
34
 .../empathy-local-xmpp-assistant-widget.c          |    7 +++++++
 
35
 .../empathy-local-xmpp-assistant-widget.h          |    3 +++
 
36
 2 files changed, 10 insertions(+), 0 deletions(-)
 
37
 
 
38
commit b6d66bc4223175a058575b90f5b5bce4ad279980
 
39
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
40
Date:   Wed Apr 4 14:35:47 2012 +0200
 
41
 
 
42
    empathy-nautilus-sendto: use the Empathy icon
 
43
 
 
44
    The first field of NstPluginInfo is the id of the icon of the plugin.
 
45
 
 
46
    https://bugzilla.gnome.org/show_bug.cgi?id=673480
 
47
 
 
48
 nautilus-sendto-plugin/empathy-nautilus-sendto.c |    2 +-
 
49
 1 files changed, 1 insertions(+), 1 deletions(-)
 
50
 
 
51
commit a0a0f0bc14b965c2063891242f435be3ac6296a4
 
52
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
53
Date:   Wed Apr 4 11:55:14 2012 +0200
 
54
 
 
55
    include logger single header
 
56
 
 
57
 libempathy-gtk/empathy-chat.c       |    3 +--
 
58
 libempathy-gtk/empathy-log-window.c |    1 -
 
59
 libempathy/empathy-contact.c        |    2 --
 
60
 libempathy/empathy-contact.h        |    2 +-
 
61
 libempathy/empathy-message.c        |    5 -----
 
62
 libempathy/empathy-message.h        |    2 +-
 
63
 src/empathy.c                       |    2 +-
 
64
 7 files changed, 4 insertions(+), 13 deletions(-)
 
65
 
 
66
commit 4f6083d07fa7b9dbba458e75e6563b4c77a4bf85
 
67
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
68
Date:   Wed Apr 4 11:23:29 2012 +0200
 
69
 
 
70
    macros checking are *_MAX_ALLOWED
 
71
 
 
72
 configure.ac |    6 +++---
 
73
 1 files changed, 3 insertions(+), 3 deletions(-)
 
74
 
 
75
commit 0662d66db7bf28f275d4c535a49cd5ec1689d291
 
76
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
77
Date:   Wed Apr 4 11:36:20 2012 +0200
 
78
 
 
79
    Depend on Clutter 1.10
 
80
 
 
81
    Needed for clutter_actor_set_margin_* which is already used.
 
82
 
 
83
    Shell 3.4 depends of this version as well so that won't be an
 
84
    issue for
 
85
    distribution shipping GNOME 3.4.
 
86
 
 
87
    https://bugzilla.gnome.org/show_bug.cgi?id=673444
 
88
 
 
89
 configure.ac |    4 ++--
 
90
 1 files changed, 2 insertions(+), 2 deletions(-)
 
91
 
 
92
commit be2a0aa278149a082511bb3f4814f5850c970ce4
 
93
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
 
94
Date:   Tue Apr 3 16:32:13 2012 +1000
 
95
 
 
96
    Bump required tp-logger version
 
97
 
 
98
 configure.ac |    2 +-
 
99
 1 files changed, 1 insertions(+), 1 deletions(-)
 
100
 
 
101
commit ffd92c745b62faa628b17c8642f97ee596d933e1
 
102
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
 
103
Date:   Tue Apr 3 10:41:54 2012 +1000
 
104
 
 
105
    Logger support for calls is no longer optional
 
106
 
 
107
 configure.ac                        |   35
 
108
 -----------------------------------
 
109
 libempathy-gtk/empathy-log-window.c |   22 ++++------------------
 
110
 libempathy/empathy-message.c        |    6 +-----
 
111
 3 files changed, 5 insertions(+), 58 deletions(-)
 
112
 
 
113
commit 86ba5be5fa9a044fbcce6618ac6cd6dd7bdf3482
 
114
Author: Danielle Madeley <danielle.madeley@collabora.co.uk>
 
115
Date:   Tue Apr 3 10:35:09 2012 +1000
 
116
 
 
117
    TplCallEndReason ceased to exist on March 28
 
118
 
 
119
 libempathy-gtk/empathy-log-window.c |   11 ++++++-----
 
120
 libempathy/empathy-message.c        |    2 +-
 
121
 2 files changed, 7 insertions(+), 6 deletions(-)
 
122
 
 
123
commit 0d03cd1f3b1d50824db84490ce6fe80e49e5f6b9
 
124
Author: Debarshi Ray <debarshir@src.gnome.org>
 
125
Date:   Sat Mar 31 23:08:27 2012 +0200
 
126
 
 
127
    goa-mc-plugin: fix variable name
 
128
 
 
129
    https://bugzilla.gnome.org/show_bug.cgi?id=673263
 
130
 
 
131
 goa-mc-plugin/mcp-account-manager-goa.c |    2 +-
 
132
 1 files changed, 1 insertions(+), 1 deletions(-)
 
133
 
 
134
commit 12134c4cb2b0b59e01dbbe8932340fb1383a3047
 
135
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
136
Date:   Mon Apr 2 11:01:18 2012 +0200
 
137
 
 
138
    mcp-account-manager-goa: g_key_file_get_keys() expects a gsize
 
139
 
 
140
 goa-mc-plugin/mcp-account-manager-goa.c |    2 +-
 
141
 1 files changed, 1 insertions(+), 1 deletions(-)
 
142
 
 
143
commit fdf86339c44094f4e115283312dcd3f209a9f72b
 
144
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
145
Date:   Mon Apr 2 10:51:43 2012 +0200
 
146
 
 
147
    mcp-account-manager-goa: fix shadow variable warnings
 
148
 
 
149
 goa-mc-plugin/mcp-account-manager-goa.c |   34
 
150
 +++++++++++++++---------------
 
151
 1 files changed, 17 insertions(+), 17 deletions(-)
 
152
 
 
153
commit 99d9177da27ddc4c4aaf5d40a6eae5b458084536
 
154
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
155
Date:   Mon Apr 2 10:51:43 2012 +0200
 
156
 
 
157
    mcp-account-manager-goa: remove unused variables
 
158
 
 
159
 goa-mc-plugin/mcp-account-manager-goa.c |    4 ----
 
160
 1 files changed, 0 insertions(+), 4 deletions(-)
 
161
 
 
162
commit 10791a1b9d93c2870bf8b0a630092b7190f24a5f
 
163
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
164
Date:   Mon Apr 2 10:46:56 2012 +0200
 
165
 
 
166
    goa-mc-plugin: build with ERROR_CFLAGS
 
167
 
 
168
 goa-mc-plugin/Makefile.am |    3 ++-
 
169
 1 files changed, 2 insertions(+), 1 deletions(-)
 
170
 
 
171
commit 0c8bf3e4677711439151332937218a3ec71fb39b
 
172
Author: Mako N <mako@pasero.net>
 
173
Date:   Mon Apr 2 13:10:25 2012 +0900
 
174
 
 
175
    [l10n] Update Japanese translation
 
176
 
 
177
 help/ja/ja.po |  360
 
178
 ++++++++++++++++++++++++++++-----------------------------
 
179
 1 files changed, 177 insertions(+), 183 deletions(-)
 
180
 
 
181
commit 57ca76d73764a6da6c2fd3315fcfa5c16e0b0449
 
182
Author: Mako N <mako@pasero.net>
 
183
Date:   Mon Apr 2 12:33:43 2012 +0900
 
184
 
 
185
    [l10n] Update Japanese translation
 
186
 
 
187
 po/ja.po |  288
 
188
 ++++++++++++++++++++++++++++++-------------------------------
 
189
 1 files changed, 142 insertions(+), 146 deletions(-)
 
190
 
 
191
commit 2b16531225ab327275fb180bd83d68a1d4b940fc
 
192
Author: Arash Mousavi <amousavi@src.gnome.org>
 
193
Date:   Sat Mar 31 15:50:25 2012 +0430
 
194
 
 
195
    Updated Persian Translations
 
196
 
 
197
 po/fa.po | 4016
 
198
 +++++++++++++++++++++++++++++++++-----------------------------
 
199
 1 files changed, 2122 insertions(+), 1894 deletions(-)
 
200
 
 
201
commit 896c18ae0752d945b4826ac5fe636023c27759d6
 
202
Author: Andika Triwidada <andika@gmail.com>
 
203
Date:   Sat Mar 31 18:15:24 2012 +0700
 
204
 
 
205
    [l10n] Updated Indonesian translation
 
206
 
 
207
 po/id.po | 3793
 
208
 ++++++++++++++++++++++++++++++++------------------------------
 
209
 1 files changed, 1933 insertions(+), 1860 deletions(-)
 
210
 
 
211
commit 92f20f66fc7248364b8df8654ddc933476fb5548
 
212
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
213
Date:   Thu Mar 29 12:08:40 2012 -0400
 
214
 
 
215
    call-window: raise the overlay actor instead of individual actors
 
216
 
 
217
    Or the actors will be raised relative to their box, but not
 
218
    relative to
 
219
    the whole scene.
 
220
 
 
221
    https://bugzilla.gnome.org/show_bug.cgi?id=673046
 
222
 
 
223
 src/empathy-call-window.c |   15 ++-------------
 
224
 1 files changed, 2 insertions(+), 13 deletions(-)
 
225
 
 
226
commit aa9ae0fbeaa5dc9949e66f5a48b8a611dca0699f
 
227
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
228
Date:   Fri Mar 30 14:00:15 2012 +0200
 
229
 
 
230
    use enable_and_connect_account() when enabling an account from
 
231
    the menu
 
232
 
 
233
    https://bugzilla.gnome.org/show_bug.cgi?id=673162
 
234
 
 
235
 src/empathy-accounts-dialog.c |    3 ++-
 
236
 1 files changed, 2 insertions(+), 1 deletions(-)
 
237
 
 
238
commit 073f8a015a1222455d2d55451c2f246e1dbafcc0
 
239
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
240
Date:   Fri Mar 30 13:59:50 2012 +0200
 
241
 
 
242
    factor out enable_and_connect_account()
 
243
 
 
244
    https://bugzilla.gnome.org/show_bug.cgi?id=673162
 
245
 
 
246
 src/empathy-accounts-dialog.c |   11 +++++++++--
 
247
 1 files changed, 9 insertions(+), 2 deletions(-)
 
248
 
 
249
commit 02453f3777fb24c7f20ef4d839845c8c16e2e3c1
 
250
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
251
Date:   Fri Mar 30 13:56:01 2012 +0200
 
252
 
 
253
    accounts-dialog: no need to connect the account if we are disabling it
 
254
 
 
255
    https://bugzilla.gnome.org/show_bug.cgi?id=673162
 
256
 
 
257
 src/empathy-accounts-dialog.c |   18 +++++++++++++-----
 
258
 1 files changed, 13 insertions(+), 5 deletions(-)
 
259
 
 
260
commit a787e76bd5803c0f5821c93cf5203c2c03d45001
 
261
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
262
Date:   Fri Mar 30 13:44:13 2012 +0200
 
263
 
 
264
    accounts_dialog_enable_account_cb: use the usual async cb pattern
 
265
 
 
266
    No semantic change.
 
267
 
 
268
    https://bugzilla.gnome.org/show_bug.cgi?id=673162
 
269
 
 
270
 src/empathy-accounts-dialog.c |   19 +++++++++----------
 
271
 1 files changed, 9 insertions(+), 10 deletions(-)
 
272
 
 
273
commit d1576b8556b86b7eb0ade9c80e2747cfeb44f0c3
 
274
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
275
Date:   Fri Mar 30 13:08:31 2012 +0200
 
276
 
 
277
    empathy-accounts: disable 'Enable' menu entry if not supported
 
278
 
 
279
    https://bugzilla.gnome.org/show_bug.cgi?id=673141
 
280
 
 
281
 src/empathy-accounts-dialog.c |   20 ++++++++++++++------
 
282
 1 files changed, 14 insertions(+), 6 deletions(-)
 
283
 
 
284
commit a3c14d3f22f4f1a07cf72e3200ac5f1f3b4c843d
 
285
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
286
Date:   Fri Mar 30 12:47:30 2012 +0200
 
287
 
 
288
    factor out account_can_be_enabled()
 
289
 
 
290
    https://bugzilla.gnome.org/show_bug.cgi?id=673141
 
291
 
 
292
 src/empathy-accounts-dialog.c |   27 ++++++++++++++++++---------
 
293
 1 files changed, 18 insertions(+), 9 deletions(-)
 
294
 
 
295
commit e4be0d293f072f7b79720057aced81d8005bf0b2
 
296
Author: Changwoo Ryu <cwryu@debian.org>
 
297
Date:   Fri Mar 30 03:59:41 2012 +0900
 
298
 
 
299
    Updated Korean translation
 
300
 
 
301
 po/ko.po |   81
 
302
 ++++++++++++++++++++++++++++++-------------------------------
 
303
 1 files changed, 40 insertions(+), 41 deletions(-)
 
304
 
 
305
commit 481a81f4845ba1ebfe426c5da7c4117a22b77934
 
306
Author: Ibrahim Saed <ibraheem5000@gmail.com>
 
307
Date:   Thu Mar 29 14:36:46 2012 +0100
 
308
 
 
309
    Updated Arabic translation
 
310
 
 
311
 po/ar.po | 1224
 
312
 ++++++++++++++++++++++++++++++++++----------------------------
 
313
 1 files changed, 667 insertions(+), 557 deletions(-)
 
314
 
 
315
commit b112ea2692ac284cbe3f75ea6e3bbd4b0f9d232f
 
316
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
317
Date:   Thu Mar 29 15:12:10 2012 +0200
 
318
 
 
319
    ev-sidebar: use gtk_list_store_insert_with_values()
 
320
 
 
321
 src/ev-sidebar.c |    3 +--
 
322
 1 files changed, 1 insertions(+), 2 deletions(-)
 
323
 
 
324
commit 813daa2a8e1e5c46afbf01c12d5c989ae74efa34
 
325
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
326
Date:   Thu Mar 29 15:12:10 2012 +0200
 
327
 
 
328
    preferences: use gtk_list_store_insert_with_values()
 
329
 
 
330
 src/empathy-preferences.c |    4 +---
 
331
 1 files changed, 1 insertions(+), 3 deletions(-)
 
332
 
 
333
commit 07e7bd3fc715b1d6a35cb160abdf2ccc1ea595fa
 
334
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
335
Date:   Thu Mar 29 15:12:10 2012 +0200
 
336
 
 
337
    new-chatroom-dialog: use gtk_list_store_insert_with_values()
 
338
 
 
339
 src/empathy-new-chatroom-dialog.c |    4 +---
 
340
 1 files changed, 1 insertions(+), 3 deletions(-)
 
341
 
 
342
commit 297eb577229dd46d1ed26255908c9802b5267372
 
343
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
344
Date:   Thu Mar 29 15:12:10 2012 +0200
 
345
 
 
346
    import-widget: use gtk_list_store_insert_with_values()
 
347
 
 
348
 src/empathy-import-widget.c |    5 +----
 
349
 1 files changed, 1 insertions(+), 4 deletions(-)
 
350
 
 
351
commit 2736d7a4010eb83102e4e455a1133487d2612bd4
 
352
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
353
Date:   Thu Mar 29 15:12:10 2012 +0200
 
354
 
 
355
    chatrooms-window: use gtk_list_store_insert_with_values()
 
356
 
 
357
 src/empathy-chatrooms-window.c |    3 +--
 
358
 1 files changed, 1 insertions(+), 2 deletions(-)
 
359
 
 
360
commit 30e1511b7d5ea2e98c948e6a8ffffef937544d6e
 
361
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
362
Date:   Thu Mar 29 15:12:10 2012 +0200
 
363
 
 
364
    groups-widget: use gtk_list_store_insert_with_values()
 
365
 
 
366
 libempathy-gtk/empathy-groups-widget.c |    8 ++------
 
367
 1 files changed, 2 insertions(+), 6 deletions(-)
 
368
 
 
369
commit 97089275ffec48d3da9d585a5389c0893a21fc46
 
370
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
371
Date:   Thu Mar 29 15:12:10 2012 +0200
 
372
 
 
373
    contact-search-dialog: use gtk_list_store_insert_with_values()
 
374
 
 
375
 libempathy-gtk/empathy-contact-search-dialog.c |    5 +----
 
376
 1 files changed, 1 insertions(+), 4 deletions(-)
 
377
 
 
378
commit 39cc5827bfe5dc0280e0b8a720459b04e613b802
 
379
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
380
Date:   Thu Mar 29 15:12:10 2012 +0200
 
381
 
 
382
    account-widget-sip: use gtk_list_store_insert_with_values()
 
383
 
 
384
 libempathy-gtk/empathy-account-widget-sip.c |   33
 
385
 +++++++++++++--------------
 
386
 1 files changed, 16 insertions(+), 17 deletions(-)
 
387
 
 
388
commit 889cbf11540c152be0e1c2d63758e5da8bd10a5f
 
389
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
390
Date:   Thu Mar 29 14:35:11 2012 +0200
 
391
 
 
392
    accounts-dialog: use gtk_list_store_insert_with_values()
 
393
 
 
394
    Prevent a crash when using a11y as GTK+ may want to look at the
 
395
    content of the
 
396
    row as soon it's added. See the bug for details.
 
397
 
 
398
    https://bugzilla.gnome.org/show_bug.cgi?id=670601
 
399
 
 
400
 src/empathy-accounts-dialog.c |   21 +++++++++++++--------
 
401
 1 files changed, 13 insertions(+), 8 deletions(-)
 
402
 
 
403
commit 9af483fa1412dcabc982f1908b23c979039f211c
 
404
Author: ManojKumar Giri <mgiri@redhat.com>
 
405
Date:   Thu Mar 29 14:21:49 2012 +0530
 
406
 
 
407
    Updated Odia Translation
 
408
 
 
409
 po/or.po |  296
 
410
 +++++++++++++++++++++++++-------------------------------------
 
411
 1 files changed, 119 insertions(+), 177 deletions(-)
 
412
 
 
413
commit 2749949ae7029e05f0f840f9b76507877963ec3d
 
414
Author: Kjartan Maraas <kmaraas@gnome.org>
 
415
Date:   Thu Mar 29 09:32:47 2012 +0200
 
416
 
 
417
    Updated Norwegian bokmål translation
 
418
 
 
419
 po/nb.po |  482
 
420
 +++++++++++++++++++++++++++++++-------------------------------
 
421
 1 files changed, 244 insertions(+), 238 deletions(-)
 
422
 
 
423
commit 158508faf8e61ea2ebeed35cc250f064f4597aee
 
424
Author: ManojKumar Giri <mgiri@redhat.com>
 
425
Date:   Wed Mar 28 21:15:02 2012 +0530
 
426
 
 
427
    Updated Odia Translation
 
428
 
 
429
 po/or.po | 1135
 
430
 +++++++++++++++++++++++++++-----------------------------------
 
431
 1 files changed, 496 insertions(+), 639 deletions(-)
 
432
 
 
433
commit ba3ffc72a2b424eaa79a94e6a2390b0b5858b867
 
434
Merge: 98724db ed85fe7
 
435
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
436
Date:   Wed Mar 28 13:48:38 2012 +0200
 
437
 
 
438
    Merge remote-tracking branch 'wjt/652800-661731-notifications'
 
439
 
 
440
commit 98724dbfa33099bba07ba8951950a14303e763cc
 
441
Author: Debarshi Ray <debarshir@src.gnome.org>
 
442
Date:   Sun Mar 25 13:17:53 2012 +0200
 
443
 
 
444
    streamed-media-window: don't leak the element name
 
445
 
 
446
    Fixes: https://bugzilla.gnome.org/672796
 
447
 
 
448
 src/empathy-streamed-media-window.c |    6 ++++--
 
449
 1 files changed, 4 insertions(+), 2 deletions(-)
 
450
 
 
451
commit a452a7cfaee6fc192c455410b4e3ea6443162ea3
 
452
Author: Debarshi Ray <debarshir@src.gnome.org>
 
453
Date:   Sun Mar 25 12:57:52 2012 +0200
 
454
 
 
455
    call-window: don't leak the element name
 
456
 
 
457
    Fixes: https://bugzilla.gnome.org/672796
 
458
 
 
459
 src/empathy-call-window.c |    6 ++++--
 
460
 1 files changed, 4 insertions(+), 2 deletions(-)
 
461
 
 
462
commit ed85fe70b223a778b5d7bdca6b4fe8d5ac327959
 
463
Author: Will Thompson <will.thompson@collabora.co.uk>
 
464
Date:   Wed Mar 28 10:39:51 2012 +0100
 
465
 
 
466
    Move category name constants to #defines
 
467
 
 
468
    This is kind of overkill to avoid me typoing the two names used in
 
469
    empathy-chat-window.c, but, hey.
 
470
 
 
471
 libempathy-gtk/empathy-notify-manager.h |   15 +++++++++++++
 
472
 src/empathy-chat-window.c               |    4 +-
 
473
 src/empathy-event-manager.h             |    1 +
 
474
 src/empathy-notifications-approver.c    |   35
 
475
 ++++++++++++++----------------
 
476
 4 files changed, 34 insertions(+), 21 deletions(-)
 
477
 
 
478
commit 9420ba8ea42efb6d5e1e044d68cc1ba571120314
 
479
Author: Will Thompson <will.thompson@collabora.co.uk>
 
480
Date:   Wed Mar 28 10:06:14 2012 +0100
 
481
 
 
482
    Show MUC highlight notifications in Gnome Shell
 
483
 
 
484
    Gnome Shell filters out notifications from Empathy whose category is
 
485
    something the Shell shows its own notification for. However, we
 
486
    previously used the im.received category for notifications about being
 
487
    highlighted in a MUC, as well as for incoming 1-1 IM
 
488
    notifications. The
 
489
    Shell filters these out these notifications, because it shows its own
 
490
    1-1 notifications, but it doesn't show MUC highlight notifications.
 
491
 
 
492
    So this patch sets a different category on notifications from chat
 
493
    rooms, which makes them show up in Gnome Shell. I'm prefixing the
 
494
    category with x-empathy, following the comment above
 
495
    get_category_for_event_type in empathy-notifications-approver.c.
 
496
 
 
497
    This shouldn't confuse other notification daemons, unless they
 
498
    were also
 
499
    filtering out im.received but also showed their own highlight
 
500
    notifications (which I find unlikely).
 
501
 
 
502
    https://bugzilla.gnome.org/show_bug.cgi?id=652800
 
503
 
 
504
 src/empathy-chat-window.c |   11 ++++++++---
 
505
 1 files changed, 8 insertions(+), 3 deletions(-)
 
506
 
 
507
commit 8ec865b790b07375792a3a6f7c485e1cfcb83253
 
508
Author: ManojKumar Giri <mgiri@redhat.com>
 
509
Date:   Wed Mar 28 13:45:00 2012 +0530
 
510
 
 
511
    Updated Odia Translation
 
512
 
 
513
 po/or.po | 6291
 
514
 +++++++++++++++++++++++++++++++++++++++++++-------------------
 
515
 1 files changed, 4431 insertions(+), 1860 deletions(-)
 
516
 
 
517
commit efc40fcec397ee8dee57cd7de43279792f941380
 
518
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
519
Date:   Tue Mar 27 10:05:58 2012 -0400
 
520
 
 
521
    trivial: fix a GCC build warning
 
522
 
 
523
 nautilus-sendto-plugin/empathy-nautilus-sendto.c |    1 -
 
524
 1 files changed, 0 insertions(+), 1 deletions(-)
 
525
 
 
526
commit d9765b15543ac5160a103227452b3cd84fbd143f
 
527
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
528
Date:   Thu Mar 22 16:36:45 2012 -0400
 
529
 
 
530
    call-window: factor out some common code
 
531
 
 
532
    https://bugzilla.gnome.org/show_bug.cgi?id=672560
 
533
 
 
534
 src/empathy-call-window.c |   28 ++++++++++++++--------------
 
535
 1 files changed, 14 insertions(+), 14 deletions(-)
 
536
 
 
537
commit 3873c839159fefbe9001338d6f162b610e4f4284
 
538
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
539
Date:   Thu Mar 22 16:30:34 2012 -0400
 
540
 
 
541
    call-window: don't use EmpathyRoundedActor for the floating toolbar
 
542
 
 
543
    Make this a real toolbar, and add a CSS provider to set the correct
 
544
    border radius.
 
545
    In the future, GTK and Adwaita will support an 'OSD' style class that
 
546
    takes care of this automatically, but right now we have add these few
 
547
    lines of code.
 
548
 
 
549
    https://bugzilla.gnome.org/show_bug.cgi?id=672560
 
550
 
 
551
 src/empathy-call-window.c  |   20 ++++++++++++++++++--
 
552
 src/empathy-call-window.ui |   36 +++++++-----------------------------
 
553
 2 files changed, 25 insertions(+), 31 deletions(-)
 
554
 
 
555
commit d9c6227d30e2eb6521421c01f03749e8a4c576e9
 
556
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
557
Date:   Thu Mar 22 18:25:41 2012 -0400
 
558
 
 
559
    call-window: use a ClutterBoxLayout to separate previews/toolbar
 
560
 
 
561
    It's way easier to use a ClutterBoxLayout to ensure the preview
 
562
    rectangles and the floating toolbar don't overlap.
 
563
    This way, we can get rid of some complicated manual UI layouting code
 
564
    and just a margin to set the bottom spacing for the floating toolbar.
 
565
    Also, this makes the code not dependent on a hardcoded toolbar size
 
566
    anymore.
 
567
 
 
568
    https://bugzilla.gnome.org/show_bug.cgi?id=672560
 
569
 
 
570
 src/empathy-call-window.c |  196
 
571
 ++++++++++++++++-----------------------------
 
572
 1 files changed, 68 insertions(+), 128 deletions(-)
 
573
 
 
574
commit 60e0705dd14aff39fc24bb84ba862b7d19e265a6
 
575
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
576
Date:   Thu Mar 22 16:45:58 2012 -0400
 
577
 
 
578
    call-window: fix incorrect comment
 
579
 
 
580
    https://bugzilla.gnome.org/show_bug.cgi?id=672560
 
581
 
 
582
 src/empathy-call-window.c |    5 ++---
 
583
 1 files changed, 2 insertions(+), 3 deletions(-)
 
584
 
 
585
commit 81f4651c54df81345644dd7fb2d88ca7bec8350c
 
586
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
587
Date:   Thu Mar 22 13:17:33 2012 -0400
 
588
 
 
589
    call-window: use colors from the theme for placeholders
 
590
 
 
591
    Use color shades from the color theme for preview placeholders,
 
592
    instead
 
593
    of hardcoding black/red.
 
594
 
 
595
    https://bugzilla.gnome.org/show_bug.cgi?id=672561
 
596
 
 
597
 src/empathy-call-window.c |   32 ++++++++++++++++++++++++++++++--
 
598
 1 files changed, 30 insertions(+), 2 deletions(-)
 
599
 
 
600
commit 8df3bd2167cc3b0944f07c2843cdce26f81eb7ba
 
601
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
602
Date:   Thu Mar 22 13:16:33 2012 -0400
 
603
 
 
604
    rounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments
 
605
 
 
606
    And not [0..255] integers.
 
607
 
 
608
    https://bugzilla.gnome.org/show_bug.cgi?id=672561
 
609
 
 
610
 src/empathy-rounded-rectangle.c |   13 ++++++-------
 
611
 1 files changed, 6 insertions(+), 7 deletions(-)
 
612
 
 
613
commit 768f6759733762149f35618f6dfb166d56c9cc6e
 
614
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
615
Date:   Tue Mar 27 14:30:54 2012 +0200
 
616
 
 
617
    log-window: use gtk_list_store_insert_with_values()
 
618
 
 
619
 libempathy-gtk/empathy-log-window.c |    8 ++------
 
620
 1 files changed, 2 insertions(+), 6 deletions(-)
 
621
 
 
622
commit 2a832a3135c17e437ee49420a9738a712c9f9ef6
 
623
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
624
Date:   Tue Mar 27 14:18:01 2012 +0200
 
625
 
 
626
    factor out add_event_to_store()
 
627
 
 
628
 libempathy-gtk/empathy-log-window.c |   91
 
629
 +++++++++++++++--------------------
 
630
 1 files changed, 39 insertions(+), 52 deletions(-)
 
631
 
 
632
commit 85bf02f460934eed3ad39bf830c70331a3c76ecc
 
633
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
634
Date:   Tue Mar 27 14:03:07 2012 +0200
 
635
 
 
636
    log-window: factor out add_date_if_needed()
 
637
 
 
638
    Free a leak as 'text' wasn't freed in the first case.
 
639
 
 
640
 libempathy-gtk/empathy-log-window.c |   65
 
641
 ++++++++++++++++++-----------------
 
642
 1 files changed, 33 insertions(+), 32 deletions(-)
 
643
 
 
644
commit 5ef40a9e35ff8c558d423e1bb5b48d6554f72f31
 
645
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
646
Date:   Tue Mar 27 10:28:11 2012 +0200
 
647
 
 
648
    import-widget: request the preferred height of the treeview
 
649
 
 
650
    We should try to display as much rows as possible.
 
651
 
 
652
    https://bugzilla.gnome.org/show_bug.cgi?id=672839
 
653
 
 
654
 src/empathy-import-dialog.ui |    3 +--
 
655
 src/empathy-import-widget.c  |   10 ++++++++++
 
656
 2 files changed, 11 insertions(+), 2 deletions(-)
 
657
 
 
658
commit 900cbf83e3373abb5143dda986c1a1bced308948
 
659
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
660
Date:   Tue Mar 27 10:26:58 2012 +0200
 
661
 
 
662
    import-widget: don't manually prepare the account manager
 
663
 
 
664
    empathy-accounts already does it for us.
 
665
 
 
666
    https://bugzilla.gnome.org/show_bug.cgi?id=672839
 
667
 
 
668
 src/empathy-import-widget.c |   27 ++++-----------------------
 
669
 1 files changed, 4 insertions(+), 23 deletions(-)
 
670
 
 
671
commit eb8eb7616bc94544e15da3b81e37b61f26ae45ce
 
672
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
673
Date:   Tue Mar 27 10:38:15 2012 +0200
 
674
 
 
675
    help/.gitignore: use a generic ignore rule
 
676
 
 
677
 help/.gitignore |   37 ++-----------------------------------
 
678
 1 files changed, 2 insertions(+), 35 deletions(-)
 
679
 
 
680
commit a9de9eaf698956ce9810873c2de9c3b9e65b9e52
 
681
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
682
Date:   Tue Mar 27 10:26:30 2012 +0200
 
683
 
 
684
    Updated Basque language
 
685
 
 
686
 po/eu.po |    8 ++++----
 
687
 1 files changed, 4 insertions(+), 4 deletions(-)
 
688
 
 
689
commit b7adc5cf8112de34aad353943f18b541821fdd3d
 
690
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
691
Date:   Tue Mar 27 10:16:50 2012 +0200
 
692
 
 
693
    Updated Basque language
 
694
 
 
695
 po/eu.po |  643
 
696
 +++++++++++++++++++++++++++++++++-----------------------------
 
697
 1 files changed, 339 insertions(+), 304 deletions(-)
 
698
 
 
699
commit 2142e96c767bcde71255197d8de264303c7dfe26
 
700
Author: Changwoo Ryu <cwryu@debian.org>
 
701
Date:   Tue Mar 27 01:23:14 2012 +0900
 
702
 
 
703
    Updated Korean translation
 
704
 
 
705
 po/ko.po |  505
 
706
 +++++++++++++++++++++++++++++++++-----------------------------
 
707
 1 files changed, 271 insertions(+), 234 deletions(-)
 
708
 
 
709
commit f4e8098552512199ab2a1f6009e8cd6d15baa11d
 
710
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
711
Date:   Mon Mar 26 15:48:51 2012 +0200
 
712
 
 
713
    release.py: update last_tag_pattern
 
714
 
 
715
 release.py |    2 +-
 
716
 1 files changed, 1 insertions(+), 1 deletions(-)
 
717
 
 
718
commit 48bc69f502a335a8f69bb37994f719e3483bc3cb
 
719
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
 
720
Date:   Mon Mar 26 15:48:31 2012 +0200
 
721
 
 
722
    remove released flag
 
723
 
 
724
 configure.ac |    2 +-
 
725
 1 files changed, 1 insertions(+), 1 deletions(-)
 
726
 
1
727
commit 0fa3313e524628e6f661db96afda26021928da36
2
728
Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
3
729
Date:   Mon Mar 26 15:39:08 2012 +0200