~ubuntu-branches/ubuntu/vivid/gnome-desktop3/vivid-proposed

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-05-28 09:10:46 UTC
  • mfrom: (1.6.1) (21.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130528091046-b0oc28za9l97fgq1
Tags: 3.8.2-0ubuntu1
* New upstream release
* Sync with Debian (LP: #1184812) Remaining changes:
  - debian/patches:
    + 04_compute_average_color.patch: Compute the avergage color in
      gnome-desktop itself, not in unity to fix some races (LP #963140)
    + tweak_color_computation.patch, Patch from Gord, no patch header,
      no bug link.
    + git_revert_draw_background.patch
    + ubuntu_language.patch, Ported relevant bits from g-c-c 
      52_region_language.patch, as required for gnome 3.8 region panel
    + ubuntu_language_list_from_SUPPORTED.patch,
      adds api to get list of available languages from SUPPORTED file.
      To be used by gnome 3.8 region panel language installation.
  - debian/control.in:
    + Don't break gnome-shell << 3.7.90
    + Use source:Version for gnome-desktop3-data Depend
    + Add epoch to gnome-desktop3-data's Breaks/Replaces, as our old
      gnome-desktop source package introduced an epoch. This needs to be
      kept until after 14.04 LTS.
 - Install helper tools into a versioned directory (by overriding
   libexecdir). They could alternatively be installed in a separate package
* Dropped changes:
  - 02_refuse_to_break_GL_compositors.patch:
    + Doesn't appear to be needed any more
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
3
 
commit 595b0b38864c707709821eb84a71080a46d2e4b5
 
3
commit 49e5133e6bdf14720421aa473eb8986a2fd2a237
 
4
Author: Matthias Clasen <mclasen@redhat.com>
 
5
Date:   Mon May 13 20:54:12 2013 -0400
 
6
 
 
7
    3.8.2
 
8
 
 
9
M       NEWS
 
10
M       configure.ac
 
11
 
 
12
commit e0ca686e671cb018acdca73c5de37fcca47b1e8a
 
13
Author: Pavel Vasin <rat4vier@gmail.com>
 
14
Date:   Mon Mar 4 15:48:08 2013 +0400
 
15
 
 
16
    gnome-bg: Fix memleak
 
17
    
 
18
    https://bugzilla.gnome.org/show_bug.cgi?id=695116
 
19
 
 
20
M       libgnome-desktop/gnome-bg-slide-show.c
 
21
 
 
22
commit 6fce02a69382f1b2684704f2e457dd877d10721b
 
23
Author: Rui Matos <tiagomatos@gmail.com>
 
24
Date:   Fri May 10 16:55:15 2013 +0200
 
25
 
 
26
    default-input-sources: Add some more defaults
 
27
    
 
28
    This adds the defaults for de_CH, fr_CH and en_ZA that were
 
29
    contributed since the initial release.
 
30
 
 
31
M       libgnome-desktop/default-input-sources.h
 
32
 
 
33
commit 209ba8a0168b13ea3fb13fd43551c7fb150870c5
 
34
Author: Wouter Bolsterlee <uws@xs4all.nl>
 
35
Date:   Fri Apr 19 22:37:06 2013 +0200
 
36
 
 
37
    Updated Dutch translation
 
38
 
 
39
M       po/nl.po
 
40
 
 
41
commit 1ba73b301b8f7d66d08cec63cdd35d234fba1952
 
42
Author: Bruce Cowan <bruce@bcowan.me.uk>
 
43
Date:   Sat Apr 6 17:29:20 2013 +0100
 
44
 
 
45
    Updated British English translation
 
46
 
 
47
M       po/en_GB.po
 
48
 
 
49
commit 9112bccf9eb8c5f90c7fefde04157e9d9e3e42e0
 
50
Author: tuhaihe <wangdianjin@linuxdeepin.com>
 
51
Date:   Sat Apr 6 17:29:49 2013 +0800
 
52
 
 
53
    update Simplified Chinese (zh_CN) translation
 
54
 
 
55
M       po/zh_CN.po
 
56
 
 
57
commit 1957fe834838e88db6e36e75af3fcfa2ba4f7c5a
 
58
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
59
Date:   Wed Mar 27 18:54:01 2013 +0100
 
60
 
 
61
    3.8.0.1
 
62
 
 
63
M       NEWS
 
64
M       configure.ac
 
65
 
 
66
commit d96f350a378a13cd230daf54524d89765b1a1135
 
67
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
68
Date:   Wed Mar 27 17:45:38 2013 +0100
 
69
 
 
70
    GnomeIdleMonitor: don't access watch structure after it is freed
 
71
    
 
72
    The contents of the watch structure will become garbage after the
 
73
    structure is freed, causing us to unref an invalid pointer and
 
74
    potentially segfault.
 
75
    
 
76
    https://bugzilla.gnome.org/show_bug.cgi?id=696719
 
77
 
 
78
M       libgnome-desktop/gnome-idle-monitor.c
 
79
 
 
80
commit 3419ebc79db8f2522c0c9bc9637f804c86d5e0e3
 
81
Author: Matthias Clasen <mclasen@redhat.com>
 
82
Date:   Tue Mar 26 16:27:50 2013 -0400
 
83
 
 
84
    3.8.0
 
85
 
 
86
M       NEWS
 
87
M       configure.ac
 
88
 
 
89
commit 409cf54b3777351961da9c76925ae7efdba3ece8
 
90
Author: Colin Walters <walters@verbum.org>
 
91
Date:   Mon Mar 25 19:57:46 2013 -0400
 
92
 
 
93
    monitor: Be defensive against callbacks unreffing monitor in callback
 
94
    
 
95
    gnome-settings-daemon's cursor plugin does this.
 
96
    
 
97
    https://bugzilla.gnome.org/show_bug.cgi?id=696522
 
98
 
 
99
M       libgnome-desktop/gnome-idle-monitor.c
 
100
 
 
101
commit 1a439b1d7a8f03bd4ef0a5e7f9782d8442d07d92
 
102
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
103
Date:   Sun Mar 24 19:56:09 2013 -0400
 
104
 
 
105
    idle-monitor: Refactor code a bit
 
106
    
 
107
    Merge two similar methods.
 
108
    
 
109
    https://bugzilla.gnome.org/show_bug.cgi?id=696522
 
110
 
 
111
M       libgnome-desktop/gnome-idle-monitor.c
 
112
 
 
113
commit cbd90a05915aa09469479ede23a9830444f15379
 
114
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
115
Date:   Mon Mar 25 13:50:10 2013 -0400
 
116
 
 
117
    idle-monitor: Don't leak the user active alarm on dispose
 
118
    
 
119
    https://bugzilla.gnome.org/show_bug.cgi?id=696522
 
120
 
 
121
M       libgnome-desktop/gnome-idle-monitor.c
 
122
 
 
123
commit d9d0f859a28f3a377c01d40c37717c49daadf02e
 
124
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
125
Date:   Sun Mar 24 19:51:09 2013 -0400
 
126
 
 
127
    idle-monitor: Use an incrementing watch ID for the active alarm as well
 
128
    
 
129
    This makes sure that:
 
130
    
 
131
        add_user_active_alarm (callback1);
 
132
        add_user_active_alarm (callback2);
 
133
    
 
134
    doesn't remove callback1 from getting an alarm, as we won't overwrite
 
135
    the alarm IDs.
 
136
    
 
137
    https://bugzilla.gnome.org/show_bug.cgi?id=696522
 
138
 
 
139
M       libgnome-desktop/gnome-idle-monitor.c
 
140
 
 
141
commit e58cd12a26838487cad0b20a3a95806572bd7909
 
142
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
143
Date:   Sun Mar 24 19:48:44 2013 -0400
 
144
 
 
145
    idle-monitor: Allow multiple watches for an alarm
 
146
    
 
147
    This doesn't do anything yet as we don't have multiple watches
 
148
    for one alarm, but we'll remove the special USER_ACTIVE_WATCH_ID
 
149
    soon so we can have multiple watches on it.
 
150
    
 
151
    https://bugzilla.gnome.org/show_bug.cgi?id=696522
 
152
 
 
153
M       libgnome-desktop/gnome-idle-monitor.c
 
154
 
 
155
commit c9911a32f64e1939910f5e9e6e9c124b9e5301ae
 
156
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
157
Date:   Mon Mar 25 15:55:40 2013 -0400
 
158
 
 
159
    idle-monitor: Use g_clear_pointer
 
160
    
 
161
    https://bugzilla.gnome.org/show_bug.cgi?id=696522
 
162
 
 
163
M       libgnome-desktop/gnome-idle-monitor.c
 
164
 
 
165
commit 82cdd38f6de2bd17f1f21c6996ca95518e991d6c
 
166
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
167
Date:   Sun Mar 24 19:52:05 2013 -0400
 
168
 
 
169
    idle-monitor: Reindent
 
170
    
 
171
    https://bugzilla.gnome.org/show_bug.cgi?id=696522
 
172
 
 
173
M       libgnome-desktop/gnome-idle-monitor.c
 
174
 
 
175
commit 34a0e5b431e556e1f02dd880ecedb0309531a2ca
 
176
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
177
Date:   Mon Mar 25 13:47:17 2013 -0400
 
178
 
 
179
    idle-monitor: Store the monitor in the private watch struct
 
180
    
 
181
    Since we'll need to access more things than just the Display
 
182
    on it, let's clean up the code for the access right now.
 
183
    
 
184
    https://bugzilla.gnome.org/show_bug.cgi?id=696522
 
185
 
 
186
M       libgnome-desktop/gnome-idle-monitor.c
 
187
 
 
188
commit a84792c02db3fbae4e5c2bc903a4cdee93bc79d4
 
189
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
 
190
Date:   Tue Mar 26 10:01:39 2013 +0100
 
191
 
 
192
    Updated Basque language
 
193
 
 
194
M       po/eu.po
 
195
 
 
196
commit 532230ac071d6f7610e1a4728aaf9b38d2aba29c
 
197
Author: Dirgita <dirgitadevina@yahoo.co.id>
 
198
Date:   Tue Mar 26 15:50:06 2013 +0700
 
199
 
 
200
    Updated Indonesian translation
 
201
 
 
202
M       po/id.po
 
203
 
 
204
commit 72a2bccb41f276fc864e2705405ac9230b3cdda1
 
205
Author: Bastien Nocera <hadess@hadess.net>
 
206
Date:   Mon Mar 25 08:53:09 2013 +0100
 
207
 
 
208
    idle-monitor: Make per-device monitor fallible
 
209
    
 
210
    https://mail.gnome.org/archives/release-team/2013-March/msg00289.html
 
211
    
 
212
    https://bugzilla.gnome.org/show_bug.cgi?id=696118
 
213
 
 
214
M       libgnome-desktop/gnome-idle-monitor.c
 
215
M       libgnome-desktop/test-idle-monitor.c
 
216
 
 
217
commit 170514f47f519a3f8384696e26de0bef914ce286
 
218
Author: Ani Peter <apeter@redhat.com>
 
219
Date:   Mon Mar 25 16:35:15 2013 +0530
 
220
 
 
221
    Completed for Malayalam
 
222
 
 
223
M       po/ml.po
 
224
 
 
225
commit 09498a83657e5c3c7c39ed3fe22b7e59a44ec648
 
226
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
 
227
Date:   Mon Mar 25 15:40:31 2013 +0530
 
228
 
 
229
    Updated Telugu Translations
 
230
 
 
231
M       po/te.po
 
232
 
 
233
commit 781a7affd86d847076a5a6fc92e37ac241eac074
 
234
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
 
235
Date:   Mon Mar 25 12:23:01 2013 +0900
 
236
 
 
237
    l10n: Update Japanese translation
 
238
 
 
239
M       po/ja.po
 
240
 
 
241
commit a203a51ed88b6ad89ba7d5820ad6609b37621427
 
242
Author: Reşat SABIQ <tilde.birlik@gmail.com>
 
243
Date:   Sun Mar 24 19:46:52 2013 -0500
 
244
 
 
245
    Updated Crimean Tatar (Crimean Turkish) translation
 
246
 
 
247
M       po/crh.po
 
248
 
 
249
commit 7d27f9d149f077481fdd2eb741af749e3c477632
 
250
Author: Petr Kovar <pkovar@redhat.com>
 
251
Date:   Sun Mar 24 18:41:14 2013 +0100
 
252
 
 
253
    Update Czech translation
 
254
 
 
255
M       po/cs.po
 
256
 
 
257
commit e3c5546b1b7907b11ed4088244a2ab6f92f85488
 
258
Author: Yuri Myasoedov <omerta13@yandex.ru>
 
259
Date:   Sat Mar 23 09:40:06 2013 +0400
 
260
 
 
261
    Updated Russian translation
 
262
 
 
263
M       po/ru.po
 
264
 
 
265
commit e4605ff9fbf1198ab1f996ba61803fb90e76c4ad
 
266
Author: Arash Mousavi <mousavi.arash@gmail.com>
 
267
Date:   Fri Mar 22 17:56:35 2013 +0430
 
268
 
 
269
    L10N: Updated Persian Translation
 
270
 
 
271
M       po/fa.po
 
272
 
 
273
commit 7a36beb1458ed9f74c1946e9c704d8ecefeacaa1
 
274
Author: ManojKumar Giri <mgiri@redhat.com>
 
275
Date:   Fri Mar 22 18:36:59 2013 +0530
 
276
 
 
277
    Updated Odia Language along with FUEL implementation
 
278
 
 
279
M       po/or.po
 
280
 
 
281
commit 9d6eb117491b5be1cbae3782d74955f2eff59b8e
 
282
Author: Shantha kumar <shkumar@redhat.com>
 
283
Date:   Fri Mar 22 15:36:13 2013 +0530
 
284
 
 
285
    Tamil Translations Updated
 
286
 
 
287
M       po/ta.po
 
288
 
 
289
commit 83038c81ee766d9770ca800afb7a13dad66f1b69
 
290
Author: Shantha kumar <shkumar@redhat.com>
 
291
Date:   Fri Mar 22 15:29:09 2013 +0530
 
292
 
 
293
    Tamil Translations Updated
 
294
 
 
295
M       po/ta.po
 
296
 
 
297
commit bf7b11c9536106fcb64f9fc0a65342b7b9e3ca02
 
298
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
299
Date:   Fri Mar 22 13:29:37 2013 +0530
 
300
 
 
301
    Updated Marathi Translations
 
302
 
 
303
M       po/mr.po
 
304
 
 
305
commit 5f0ed4dd78326712a43a4c4ca5793b5a9737edcd
 
306
Author: Rajesh Ranjan <rranjan@redhat.com>
 
307
Date:   Thu Mar 21 15:08:42 2013 +0530
 
308
 
 
309
    hindi translation
 
310
 
 
311
M       po/hi.po
 
312
 
 
313
commit 5b93e74f8b02a6e240da2d30d660308d84abad95
 
314
Author: Bastien Nocera <hadess@hadess.net>
 
315
Date:   Tue Mar 19 17:41:26 2013 +0100
 
316
 
 
317
    3.7.92
 
318
 
 
319
M       NEWS
 
320
M       configure.ac
 
321
 
 
322
commit dde14aae9e215a40cded0a7faa3d7b9e225832c9
 
323
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
324
Date:   Mon Mar 18 17:38:43 2013 +0200
 
325
 
 
326
    Updated Latvian translation
 
327
 
 
328
M       po/lv.po
 
329
 
 
330
commit 3e399bbe06fc2785262eee0d0b69e10d67c88947
 
331
Author: Ask H. Larsen <asklarsen@gmail.com>
 
332
Date:   Sun Mar 17 14:50:40 2013 +0100
 
333
 
 
334
    Updated Danish translation
 
335
 
 
336
M       po/da.po
 
337
 
 
338
commit 6bbf146a1b019a03b23ec9b0cb23c343cfe70ec7
 
339
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
340
Date:   Sun Mar 17 16:25:43 2013 +0300
 
341
 
 
342
    Updated Belarusian translation.
 
343
 
 
344
M       po/be.po
 
345
 
 
346
commit 03388c7391740b4ae11dab32eabeb965658b65d9
 
347
Author: Balázs Úr <urbalazs@src.gnome.org>
 
348
Date:   Sat Mar 16 19:36:17 2013 +0100
 
349
 
 
350
    Updated Hungarian translation
 
351
 
 
352
M       po/hu.po
 
353
 
 
354
commit b448585b73b426643514a8e2d2b10af460997585
 
355
Author: Alexandre Franke <alexandre.franke@gmail.com>
 
356
Date:   Thu Mar 14 15:59:43 2013 +0100
 
357
 
 
358
    Update French translation
 
359
 
 
360
M       po/fr.po
 
361
 
 
362
commit 886a568ea6b53772674cdcda1a770a0093eaf9fb
 
363
Author: Rui Matos <tiagomatos@gmail.com>
 
364
Date:   Thu Mar 7 11:34:28 2013 +0100
 
365
 
 
366
    gnome-xkb-info: Don't store duplicated layouts in locale tables
 
367
    
 
368
    We can't store duplicated layouts anywhere since those get destroyed
 
369
    when the 'layout' element ends and we'd end up with invalid entries
 
370
    potentially leading to crashes when used.
 
371
    
 
372
    Just doing a g_hash_table_remove() on the layouts_by_* tables was a
 
373
    thinko and could never work since those only contain other tables as
 
374
    values and it's in this second level tables that the layouts are
 
375
    stored.
 
376
    
 
377
    https://bugzilla.gnome.org/show_bug.cgi?id=695350
 
378
 
 
379
M       libgnome-desktop/gnome-xkb-info.c
 
380
 
 
381
commit 175fc07e7bd9e6baca2bab13af5fd884efc32347
 
382
Author: Sweta Kothari <swkothar@redhat.com>
 
383
Date:   Thu Mar 14 12:24:16 2013 +0530
 
384
 
 
385
    Updated gujarati file
 
386
 
 
387
M       po/gu.po
 
388
 
 
389
commit 0d40a864ed74b42f48f108bec2f96e3c28f3615c
 
390
Author: Mattias Põldaru <mahfiaz@gmail.com>
 
391
Date:   Wed Mar 13 14:13:54 2013 +0200
 
392
 
 
393
    [l10n] Updated Estonian translation
 
394
 
 
395
M       po/et.po
 
396
 
 
397
commit 834b4f2d034101b79d0dd917ace74caaf0c7a6ca
 
398
Author: Ján Kyselica <kyselica.jan@gmail.com>
 
399
Date:   Tue Mar 12 21:56:50 2013 +0100
 
400
 
 
401
    Updated slovak translation
 
402
 
 
403
M       po/sk.po
 
404
 
 
405
commit b31422be9241d1ad00648d17c42fe00a2e7f2616
 
406
Author: Changwoo Ryu <cwryu@debian.org>
 
407
Date:   Wed Mar 13 01:45:17 2013 +0900
 
408
 
 
409
    Updated Korean translation
 
410
 
 
411
M       po/ko.po
 
412
 
 
413
commit c985cbd00ed61699e9c6a7a4cb7dfd394e9ea781
 
414
Author: Shankar Prasad <svenkate@redhat.com>
 
415
Date:   Tue Mar 12 16:45:21 2013 +0530
 
416
 
 
417
    Updated kn translations
 
418
 
 
419
M       po/kn.po
 
420
 
 
421
commit 99321f871a89c194e1d1a27a43c26c8a23ac63d7
 
422
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
423
Date:   Mon Mar 11 23:33:00 2013 +0100
 
424
 
 
425
    [l10n] Updated Catalan (Valencian) translation
 
426
 
 
427
M       po/ca@valencia.po
 
428
 
 
429
commit d608783e65357335b1e2aed7a708cad79e1e6a2c
 
430
Author: Gil Forcada <gforcada@gnome.org>
 
431
Date:   Mon Mar 11 23:32:51 2013 +0100
 
432
 
 
433
    [l10n] Updated Catalan translation
 
434
 
 
435
M       po/ca.po
 
436
 
 
437
commit 3ce03278f137551d5b466c5919a89e9ccfddc701
 
438
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
439
Date:   Mon Mar 11 22:18:45 2013 +0000
 
440
 
 
441
    Updated Portuguese translation and converted to New Spelling (Novo AO)
 
442
 
 
443
M       po/pt.po
 
444
 
 
445
commit a0636159614807af2eff75f0e0ccf0d9b2754d9d
 
446
Author: Milo Casagrande <milo@ubuntu.com>
 
447
Date:   Mon Mar 11 21:53:19 2013 +0100
 
448
 
 
449
    [l10n] Updated Italian translation.
 
450
 
 
451
M       po/it.po
 
452
 
 
453
commit 3cd985be84bcb46f7fd0fb503cdad360c0295bcf
 
454
Author: Aurimas Černius <aurisc4@gmail.com>
 
455
Date:   Sat Mar 9 17:11:30 2013 +0200
 
456
 
 
457
    Updated Lithuanian translation
 
458
 
 
459
M       po/lt.po
 
460
 
 
461
commit edf9f10030a944f1551c71d4e8e20a717ca55171
 
462
Author: Dimitris Spingos <dmtrs32@gmail.com>
 
463
Date:   Sat Mar 9 08:58:12 2013 +0200
 
464
 
 
465
    Updated Greek translation
 
466
 
 
467
M       po/el.po
 
468
 
 
469
commit a7d27ac8f59bb0dec0ac98570e0061b096495692
 
470
Author: Mario Blättermann <mario.blaettermann@gmail.com>
 
471
Date:   Fri Mar 8 17:18:53 2013 +0100
 
472
 
 
473
    [l10n] Updated German translation
 
474
 
 
475
M       po/de.po
 
476
 
 
477
commit dffa81ef75bff3b5a587c1ca43d21383aa54e3d0
 
478
Author: Ville-Pekka Vainio <vpvainio@iki.fi>
 
479
Date:   Thu Mar 7 20:09:43 2013 +0200
 
480
 
 
481
    Finnish translation update by Jiri Grönroos
 
482
 
 
483
M       po/fi.po
 
484
 
 
485
commit 34ef507c66f6be9b7e0bc8aa5a23504df9cbb5bd
 
486
Author: Matej Urbančič <mateju@svn.gnome.org>
 
487
Date:   Thu Mar 7 17:19:20 2013 +0100
 
488
 
 
489
    Updated Slovenian translation
 
490
 
 
491
M       po/sl.po
 
492
 
 
493
commit 829e8eafa0317c3a5bf43e28d32bd5d9888fe469
 
494
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
495
Date:   Thu Mar 7 15:59:16 2013 +0100
 
496
 
 
497
    Updated Galician translations
 
498
 
 
499
M       po/gl.po
 
500
 
 
501
commit ea695d440c5bbda8bc85745a71fee02da202810a
 
502
Author: Gheyret Kenji <gheyret@gmail.com>
 
503
Date:   Thu Mar 7 20:57:59 2013 +0900
 
504
 
 
505
    Updated Uyghur translation
 
506
    
 
507
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
 
508
 
 
509
M       po/ug.po
 
510
 
 
511
commit dcd4f7d9c6d3b5c7b2c1f504dc29b86f700fc794
 
512
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
 
513
Date:   Thu Mar 7 15:44:02 2013 +0530
 
514
 
 
515
    Assamese translation updated for gnome 3.8
 
516
 
 
517
M       po/as.po
 
518
 
 
519
commit 4efad561c2980e303fdec79af63f04909b7f8658
 
520
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
521
Date:   Thu Mar 7 10:50:45 2013 +0100
 
522
 
 
523
    Updated Serbian translation
 
524
 
 
525
M       po/sr.po
 
526
M       po/sr@latin.po
 
527
 
 
528
commit 3390256ed692d4141b0b532816cdd44c0095aed4
 
529
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
 
530
Date:   Thu Mar 7 02:14:25 2013 -0300
 
531
 
 
532
    Updated Brazilian Portuguese translation
 
533
 
 
534
M       po/pt_BR.po
 
535
 
 
536
commit 08857889ce83b924497b8e10afc5c5c1d560fa08
 
537
Author: A S Alam <aalam@users.sf.net>
 
538
Date:   Wed Mar 6 17:52:27 2013 +0530
 
539
 
 
540
    Punjabi: Translation updated (aalam)
 
541
 
 
542
M       po/pa.po
 
543
 
 
544
commit 350cb95a21c4c9ac8de8e461ad81cddf048d4deb
 
545
Author: Matthias Clasen <mclasen@redhat.com>
 
546
Date:   Tue Mar 5 18:10:18 2013 -0500
 
547
 
 
548
    3.7.91
 
549
 
 
550
M       NEWS
 
551
M       configure.ac
 
552
 
 
553
commit b28f8e5333b5e8dc3e0e797feb64f31a75ea6b6b
 
554
Author: Piotr Drąg <piotrdrag@gmail.com>
 
555
Date:   Mon Mar 4 22:01:59 2013 +0100
 
556
 
 
557
    Updated Polish translation
 
558
 
 
559
M       po/pl.po
 
560
 
 
561
commit 494f82550dccb9cc0a5ab2e1394922a08e959f22
 
562
Author: Kjartan Maraas <kmaraas@gnome.org>
 
563
Date:   Mon Mar 4 14:49:14 2013 +0100
 
564
 
 
565
    Updated Norwegian bokmål translation
 
566
 
 
567
M       po/nb.po
 
568
 
 
569
commit 17938d10d465170178d90e2c4f0bd656d0ff4aaa
 
570
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
571
Date:   Mon Mar 4 14:12:59 2013 +0100
 
572
 
 
573
    Updated Spanish translation
 
574
 
 
575
M       po/es.po
 
576
 
 
577
commit 4c11dc6a3c2f2757c8ae8e7f90d6119a5326ed91
 
578
Author: Bastien Nocera <hadess@hadess.net>
 
579
Date:   Mon Feb 25 16:55:42 2013 +0100
 
580
 
 
581
    gnome-rr: Use "Built-in Display" for internal displays
 
582
    
 
583
    Instead of "Laptop" as all-in-ones, tablets, etc. are devices
 
584
    that will get detected as having internal displays, but aren't
 
585
    laptops.
 
586
    
 
587
    https://bugzilla.gnome.org/show_bug.cgi?id=679794
 
588
 
 
589
M       libgnome-desktop/gnome-rr.c
 
590
 
 
591
commit e91b55fb67025883b59d71109e12578fe0496b16
 
592
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
593
Date:   Sat Mar 2 20:02:19 2013 +0700
 
594
 
 
595
    Updated Vietnamese translation
 
596
 
 
597
M       po/vi.po
 
598
 
 
599
commit 71dd19f8a9285f19b53760fdda7edcda2358f791
 
600
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
601
Date:   Sat Mar 2 19:57:50 2013 +0700
 
602
 
 
603
    po/vi: import from Damned Lies
 
604
 
 
605
M       po/vi.po
 
606
 
 
607
commit 49c338ee03da8cf3769a0993e99a9ebb1ac48a70
 
608
Author: Enrico Nicoletto <liverig@gmail.com>
 
609
Date:   Thu Feb 28 22:41:15 2013 -0300
 
610
 
 
611
    Updated Brazilian Portuguese translation
 
612
 
 
613
M       po/pt_BR.po
 
614
 
 
615
commit 2bb48342a7b1253965ed597bd5964db685d903a2
 
616
Author: Sweta Kothari <swkothar@redhat.com>
 
617
Date:   Thu Feb 28 11:50:37 2013 +0530
 
618
 
 
619
    Updated gujarati file
 
620
 
 
621
M       po/gu.po
 
622
 
 
623
commit 42c1414688b4daf0feb5fff8a863c046a2022024
 
624
Author: Ján Kyselica <kyselica.jan@gmail.com>
 
625
Date:   Tue Feb 26 00:51:43 2013 +0100
 
626
 
 
627
    Updated slovak translation
 
628
 
 
629
M       po/sk.po
 
630
 
 
631
commit a9663b553fe12294afdcb44f111d7638ead1bbe1
 
632
Author: Kjartan Maraas <kmaraas@gnome.org>
 
633
Date:   Mon Feb 25 17:21:31 2013 +0100
 
634
 
 
635
    Updated Norwegian bokmål translation
 
636
 
 
637
M       po/nb.po
 
638
 
 
639
commit 5b199e659cbfb39efab6e70eecabbd297777dbf3
 
640
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
641
Date:   Sat Feb 23 16:20:30 2013 +0200
 
642
 
 
643
    Updated Hebrew translation.
 
644
 
 
645
M       po/he.po
 
646
 
 
647
commit 0e70b8b982126bf02e4668364c819971057a674d
 
648
Author: Yuri Myasoedov <omerta13@yandex.ru>
 
649
Date:   Sat Feb 23 10:36:15 2013 +0400
 
650
 
 
651
    Updated Russian translation
 
652
 
 
653
M       po/ru.po
 
654
 
 
655
commit 3bfa24e5e20bcb985a36eb5c9d7ddc75927acb1b
 
656
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
657
Date:   Fri Feb 22 13:33:43 2013 -0500
 
658
 
 
659
    docs: update gtk-doc for recent API changes
 
660
 
 
661
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
662
 
 
663
commit 444c28a9431831b845ed4d6e9f582d99980a27be
 
664
Author: A S Alam <aalam@users.sf.net>
 
665
Date:   Fri Feb 22 01:53:56 2013 +0000
 
666
 
 
667
    Punjabi: Translation updated (aalam)
 
668
 
 
669
M       po/pa.po
 
670
 
 
671
commit ac536ef65ee399c3267b29049c62c70074b0a97d
 
672
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
673
Date:   Mon Dec 17 20:24:14 2012 +0100
 
674
 
 
675
    GnomeBG: remove the ability not to draw the background
 
676
    
 
677
    Neither gnome-settings-daemon nor nautilus were checking for this
 
678
    property, and I don't want to add the useless key to the screensaver
 
679
    schema too.
 
680
    If one doesn't want to have GNOME draw the background, it should not
 
681
    run GNOME.
 
682
    
 
683
    (This does not affect having something else on top of the background,
 
684
    as mutter is smart enough to avoid drawing in that case)
 
685
    
 
686
    https://bugzilla.gnome.org/show_bug.cgi?id=690378
 
687
 
 
688
M       libgnome-desktop/gnome-bg.c
 
689
M       libgnome-desktop/gnome-bg.h
 
690
 
 
691
commit e0d0518ae5d491de8fea9974d8006ccedd240f42
 
692
Author: Bastien Nocera <hadess@hadess.net>
 
693
Date:   Tue Feb 19 19:23:39 2013 +0100
 
694
 
 
695
    build: Post release bump
 
696
 
 
697
M       configure.ac
 
698
 
 
699
commit bebb33bcb3c14b067654d8bba68b7228afc3c95c
 
700
Author: Bastien Nocera <hadess@hadess.net>
 
701
Date:   Tue Feb 19 19:11:49 2013 +0100
 
702
 
 
703
    3.7.90
 
704
 
 
705
M       NEWS
 
706
 
 
707
commit fc8db13c0b296495eeb579569589ea47d9c766c4
 
708
Author: Bastien Nocera <hadess@hadess.net>
 
709
Date:   Tue Feb 19 19:13:38 2013 +0100
 
710
 
 
711
    docs: There's no "utils" anymore
 
712
 
 
713
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
714
 
 
715
commit e2938f678d41603c09acc9ecfb450c086f287e7b
 
716
Author: Daniel Martinez <dmartinez@src.gnome.org>
 
717
Date:   Tue Feb 19 18:34:11 2013 +0100
 
718
 
 
719
    Updated Aragonese translation
 
720
 
 
721
M       po/an.po
 
722
 
 
723
commit 175c72f5d30dbbfd4749419b48f35b03f9dcfbd3
 
724
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
725
Date:   Tue Feb 19 12:41:27 2013 +0100
 
726
 
 
727
    Updated Spanish translation
 
728
 
 
729
M       po/es.po
 
730
 
 
731
commit 6c8b8dba76b5d3a9714317b293ca89887f567c9c
 
732
Author: Rui Matos <tiagomatos@gmail.com>
 
733
Date:   Tue Feb 19 11:16:58 2013 +0100
 
734
 
 
735
    build: bump soname
 
736
 
 
737
M       configure.ac
 
738
 
 
739
commit b8d0b0fec55ca86b5984be276191a9371070da4b
 
740
Author: Rui Matos <tiagomatos@gmail.com>
 
741
Date:   Wed Feb 6 01:06:43 2013 +0100
 
742
 
 
743
    gnome-xkb-info: Add API to get layouts for language and country
 
744
    
 
745
    https://bugzilla.gnome.org/show_bug.cgi?id=693775
 
746
 
 
747
M       libgnome-desktop/gnome-xkb-info.c
 
748
M       libgnome-desktop/gnome-xkb-info.h
 
749
 
 
750
commit 009c7dc76217167451159078d381beb2f80cb25e
 
751
Author: Rui Matos <tiagomatos@gmail.com>
 
752
Date:   Mon Jan 28 18:28:36 2013 +0100
 
753
 
 
754
    gnome-xkb-info: Use GHashTable to group layouts per language/country
 
755
    
 
756
    It turns out that we won't be able to always get the correct default
 
757
    for a language/country pair from the raw xkeyboard-config data. Thus
 
758
    we don't need the added complexity of using GSequence to keep layouts
 
759
    sorted.
 
760
    
 
761
    https://bugzilla.gnome.org/show_bug.cgi?id=693775
 
762
 
 
763
M       libgnome-desktop/gnome-xkb-info.c
 
764
M       libgnome-desktop/gnome-xkb-info.h
 
765
 
 
766
commit f54a8c2b04b50de7bb3a96c0a4d35c2f441f65d7
 
767
Author: Rui Matos <tiagomatos@gmail.com>
 
768
Date:   Mon Feb 4 19:42:05 2013 +0100
 
769
 
 
770
    test-languages: Fix to actually set the locale
 
771
    
 
772
    https://bugzilla.gnome.org/show_bug.cgi?id=693774
 
773
 
 
774
M       libgnome-desktop/test-languages.c
 
775
 
 
776
commit a6594786c044be7016e974e80ba1cd01e6c02ab8
 
777
Author: Rui Matos <tiagomatos@gmail.com>
 
778
Date:   Thu Jan 31 16:06:12 2013 +0100
 
779
 
 
780
    gnome-languages: Create a singleton GRegex
 
781
    
 
782
    Instead of creating and destroying one each time.
 
783
    
 
784
    https://bugzilla.gnome.org/show_bug.cgi?id=693774
 
785
 
 
786
M       libgnome-desktop/gnome-languages.c
 
787
 
 
788
commit 63024cd637963de3d4dbcfe4379269f0c1e60bee
 
789
Author: Rui Matos <tiagomatos@gmail.com>
 
790
Date:   Thu Jan 31 15:45:00 2013 +0100
 
791
 
 
792
    gnome-languages: Add gtk-doc comments to all public functions
 
793
    
 
794
    https://bugzilla.gnome.org/show_bug.cgi?id=693774
 
795
 
 
796
M       libgnome-desktop/gnome-languages.c
 
797
 
 
798
commit 0409959d4da57ec107baef91ce478bd831cc34d6
 
799
Author: Rui Matos <tiagomatos@gmail.com>
 
800
Date:   Thu Jan 31 14:33:20 2013 +0100
 
801
 
 
802
    gnome-languages: Big renaming to make the API clearer
 
803
    
 
804
    Several of these functions use the word 'name' or 'language' but the
 
805
    argument they take is actually a locale string. We also rename
 
806
    s/territory/country/ in the public API since country is the term that
 
807
    ISO 3166 actually talks about.
 
808
    
 
809
    https://bugzilla.gnome.org/show_bug.cgi?id=693774
 
810
 
 
811
M       libgnome-desktop/gnome-languages.c
 
812
M       libgnome-desktop/gnome-languages.h
 
813
M       libgnome-desktop/test-languages.c
 
814
 
 
815
commit fa119fb22ae7e90d7cfb6767eee9b9c1bab0aea4
 
816
Author: Rui Matos <tiagomatos@gmail.com>
 
817
Date:   Thu Jan 31 14:16:19 2013 +0100
 
818
 
 
819
    gnome-languages: Fix a potential crash
 
820
    
 
821
    We can't continue if we aren't able to parse the string because the
 
822
    return arguments will be undefined.
 
823
    
 
824
    https://bugzilla.gnome.org/show_bug.cgi?id=693774
 
825
 
 
826
M       libgnome-desktop/gnome-languages.c
 
827
 
 
828
commit e9a05f4b6eee951a8639f29e337e02e8c69cf0d2
 
829
Author: Rui Matos <tiagomatos@gmail.com>
 
830
Date:   Tue Jan 29 14:53:37 2013 +0100
 
831
 
 
832
    gnome-languages: Add default input sources per locale
 
833
    
 
834
    This will allow us to have good defaults so that we don't have to
 
835
    bother asking the user something that we can derive from the chosen
 
836
    locale.
 
837
    
 
838
    The information in this initial table comes from
 
839
    http://bugzilla-attachments.gnome.org/attachment.cgi?id=223428 and
 
840
    user provided data in https://live.gnome.org/GnomeGoals/KeyboardData.
 
841
    
 
842
    https://bugzilla.gnome.org/show_bug.cgi?id=693773
 
843
 
 
844
M       libgnome-desktop/Makefile.am
 
845
A       libgnome-desktop/default-input-sources.h
 
846
M       libgnome-desktop/gnome-languages.c
 
847
M       libgnome-desktop/gnome-languages.h
 
848
 
 
849
commit b3e4aeffbb673980eb582be1cca8ba0df3932380
 
850
Author: Rui Matos <tiagomatos@gmail.com>
 
851
Date:   Mon Jan 21 17:31:34 2013 +0100
 
852
 
 
853
    gnome-xkb-info: Handle duplicated layouts
 
854
    
 
855
    When merging entries from another .xml file (i.e. when
 
856
    show-all-sources is active) there might be layout entries which were
 
857
    already added before. In that case we don't want to create new entries
 
858
    and replace the old ones because layout variants which were already
 
859
    added depend on the existence of the old main layout.
 
860
    
 
861
    https://bugzilla.gnome.org/show_bug.cgi?id=692219
 
862
 
 
863
M       libgnome-desktop/gnome-xkb-info.c
 
864
 
 
865
commit 8d2ff3d0effb64dc734bd7a028f41ce26875186d
 
866
Author: Rui Matos <tiagomatos@gmail.com>
 
867
Date:   Sat Jan 26 17:43:57 2013 +0100
 
868
 
 
869
    gnome-xkb-info: Use the correct methods to get language/country
 
870
    
 
871
    gnome_get_[language|region]_from_name() wants a locale string, not the
 
872
    ISO codes in isolation. Since that's what we have when parsing the XML
 
873
    data we must instead use these new methods that accept the ISO codes
 
874
    directly.
 
875
    
 
876
    https://bugzilla.gnome.org/show_bug.cgi?id=692700
 
877
 
 
878
M       libgnome-desktop/gnome-xkb-info.c
 
879
 
 
880
commit fc7d260e0dccf5c018eacdbaa2ca3c0f4a385d0b
 
881
Author: Rui Matos <tiagomatos@gmail.com>
 
882
Date:   Sat Jan 26 17:13:55 2013 +0100
 
883
 
 
884
    gnome-languages: Add methods to get language/country from ISO codes
 
885
    
 
886
    https://bugzilla.gnome.org/show_bug.cgi?id=692700
 
887
 
 
888
M       libgnome-desktop/gnome-languages.c
 
889
M       libgnome-desktop/gnome-languages.h
 
890
 
 
891
commit 271ed87b2b8e12c9840b2faab224d3edd758c74e
 
892
Author: Paolo Borelli <pborelli@gnome.org>
 
893
Date:   Tue Feb 19 00:25:04 2013 +0100
 
894
 
 
895
    Version bump
 
896
 
 
897
M       configure.ac
 
898
 
 
899
commit 4caedc417c7d569fa8b457f0aabceb76fa037874
 
900
Author: Ray Strode <rstrode@redhat.com>
 
901
Date:   Mon Feb 18 18:23:00 2013 -0500
 
902
 
 
903
    gnome-bg: add asynchronous version of slideshow loading
 
904
    
 
905
    https://bugzilla.gnome.org/show_bug.cgi?id=694121
 
906
 
 
907
M       libgnome-desktop/gnome-bg-slide-show.c
 
908
M       libgnome-desktop/gnome-bg-slide-show.h
 
909
 
 
910
commit 33d793c5e3996046f165499f941b5256d8a51850
 
911
Author: Ray Strode <rstrode@redhat.com>
 
912
Date:   Mon Feb 18 14:36:27 2013 -0500
 
913
 
 
914
    gnome-bg: split slide show stuff off into separate api
 
915
    
 
916
    We need to be able to parse slide shows directly from within gnome-shell.
 
917
    
 
918
    https://bugzilla.gnome.org/show_bug.cgi?id=694121
 
919
 
 
920
M       libgnome-desktop/Makefile.am
 
921
A       libgnome-desktop/gnome-bg-slide-show.c
 
922
A       libgnome-desktop/gnome-bg-slide-show.h
 
923
M       libgnome-desktop/gnome-bg.c
 
924
 
 
925
commit 3db99bfa11017bd609992d8e5d3a6546102626c0
 
926
Author: Luca Ferretti <lferrett@gnome.org>
 
927
Date:   Mon Feb 18 19:48:06 2013 +0100
 
928
 
 
929
    l10n: Updated Italian translation
 
930
 
 
931
M       po/it.po
 
932
 
 
933
commit a2678d80c3a9c63d86db721ce2b1ef7ec975f830
 
934
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
 
935
Date:   Mon Feb 18 18:35:22 2013 +0800
 
936
 
 
937
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
938
 
 
939
M       po/zh_HK.po
 
940
M       po/zh_TW.po
 
941
 
 
942
commit f78e719673fbea7678c00824836bd220434a9920
 
943
Author: Piotr Drąg <piotrdrag@gmail.com>
 
944
Date:   Sun Feb 17 17:47:08 2013 +0100
 
945
 
 
946
    Updated Polish translation
 
947
 
 
948
M       po/pl.po
 
949
 
 
950
commit 47386c49f59765cd20bd854dfd00263c361f78aa
 
951
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
952
Date:   Sun Feb 17 12:49:39 2013 +0100
 
953
 
 
954
    Updated Galician translations
 
955
 
 
956
M       po/gl.po
 
957
 
 
958
commit 504f81c89b157ca7f3e02516855c0a3409c3765d
 
959
Author: Gheyret Kenji <gheyret@gmail.com>
 
960
Date:   Sat Feb 16 10:08:20 2013 +0900
 
961
 
 
962
    Updated Uyghur translation
 
963
    
 
964
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
 
965
 
 
966
M       po/ug.po
 
967
 
 
968
commit 054326a81402a2a9f0dfb43023bf81736ca6dbe3
 
969
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
970
Date:   Fri Feb 15 16:15:43 2013 -0500
 
971
 
 
972
    docs: add last bits of missing documentation for public objects
 
973
 
 
974
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
975
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
976
M       docs/reference/gnome-desktop3/gnome-desktop3.types
 
977
 
 
978
commit dd273d769f19fca627bc7527dd674eebebad0e60
 
979
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
980
Date:   Fri Feb 15 15:01:40 2013 -0500
 
981
 
 
982
    docs: remove gnome-desktop-utils
 
983
    
 
984
    It's gone now
 
985
 
 
986
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
987
 
 
988
commit aeb36f38f1fa91875154219dc3ae93704a5aad7a
 
989
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
990
Date:   Fri Feb 15 15:01:28 2013 -0500
 
991
 
 
992
    docs: improve documentation for GnomeRR
 
993
 
 
994
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
995
 
 
996
commit d8ea5f1348e3e932ee73cad02a7c32b1c3a444f1
 
997
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
998
Date:   Fri Feb 15 15:00:46 2013 -0500
 
999
 
 
1000
    rr-output-info: use standard GObject boilerplate
 
1001
    
 
1002
    Makes gtk-doc happier
 
1003
 
 
1004
M       libgnome-desktop/gnome-rr-config.h
 
1005
M       libgnome-desktop/gnome-rr-private.h
 
1006
 
 
1007
commit b8fe6ff8d93d8c5dd4c6551fe7b5305accf2e639
 
1008
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1009
Date:   Fri Feb 15 10:36:53 2013 -0500
 
1010
 
 
1011
    docs: update documentation for GnomeRRConfig
 
1012
 
 
1013
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1014
 
 
1015
commit 12293857a60c8f552b0c868b86e47c25cb66a331
 
1016
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1017
Date:   Fri Feb 15 10:36:27 2013 -0500
 
1018
 
 
1019
    rr-config: use standard GObject boilerplate for GnomeRRConfig
 
1020
    
 
1021
    Make gtk-doc happier
 
1022
 
 
1023
M       libgnome-desktop/gnome-rr-config.h
 
1024
M       libgnome-desktop/gnome-rr-private.h
 
1025
 
 
1026
commit 045201090895b99a9990df1fa22524964509942b
 
1027
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1028
Date:   Fri Feb 15 10:30:30 2013 -0500
 
1029
 
 
1030
    docs: generate documentation for gnome-languages
 
1031
 
 
1032
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
1033
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1034
 
 
1035
commit dc603e36e57d1d8c75b9c4c9e03b4925b4544cbe
 
1036
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1037
Date:   Fri Feb 15 10:23:55 2013 -0500
 
1038
 
 
1039
    docs: fixes for GnomeIdleMonitor
 
1040
 
 
1041
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1042
 
 
1043
commit 30030ca6b192b3e0ca0c026e27966b17d6d117cc
 
1044
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1045
Date:   Fri Feb 15 10:20:06 2013 -0500
 
1046
 
 
1047
    docs: generate documentation for GnomeXkbInfo
 
1048
 
 
1049
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
1050
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1051
M       docs/reference/gnome-desktop3/gnome-desktop3.types
 
1052
 
 
1053
commit d2ddd21355bf4d31c1469938ea27ef3fcb4c744f
 
1054
Author: Piotr Drąg <piotrdrag@gmail.com>
 
1055
Date:   Fri Feb 15 16:29:20 2013 +0100
 
1056
 
 
1057
    Updated POTFILES.in
 
1058
 
 
1059
M       po/POTFILES.in
 
1060
 
 
1061
commit 237726b20b789c86e27b353aaeb15f384fc8b631
 
1062
Author: Bastien Nocera <hadess@hadess.net>
 
1063
Date:   Fri Feb 15 14:09:23 2013 +0100
 
1064
 
 
1065
    Revert "idle: add compat api"
 
1066
    
 
1067
    gnome-settings-daemon has been fixed.
 
1068
    
 
1069
    This reverts commit 3e10f7c15722684f67c943b230ce763bbbf28843.
 
1070
 
 
1071
M       libgnome-desktop/gnome-idle-monitor.c
 
1072
M       libgnome-desktop/gnome-idle-monitor.h
 
1073
 
 
1074
commit 881146a2001dc5c3bc445ae0ff5a44f05fc6095e
 
1075
Author: Bastien Nocera <hadess@hadess.net>
 
1076
Date:   Wed Jan 23 14:39:51 2013 +0100
 
1077
 
 
1078
    gnome-bg: Fix incorrect parameters
 
1079
    
 
1080
    https://bugzilla.gnome.org/show_bug.cgi?id=692385
 
1081
 
 
1082
M       libgnome-desktop/gnome-bg.c
 
1083
 
 
1084
commit f97ed25a6b20848cbe296ee4919d0424ee03ba43
 
1085
Author: Bastien Nocera <hadess@hadess.net>
 
1086
Date:   Wed Jan 23 14:42:56 2013 +0100
 
1087
 
 
1088
    gnome-bg: Fix introspectability of GnomeBg
 
1089
    
 
1090
    By requiring the enums from gsettings-desktop-schemas.
 
1091
    
 
1092
    https://bugzilla.gnome.org/show_bug.cgi?id=692385
 
1093
 
 
1094
M       libgnome-desktop/Makefile.am
 
1095
M       libgnome-desktop/gnome-bg.c
 
1096
M       libgnome-desktop/gnome-bg.h
 
1097
 
 
1098
commit 9bab2144b7c8ace0c057720be3c48fb24a80a19d
 
1099
Author: Bastien Nocera <hadess@hadess.net>
 
1100
Date:   Wed Jan 23 14:28:03 2013 +0100
 
1101
 
 
1102
    utils: Remove gnome-desktop-utils.[ch]
 
1103
    
 
1104
    The single function it contained
 
1105
    (gnome_desktop_prepend_terminal_to_vector) is obsoleted by the
 
1106
    G_APP_INFO_CREATE_NEEDS_TERMINAL flag of GAppInfo.
 
1107
    
 
1108
    The private _gnome_desktop_init_i18n() function is also unused,
 
1109
    its only caller having been removed.
 
1110
    
 
1111
    https://bugzilla.gnome.org/show_bug.cgi?id=692385
 
1112
 
 
1113
M       libgnome-desktop/Makefile.am
 
1114
D       libgnome-desktop/gnome-desktop-utils.c
 
1115
D       libgnome-desktop/gnome-desktop-utils.h
 
1116
D       libgnome-desktop/private.h
 
1117
 
 
1118
commit b352ab35f688a2bbcad17333002002baeedde6db
 
1119
Author: Bastien Nocera <hadess@hadess.net>
 
1120
Date:   Wed Jan 23 14:34:04 2013 +0100
 
1121
 
 
1122
    gnome-rr: Setup i18n support ourselves
 
1123
    
 
1124
    In the class_init() so it's only called once.
 
1125
    
 
1126
    https://bugzilla.gnome.org/show_bug.cgi?id=692385
 
1127
 
 
1128
M       libgnome-desktop/gnome-rr.c
 
1129
 
 
1130
commit c6734bcd3ddc1c83136e17e314af37fc14ddbf17
 
1131
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
1132
Date:   Fri Feb 15 12:18:52 2013 +0100
 
1133
 
 
1134
    Updated Serbian translation
 
1135
 
 
1136
M       po/sr.po
 
1137
M       po/sr@latin.po
 
1138
 
 
1139
commit df5cfa8821766bae482cea45d3e139dabadc75b5
 
1140
Author: Aurimas Černius <aurisc4@gmail.com>
 
1141
Date:   Thu Feb 14 23:26:13 2013 +0200
 
1142
 
 
1143
    Updated Lithuanian translation
 
1144
 
 
1145
M       po/lt.po
 
1146
 
 
1147
commit 3e10f7c15722684f67c943b230ce763bbbf28843
 
1148
Author: Ray Strode <rstrode@redhat.com>
 
1149
Date:   Thu Feb 14 14:08:05 2013 -0500
 
1150
 
 
1151
    idle: add compat api
 
1152
    
 
1153
    This commit is just temporary until g-s-d is updated.
 
1154
    
 
1155
    https://bugzilla.gnome.org/show_bug.cgi?id=688227
 
1156
 
 
1157
M       libgnome-desktop/gnome-idle-monitor.c
 
1158
M       libgnome-desktop/gnome-idle-monitor.h
 
1159
 
 
1160
commit eedf7288a9db1156baf24f113477bb6d1ce9d9a4
 
1161
Author: William Jon McCann <jmccann@redhat.com>
 
1162
Date:   Thu Feb 14 12:55:33 2013 -0500
 
1163
 
 
1164
    gnome-rr: add missing annotations
 
1165
 
 
1166
M       libgnome-desktop/gnome-rr.c
 
1167
 
 
1168
commit 5756c24ce001938ee195252c9d59a42f6cc2ebad
 
1169
Author: William Jon McCann <jmccann@redhat.com>
 
1170
Date:   Thu Feb 14 11:23:18 2013 -0500
 
1171
 
 
1172
    gnome-rr: make config use display name from output
 
1173
 
 
1174
M       libgnome-desktop/gnome-rr-config.c
 
1175
 
 
1176
commit e1ce0a63923f27282b6c9cd2211482166b0b821e
 
1177
Author: William Jon McCann <jmccann@redhat.com>
 
1178
Date:   Thu Feb 14 10:41:18 2013 -0500
 
1179
 
 
1180
    gnome-rr: add a way to get the display name from the RROutput
 
1181
 
 
1182
M       libgnome-desktop/display-name.c
 
1183
M       libgnome-desktop/edid.h
 
1184
M       libgnome-desktop/gnome-rr.c
 
1185
M       libgnome-desktop/gnome-rr.h
 
1186
 
 
1187
commit 1fc10e6d22b70a2e982b16228a1232f85d65a7ad
 
1188
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
1189
Date:   Fri Jan 18 00:15:47 2013 -0500
 
1190
 
 
1191
    idle-monitor: Change the API to be function-based
 
1192
    
 
1193
    As the current API design has been unknowingly relying on an Xorg server
 
1194
    bug that may be fixed in the future, we need to modify the API so that
 
1195
    became-active is explicitly asked for by the user so that we won't get
 
1196
    flooded with a large number of events for almost every input event.
 
1197
    
 
1198
    https://bugzilla.gnome.org/show_bug.cgi?id=688227
 
1199
 
 
1200
M       libgnome-desktop/gnome-idle-monitor.c
 
1201
M       libgnome-desktop/gnome-idle-monitor.h
 
1202
M       libgnome-desktop/test-idle-monitor.c
 
1203
 
 
1204
commit 36c472b33dbbb6740b5ed703d594c9dd5d8aa44d
 
1205
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
1206
Date:   Wed Jan 23 13:54:08 2013 -0500
 
1207
 
 
1208
    idle-monitor: Make sure we publicly make watch intervals 64-bits wide
 
1209
    
 
1210
    https://bugzilla.gnome.org/show_bug.cgi?id=688227
 
1211
 
 
1212
M       libgnome-desktop/gnome-idle-monitor.c
 
1213
M       libgnome-desktop/gnome-idle-monitor.h
 
1214
 
 
1215
commit 21348a1d192b9185f2876bb8c873856994d0b5ef
 
1216
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
1217
Date:   Wed Jan 23 13:53:46 2013 -0500
 
1218
 
 
1219
    idle-monitor: Fix documentation
 
1220
    
 
1221
    https://bugzilla.gnome.org/show_bug.cgi?id=688227
 
1222
 
 
1223
M       libgnome-desktop/gnome-idle-monitor.c
 
1224
 
 
1225
commit 626de2acb020e62a4276ef8acbe72cf940157d5a
 
1226
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
1227
Date:   Thu Jan 17 23:52:57 2013 -0500
 
1228
 
 
1229
    idle-monitor: Clarify code and comments about alarm rescheduling workaround
 
1230
    
 
1231
    Segment the code out in its own function, point out that this is an Xorg
 
1232
    bug, and don't actually set any attributes -- just call XSyncChangeAlarm.
 
1233
    
 
1234
    https://bugzilla.gnome.org/show_bug.cgi?id=688227
 
1235
 
 
1236
M       libgnome-desktop/gnome-idle-monitor.c
 
1237
 
 
1238
commit b28ff3f0c20713c20f50793b97a6eaf48722df30
 
1239
Author: Evan Nemerson <evan@coeus-group.com>
 
1240
Date:   Mon Feb 4 13:30:09 2013 -0800
 
1241
 
 
1242
    introspection: fix symbol-prefix
 
1243
    
 
1244
    https://bugzilla.gnome.org/show_bug.cgi?id=693165
 
1245
 
 
1246
M       libgnome-desktop/Makefile.am
 
1247
 
 
1248
commit 63b721e24d4e37777d408a2414947f57fcec7961
 
1249
Author: Paolo Borelli <pborelli@gnome.org>
 
1250
Date:   Tue Feb 12 09:19:14 2013 +0100
 
1251
 
 
1252
    [WallClock] Add gnome_wall_clock_new
 
1253
    
 
1254
    At the conventional new() method instead of requiring user to manually
 
1255
    use g_object_new.
 
1256
    
 
1257
    https://bugzilla.gnome.org/show_bug.cgi?id=693640
 
1258
 
 
1259
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1260
M       libgnome-desktop/gnome-wall-clock.c
 
1261
M       libgnome-desktop/gnome-wall-clock.h
 
1262
M       libgnome-desktop/tests/test-wallclock.c
 
1263
 
 
1264
commit feadc030b577e4c673a2ca3d327665d6a485eebf
 
1265
Author: Anish A <aneesh.nl@gmail.com>
 
1266
Date:   Tue Feb 12 23:25:58 2013 +0400
 
1267
 
 
1268
    Updated Malayalam Localization
 
1269
 
 
1270
M       po/ml.po
 
1271
 
 
1272
commit cbed695628d9e60eff7c64830cb87c717304fd8c
 
1273
Author: Paolo Borelli <pborelli@gnome.org>
 
1274
Date:   Tue Feb 12 08:46:27 2013 +0100
 
1275
 
 
1276
    [WallClock] document the get_clock method
 
1277
 
 
1278
M       libgnome-desktop/gnome-wall-clock.c
 
1279
 
 
1280
commit c14b46f36e57e146e3aa64cf9a994acc656a7693
 
1281
Author: Paolo Borelli <pborelli@gnome.org>
 
1282
Date:   Tue Feb 12 08:45:45 2013 +0100
 
1283
 
 
1284
    [WallClock] Add a timezone property
 
1285
    
 
1286
    This way a user can be notified of the change without having to monitor
 
1287
    the timezone files itself.
 
1288
    It also reduces the load of the wall clock itself since using
 
1289
    g_date_time_new_now_local at every iteration forces reparsing of the
 
1290
    timezone file etc.
 
1291
    
 
1292
    https://bugzilla.gnome.org/show_bug.cgi?id=693533
 
1293
 
 
1294
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1295
M       libgnome-desktop/gnome-wall-clock.c
 
1296
M       libgnome-desktop/gnome-wall-clock.h
 
1297
 
 
1298
commit 0efdf04db7b7815db72f8ec46e37839e173bbabf
 
1299
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1300
Date:   Mon Feb 11 15:11:50 2013 -0500
 
1301
 
 
1302
    docs: generate documentation for GnomeWallClock
 
1303
 
 
1304
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
1305
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1306
M       docs/reference/gnome-desktop3/gnome-desktop3.types
 
1307
 
 
1308
commit 3500427eac885310b3086615f78a2fbdd19fec8e
 
1309
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1310
Date:   Mon Feb 11 15:11:32 2013 -0500
 
1311
 
 
1312
    idle-monitor: fix two typos in gtk-doc comments
 
1313
 
 
1314
M       libgnome-desktop/gnome-idle-monitor.c
 
1315
 
 
1316
commit 35280c136400fc0af877dc515a2329562bfbdcfb
 
1317
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1318
Date:   Mon Feb 11 15:11:09 2013 -0500
 
1319
 
 
1320
    docs: generate gtk-doc documentation for GnomeIdleMonitor
 
1321
 
 
1322
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
1323
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1324
M       docs/reference/gnome-desktop3/gnome-desktop3.types
 
1325
 
 
1326
commit 4e03c197deb5c8bb4a66e2f53d42673f5b38f6f3
 
1327
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
1328
Date:   Mon Feb 11 15:07:38 2013 -0500
 
1329
 
 
1330
    idle-monitor: use standard GObject boilerplate
 
1331
    
 
1332
    This helps gtk-doc finding things in the expected places and
 
1333
    auto-generating documentation for properties and signals
 
1334
 
 
1335
M       libgnome-desktop/gnome-idle-monitor.c
 
1336
M       libgnome-desktop/gnome-idle-monitor.h
 
1337
 
 
1338
commit 83e7944bd7b56561ca5a8724c3fcc3bcbb4b5f72
 
1339
Author: A S Alam <aalam@users.sf.net>
 
1340
Date:   Sun Feb 10 23:41:04 2013 +0000
 
1341
 
 
1342
    Punjabi: Translation updated (aalam)
 
1343
 
 
1344
M       po/pa.po
 
1345
 
 
1346
commit 8a10e37d5474ef1142d57aef14538976e7dad006
 
1347
Author: Ján Kyselica <kyselica.jan@gmail.com>
 
1348
Date:   Wed Feb 6 18:51:20 2013 +0100
 
1349
 
 
1350
    Updated slovak translation
 
1351
 
 
1352
M       po/sk.po
 
1353
 
 
1354
commit 5a3ef2d9b992b1e41a8765e93474dbae006b0eb4
 
1355
Author: Richard Hughes <richard@hughsie.com>
 
1356
Date:   Tue Feb 5 19:40:36 2013 +0000
 
1357
 
 
1358
    Release version 3.7.5
 
1359
 
 
1360
M       NEWS
 
1361
M       configure.ac
 
1362
 
 
1363
commit 124645954d2bb257f88809302ae47ffe53849dce
 
1364
Author: Ján Kyselica <kyselica.jan@gmail.com>
 
1365
Date:   Sun Feb 3 16:52:59 2013 +0100
 
1366
 
 
1367
    Updated slovak translation
 
1368
 
 
1369
M       po/sk.po
 
1370
 
 
1371
commit b130f41e574adc403ca2be761f2ad483bb195687
 
1372
Author: Piotr Drąg <piotrdrag@gmail.com>
 
1373
Date:   Sat Feb 2 23:46:57 2013 +0100
 
1374
 
 
1375
    Updated Polish translation
 
1376
 
 
1377
M       po/pl.po
 
1378
 
 
1379
commit 559b551baf2870eb59fccfc888b97caa5b6f1ea5
 
1380
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
1381
Date:   Sat Feb 2 11:53:09 2013 +0200
 
1382
 
 
1383
    Updated Hebrew translation.
 
1384
 
 
1385
M       po/he.po
 
1386
 
 
1387
commit a8d5d868deaa0f840c7f4a10fc29c5f3ae75b388
 
1388
Author: Colin Walters <walters@verbum.org>
 
1389
Date:   Tue Jan 29 15:53:49 2013 -0500
 
1390
 
 
1391
    languages: Don't g_warning if there's no locale archive
 
1392
    
 
1393
    glibc supports both a mmapped database and subdirectories; currently
 
1394
    we g_warning if the mmapped database doesn't exist.  Don't do that,
 
1395
    since e.g. gnome-ostree (derived from OpenEmbedded) uses
 
1396
    subdirectories.
 
1397
    
 
1398
    See http://lists.freedesktop.org/archives/systemd-devel/2013-January/007957.html
 
1399
    
 
1400
    https://bugzilla.gnome.org/show_bug.cgi?id=692834
 
1401
 
 
1402
M       libgnome-desktop/gnome-languages.c
 
1403
 
 
1404
commit a412b05901c87bd8b51654816254d275023ef39c
 
1405
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
1406
Date:   Wed Jan 30 09:20:54 2013 +0100
 
1407
 
 
1408
    Updated Serbian translation
 
1409
 
 
1410
M       po/sr.po
 
1411
M       po/sr@latin.po
 
1412
 
 
1413
commit 4171eeec83aec71d0550d21a3fe8ad3b11eae43c
 
1414
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1415
Date:   Tue Jan 29 19:33:23 2013 +0100
 
1416
 
 
1417
    Updated Norwegian bokmål translation
 
1418
 
 
1419
M       po/nb.po
 
1420
 
 
1421
commit 291621c088f6b35517e580c5f0f9811f88025348
 
1422
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
1423
Date:   Mon Jan 28 11:45:47 2013 +0100
 
1424
 
 
1425
    Updated Spanish translation
 
1426
 
 
1427
M       po/es.po
 
1428
 
 
1429
commit 0cfc4152e906025a9741150969533dc6802c3db0
 
1430
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
 
1431
Date:   Mon Jan 28 10:03:16 2013 +0800
 
1432
 
 
1433
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
1434
 
 
1435
M       po/zh_HK.po
 
1436
M       po/zh_TW.po
 
1437
 
 
1438
commit 24cc39bf18880ccd954f3f2ea888d1c165468ebe
 
1439
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1440
Date:   Sun Jan 27 22:03:25 2013 +0100
 
1441
 
 
1442
    Updated Slovenian translation
 
1443
 
 
1444
M       po/sl.po
 
1445
 
 
1446
commit 0ec721ce4b0ca49b5e108a96af2a203082a88fb7
 
1447
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
1448
Date:   Sun Jan 27 18:13:28 2013 +0100
 
1449
 
 
1450
    Updated Galician translations
 
1451
 
 
1452
M       po/gl.po
 
1453
 
 
1454
commit da2eefa697bcc6c771fd8db58f0f02aaf3fec6bc
 
1455
Author: Gheyret Kenji <gheyret@gmail.com>
 
1456
Date:   Sun Jan 27 13:07:44 2013 +0900
 
1457
 
 
1458
    Updated Uyghur translation
 
1459
    
 
1460
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
 
1461
 
 
1462
M       po/ug.po
 
1463
 
 
1464
commit 1accb3105447d9787b098038bdc2790eeddaa762
 
1465
Author: Aurimas Černius <aurisc4@gmail.com>
 
1466
Date:   Sat Jan 26 20:28:38 2013 +0200
 
1467
 
 
1468
    Updated Lithuanian translation
 
1469
 
 
1470
M       po/lt.po
 
1471
 
 
1472
commit 54e75384b1f982bfb8d42954abaf829ddfcd1551
 
1473
Author: Piotr Drąg <piotrdrag@gmail.com>
 
1474
Date:   Fri Jan 25 19:35:18 2013 +0100
 
1475
 
 
1476
    Updated POTFILES.in
 
1477
 
 
1478
M       po/POTFILES.in
 
1479
 
 
1480
commit 57b0643e4cc1fa81fe1682c86d3cc53330ed5a62
 
1481
Author: Rui Matos <tiagomatos@gmail.com>
 
1482
Date:   Wed Jan 23 15:42:29 2013 +0100
 
1483
 
 
1484
    gnome-xkb-info: Add a get_layout_info_for_locale method
 
1485
    
 
1486
    Now that we have layouts grouped properly by country and language we
 
1487
    can implement an accurate get_layout_info_for_locale method instead of
 
1488
    the hacky solution that we had before.
 
1489
    
 
1490
    https://bugzilla.gnome.org/show_bug.cgi?id=692413
 
1491
 
 
1492
M       libgnome-desktop/gnome-xkb-info.c
 
1493
M       libgnome-desktop/gnome-xkb-info.h
 
1494
 
 
1495
commit 5e86bb46bc8f6ea43b7cb9f3c42af7c16e116684
 
1496
Author: Rui Matos <tiagomatos@gmail.com>
 
1497
Date:   Fri Jun 29 17:57:15 2012 +0200
 
1498
 
 
1499
    gnome-xkb-info: Group layouts by country and language
 
1500
    
 
1501
    This will allow us to do better guesses at which layout should be the
 
1502
    default for a given locale.
 
1503
    
 
1504
    https://bugzilla.gnome.org/show_bug.cgi?id=692413
 
1505
 
 
1506
M       libgnome-desktop/gnome-xkb-info.c
 
1507
 
 
1508
commit 09d15b83586e9af6514225365ddf6d21c83d6053
 
1509
Author: Rui Matos <tiagomatos@gmail.com>
 
1510
Date:   Fri Jan 18 16:55:23 2013 +0100
 
1511
 
 
1512
    gnome-languages: Fix a memory leak
 
1513
    
 
1514
    https://bugzilla.gnome.org/show_bug.cgi?id=692413
 
1515
 
 
1516
M       libgnome-desktop/gnome-languages.c
 
1517
 
 
1518
commit cc16a0e00029f0b30f527201a7d2194cb31e00b8
 
1519
Author: Rui Matos <tiagomatos@gmail.com>
 
1520
Date:   Sat Jul 7 00:39:36 2012 +0200
 
1521
 
 
1522
    gnome-languages: Extracted from gnome-control-center
 
1523
    
 
1524
    This used to be panels/common/gdm-languages.c in gnome-control-center
 
1525
    but it's useful in several core desktop modules so let's move it here
 
1526
    and s/gdm/gnome/.
 
1527
    
 
1528
    https://bugzilla.gnome.org/show_bug.cgi?id=692413
 
1529
 
 
1530
M       configure.ac
 
1531
M       libgnome-desktop/Makefile.am
 
1532
A       libgnome-desktop/gnome-languages.c
 
1533
A       libgnome-desktop/gnome-languages.h
 
1534
A       libgnome-desktop/locarchive.h
 
1535
A       libgnome-desktop/test-languages.c
 
1536
 
 
1537
commit 44f665082427534841f030ab620214afd5b327fc
 
1538
Author: Rui Matos <tiagomatos@gmail.com>
 
1539
Date:   Wed Jan 23 19:27:00 2013 +0100
 
1540
 
 
1541
    post-release version bump
 
1542
    
 
1543
    https://bugzilla.gnome.org/show_bug.cgi?id=692413
 
1544
 
 
1545
M       configure.ac
 
1546
 
 
1547
commit 6b213d08f0f5ebf72a3079e95a1059f2b6d08754
 
1548
Author: Martin Pitt <martinpitt@gnome.org>
 
1549
Date:   Mon Jan 21 11:22:27 2013 +0100
 
1550
 
 
1551
    gnome-rr: Add missing annotation
 
1552
    
 
1553
    gnome_rr_screen_get_dpms_mode()'s "mode" parameter is (out). This makes the
 
1554
    method introspectable.
 
1555
 
 
1556
M       libgnome-desktop/gnome-rr.c
 
1557
 
 
1558
commit 5a8c10078a31f577ed5d5d57711f81a3e962a809
 
1559
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
1560
Date:   Tue Jan 15 18:59:07 2013 +0300
 
1561
 
 
1562
    Updated Belarusian translation.
 
1563
 
 
1564
M       po/be.po
 
1565
 
 
1566
commit 04cea8cb392b2609d9353ff97bb6a52908b94924
 
1567
Author: Matthias Clasen <mclasen@redhat.com>
 
1568
Date:   Tue Jan 15 06:35:01 2013 -0500
 
1569
 
 
1570
    3.7.4
 
1571
 
 
1572
M       NEWS
 
1573
M       configure.ac
 
1574
 
 
1575
commit 332c0fd2d9b7fd2a60ebcf5c039368ad455c6a48
 
1576
Author: Bastien Nocera <hadess@hadess.net>
 
1577
Date:   Mon Jan 14 11:08:02 2013 +0100
 
1578
 
 
1579
    gnome-rr: Make sure DPMS takes effect immediately
 
1580
    
 
1581
    Otherwise, with DPMS Off:
 
1582
    - querying xbacklight will return 0 as the backlight
 
1583
      is actually off
 
1584
    - setting the backlight won't have any effect if we haven't
 
1585
      processed the DPMS On yet
 
1586
    
 
1587
    https://bugzilla.gnome.org/show_bug.cgi?id=691701
 
1588
 
 
1589
M       libgnome-desktop/gnome-rr.c
 
1590
 
 
1591
commit f263fdb65c805cc2d8f54719ce70a2ece10a959c
 
1592
Author: Gheyret Kenji <gheyret@gmail.com>
 
1593
Date:   Sun Jan 13 20:06:57 2013 +0900
 
1594
 
 
1595
    Updated Uyghur translation
 
1596
    
 
1597
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>
 
1598
 
 
1599
M       po/ug.po
 
1600
 
 
1601
commit 8528270c08e92ba8afdbc6235f37a3f200235817
 
1602
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1603
Date:   Sun Jan 13 10:51:16 2013 +0100
 
1604
 
 
1605
    Updated Slovenian translation
 
1606
 
 
1607
M       po/sl.po
 
1608
 
 
1609
commit 16fa678fc2231d364d74d58ce501fb7f7f42b2ab
 
1610
Author: Alexander Shopov <ash@kambanaria.org>
 
1611
Date:   Sat Jan 12 19:35:01 2013 +0200
 
1612
 
 
1613
    Updated Bulgarian translation
 
1614
 
 
1615
M       po/bg.po
 
1616
 
 
1617
commit 59c470cb47c6d33f0864074b7c3346a81eea255c
 
1618
Author: Richard Hughes <richard@hughsie.com>
 
1619
Date:   Fri Jan 11 11:14:45 2013 +0000
 
1620
 
 
1621
    Return a negative error code from gnome_idle_monitor_get_idletime() when there is no idle counter
 
1622
    
 
1623
    Returning 0 is a valid response if the counter has just been reset.
 
1624
 
 
1625
M       libgnome-desktop/gnome-idle-monitor.c
 
1626
 
 
1627
commit 82983533d4d6845681f8bc470ff3823a0253df4f
 
1628
Author: TmTFx <f.t.public@gmail.com>
 
1629
Date:   Fri Dec 28 23:23:52 2012 -0200
 
1630
 
 
1631
    Updated Friulian translation
 
1632
 
 
1633
M       po/fur.po
 
1634
 
 
1635
commit e6e5acd29a470f2b22744aeaadfcb602842c84e7
 
1636
Author: Matthias Clasen <mclasen@redhat.com>
 
1637
Date:   Fri Dec 28 11:20:32 2012 -0500
 
1638
 
 
1639
    test-wall-clock: Set locale
 
1640
    
 
1641
    When dealing with time formatting, setting locale is required
 
1642
    to get any interesting results.
 
1643
 
 
1644
M       libgnome-desktop/test-wall-clock.c
 
1645
 
 
1646
commit 0940370f82730359a7771aae750136e3fe6bfaa9
 
1647
Author: Matthias Clasen <mclasen@redhat.com>
 
1648
Date:   Fri Dec 28 11:19:32 2012 -0500
 
1649
 
 
1650
    wallclock: Fix a thinko in checking for am/pm
 
1651
    
 
1652
    We need to set ampm_available to TRUE when "AM" is available,
 
1653
    not to FALSE.
 
1654
    https://bugzilla.gnome.org/show_bug.cgi?id=690703
 
1655
 
 
1656
M       libgnome-desktop/gnome-wall-clock.c
 
1657
 
 
1658
commit be94293365fb3bf6e770f84272b7ddea1644bc91
 
1659
Author: Nilamdyuti Goswami <ngoswami@redhat.com>
 
1660
Date:   Thu Dec 27 21:13:18 2012 +0530
 
1661
 
 
1662
    Assamese translation updated
 
1663
 
 
1664
M       po/as.po
 
1665
 
 
1666
commit 880702f1ca0e4b8f6f349bfe961c285d5583656d
 
1667
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
1668
Date:   Thu Dec 27 00:24:06 2012 +0200
 
1669
 
 
1670
    Updated Hebrew translation.
 
1671
 
 
1672
M       po/he.po
 
1673
 
 
1674
commit 96e986938fd0821cfd33d31a857407447421dba7
 
1675
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
1676
Date:   Mon Dec 24 22:57:04 2012 +0100
 
1677
 
 
1678
    Updated Galician translations
 
1679
 
 
1680
M       po/gl.po
 
1681
 
 
1682
commit ea32ffb22c4b7aec1c39b2188f429bb522b183b0
 
1683
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
1684
Date:   Mon Dec 24 22:56:28 2012 +0100
 
1685
 
 
1686
    Updated Galician translations
 
1687
 
 
1688
M       po/gl.po
 
1689
 
 
1690
commit a96077ecb7423372bcc82f5c3896516e3245d524
 
1691
Author: Dimitris Spingos <dmtrs32@gmail.com>
 
1692
Date:   Mon Dec 24 21:17:10 2012 +0200
 
1693
 
 
1694
    Updated Greek translation
 
1695
 
 
1696
M       po/el.po
 
1697
 
 
1698
commit b7652a0ba8fe31b7aab93b76eb9c5a8d16abf24b
 
1699
Author: Mohamed Touhami MAHDI <dragnucs@gmail.com>
 
1700
Date:   Mon Dec 24 13:59:40 2012 +0200
 
1701
 
 
1702
    Update Arabic translation
 
1703
 
 
1704
M       po/ar.po
 
1705
 
 
1706
commit 59caed769a087cff29c3bc4f23260d6f55f280e6
 
1707
Author: Khaled Hosny <khaledhosny@eglug.org>
 
1708
Date:   Sun Dec 23 18:55:33 2012 +0200
 
1709
 
 
1710
    Update Arabic translation
 
1711
 
 
1712
M       po/ar.po
 
1713
 
 
1714
commit 847ce4c77d34fed627a4bf091d3780ef9acc487f
 
1715
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1716
Date:   Sun Dec 23 12:21:44 2012 +0100
 
1717
 
 
1718
    Updated Norwegian bokmål translation
 
1719
 
 
1720
M       po/nb.po
 
1721
 
 
1722
commit 36593ae763a30bb98ce9c735de4dcfc70cdd8827
 
1723
Author: Piotr Drąg <piotrdrag@gmail.com>
 
1724
Date:   Sun Dec 23 03:50:25 2012 +0100
 
1725
 
 
1726
    Updated Polish translation
 
1727
 
 
1728
M       po/pl.po
 
1729
 
 
1730
commit 1351f72d8f99b85f223bc5b1c9b1fa052fa44e2c
 
1731
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
1732
Date:   Fri Dec 21 12:26:27 2012 +0100
 
1733
 
 
1734
    Updated Spanish translation
 
1735
 
 
1736
M       po/es.po
 
1737
 
 
1738
commit 418a95c9c7950816482b0ada815e6b3fd97ddfd1
 
1739
Author: Matthias Clasen <mclasen@redhat.com>
 
1740
Date:   Thu Dec 20 10:46:20 2012 -0500
 
1741
 
 
1742
    docs: Adapt to rr-labeler removal
 
1743
 
 
1744
M       NEWS
 
1745
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
1746
 
 
1747
commit b9b5c04ccf348b93399522cf450bbfe6a5819578
 
1748
Author: Matthias Clasen <mclasen@redhat.com>
 
1749
Date:   Wed Nov 28 22:43:04 2012 -0500
 
1750
 
 
1751
    Use nice Unicode for date formatting
 
1752
    
 
1753
    The ratio character is nicer aligned for this use than the
 
1754
    stock colon, and a thin space is all that is needed before am/pm.
 
1755
 
 
1756
M       libgnome-desktop/gnome-wall-clock.c
 
1757
 
 
1758
commit cb25238ebd0a69359d46def8eecf0bd098644a87
 
1759
Author: Bastien Nocera <hadess@hadess.net>
 
1760
Date:   Wed Dec 19 13:49:54 2012 +0100
 
1761
 
 
1762
    pnp-ids: Add more debug
 
1763
 
 
1764
M       libgnome-desktop/gnome-pnp-ids.c
 
1765
 
 
1766
commit 5779d22c70b7ea48a12eeddaf465d524a5d8e9b1
 
1767
Author: Bastien Nocera <hadess@hadess.net>
 
1768
Date:   Wed Dec 19 13:49:28 2012 +0100
 
1769
 
 
1770
    pnp-ids: Remove extraneous "S" from type macros
 
1771
 
 
1772
M       libgnome-desktop/gnome-pnp-ids.c
 
1773
M       libgnome-desktop/gnome-pnp-ids.h
 
1774
 
 
1775
commit 104cbd7b9b872abeebc51ed4ffe4a29816a1fc1f
 
1776
Author: Bastien Nocera <hadess@hadess.net>
 
1777
Date:   Wed Dec 19 13:48:50 2012 +0100
 
1778
 
 
1779
    pnp-ids: Load the gnome-pnp-ids.h from source tree
 
1780
 
 
1781
M       libgnome-desktop/gnome-pnp-ids.c
 
1782
 
 
1783
commit 7f9fba8b6e52b1ef397084708839e70395678a92
 
1784
Author: Bastien Nocera <hadess@hadess.net>
 
1785
Date:   Tue Nov 13 10:57:22 2012 +0100
 
1786
 
 
1787
    idle-monitor: Reset the alarm so it can be triggered again
 
1788
    
 
1789
    http://www.x.org/archive/X11R7.6/doc/xextproto/sync.txt says:
 
1790
    
 
1791
    [... If] the delta is 0 and test-type is PositiveComparison
 
1792
    or NegativeComparison, no change is made to value and the alarm
 
1793
    state is changed to Inactive before the event is generated.
 
1794
    
 
1795
    But we want to receive to receive events about the idleness/business
 
1796
    of the counter, so reset the alarm when the alarm is triggered.
 
1797
    
 
1798
    https://bugzilla.gnome.org/show_bug.cgi?id=688227
 
1799
 
 
1800
M       libgnome-desktop/gnome-idle-monitor.c
 
1801
 
 
1802
commit bb3628dbc8d0bbdb935c839f7ece4f4238c5569b
 
1803
Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
 
1804
Date:   Sun Dec 2 16:22:50 2012 +0530
 
1805
 
 
1806
    Updated Tamil translation
 
1807
 
 
1808
M       po/ta.po
 
1809
 
 
1810
commit 7881a02cd84dae35241c3f74b050eecdd6df4afc
 
1811
Author: Dr.T.Vasudevan <drtvasudevan@gmail.com>
 
1812
Date:   Sun Dec 2 16:20:53 2012 +0530
 
1813
 
 
1814
    Updated Tamil translation
 
1815
 
 
1816
M       po/ta.po
 
1817
 
 
1818
commit 917d105970c28c20c964e19c5304df79a4269ed3
 
1819
Author: Javier Jardón <jjardon@gnome.org>
 
1820
Date:   Sun Nov 25 23:55:12 2012 +0900
 
1821
 
 
1822
    docs: remove references to rr-labeler
 
1823
    
 
1824
    This completes commit a9f66f46654d2af5c2a906f11fde07a036d5c2be
 
1825
 
 
1826
M       docs/reference/gnome-desktop3/gnome-desktop3-sections.txt
 
1827
M       docs/reference/gnome-desktop3/gnome-desktop3.types
 
1828
 
 
1829
commit dc15405162370176db23dfa740a844f785661f10
 
1830
Author: Piotr Drąg <piotrdrag@gmail.com>
 
1831
Date:   Thu Nov 22 01:34:06 2012 +0100
 
1832
 
 
1833
    Updated POTFILES.in
 
1834
 
 
1835
M       po/POTFILES.in
 
1836
 
 
1837
commit ffd8f60b8f42f7b5536ead5c75f9a1019a0cc65e
 
1838
Author: Bastien Nocera <hadess@hadess.net>
 
1839
Date:   Wed Nov 21 22:31:18 2012 +0100
 
1840
 
 
1841
    build: Bump soname for GnomeRRLabeler removal
 
1842
 
 
1843
M       configure.ac
 
1844
 
 
1845
commit a9f66f46654d2af5c2a906f11fde07a036d5c2be
 
1846
Author: Bastien Nocera <hadess@hadess.net>
 
1847
Date:   Wed Nov 21 22:30:38 2012 +0100
 
1848
 
 
1849
    rr-labeler: Move to gnome-control-center
 
1850
    
 
1851
    As it was the only user of the widget.
 
1852
 
 
1853
M       libgnome-desktop/Makefile.am
 
1854
D       libgnome-desktop/gnome-rr-labeler.c
 
1855
D       libgnome-desktop/gnome-rr-labeler.h
 
1856
 
 
1857
commit c445c2de139b1829784c912ed18bccbf7c76c2e8
 
1858
Author: Bastien Nocera <hadess@hadess.net>
 
1859
Date:   Wed Nov 21 22:30:14 2012 +0100
 
1860
 
 
1861
    utils: Remove unneeded includes
 
1862
 
 
1863
M       libgnome-desktop/gnome-desktop-utils.c
 
1864
M       libgnome-desktop/gnome-desktop-utils.h
 
1865
 
 
1866
commit a3c6883777c13886cd9eb408d04b88d96c97260f
 
1867
Author: Bastien Nocera <hadess@hadess.net>
 
1868
Date:   Wed Nov 21 22:17:34 2012 +0100
 
1869
 
 
1870
    idle-monitor: Add missing GDK include
 
1871
 
 
1872
M       libgnome-desktop/gnome-idle-monitor.h
 
1873
 
 
1874
commit 842aff3cb753a02e30e5947869625e7eb64a21ec
 
1875
Author: ManojKumar Giri <mgiri@redhat.com>
 
1876
Date:   Tue Nov 20 13:29:05 2012 +0530
 
1877
 
 
1878
    Updated Odia Translation with FUEL implementation.
 
1879
 
 
1880
M       po/or.po
 
1881
 
 
1882
commit 3d5d892073628bd72f213c821afe1819144e1b71
 
1883
Author: Shankar Prasad <svenkate@redhat.com>
 
1884
Date:   Tue Nov 20 11:55:13 2012 +0530
 
1885
 
 
1886
    Updated Kannada Translations
 
1887
 
 
1888
M       po/kn.po
 
1889
 
 
1890
commit 2efa798c3a43afacd1d8d9c3a21aa448b6016555
 
1891
Author: Matthias Clasen <mclasen@redhat.com>
 
1892
Date:   Mon Nov 19 22:08:52 2012 -0500
 
1893
 
 
1894
    post-release version bump
 
1895
 
 
1896
M       configure.ac
 
1897
 
 
1898
commit c930d39b081853224f1f971a1467442a6843d6e7
 
1899
Author: Matthias Clasen <mclasen@redhat.com>
 
1900
Date:   Mon Nov 19 21:55:54 2012 -0500
 
1901
 
 
1902
    3.7.2
 
1903
 
 
1904
M       NEWS
 
1905
M       configure.ac
 
1906
 
 
1907
commit 8b65ef0f8b44dea4a3237dea0362ba2546921e8d
 
1908
Author: Bastien Nocera <hadess@hadess.net>
 
1909
Date:   Tue Nov 13 09:24:08 2012 +0100
 
1910
 
 
1911
    idle-monitor: Catch the state changing signals
 
1912
 
 
1913
M       libgnome-desktop/test-idle-monitor.c
 
1914
 
 
1915
commit 316173fb41581b58886c189329aa2fafcab96ce2
 
1916
Author: Bastien Nocera <hadess@hadess.net>
 
1917
Date:   Tue Nov 13 09:23:32 2012 +0100
 
1918
 
 
1919
    idle-monitor: Set a decent test timeout
 
1920
 
 
1921
M       libgnome-desktop/test-idle-monitor.c
 
1922
 
 
1923
commit 9644d369f334770b2147165b834be41333cd5d47
 
1924
Author: Bastien Nocera <hadess@hadess.net>
 
1925
Date:   Tue Nov 13 09:04:53 2012 +0100
 
1926
 
 
1927
    idle-monitor: Remove reference to removed argument
 
1928
 
 
1929
M       libgnome-desktop/gnome-idle-monitor.c
 
1930
 
 
1931
commit fb26c33bab4a0c419a0c7abfb819827a325e7614
 
1932
Author: Bastien Nocera <hadess@hadess.net>
 
1933
Date:   Tue Nov 13 09:03:16 2012 +0100
 
1934
 
 
1935
    idle-monitor: Fix typo in API docs
 
1936
 
 
1937
M       libgnome-desktop/gnome-idle-monitor.c
 
1938
 
 
1939
commit 4c8d0bc7b22dea06d97573b5ed9c4f32d6ebac49
 
1940
Author: Bastien Nocera <hadess@hadess.net>
 
1941
Date:   Mon Nov 12 19:13:06 2012 +0100
 
1942
 
 
1943
    idle-monitor: Add test application
 
1944
 
 
1945
M       libgnome-desktop/Makefile.am
 
1946
A       libgnome-desktop/test-idle-monitor.c
 
1947
 
 
1948
commit 1c706c8f10b3fb998071f7ff9a01c847e665bfd9
 
1949
Author: Bastien Nocera <hadess@hadess.net>
 
1950
Date:   Mon Nov 12 19:12:15 2012 +0100
 
1951
 
 
1952
    idle-monitor: Clarify _add_watch() API docs
 
1953
 
 
1954
M       libgnome-desktop/gnome-idle-monitor.c
 
1955
 
 
1956
commit 9d418acf499c638e768005b707f5b880588811f8
 
1957
Author: Bastien Nocera <hadess@hadess.net>
 
1958
Date:   Mon Nov 12 19:11:08 2012 +0100
 
1959
 
 
1960
    idle-monitor: Change _add_watch() API
 
1961
    
 
1962
    Return the watch_id as a return value, and zero on failure.
 
1963
 
 
1964
M       libgnome-desktop/gnome-idle-monitor.c
 
1965
M       libgnome-desktop/gnome-idle-monitor.h
 
1966
 
 
1967
commit 2b2ccd878d32ea78bf1060a6798fa374429af009
 
1968
Author: Bastien Nocera <hadess@hadess.net>
 
1969
Date:   Mon Nov 12 19:10:01 2012 +0100
 
1970
 
 
1971
    idle-monitor: Clarify unit for interval argument
 
1972
    
 
1973
    It's in milliseconds, not seconds.
 
1974
 
 
1975
M       libgnome-desktop/gnome-idle-monitor.c
 
1976
M       libgnome-desktop/gnome-idle-monitor.h
 
1977
 
 
1978
commit 35ee57f7e6132173cea90cb9e5e4e12babfae8b6
 
1979
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
1980
Date:   Sun Oct 28 22:10:23 2012 -0400
 
1981
 
 
1982
    idle-monitor: Allow counting device-specific idle-times
 
1983
    
 
1984
    For more complicated cases, it's possible that users may want to
 
1985
    track per-device idle times. Allow them to specify a "device" property
 
1986
    so that they can do this properly.
 
1987
    
 
1988
    https://bugzilla.gnome.org/show_bug.cgi?id=682224
 
1989
 
 
1990
M       libgnome-desktop/gnome-idle-monitor.c
 
1991
M       libgnome-desktop/gnome-idle-monitor.h
 
1992
 
 
1993
commit 16b0cea1300e78dd9cf5d195bd33607cd1c537e6
 
1994
Author: Bastien Nocera <hadess@hadess.net>
 
1995
Date:   Mon Nov 12 17:58:05 2012 +0100
 
1996
 
 
1997
    idle-monitor: XSyncValue related compile-time warnings
 
1998
    
 
1999
    Avoid aggregate return warnings by transforming the _int64_to_xsyncvalue
 
2000
    function into a macro.
 
2001
    
 
2002
    gnome-idle-monitor.c: In function '_int64_to_xsyncvalue':
 
2003
    gnome-idle-monitor.c:80:1: warning: function returns an aggregate [-Waggregate-return]
 
2004
    gnome-idle-monitor.c: In function '_xsync_alarm_set':
 
2005
    gnome-idle-monitor.c:115:26: warning: function call has aggregate value [-Waggregate-return]
 
2006
    
 
2007
    https://bugzilla.gnome.org/show_bug.cgi?id=688189
 
2008
 
 
2009
M       libgnome-desktop/gnome-idle-monitor.c
 
2010
 
 
2011
commit e61ef6c8c1faf03c8f71b164b74bb4c8d5757ca9
 
2012
Author: Richard Hughes <richard@hughsie.com>
 
2013
Date:   Fri Nov 9 17:38:26 2012 +0000
 
2014
 
 
2015
    gnome-rr: Fall back to XFree86_DDC_EDID1_RAWDATA if the other EDID keys are not set
 
2016
    
 
2017
    This is what the KDE module does too...
 
2018
 
 
2019
M       libgnome-desktop/gnome-rr.c
 
2020
 
 
2021
commit 63b6982c2bcdfb4e69faeba3dd2f775cda7ca6c7
 
2022
Author: Bastien Nocera <hadess@hadess.net>
 
2023
Date:   Thu Nov 8 12:23:02 2012 +0100
 
2024
 
 
2025
    wall-clock: Only use the 12h mode when AM/PM is available
 
2026
    
 
2027
    When the 12h mode is used but AM/PM aren't available, print
 
2028
    using the 24h format.
 
2029
    
 
2030
    https://bugzilla.gnome.org/show_bug.cgi?id=687913
 
2031
 
 
2032
M       libgnome-desktop/gnome-wall-clock.c
 
2033
 
 
2034
commit ec61247253165e549308c6edb6816202a8d7ce5a
 
2035
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
2036
Date:   Sun Oct 28 22:15:52 2012 -0400
 
2037
 
 
2038
    idle-monitor: Remove the global constructor
 
2039
    
 
2040
    To support device-specific counters, we're going to need the ability
 
2041
    to create multiple instances of the idle-monitor.
 
2042
    
 
2043
    https://bugzilla.gnome.org/show_bug.cgi?id=682224
 
2044
 
 
2045
M       libgnome-desktop/gnome-idle-monitor.c
 
2046
 
 
2047
commit d56495cd15551510dd0e323d4e8232f518d1519b
 
2048
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
2049
Date:   Sun Oct 28 21:57:38 2012 -0400
 
2050
 
 
2051
    idle-monitor: Fix a memory leak when finding the proper IDLETIME counter
 
2052
    
 
2053
    https://bugzilla.gnome.org/show_bug.cgi?id=682224
 
2054
 
 
2055
M       libgnome-desktop/gnome-idle-monitor.c
 
2056
 
 
2057
commit 405bfde5885e1662ff142ed5435c7a401aead4b6
 
2058
Author: Colin Walters <walters@verbum.org>
 
2059
Date:   Sun Oct 28 17:32:37 2012 -0400
 
2060
 
 
2061
    Drop calls to g_type_init(), bump GLib requirement
 
2062
    
 
2063
    See http://git.gnome.org/browse/glib/commit/?id=2002479c02fa6e468fc3f67ddc663657a52ebde8
 
2064
 
 
2065
M       configure.ac
 
2066
M       libgnome-desktop/gnome-rr-debug.c
 
2067
M       libgnome-desktop/test-pnp-ids.c
 
2068
M       libgnome-desktop/test-wall-clock.c
 
2069
M       libgnome-desktop/tests/test-wallclock.c
 
2070
 
 
2071
commit e5b91f09206c1d9b7391c01db7613a236fae5dad
 
2072
Author: Yoji TOYODA <bsyamato@sea.plala.or.jp>
 
2073
Date:   Sat Oct 27 01:20:08 2012 +0900
 
2074
 
 
2075
    [l10n] Update Japanese Translation.
 
2076
 
 
2077
M       po/ja.po
 
2078
 
 
2079
commit 5cc6cb9f7d751e1b4bacd9e646adbc613af82bb0
 
2080
Author: Matthias Clasen <mclasen@redhat.com>
 
2081
Date:   Fri Oct 26 06:32:38 2012 -0400
 
2082
 
 
2083
    3.7.1
 
2084
 
 
2085
M       NEWS
 
2086
 
 
2087
commit ead28885444579084bacf303243f3df12c2704c9
 
2088
Author: Colin Walters <walters@verbum.org>
 
2089
Date:   Wed Oct 24 12:07:12 2012 -0400
 
2090
 
 
2091
    build: Add AM_MAINTAINER_MODE
 
2092
    
 
2093
    So we have the ability to do rebuild-Makefile-on-Makefile.am changes
 
2094
    for developers.
 
2095
 
 
2096
M       configure.ac
 
2097
 
 
2098
commit dcb4bc7693cc00c5374393035545a21bcb9e8012
 
2099
Author: Bastien Nocera <hadess@hadess.net>
 
2100
Date:   Wed Oct 24 18:08:07 2012 +0200
 
2101
 
 
2102
    lib: Add newest pnp.ids to the repository
 
2103
 
 
2104
A       libgnome-desktop/pnp.ids
 
2105
 
 
2106
commit cb04925f212b18235de6d9cfa4649c44297113eb
 
2107
Author: Bastien Nocera <hadess@hadess.net>
 
2108
Date:   Wed Oct 24 17:20:20 2012 +0200
 
2109
 
 
2110
    lib: Add thumbnail test application
 
2111
 
 
2112
M       libgnome-desktop/Makefile.am
 
2113
A       libgnome-desktop/test-desktop-thumbnail.c
 
2114
 
 
2115
commit fdb7a78134f77d80879dd255d33c0644f9c1430b
 
2116
Author: Bastien Nocera <hadess@hadess.net>
 
2117
Date:   Wed Oct 24 17:20:32 2012 +0200
 
2118
 
 
2119
    lib: Remove use of gvfs-copy in autogen.sh
 
2120
    
 
2121
    https://bugzilla.gnome.org/show_bug.cgi?id=686792
 
2122
 
 
2123
M       autogen.sh
 
2124
M       libgnome-desktop/Makefile.am
 
2125
 
 
2126
commit cd7083fe703812f03e8bc0bb081f36aa73e1ca13
 
2127
Author: Rui Matos <tiagomatos@gmail.com>
 
2128
Date:   Tue Oct 23 09:21:10 2012 +0200
 
2129
 
 
2130
    release: bump to 3.7.1
 
2131
 
 
2132
M       configure.ac
 
2133
 
 
2134
commit df9594452e497b29e6397c01b6619747b104e49f
 
2135
Author: Jasper St. Pierre <jstpierre@mecheye.net>
 
2136
Date:   Sun Aug 19 23:47:43 2012 -0400
 
2137
 
 
2138
    libgnome-desktop: Add GnomeIdleMonitor
 
2139
    
 
2140
    This copy/paste code has long been part of gnome-shell, gnome-session,
 
2141
    gnome-screensaver, and probably other places as well. It deserves a
 
2142
    standard place in gnome-desktop for code deduplication.
 
2143
    
 
2144
    https://bugzilla.gnome.org/show_bug.cgi?id=682224
 
2145
 
 
2146
M       libgnome-desktop/Makefile.am
 
2147
A       libgnome-desktop/gnome-idle-monitor.c
 
2148
A       libgnome-desktop/gnome-idle-monitor.h
 
2149
 
 
2150
commit 403e34a17f23625b7ac1744c0ebde293f428d9ae
 
2151
Author: Bahodir Mansurov <6ahodir@gmail.com>
 
2152
Date:   Sun Oct 14 13:36:53 2012 -0400
 
2153
 
 
2154
    updating Uzbek@cyrillic translation
 
2155
 
 
2156
M       po/uz@cyrillic.po
 
2157
 
 
2158
commit a8be4441d2b3b3f931d20f7a1283384db57fbb03
 
2159
Author: Yoji TOYODA <bsyamato@sea.plala.or.jp>
 
2160
Date:   Thu Oct 11 21:01:28 2012 +0900
 
2161
 
 
2162
    [l10n] Update Japanese translation
 
2163
 
 
2164
M       po/ja.po
 
2165
 
 
2166
commit 1d11b25165887008854951ff5c49aecc0beb023c
 
2167
Author: Rui Matos <tiagomatos@gmail.com>
 
2168
Date:   Tue Sep 25 20:01:26 2012 +0200
 
2169
 
 
2170
    gnome-xkb-info: Add public API to get an XKB option group description
 
2171
    
 
2172
    https://bugzilla.gnome.org/show_bug.cgi?id=684803
 
2173
 
 
2174
M       libgnome-desktop/gnome-xkb-info.c
 
2175
M       libgnome-desktop/gnome-xkb-info.h
 
2176
 
 
2177
commit 9951beb5f5ad0be457c42ec9d67bc4c6bd6f0922
 
2178
Author: Daniel Martinez Cucalon <dmartinez@src.gnome.org>
 
2179
Date:   Sat Sep 29 00:58:39 2012 +0200
 
2180
 
 
2181
    Updated Aragonese translation
 
2182
 
 
2183
M       po/an.po
 
2184
 
 
2185
commit 226385d96ad4a2f86ec7bd04b64b30ac9350b34b
 
2186
Author: Bastien Nocera <hadess@hadess.net>
 
2187
Date:   Thu Sep 27 21:47:00 2012 +0200
 
2188
 
 
2189
    wall-clock: Add debug when timezone or schema changes
 
2190
 
 
2191
M       libgnome-desktop/gnome-wall-clock.c
 
2192
 
 
2193
commit ac4db1e9f86ae8626160668d18da5a91712cbb3e
 
2194
Author: Bastien Nocera <hadess@hadess.net>
 
2195
Date:   Thu Sep 27 21:36:47 2012 +0200
 
2196
 
 
2197
    wall-clock: Add test application
 
2198
 
 
2199
M       libgnome-desktop/Makefile.am
 
2200
A       libgnome-desktop/test-wall-clock.c
 
2201
 
 
2202
commit 5edcac4e3f017c2fd6f69743aa23f8e62258f03d
 
2203
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
2204
Date:   Tue Sep 25 16:17:08 2012 -0400
 
2205
 
 
2206
    rr-labeler: scale the corner radii when drawing the fill
 
2207
    
 
2208
    We need to scale down the corner radii of the fill when drawing it on
 
2209
    top of the frame, or its corners will not perfectly match those of the
 
2210
    stroke, leaving some unpleasant transparent artifacts around the
 
2211
    corners.
 
2212
    
 
2213
    https://bugzilla.gnome.org/show_bug.cgi?id=684814
 
2214
 
 
2215
M       libgnome-desktop/gnome-rr-labeler.c
 
2216
 
 
2217
commit f92b50c28219f364e8978f9f4c856545cb7b729e
 
2218
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
2219
Date:   Tue Sep 25 16:15:39 2012 -0400
 
2220
 
 
2221
    rr-labeler: use a shape region if the widget is not composited
 
2222
    
 
2223
    Stolen pretty much as-is from the identical code in GtkTooltip. This
 
2224
    ensures the labels always stay round and with no artifacts below the
 
2225
    corners even in non-composited environments.
 
2226
    
 
2227
    https://bugzilla.gnome.org/show_bug.cgi?id=684814
 
2228
 
 
2229
M       libgnome-desktop/gnome-rr-labeler.c
 
2230
 
 
2231
commit 41a1074e4dd99e3b52e58a770cb8f7343aae8586
 
2232
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
2233
Date:   Tue Sep 25 15:53:16 2012 -0400
 
2234
 
 
2235
    rr-labeler: clear surface before drawing frame and background
 
2236
    
 
2237
    To avoid gray areas extending below the edges.
 
2238
    
 
2239
    https://bugzilla.gnome.org/show_bug.cgi?id=684814
 
2240
 
 
2241
M       libgnome-desktop/gnome-rr-labeler.c
 
2242
 
 
2243
commit 08f2a0e7f9ff4e323cb11cea5987c51d5f0f1ee8
 
2244
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
2245
Date:   Wed Sep 26 09:18:30 2012 +0300
 
2246
 
 
2247
    Added uk translation
 
2248
 
 
2249
M       po/uk.po
 
2250
 
 
2251
commit 76c0a506532738bb1bd9e924650f18a224f7d726
 
2252
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
2253
Date:   Wed Sep 26 09:06:01 2012 +0300
 
2254
 
 
2255
    Added uk translation
 
2256
 
 
2257
M       po/uk.po
 
2258
 
 
2259
commit 9aa20c583686b5ee66628a78c62f21a423f70ce7
 
2260
Author: Carles Ferrando <carles.ferrando@gmail.com>
 
2261
Date:   Wed Sep 26 01:31:40 2012 +0200
 
2262
 
 
2263
    [l10n] Updated Catalan (Valencian) translation
 
2264
 
 
2265
M       po/ca@valencia.po
 
2266
 
 
2267
commit 9dec1e3391c4db1f9e0479897736f4d65540d642
 
2268
Author: Gil Forcada <gforcada@gnome.org>
 
2269
Date:   Wed Sep 26 01:31:28 2012 +0200
 
2270
 
 
2271
    [l10n] Updated Catalan translation
 
2272
 
 
2273
M       po/ca.po
 
2274
 
 
2275
commit 42fca9d5cc2295c634d59d1c0535a8ac912755a0
 
2276
Author: Matthias Clasen <mclasen@redhat.com>
 
2277
Date:   Tue Sep 25 16:00:07 2012 -0400
 
2278
 
 
2279
    3.6.0.1
 
2280
 
 
2281
M       NEWS
 
2282
M       configure.ac
 
2283
 
 
2284
commit 8dba9824364a2144ac6ea1169a0e16d56925e13c
 
2285
Author: Rui Matos <tiagomatos@gmail.com>
 
2286
Date:   Tue Sep 25 19:46:40 2012 +0200
 
2287
 
 
2288
    gnome-xkb-info: Fix introspection element-type annotations
 
2289
    
 
2290
    https://bugzilla.gnome.org/show_bug.cgi?id=684802
 
2291
 
 
2292
M       libgnome-desktop/gnome-xkb-info.c
 
2293
 
 
2294
commit 41b7753d4358b55c9eccaf3bab4f4634384bb144
 
2295
Author: Noriko Mizumoto <noriko@fedoraproject.org>
 
2296
Date:   Tue Sep 25 05:38:30 2012 +0900
 
2297
 
 
2298
    [l10n] Update Japanese translation
 
2299
 
 
2300
M       po/ja.po
 
2301
 
 
2302
commit d45e3076511be635e761e006a98bf0d14cf6c5ac
 
2303
Author: Timur Zhamakeev <ztimur@gmail.com>
 
2304
Date:   Mon Sep 24 18:50:24 2012 +0600
 
2305
 
 
2306
    Updated Kyrgyz translation
 
2307
 
 
2308
M       po/ky.po
 
2309
 
 
2310
commit bc89d80b06cb63d26b6c5370adf8981c6f884c14
 
2311
Author: Matthias Clasen <mclasen@redhat.com>
 
2312
Date:   Mon Sep 24 06:26:49 2012 -0400
 
2313
 
 
2314
    3.6.0
 
2315
 
 
2316
M       NEWS
 
2317
M       configure.ac
 
2318
 
 
2319
commit 729e74232644082ead078cf37179fc81a4ba13bf
 
2320
Author: Matthias Clasen <mclasen@redhat.com>
 
2321
Date:   Mon Sep 24 06:26:23 2012 -0400
 
2322
 
 
2323
    fix docs build
 
2324
 
 
2325
M       docs/reference/gnome-desktop3/gnome-desktop3-docs.sgml
 
2326
 
 
2327
commit 5e2b6b3c2008b97239727e87c2b3fa8bc544bb98
 
2328
Author: Mattias Põldaru <mahfiaz@gmail.com>
 
2329
Date:   Mon Sep 24 10:56:32 2012 +0300
 
2330
 
 
2331
    [l10n] Updated Estonian translation
 
2332
 
 
2333
M       po/et.po
 
2334
 
 
2335
commit 0adac42a7937ae6d5fe2c10690fb6491cba45c1a
 
2336
Author: Rūdolfs Mazurs <rudolfsm@src.gnome.org>
 
2337
Date:   Sun Sep 23 20:49:19 2012 +0300
 
2338
 
 
2339
    Updated Latvian translation
 
2340
 
 
2341
M       po/lv.po
 
2342
 
 
2343
commit 5fd9b649f68d46420f4c1fd13425be707defdc3d
 
2344
Author: YunQiang Su <yqsu@src.gnome.org>
 
2345
Date:   Sun Sep 23 04:18:54 2012 +0800
 
2346
 
 
2347
    update Simplified Chinese (zh_CN) translation
 
2348
 
 
2349
M       po/zh_CN.po
 
2350
 
 
2351
commit 83ad433ab64c5a3ca73ae0b8cc6cfaa9a21c113e
 
2352
Author: Shankar Prasad <svenkate@redhat.com>
 
2353
Date:   Sat Sep 22 15:37:28 2012 +0530
 
2354
 
 
2355
    Updated kn translation
 
2356
 
 
2357
M       po/kn.po
 
2358
 
 
2359
commit 5929bfd59fc66d3db70343046a4fc4c52030a9c6
 
2360
Author: Runa Bhattacharjee <runab@redhat.com>
 
2361
Date:   Fri Sep 21 19:36:18 2012 +0530
 
2362
 
 
2363
    Updated Bengali India Translation
 
2364
 
 
2365
M       po/bn_IN.po
 
2366
 
 
2367
commit 96ea50fb9be90343bb260ffaeadeeac7af290b99
 
2368
Author: Rajesh Ranjan <rranjan@redhat.com>
 
2369
Date:   Fri Sep 21 14:08:39 2012 +0530
 
2370
 
 
2371
    hindi update
 
2372
 
 
2373
M       po/hi.po
 
2374
 
 
2375
commit f87d26d809f6082030e9677142f01b087b302448
 
2376
Author: Praveen Illa <mail2ipn@gmail.com>
 
2377
Date:   Thu Sep 20 23:45:53 2012 +0530
 
2378
 
 
2379
    Updated Telugu Translation
 
2380
 
 
2381
M       po/te.po
 
2382
 
 
2383
commit 950519720d4c13418f45b624378f5de1fed954cd
 
2384
Author: Hedda Peters <hpeters@redhat.com>
 
2385
Date:   Thu Sep 20 13:09:34 2012 +0200
 
2386
 
 
2387
    [l10n] Updated German translation
 
2388
 
 
2389
M       po/de.po
 
2390
 
 
2391
commit 6727d5f26a1c7e11970812d959d3d5218f3c5a02
 
2392
Author: Alexandre Franke <alexandre.franke@gmail.com>
 
2393
Date:   Thu Sep 20 10:21:55 2012 +0200
 
2394
 
 
2395
    Update French translation
 
2396
 
 
2397
M       desktop-docs/gpl/fr/fr.po
 
2398
 
 
2399
commit 5051aba8a99257581b5437967bf46b888cf7bd33
 
2400
Author: Matej Urbančič <mateju@svn.gnome.org>
 
2401
Date:   Thu Sep 20 10:19:12 2012 +0200
 
2402
 
 
2403
    Updated Slovenian translation
 
2404
 
 
2405
M       desktop-docs/fdl/sl/sl.po
 
2406
 
 
2407
commit 031d7b29d24ba1cd40a3ae35974a398eab5380d4
 
2408
Author: Matej Urbančič <mateju@svn.gnome.org>
 
2409
Date:   Thu Sep 20 10:18:35 2012 +0200
 
2410
 
 
2411
    Updated Slovenian translation
 
2412
 
 
2413
M       desktop-docs/gpl/sl/sl.po
 
2414
 
 
2415
commit ebe581a185e3f67d9efe32201d80dfc877fe5cac
 
2416
Author: Martin Srebotnjak <miles@filmsi.net>
 
2417
Date:   Thu Sep 20 10:17:49 2012 +0200
 
2418
 
 
2419
    Updated Slovenian translation
 
2420
 
 
2421
M       desktop-docs/lgpl/sl/sl.po
 
2422
 
 
2423
commit bbffcb416e9607f4f07a8d7cc71c213e658517d1
 
2424
Author: Alexander Shopov <ash@kambanaria.org>
 
2425
Date:   Thu Sep 20 06:32:35 2012 +0300
 
2426
 
 
2427
    Updated Bulgarian translation
 
2428
 
 
2429
M       po/bg.po
 
2430
 
 
2431
commit a2e5489dca808439d57d83acc0de86112d40eece
 
2432
Author: Sweta Kothari <swkothar@redhat.com>
 
2433
Date:   Tue Sep 18 12:05:39 2012 +0530
 
2434
 
 
2435
    Updated gujarati file
 
2436
 
 
2437
M       po/gu.po
 
2438
 
 
2439
commit d04c3855d6b7473e85b93d90bcb59488ae598b86
 
2440
Author: Ani Peter <apeter@redhat.com>
 
2441
Date:   Tue Sep 18 10:58:58 2012 +0530
 
2442
 
 
2443
    Updated Malayalam file
 
2444
 
 
2445
M       po/ml.po
 
2446
 
 
2447
commit 77bd6a5eaf0a5bad87f4e151c51799bbf076a035
 
2448
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
2449
Date:   Mon Sep 17 14:15:56 2012 +0200
 
2450
 
 
2451
    Updated Spanish translation
 
2452
 
 
2453
M       desktop-docs/fdl/es/es.po
 
2454
M       desktop-docs/lgpl/es/es.po
 
2455
 
 
2456
commit c5ec270b42221c8ec6e6e62a1e3348220b266068
 
2457
Author: Rui Matos <tiagomatos@gmail.com>
 
2458
Date:   Mon Sep 17 00:00:02 2012 +0200
 
2459
 
 
2460
    gnome-xkb-info: Fix memory leak
 
2461
    
 
2462
    We need to free the current iso639Id string when it doesn't replace a
 
2463
    previous one in the hash table.
 
2464
    
 
2465
    https://bugzilla.gnome.org/show_bug.cgi?id=684140
 
2466
 
 
2467
M       libgnome-desktop/gnome-xkb-info.c
 
2468
 
 
2469
commit 1749fb5ca803ba3e498a6e76b4b6e375a3642d22
 
2470
Author: Marek Černocký <marek@manet.cz>
 
2471
Date:   Sun Sep 16 20:39:50 2012 +0200
 
2472
 
 
2473
    Updated Czech translation
 
2474
 
 
2475
M       po/cs.po
 
2476
 
 
2477
commit d1e2faaf998446372338b478f4029139b1f647d2
 
2478
Author: Ask H. Larsen <asklarsen@gmail.com>
 
2479
Date:   Sun Sep 16 13:24:49 2012 +0200
 
2480
 
 
2481
    Updated Danish translation
 
2482
 
 
2483
M       po/da.po
 
2484
 
 
2485
commit b010cb90f5e92aaf08c9c947751be7ccc2399043
 
2486
Author: Timo Jyrinki <timo@debian.org>
 
2487
Date:   Sat Sep 15 22:51:45 2012 +0300
 
2488
 
 
2489
    Finnish translation update by Jiri Grönroos
 
2490
 
 
2491
M       po/fi.po
 
2492
 
 
2493
commit d7a1f73b6c51edc1d59cdbfbf06dbfb5d6fc26ba
 
2494
Author: Alexandre Franke <alexandre.franke@gmail.com>
 
2495
Date:   Sat Sep 15 13:36:57 2012 +0200
 
2496
 
 
2497
    Update French translation
 
2498
 
 
2499
M       desktop-docs/fdl/fr/fr.po
 
2500
M       desktop-docs/lgpl/fr/fr.po
 
2501
 
 
2502
commit fe75f3c5436be2b537e3cb424ee54139001e2d16
 
2503
Author: Yuri Myasoedov <omerta13@yandex.ru>
 
2504
Date:   Fri Sep 14 20:14:37 2012 +0400
 
2505
 
 
2506
    Updated Russian translation
 
2507
 
 
2508
M       po/ru.po
 
2509
 
 
2510
commit cd1a06259d1195a5021a73063f134fca201eb9f0
 
2511
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
2512
Date:   Thu Sep 13 14:59:44 2012 +0200
 
2513
 
 
2514
    Update Hungarian license translations
 
2515
 
 
2516
M       desktop-docs/fdl/hu/hu.po
 
2517
M       desktop-docs/gpl/hu/hu.po
 
2518
M       desktop-docs/lgpl/hu/hu.po
 
2519
 
 
2520
commit 2979098e547f27da9b65547a3daccdd44cb8d802
 
2521
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
 
2522
Date:   Wed Sep 12 17:20:06 2012 +0530
 
2523
 
 
2524
    Updated Marathi Translations
 
2525
 
 
2526
M       po/mr.po
 
2527
 
 
2528
commit 2560ff1effe8daec76e27190fbbb5debb98290ba
 
2529
Author: A S Alam <aalam@users.sf.net>
 
2530
Date:   Wed Sep 12 07:22:22 2012 +0530
 
2531
 
 
2532
    update Punjabi Translation
 
2533
 
 
2534
M       po/pa.po
 
2535
 
 
2536
commit c4241b98f40eb90a1388b6a290c3059763e93d6d
 
2537
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
2538
Date:   Tue Sep 11 21:13:58 2012 +0200
 
2539
 
 
2540
    Updated Serbian translation
 
2541
 
 
2542
M       desktop-docs/gpl/sr/sr.po
 
2543
M       desktop-docs/gpl/sr/sr@latin.po
 
2544
 
 
2545
commit df5d2091dbe0db36cc25ffb08c47eedf482d7ded
 
2546
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
2547
Date:   Tue Sep 11 20:49:18 2012 +0530
 
2548
 
 
2549
    Assamese translation updated
 
2550
 
 
2551
M       po/as.po
 
2552
 
 
2553
commit 035ec4d6f911ff80199061edc8b04229dedcb6a5
 
2554
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
2555
Date:   Mon Sep 10 00:23:03 2012 +0100
 
2556
 
 
2557
    Updated Portuguese translation
 
2558
 
 
2559
M       po/pt.po
 
2560
 
 
2561
commit 251b6bae413b3c6681837c60c3ad7b8cf41d30f0
 
2562
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
 
2563
Date:   Sun Sep 9 11:36:39 2012 -0400
 
2564
 
 
2565
    Updated Brazilian Portuguese translation.
 
2566
 
 
2567
M       po/pt_BR.po
 
2568
 
 
2569
commit bbdd79c28017c0006002c39fb0793711c149cac5
 
2570
Author: Changwoo Ryu <cwryu@debian.org>
 
2571
Date:   Sun Sep 9 05:49:35 2012 +0900
 
2572
 
 
2573
    Updated Korean translation
 
2574
 
 
2575
M       po/ko.po
 
2576
 
 
2577
commit 7baa1184d66c78c0eebf8a72acdff35bb4fbdfc0
 
2578
Author: Aurimas Černius <aurisc4@gmail.com>
 
2579
Date:   Fri Sep 7 20:35:13 2012 +0300
 
2580
 
 
2581
    Updated Lithuanian translation
 
2582
 
 
2583
M       po/lt.po
 
2584
 
 
2585
commit fbaddeffebc97ca82f721506208aba6c838839fe
 
2586
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
2587
Date:   Fri Sep 7 18:54:29 2012 +0300
 
2588
 
 
2589
    Updated Belarusian translation.
 
2590
 
 
2591
M       po/be.po
 
2592
 
 
2593
commit 83b83fffef4e0ec66fc26d8c3cd389b9131acea6
 
2594
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
2595
Date:   Fri Sep 7 16:20:55 2012 +0300
 
2596
 
 
2597
    Updated Hebrew translation.
 
2598
 
 
2599
M       po/he.po
 
2600
 
 
2601
commit 84ad8444bcc036aa96e5aaf4b5d8a261b35e8991
 
2602
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
 
2603
Date:   Fri Sep 7 15:23:46 2012 +0700
 
2604
 
 
2605
    Updated Thai translation.
 
2606
 
 
2607
M       po/th.po
 
2608
 
 
2609
commit e6448b7e7f08cdaf8c8cca274ac899f1b3e1afec
 
2610
Author: Robert Ancell <robert.ancell@canonical.com>
 
2611
Date:   Thu Sep 6 13:38:46 2012 +1200
 
2612
 
 
2613
    Require gsettings-desktop-schemas 3.5.91 which added the show-all-sources key
 
2614
 
 
2615
M       configure.ac
 
2616
 
 
2617
commit 2571586ac7e11a553716e56a7a3229ef49132751
 
2618
Author: Milo Casagrande <milo@ubuntu.com>
 
2619
Date:   Thu Sep 6 22:11:50 2012 +0200
 
2620
 
 
2621
    [l10n] Updated Italian translation.
 
2622
 
 
2623
M       po/it.po
 
2624
 
 
2625
commit 70e165a522819a7c42b4b4217023fd8ea95f68ea
 
2626
Author: Matej Urbančič <mateju@svn.gnome.org>
 
2627
Date:   Thu Sep 6 19:43:17 2012 +0200
 
2628
 
 
2629
    Updated Slovenian translation
 
2630
 
 
2631
M       po/sl.po
 
2632
 
 
2633
commit 876dd971689b95bd8bf03fc3863b04f726525ab6
 
2634
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
2635
Date:   Thu Sep 6 18:26:28 2012 +0200
 
2636
 
 
2637
    Updated Spanish translation
 
2638
 
 
2639
M       po/es.po
 
2640
 
 
2641
commit 67a5731edd230010dd6c9d8730e5eb38eb7d0646
 
2642
Author: Arash Mousavi <mousavi.arash@gmail.com>
 
2643
Date:   Thu Sep 6 20:49:26 2012 +0430
 
2644
 
 
2645
    l10n: Updated Persian translation
 
2646
 
 
2647
M       po/fa.po
 
2648
 
 
2649
commit d1f1015a14461f3461c5900f9715bd7b32c51998
 
2650
Author: Tom Tryfonidis <tomtryf@gmail.com>
 
2651
Date:   Thu Sep 6 02:38:49 2012 +0300
 
2652
 
 
2653
    Updated Greek translation
 
2654
 
 
2655
M       po/el.po
 
2656
 
 
2657
commit 6f295ac2b2afe5b5186c0a5d1b5d4805cdb0af56
 
2658
Author: Bruce Cowan <bruce@bcowan.me.uk>
 
2659
Date:   Wed Sep 5 19:30:34 2012 +0100
 
2660
 
 
2661
    Updated British English translation
 
2662
 
 
2663
M       po/en_GB.po
 
2664
 
 
2665
commit 748180d43e580f0b60a95911111252cf03600358
 
2666
Author: Dirgita <dirgitadevina@yahoo.co.id>
 
2667
Date:   Thu Sep 6 00:53:15 2012 +0700
 
2668
 
 
2669
    Updated Indonesian translation
 
2670
 
 
2671
M       po/id.po
 
2672
 
 
2673
commit 35d302494df9bab36cb6cffe30a0a14dda501d75
 
2674
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
2675
Date:   Wed Sep 5 20:01:25 2012 +0800
 
2676
 
 
2677
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
2678
 
 
2679
M       po/zh_HK.po
 
2680
M       po/zh_TW.po
 
2681
 
 
2682
commit 4ee8ae992e5a747426482611f293c4e848e30c82
 
2683
Author: Kjartan Maraas <kmaraas@gnome.org>
 
2684
Date:   Wed Sep 5 13:02:41 2012 +0200
 
2685
 
 
2686
    Updated Norwegian bokmål translation
 
2687
 
 
2688
M       po/nb.po
 
2689
 
 
2690
commit 7cd19008ecca0ad69763e714eec7eb3b41a40201
 
2691
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
2692
Date:   Wed Sep 5 11:44:16 2012 +0200
 
2693
 
 
2694
    Updated Serbian translation
 
2695
 
 
2696
M       po/sr.po
 
2697
M       po/sr@latin.po
 
2698
 
 
2699
commit edcf5e8473ee60871cdad3971d4de0f867d84986
 
2700
Author: Khaled Hosny <khaledhosny@eglug.org>
 
2701
Date:   Wed Sep 5 07:18:00 2012 +0200
 
2702
 
 
2703
    Updated Arabic translation
 
2704
 
 
2705
M       po/ar.po
 
2706
 
 
2707
commit 4400fbc42db416d5022be45568e52d7e1e2aaaaf
 
2708
Author: Alexandre Franke <alexandre.franke@gmail.com>
 
2709
Date:   Tue Sep 4 23:24:28 2012 +0200
 
2710
 
 
2711
    Update French translation
 
2712
 
 
2713
M       po/fr.po
 
2714
 
 
2715
commit 33192ba730a43929910fb91734fb2e4bf2f77447
 
2716
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
2717
Date:   Tue Sep 4 22:39:35 2012 +0200
 
2718
 
 
2719
    Updated Galician translations
 
2720
 
 
2721
M       po/gl.po
 
2722
 
 
2723
commit 7389d32f2e98db4ca6c17225463c24379cf8422c
 
2724
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
2725
Date:   Tue Sep 4 15:48:26 2012 +0200
 
2726
 
 
2727
    Updated Hungarian translation
 
2728
 
 
2729
M       po/hu.po
 
2730
 
 
2731
commit ca86bf5c92098c3daa53dd5970a3e9150c3c9678
 
2732
Author: Rui Matos <tiagomatos@gmail.com>
 
2733
Date:   Mon Sep 3 01:44:07 2012 +0200
 
2734
 
 
2735
    gnome-xkb-info: Honor the 'show-all-sources' gsettings key
 
2736
    
 
2737
    When this key is set to true we also load XKB layouts and options from
 
2738
    xkeyboard-config's .extras.xml file.
 
2739
    
 
2740
    https://bugzilla.gnome.org/show_bug.cgi?id=682240
 
2741
 
 
2742
M       libgnome-desktop/gnome-xkb-info.c
 
2743
 
 
2744
commit c4bca747733db814768afdadbf1d4f8a912af11e
 
2745
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
2746
Date:   Tue Sep 4 13:07:55 2012 +0200
 
2747
 
 
2748
    Updated Hungarian translation
 
2749
 
 
2750
M       po/hu.po
 
2751
 
 
2752
commit da63213a404ae1066b6b31952c050c9bd2ff13d0
 
2753
Author: Piotr Drąg <piotrdrag@gmail.com>
 
2754
Date:   Mon Sep 3 21:39:59 2012 +0200
 
2755
 
 
2756
    Updated Polish translation
 
2757
 
 
2758
M       po/pl.po
 
2759
 
 
2760
commit 4778ef016d8203b3aa2b28bedcc50b0a9e15bfcc
 
2761
Author: Federico Mena Quintero <federico@gnome.org>
 
2762
Date:   Mon Sep 3 14:04:03 2012 -0500
 
2763
 
 
2764
    [GnomeRRLabeler] bgo#592412 - Make 'Mirrored Displays' string consistent with the control-center
 
2765
    
 
2766
    We had 'Mirror displays' as a command in the control center, but 'Mirror screens' as a description in
 
2767
    GnomeRRLabeler.  Now we keep the former in the control center, and use 'Mirrored Displays' in the
 
2768
    labeler, as a description of the monitor's state.
 
2769
    
 
2770
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>
 
2771
 
 
2772
M       libgnome-desktop/gnome-rr-labeler.c
 
2773
 
 
2774
commit 85e4a2be66e28efd7abd82ba39191bc0c71c1b1a
 
2775
Author: Luca Ferretti <lferrett@gnome.org>
 
2776
Date:   Sun Sep 2 22:48:06 2012 +0200
 
2777
 
 
2778
    Updated Italian translation
 
2779
 
 
2780
M       po/it.po
 
2781
 
 
2782
commit 032f7a5e6d0e4cedf2febe1db6adf3b0382aa395
 
2783
Author: Daniel Nylander <po@danielnylander.se>
 
2784
Date:   Sun Sep 2 11:36:26 2012 +0200
 
2785
 
 
2786
    Updated Swedish translation
 
2787
 
 
2788
M       po/sv.po
 
2789
 
 
2790
commit eb98f0ad46286d6fed89106a98fc588c36488d05
 
2791
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
2792
Date:   Sat Sep 1 22:00:33 2012 +0700
 
2793
 
 
2794
    Updated Vietnamese translation
 
2795
 
 
2796
M       po/vi.po
 
2797
 
 
2798
commit 72c5f801e1cf4325fc19c621284693ee50a3a93c
 
2799
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
 
2800
Date:   Sat Sep 1 21:59:58 2012 +0700
 
2801
 
 
2802
    po/vi: import from Damned Lies
 
2803
 
 
2804
M       po/vi.po
 
2805
 
 
2806
commit 75cc6388b0bc2ad6b592a7053edca07ea0bfebbf
 
2807
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
2808
Date:   Sat Sep 1 00:52:28 2012 +0100
 
2809
 
 
2810
    Updated Portuguese translation
 
2811
 
 
2812
M       po/pt.po
 
2813
 
 
2814
commit efd4f72c081c0aed58602ad06923063f7ad3c646
 
2815
Author: Colin Walters <walters@verbum.org>
 
2816
Date:   Mon Aug 27 17:30:56 2012 -0400
 
2817
 
 
2818
    Update libgsystem
 
2819
 
 
2820
M       libgnome-desktop/libgsystem
 
2821
 
 
2822
commit a241a2eebc91dd0fc980cc6388587cfd42cfd59f
 
2823
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
2824
Date:   Mon Aug 27 23:49:54 2012 +0530
 
2825
 
 
2826
    Implemented FUEL entries to Assamese translation
 
2827
 
 
2828
M       po/as.po
 
2829
 
 
2830
commit 0a03c8ca30f6e192d2c325686916ac283aca7c14
 
2831
Author: Khaled Hosny <khaledhosny@eglug.org>
 
2832
Date:   Sun Aug 26 06:09:09 2012 +0200
 
2833
 
 
2834
    Updated Arabic translation
 
2835
 
 
2836
M       po/ar.po
 
2837
 
 
2838
commit 4fb6bbb12431bc1b6c5d62be573f19f41de296a4
 
2839
Author: Yuri Myasoedov <omerta13@yandex.ru>
 
2840
Date:   Sat Aug 25 20:23:01 2012 +0400
 
2841
 
 
2842
    Updated Russian translation
 
2843
 
 
2844
M       po/ru.po
 
2845
 
 
2846
commit 6c4d2acee563d3f3590edbccca26ec01f2fc2fd9
 
2847
Author: William Jon McCann <jmccann@redhat.com>
 
2848
Date:   Wed Aug 15 15:48:34 2012 -0400
 
2849
 
 
2850
    Determine the correct mime type when we still know the filename
 
2851
    
 
2852
    This fixes the case where we want to load .svgz files. If we
 
2853
    just sniff the data we'll determine that they are application/gzip.
 
2854
    
 
2855
    https://bugzilla.gnome.org/show_bug.cgi?id=655406
 
2856
 
 
2857
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
2858
 
 
2859
commit 715b3ae32aa4dc8deaaa48138d4411a8393d25e1
 
2860
Author: William Jon McCann <jmccann@redhat.com>
 
2861
Date:   Wed Aug 15 11:51:33 2012 -0400
 
2862
 
 
2863
    Remove the temporary file when saving a thumbnail fails
 
2864
    
 
2865
    https://bugzilla.gnome.org/show_bug.cgi?id=681942
 
2866
 
 
2867
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
2868
 
 
2869
commit 778b6844a893dea41801c5d8476bc8c83611c6c4
 
2870
Author: William Jon McCann <jmccann@redhat.com>
 
2871
Date:   Wed Aug 15 11:51:14 2012 -0400
 
2872
 
 
2873
    Show an error when saving a thumbnail fails
 
2874
    
 
2875
    https://bugzilla.gnome.org/show_bug.cgi?id=681942
 
2876
 
 
2877
M       libgnome-desktop/gnome-bg.c
 
2878
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
2879
 
 
2880
commit d7d290a4ac35cd6e1c0cff26a017745cca678e22
 
2881
Author: Piotr Drąg <piotrdrag@gmail.com>
 
2882
Date:   Wed Aug 22 20:16:27 2012 +0200
 
2883
 
 
2884
    Updated Polish translation
 
2885
 
 
2886
M       po/pl.po
 
2887
 
 
2888
commit 7e310e462b4dc2164f934be8c50172ffead929ce
 
2889
Author: Frédéric Péters <fpeters@0d.be>
 
2890
Date:   Wed Aug 22 10:29:01 2012 +0200
 
2891
 
 
2892
    release: post release version bump
 
2893
 
 
2894
M       configure.ac
 
2895
 
 
2896
commit 9e5a780b4ad154138156a83653b8712a89456b9e
 
2897
Author: Frédéric Péters <fpeters@0d.be>
 
2898
Date:   Wed Aug 22 10:28:36 2012 +0200
 
2899
 
 
2900
    release: 3.5.90
 
2901
 
 
2902
M       NEWS
 
2903
M       configure.ac
 
2904
 
 
2905
commit 8566774a292025dbbc235d15fe6713ecb5a96997
 
2906
Author: Dirgita <dirgitadevina@yahoo.co.id>
 
2907
Date:   Tue Aug 21 21:39:48 2012 +0700
 
2908
 
 
2909
    Updated Indonesian translation
 
2910
 
 
2911
M       po/id.po
 
2912
 
 
2913
commit 443f4a5e32cde614d106f4ec635efd1549b0a378
 
2914
Author: Alexander Larsson <alexl@redhat.com>
 
2915
Date:   Mon Aug 20 14:04:47 2012 +0200
 
2916
 
 
2917
    Fix crash if default background not found
 
2918
    
 
2919
    Its a hard error (i.e. crash) if you return FALSE from
 
2920
    the final fallback in a g_settings_get_mapped map function.
 
2921
    Fix that by returning TRUE with a NULL result.
 
2922
    
 
2923
    https://bugzilla.gnome.org/show_bug.cgi?id=682252
 
2924
 
 
2925
M       libgnome-desktop/gnome-bg.c
 
2926
 
 
2927
commit e08db42379420b690d13fc0bb5a0de305776e532
 
2928
Author: A S Alam <aalam@users.sf.net>
 
2929
Date:   Sun Aug 19 15:09:17 2012 +0530
 
2930
 
 
2931
    update Punjabi Translation
 
2932
 
 
2933
M       po/pa.po
 
2934
 
 
2935
commit 8d6d33851557eee47369aab5a252e05a5f8c10e1
 
2936
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
 
2937
Date:   Sun Aug 19 00:13:35 2012 +0300
 
2938
 
 
2939
    Updated Belarusian translation.
 
2940
 
 
2941
M       po/be.po
 
2942
 
 
2943
commit 21b7df015993f4e7ba0f5f2ccd66146b4b7d4eb5
 
2944
Author: Rui Matos <tiagomatos@gmail.com>
 
2945
Date:   Fri Aug 17 02:17:29 2012 +0200
 
2946
 
 
2947
    gnome-xkb-info: Use glib's slice allocator for small structures
 
2948
    
 
2949
    https://bugzilla.gnome.org/show_bug.cgi?id=682004
 
2950
 
 
2951
M       libgnome-desktop/gnome-xkb-info.c
 
2952
 
 
2953
commit 871601119af2646350732f32b531aa08ea0c6da9
 
2954
Author: Rui Matos <tiagomatos@gmail.com>
 
2955
Date:   Fri Jul 6 18:38:41 2012 +0200
 
2956
 
 
2957
    gnome-xkb-info: Parse XKB options
 
2958
    
 
2959
    And offer public API to get at them.
 
2960
    
 
2961
    https://bugzilla.gnome.org/show_bug.cgi?id=682004
 
2962
 
 
2963
M       configure.ac
 
2964
M       libgnome-desktop/gnome-xkb-info.c
 
2965
M       libgnome-desktop/gnome-xkb-info.h
 
2966
M       libgnome-desktop/test-xkb-info.c
 
2967
 
 
2968
commit d8048b728ee9110f0d313bc5ec65c4458bad515c
 
2969
Author: Bastien Nocera <hadess@hadess.net>
 
2970
Date:   Sat Aug 18 15:26:32 2012 +0100
 
2971
 
 
2972
    Fix Ukrainian translations
 
2973
    
 
2974
    The latest updates broke the build.
 
2975
 
 
2976
M       desktop-docs/fdl/uk/uk.po
 
2977
M       desktop-docs/lgpl/uk/uk.po
 
2978
 
 
2979
commit 3068c656de06a6af2587326f87b5d152193727b8
 
2980
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
2981
Date:   Fri Aug 17 01:35:19 2012 +0200
 
2982
 
 
2983
    Updated Galician translations
 
2984
 
 
2985
M       po/gl.po
 
2986
 
 
2987
commit 245cb1559cf3cf0ab21cc0ce87fb0767e435b5fe
 
2988
Author: Tom Tryfonidis <tomtryf@gmail.com>
 
2989
Date:   Thu Aug 16 17:08:12 2012 +0300
 
2990
 
 
2991
    Updated Greek translations
 
2992
 
 
2993
M       desktop-docs/fdl/el/el.po
 
2994
M       desktop-docs/gpl/el/el.po
 
2995
M       desktop-docs/lgpl/el/el.po
 
2996
 
 
2997
commit c5872652bda37f94e288bf409b2fc4f75a30876e
 
2998
Author: William Jon McCann <jmccann@redhat.com>
 
2999
Date:   Fri Aug 10 14:49:09 2012 -0400
 
3000
 
 
3001
    Increase the size of thumbnails to 256
 
3002
    
 
3003
    https://bugzilla.gnome.org/show_bug.cgi?id=681929
 
3004
 
 
3005
M       libgnome-desktop/gnome-bg.c
 
3006
 
 
3007
commit 3e49221d452067da4dbdfc90ba84c8ed7a72869b
 
3008
Author: Colin Walters <walters@verbum.org>
 
3009
Date:   Wed Aug 15 13:40:47 2012 -0400
 
3010
 
 
3011
    Update libgsystem
 
3012
 
 
3013
M       libgnome-desktop/libgsystem
 
3014
 
 
3015
commit 9913061a27bfe49f08a24930e5bdbb11c6728b84
 
3016
Author: Colin Walters <walters@verbum.org>
 
3017
Date:   Wed Aug 15 13:30:57 2012 -0400
 
3018
 
 
3019
    Fix up submodule setup
 
3020
 
 
3021
M       autogen.sh
 
3022
A       libgnome-desktop/libgsystem
 
3023
 
 
3024
commit bd6fb734806f40f6b8777792eebdc06635d001ea
 
3025
Author: William Jon McCann <jmccann@redhat.com>
 
3026
Date:   Sat Jul 21 02:13:05 2012 -0400
 
3027
 
 
3028
    Don't crash if unable to set background
 
3029
    
 
3030
    https://bugzilla.gnome.org/show_bug.cgi?id=680354
 
3031
 
 
3032
M       libgnome-desktop/gnome-bg.c
 
3033
 
 
3034
commit d0407417383533fbed84d7e0acebc7b1fef73fb3
 
3035
Author: Colin Walters <walters@verbum.org>
 
3036
Date:   Wed Aug 15 11:47:34 2012 -0400
 
3037
 
 
3038
    .gitmodules: Was missing from previous commit
 
3039
 
 
3040
A       .gitmodules
 
3041
 
 
3042
commit 177090152ee90742b924ca00a18ded1bf1c3681f
 
3043
Author: Colin Walters <walters@verbum.org>
 
3044
Date:   Fri Aug 10 17:26:33 2012 -0400
 
3045
 
 
3046
    Pull in libgsystem, use it to read thumbnails with O_NOATIME
 
3047
    
 
3048
    We can use libgsystem since we don't need to care about MSVC here.
 
3049
    
 
3050
    https://bugzilla.gnome.org/show_bug.cgi?id=680326
 
3051
 
 
3052
M       autogen.sh
 
3053
M       libgnome-desktop/Makefile.am
 
3054
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
3055
 
 
3056
commit a1fbad4d16ed86ee3e7c5d53759cea9172e7e047
 
3057
Author: Dominique Leuenberger <dimstar@opensuse.org>
 
3058
Date:   Wed Aug 15 10:30:27 2012 +0200
 
3059
 
 
3060
    trivial: Replace FSF address with current one.
 
3061
    
 
3062
    https://bugzilla.gnome.org/show_bug.cgi?id=681897
 
3063
 
 
3064
M       desktop-docs/fdl/ar/ar.po
 
3065
M       desktop-docs/fdl/uk/uk.po
 
3066
M       desktop-docs/gpl/ar/ar.po
 
3067
M       desktop-docs/gpl/pa/pa.po
 
3068
M       desktop-docs/gpl/uk/uk.po
 
3069
M       desktop-docs/lgpl/ar/ar.po
 
3070
M       desktop-docs/lgpl/pa/pa.po
 
3071
M       desktop-docs/lgpl/uk/uk.po
 
3072
M       desktop-docs/lgpl/zh_CN/zh_CN.po
 
3073
M       libgnome-desktop/edid.h
 
3074
M       libgnome-desktop/gnome-bg-crossfade.c
 
3075
M       libgnome-desktop/gnome-bg-crossfade.h
 
3076
M       libgnome-desktop/gnome-bg.c
 
3077
M       libgnome-desktop/gnome-bg.h
 
3078
M       libgnome-desktop/gnome-datetime-source.c
 
3079
M       libgnome-desktop/gnome-datetime-source.h
 
3080
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
3081
M       libgnome-desktop/gnome-desktop-thumbnail.h
 
3082
M       libgnome-desktop/gnome-desktop-utils.c
 
3083
M       libgnome-desktop/gnome-desktop-utils.h
 
3084
M       libgnome-desktop/gnome-rr-config.c
 
3085
M       libgnome-desktop/gnome-rr-config.h
 
3086
M       libgnome-desktop/gnome-rr-debug.c
 
3087
M       libgnome-desktop/gnome-rr-labeler.c
 
3088
M       libgnome-desktop/gnome-rr-labeler.h
 
3089
M       libgnome-desktop/gnome-rr-output-info.c
 
3090
M       libgnome-desktop/gnome-rr.c
 
3091
M       libgnome-desktop/gnome-rr.h
 
3092
M       libgnome-desktop/gnome-thumbnail-pixbuf-utils.c
 
3093
M       libgnome-desktop/gnome-wall-clock.c
 
3094
M       libgnome-desktop/gnome-wall-clock.h
 
3095
M       libgnome-desktop/gnome-xkb-info.c
 
3096
M       libgnome-desktop/gnome-xkb-info.h
 
3097
M       libgnome-desktop/private.h
 
3098
M       libgnome-desktop/test-pnp-ids.c
 
3099
 
 
3100
commit 2738c5c803bdcc02ec6993b674eaca690e8fb4a5
 
3101
Author: Colin Walters <walters@verbum.org>
 
3102
Date:   Thu Aug 9 17:50:34 2012 -0400
 
3103
 
 
3104
    gnome-bg: Don't use C99 declarations
 
3105
    
 
3106
    It's not really necessary.
 
3107
 
 
3108
M       libgnome-desktop/gnome-bg.c
 
3109
 
 
3110
commit bb34dc0a694e6dd54cfd665762433c6beddba7f9
 
3111
Author: Mario Blättermann <mario.blaettermann@gmail.com>
 
3112
Date:   Thu Aug 9 22:16:24 2012 +0200
 
3113
 
 
3114
    [l10n] Updated German translation
 
3115
 
 
3116
M       desktop-docs/lgpl/de/de.po
 
3117
 
 
3118
commit 881986b0d4764adfb96184cafbe58cc8d077fd10
 
3119
Author: Mario Blättermann <mario.blaettermann@gmail.com>
 
3120
Date:   Thu Aug 9 22:12:10 2012 +0200
 
3121
 
 
3122
    [l10n] Updated German translation
 
3123
 
 
3124
M       desktop-docs/gpl/de/de.po
 
3125
 
 
3126
commit 6b6cea49b632d51e40c0d25c1d1ed18efcd6e8a4
 
3127
Author: Mario Blättermann <mario.blaettermann@gmail.com>
 
3128
Date:   Thu Aug 9 22:06:04 2012 +0200
 
3129
 
 
3130
    [l10n] Updated German translation
 
3131
 
 
3132
M       desktop-docs/fdl/de/de.po
 
3133
 
 
3134
commit 000e656e95052d53b2adef502b4cf306b2dd8859
 
3135
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
3136
Date:   Wed Aug 8 13:03:50 2012 +0200
 
3137
 
 
3138
    Updated Spanish translation
 
3139
 
 
3140
M       desktop-docs/fdl/es/es.po
 
3141
M       desktop-docs/gpl/es/es.po
 
3142
M       desktop-docs/lgpl/es/es.po
 
3143
 
 
3144
commit 02d619e1f8bd58557ad6c53ad384a3ebcbe88c4c
 
3145
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
3146
Date:   Tue Aug 7 15:13:36 2012 +0800
 
3147
 
 
3148
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
3149
 
 
3150
M       po/zh_HK.po
 
3151
M       po/zh_TW.po
 
3152
 
 
3153
commit c704faa6082d1bc9b98ccee303fd2497ec625892
 
3154
Author: Matthias Clasen <mclasen@redhat.com>
 
3155
Date:   Tue Aug 7 01:20:03 2012 -0400
 
3156
 
 
3157
    3.5.5
 
3158
 
 
3159
M       NEWS
 
3160
M       configure.ac
 
3161
 
 
3162
commit 5d20783a1cc4d2f7bead6568965d2910e9bdd351
 
3163
Author: Piotr Drąg <piotrdrag@gmail.com>
 
3164
Date:   Mon Aug 6 20:07:04 2012 +0200
 
3165
 
 
3166
    Updated Polish translation
 
3167
 
 
3168
M       desktop-docs/fdl/pl/pl.po
 
3169
 
 
3170
commit 8b7e059e2c01ec67d8aaf33133e695efae2173f8
 
3171
Author: Matthias Clasen <mclasen@redhat.com>
 
3172
Date:   Sun Aug 5 21:26:20 2012 -0400
 
3173
 
 
3174
    Port to new documentation infrastructure
 
3175
    
 
3176
    This commit changes from using gnome-doc-utils to using yelp-tools.
 
3177
    
 
3178
    https://bugzilla.gnome.org/show_bug.cgi?id=681264
 
3179
 
 
3180
M       Makefile.am
 
3181
M       configure.ac
 
3182
R100    desktop-docs/fdl/C/fdl.xml      desktop-docs/fdl/C/index.docbook
 
3183
M       desktop-docs/fdl/Makefile.am
 
3184
R100    desktop-docs/gpl/C/gpl.xml      desktop-docs/gpl/C/index.docbook
 
3185
M       desktop-docs/gpl/Makefile.am
 
3186
R100    desktop-docs/lgpl/C/lgpl.xml    desktop-docs/lgpl/C/index.docbook
 
3187
M       desktop-docs/lgpl/Makefile.am
 
3188
 
 
3189
commit a1c289ddfa56bd9e97b231cc7f0abe2080be9d23
 
3190
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
3191
Date:   Fri Aug 3 15:01:15 2012 +0530
 
3192
 
 
3193
    Assamese translation updated
 
3194
 
 
3195
M       po/as.po
 
3196
 
 
3197
commit 02fbacefc748ac77ba10175e2248e34657315c58
 
3198
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
3199
Date:   Fri Aug 3 10:27:30 2012 +0200
 
3200
 
 
3201
    Updated Serbian translation
 
3202
 
 
3203
M       po/sr.po
 
3204
M       po/sr@latin.po
 
3205
 
 
3206
commit 62aba8d64f217a6b6388d2fcfa70df7cb5377297
 
3207
Author: Sweta Kothari <swkothar@redhat.com>
 
3208
Date:   Tue Jul 31 10:56:37 2012 +0530
 
3209
 
 
3210
    Updated gujarati file
 
3211
 
 
3212
M       po/gu.po
 
3213
 
 
3214
commit 197094e0cbfddf0dce3f68f9a90ce2a6c25acc36
 
3215
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
3216
Date:   Mon Jul 30 02:46:55 2012 +0200
 
3217
 
 
3218
    Updated Galician translations
 
3219
 
 
3220
M       po/gl.po
 
3221
 
 
3222
commit 4d42756b3e5a083c7dc220934ff75e3f8a3cc588
 
3223
Author: Matej Urbančič <mateju@svn.gnome.org>
 
3224
Date:   Sun Jul 29 14:35:55 2012 +0200
 
3225
 
 
3226
    Updated Slovenian translation
 
3227
 
 
3228
M       po/sl.po
 
3229
 
 
3230
commit 3c3814b67e841436d4c2189f2b046cb08fa018fe
 
3231
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
3232
Date:   Tue Jul 24 23:09:45 2012 +0300
 
3233
 
 
3234
    Updated Hebrew translation.
 
3235
 
 
3236
M       po/he.po
 
3237
 
 
3238
commit 98a13989bcb588326e1f770073b21573ee0bfab5
 
3239
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
3240
Date:   Tue Jul 24 23:08:51 2012 +0300
 
3241
 
 
3242
    Updated Hebrew translation.
 
3243
 
 
3244
M       po/he.po
 
3245
 
 
3246
commit 28d06eb12eea531d5fbb715078c100c0e1d396ca
 
3247
Author: Kjartan Maraas <kmaraas@gnome.org>
 
3248
Date:   Tue Jul 24 21:51:49 2012 +0200
 
3249
 
 
3250
    Updated Norwegian bokmål translation
 
3251
 
 
3252
M       po/nb.po
 
3253
 
 
3254
commit c67f60879e250b7822469518d9777c24975f7c4d
 
3255
Author: Aurimas Černius <aurisc4@gmail.com>
 
3256
Date:   Sun Jul 22 00:32:16 2012 +0300
 
3257
 
 
3258
    Updated Lithuanian translation
 
3259
 
 
3260
M       po/lt.po
 
3261
 
 
3262
commit d5fe19318e58c0ea1304991b1778599a822283b9
 
3263
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
3264
Date:   Sat Jul 21 18:49:07 2012 +0200
 
3265
 
 
3266
    Updated Spanish translation
 
3267
 
 
3268
M       po/es.po
 
3269
 
 
3270
commit 2f35c9720583a436e6608561b5f6261f61519051
 
3271
Author: Tom Tryfonidis <tomtryf@gmail.com>
 
3272
Date:   Fri Jul 20 09:44:57 2012 +0300
 
3273
 
 
3274
    Updated Greek translation
 
3275
 
 
3276
M       po/el.po
 
3277
 
 
3278
commit e5b7e53c2254080bc7d3be6b1c7fb5592ce62a23
 
3279
Author: Giovanni Campagna <gcampagna@src.gnome.org>
 
3280
Date:   Thu Jul 19 16:41:21 2012 +0200
 
3281
 
 
3282
    GnomeWallClock: add ignore-date property
 
3283
    
 
3284
    In certain cases (such as the gnome-shell lock screen) we want
 
3285
    to show a clock without a date. This allows that, without duplicating
 
3286
    logic.
 
3287
    
 
3288
    https://bugzilla.gnome.org/show_bug.cgi?id=680256
 
3289
 
 
3290
M       libgnome-desktop/gnome-wall-clock.c
 
3291
 
 
3292
commit 6deb007f102d8ae9eabb10808f34d7129932dad3
 
3293
Author: Sebastien Bacher <seb128@ubuntu.com>
 
3294
Date:   Tue Jul 17 16:11:24 2012 +0200
 
3295
 
 
3296
    gnome-bg: load the default background if the configured one is invalid
 
3297
    
 
3298
    https://bugzilla.gnome.org/show_bug.cgi?id=680100
 
3299
 
 
3300
M       libgnome-desktop/gnome-bg.c
 
3301
 
 
3302
commit 059a8ad39f9af50db8d55fa5429c4cc2756ffb01
 
3303
Author: Colin Walters <walters@verbum.org>
 
3304
Date:   Mon Jul 16 11:44:22 2012 -0400
 
3305
 
 
3306
    Update to new GMutex API
 
3307
 
 
3308
M       configure.ac
 
3309
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
3310
 
 
3311
commit 5a91a99450e91f1d310e174fc48007e60a1ffb4f
 
3312
Author: Colin Walters <walters@verbum.org>
 
3313
Date:   Mon Jul 16 11:40:53 2012 -0400
 
3314
 
 
3315
    Release 3.5.4
 
3316
 
 
3317
M       configure.ac
 
3318
 
 
3319
commit 495acaa89c95d0691b7a53cae7c9230220a156fc
 
3320
Author: Colin Walters <walters@verbum.org>
 
3321
Date:   Mon Jul 16 11:33:45 2012 -0400
 
3322
 
 
3323
    Fix many documentation syntax warnings
 
3324
 
 
3325
M       libgnome-desktop/gnome-bg.c
 
3326
M       libgnome-desktop/gnome-pnp-ids.c
 
3327
M       libgnome-desktop/gnome-rr-labeler.c
 
3328
M       libgnome-desktop/gnome-rr-output-info.c
 
3329
M       libgnome-desktop/gnome-rr.c
 
3330
 
 
3331
commit f923c27e0fd247e8835a8b7dbda7bfcad7fd0c30
 
3332
Author: Bastien Nocera <hadess@hadess.net>
 
3333
Date:   Mon Jul 16 15:30:33 2012 +0100
 
3334
 
 
3335
    gnome-rr: Don't mark DFP outputs as internal
 
3336
    
 
3337
    Too many false positives, and the bug that it was supposed to fix,
 
3338
    on the MacBook Pro, wasn't actually fixed by that check.
 
3339
    
 
3340
    See:
 
3341
    https://bugzilla.gnome.org/show_bug.cgi?id=679858
 
3342
    and:
 
3343
    https://bugzilla.gnome.org/show_bug.cgi?id=672030
 
3344
 
 
3345
M       libgnome-desktop/gnome-rr.c
 
3346
 
 
3347
commit 1ed906ce604dcc585c729e1bb461daf91054c2a1
 
3348
Author: Rui Matos <tiagomatos@gmail.com>
 
3349
Date:   Tue Jun 26 21:26:49 2012 +0200
 
3350
 
 
3351
    gnome-desktop-3.0.pc: Add Requires.private: xkbfile
 
3352
    
 
3353
    Because we include a header from xkbfile in gnome-xkb-info.h .
 
3354
    
 
3355
    https://bugzilla.gnome.org/show_bug.cgi?id=678795
 
3356
 
 
3357
M       libgnome-desktop/gnome-desktop-3.0.pc.in
 
3358
 
 
3359
commit a265ebde0286d5dea127d60b35f2f8303cd83f41
 
3360
Author: Colin Walters <walters@verbum.org>
 
3361
Date:   Tue Jun 26 08:57:00 2012 -0400
 
3362
 
 
3363
    Release 3.5.3
 
3364
 
 
3365
M       NEWS
 
3366
 
 
3367
commit 6893c9a51200ce630af97fbda58eda678bae920b
 
3368
Author: Bastien Nocera <hadess@hadess.net>
 
3369
Date:   Wed Jun 20 17:40:28 2012 +0100
 
3370
 
 
3371
    pnp-ids: Add loop for speed testing the ID fetching
 
3372
    
 
3373
    See https://bugzilla.gnome.org/show_bug.cgi?id=590059
 
3374
 
 
3375
M       libgnome-desktop/test-pnp-ids.c
 
3376
 
 
3377
commit 8503ae8e1b860c60ea744fdc7064d090fc6690e6
 
3378
Author: Bastien Nocera <hadess@hadess.net>
 
3379
Date:   Wed Jun 20 17:28:28 2012 +0100
 
3380
 
 
3381
    pnp-ids: Add test program
 
3382
 
 
3383
M       libgnome-desktop/Makefile.am
 
3384
A       libgnome-desktop/test-pnp-ids.c
 
3385
 
 
3386
commit e9dee9d73b92e7c0d7c81104d8284a9915f96292
 
3387
Author: Bastien Nocera <hadess@hadess.net>
 
3388
Date:   Wed Jun 20 16:52:35 2012 +0100
 
3389
 
 
3390
    gnome-rr: Document the default DPI setting
 
3391
    
 
3392
    As X.org lies to us because the monitors lie to it.
 
3393
    
 
3394
    https://bugzilla.gnome.org/show_bug.cgi?id=545112
 
3395
 
 
3396
M       libgnome-desktop/gnome-rr-config.c
 
3397
 
 
3398
commit c599163097d6f96eaa6b5b04b284c7fd68e9436d
 
3399
Author: Christian Hergert <christian.hergert@gmail.com>
 
3400
Date:   Mon Aug 10 18:48:00 2009 +0000
 
3401
 
 
3402
    gnome-rr: Draw monitor labels with rounded corners
 
3403
    
 
3404
    And make sure the rounded corner matches that of the gnome-shell panel.
 
3405
    
 
3406
    https://bugzilla.gnome.org/show_bug.cgi?id=591025
 
3407
 
 
3408
M       libgnome-desktop/gnome-rr-labeler.c
 
3409
 
 
3410
commit fbbf9a15e04f1b6cbaef5c493cacfd84d85f040b
 
3411
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
 
3412
Date:   Tue Jun 19 21:20:44 2012 +0530
 
3413
 
 
3414
    Assamese translation reviewed
 
3415
 
 
3416
M       po/as.po
 
3417
 
 
3418
commit db122d9fdd503a9327f4207ebfcf78d9e7d2e3d8
 
3419
Author: Bastien Nocera <hadess@hadess.net>
 
3420
Date:   Tue May 29 15:15:32 2012 +0100
 
3421
 
 
3422
    gnome-rr: Add gnome_rr_output_get_ids_from_edid()
 
3423
    
 
3424
    To get the vendor/product/serial triplet from an output's EDID data.
 
3425
    This is useful for output matching in gnome-settings-daemon.
 
3426
    
 
3427
    https://bugzilla.gnome.org/show_bug.cgi?id=677031
 
3428
 
 
3429
M       libgnome-desktop/gnome-rr.c
 
3430
M       libgnome-desktop/gnome-rr.h
 
3431
 
 
3432
commit 22582a4ba4de44af8b0ea195f9896715fa8ac75d
 
3433
Author: William Jon McCann <jmccann@redhat.com>
 
3434
Date:   Mon Apr 30 12:43:22 2012 -0400
 
3435
 
 
3436
    Move thumbnails into XDG_CACHE_HOME
 
3437
    
 
3438
    https://bugzilla.gnome.org/show_bug.cgi?id=646508
 
3439
 
 
3440
M       libgnome-desktop/gnome-desktop-thumbnail.c
 
3441
 
 
3442
commit 97ab041ef5fb120d152cd3d3d192f848b459961c
 
3443
Author: Andrea Cimitan <andrea.cimitan@gmail.com>
 
3444
Date:   Mon Jun 11 10:39:36 2012 -0400
 
3445
 
 
3446
    gnome-bg: Fix color conversion for solid backgrounds
 
3447
    
 
3448
    gnome_bg_create_surface converts the primary background
 
3449
    color of a background without a filename from a GdkColor
 
3450
    to a GdkRGBA.  It does it incorrectly though.
 
3451
    
 
3452
    This commit divides each color component by 65535 instead
 
3453
    of 255, since GdkColor uses 16-bit color values.
 
3454
 
 
3455
M       libgnome-desktop/gnome-bg.c
 
3456
 
 
3457
commit fe6fdee20f2b0bb3fc2ad3f30506dea62905711d
 
3458
Author: Ray Strode <rstrode@redhat.com>
 
3459
Date:   Thu Jun 7 14:34:34 2012 -0400
 
3460
 
 
3461
    Revert "Allow rotation if the virtual size has the correct number of pixels"
 
3462
    
 
3463
    This reverts commit 8ba5e616ceb10ae8f1138eaa550ec65742195b78.
 
3464
    
 
3465
    It makes the checking too liberal and allows things through that will
 
3466
    ultimately fail.
 
3467
    
 
3468
    https://bugzilla.gnome.org/show_bug.cgi?id=640237
 
3469
 
 
3470
M       libgnome-desktop/gnome-rr-config.c
 
3471
 
 
3472
commit 575354ebf41aada6ad307a0d39bf42cdb0aa350b
 
3473
Author: Ray Strode <rstrode@redhat.com>
 
3474
Date:   Mon Feb 7 13:56:41 2011 -0500
 
3475
 
 
3476
    gnome-bg: force property update when doing new crossfade frame
 
3477
    
 
3478
    gnome-shell needs to get notified about animation updates.
 
3479
    
 
3480
    This commit frobs the property to wake mutter up.
 
3481
    
 
3482
    https://bugzilla.gnome.org/show_bug.cgi?id=641526
 
3483
 
 
3484
M       libgnome-desktop/gnome-bg-crossfade.c
 
3485
 
 
3486
commit 31c4241e5c08356ab8adf26cbd7aa1702b45ade5
 
3487
Author: Matthias Clasen <mclasen@redhat.com>
 
3488
Date:   Mon Jun 4 22:43:56 2012 -0400
 
3489
 
 
3490
    Post-release version bump
 
3491
 
 
3492
M       configure.ac
 
3493
 
 
3494
commit 2134a8a9e43b74a143ca25c6a350c71feb040f07
 
3495
Author: Matthias Clasen <mclasen@redhat.com>
 
3496
Date:   Mon Jun 4 22:29:01 2012 -0400
 
3497
 
 
3498
    3.5.2
 
3499
 
 
3500
M       NEWS
 
3501
M       configure.ac
 
3502
 
 
3503
commit c49141f00220ec8acc86b0b771b0dcf2f1cce412
 
3504
Author: Vincent Untz <vuntz@gnome.org>
 
3505
Date:   Mon Jun 4 22:38:56 2012 +0200
 
3506
 
 
3507
    misc: Remove myself from maintainers
 
3508
    
 
3509
    Thanks to Colin for stepping up!
 
3510
 
 
3511
M       MAINTAINERS
 
3512
M       gnome-desktop.doap
 
3513
 
 
3514
commit 9e6aa6fbb214f4dfb3e2c600d1b5275e353eb721
 
3515
Author: Vincent Untz <vuntz@gnome.org>
 
3516
Date:   Mon Jun 4 22:38:22 2012 +0200
 
3517
 
 
3518
    misc: Add Colin as maintainer to doap file too
 
3519
 
 
3520
M       gnome-desktop.doap
 
3521
 
 
3522
commit 56504c862964b4a2182c88cf8e1d33f02daf21b7
 
3523
Author: Colin Walters <walters@verbum.org>
 
3524
Date:   Mon Jun 4 13:44:28 2012 -0400
 
3525
 
 
3526
    MAINTAINERS: Add myself; i'll do patch review etc.
 
3527
 
 
3528
M       MAINTAINERS
 
3529
 
 
3530
commit 29c8c48c6a5a830c2b4fd165750b1802fd418eb0
 
3531
Author: Bastien Nocera <hadess@hadess.net>
 
3532
Date:   Fri Jun 1 18:28:37 2012 +0100
 
3533
 
 
3534
    xkb-info: Add test application
 
3535
 
 
3536
M       libgnome-desktop/Makefile.am
 
3537
A       libgnome-desktop/test-xkb-info.c
 
3538
 
 
3539
commit db4d37b36c3140b1e9d83dbf58cc98fc6e6aa4ad
 
3540
Author: Rui Matos <tiagomatos@gmail.com>
 
3541
Date:   Mon May 21 17:25:47 2012 +0200
 
3542
 
 
3543
    gnome-xkb-info: Added to parse and make XKB xml descriptions available
 
3544
    
 
3545
    xkeyboard-config's xml descriptions contain useful information about
 
3546
    XKB layouts. This class makes it easily available to several core
 
3547
    components in the desktop.
 
3548
    
 
3549
    https://bugzilla.gnome.org/show_bug.cgi?id=676583
 
3550
 
 
3551
M       configure.ac
 
3552
M       libgnome-desktop/Makefile.am
 
3553
A       libgnome-desktop/gnome-xkb-info.c
 
3554
A       libgnome-desktop/gnome-xkb-info.h
 
3555
 
 
3556
commit bff570509478bafa5ac1a6744a7583b6f4d825bb
 
3557
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
3558
Date:   Thu May 31 15:58:18 2012 +0200
 
3559
 
 
3560
    Updated Spanish translation
 
3561
 
 
3562
M       desktop-docs/gpl/es/es.po
 
3563
 
 
3564
commit d9f5e5f58e86798c48995e1abc36e7c43174d132
 
3565
Author: Bastien Nocera <hadess@hadess.net>
 
3566
Date:   Tue May 29 14:26:30 2012 +0100
 
3567
 
 
3568
    gnome-rr: Unify laptop identification by name
 
3569
 
 
3570
M       libgnome-desktop/gnome-rr-config.c
 
3571
M       libgnome-desktop/gnome-rr-private.h
 
3572
M       libgnome-desktop/gnome-rr.c
 
3573
 
 
3574
commit 113c7c8252531665d9e9090c6f48cd3f6b16e120
 
3575
Author: Bastien Nocera <hadess@hadess.net>
 
3576
Date:   Tue May 29 10:20:56 2012 +0100
 
3577
 
 
3578
    gnome-rr: Simplify connector type comparison
 
3579
 
 
3580
M       libgnome-desktop/gnome-rr.c
 
3581
 
 
3582
commit b61d839645f83422158172d9f6d7de959069bb77
 
3583
Author: Martin Srebotnjak <miles@filmsi.net>
 
3584
Date:   Sun May 27 16:15:21 2012 +0200
 
3585
 
 
3586
    Updated Slovenian translation
 
3587
 
 
3588
M       desktop-docs/lgpl/sl/sl.po
 
3589
 
 
3590
commit 2ed4f948b8b1c7cdbcbe0ed82dc11179df5fa176
 
3591
Author: Bastien Nocera <hadess@hadess.net>
 
3592
Date:   Thu May 17 17:57:41 2012 +0100
 
3593
 
 
3594
    gnome-rr: Better display dimensions in names
 
3595
    
 
3596
    For a small number of displays, we know the size it's sold as,
 
3597
    so make 15.6" displays show up as 15.6", not 16.
 
3598
    
 
3599
    https://bugzilla.gnome.org/show_bug.cgi?id=669537
 
3600
 
 
3601
M       libgnome-desktop/display-name.c
 
3602
 
 
3603
commit df7b842ecb84fb2d02a553dce3b9c8f7641d1860
 
3604
Author: William Jon McCann <jmccann@redhat.com>
 
3605
Date:   Tue May 8 18:30:28 2012 -0400
 
3606
 
 
3607
    Make the monitor labels 75% opaque
 
3608
    
 
3609
    This helps you see what might be hiding beneath them since they
 
3610
    ignore clicks now.
 
3611
    
 
3612
    https://bugzilla.gnome.org/show_bug.cgi?id=675696
 
3613
 
 
3614
M       libgnome-desktop/gnome-rr-labeler.c
 
3615
 
 
3616
commit a7fcdf155d25ff51baf2a37b3fa3adeda622161b
 
3617
Author: William Jon McCann <jmccann@redhat.com>
 
3618
Date:   Tue May 8 16:40:22 2012 -0400
 
3619
 
 
3620
    Ignore all events on the display labels
 
3621
    
 
3622
    https://bugzilla.gnome.org/show_bug.cgi?id=675696
 
3623
 
 
3624
M       libgnome-desktop/gnome-rr-labeler.c
 
3625
 
 
3626
commit f72eb69fe937ee514690f082fac91fe36fc489c1
 
3627
Author: William Jon McCann <jmccann@redhat.com>
 
3628
Date:   Tue May 8 16:13:23 2012 -0400
 
3629
 
 
3630
    Change display labeller to use rgba instead of color
 
3631
 
 
3632
M       configure.ac
 
3633
M       libgnome-desktop/gnome-rr-labeler.c
 
3634
M       libgnome-desktop/gnome-rr-labeler.h
 
3635
 
 
3636
commit 637a9f8c2c0e7184b059466a5cc93baad2a33ac8
 
3637
Author: Yurek Hinz <yurekh@yahoo.com>
 
3638
Date:   Mon Apr 16 19:08:35 2012 +0200
 
3639
 
 
3640
    Added Kashubian translation
 
3641
 
 
3642
M       po/LINGUAS
 
3643
A       po/csb.po
 
3644
 
 
3645
commit d7cc5dadc3831b149bab1cd3e4af50e441546c2e
 
3646
Author: Daniel Drake <dsd@laptop.org>
 
3647
Date:   Wed Apr 11 13:59:32 2012 -0600
 
3648
 
 
3649
    gnome-bg: Fix crash when system clock is behind start date
 
3650
    
 
3651
    The 1-slide background included in Fedora 17 causes a crash
 
3652
    in gnome-bg when the system clock is set behind the date specified
 
3653
    in the slideshow xml file.
 
3654
    
 
3655
    This was due to slide->duration being set to UINT_MAX (to indicate a
 
3656
    single-slide show) but show->total_duration not being updated to take
 
3657
    account of this. The calculation in get_current_slide() was therefore
 
3658
    confused, and triggered a g_assert_not_reached().
 
3659
    
 
3660
    https://bugzilla.gnome.org/show_bug.cgi?id=673551
 
3661
 
 
3662
M       libgnome-desktop/gnome-bg.c
 
3663
 
 
3664
commit cc326c09a5d52ba0a627b9cdc3434731d6cfa692
 
3665
Author: Martin Pitt <martin.pitt@canonical.com>
 
3666
Date:   Tue Apr 3 14:12:34 2012 -0500
 
3667
 
 
3668
    bgo#672030 - Use "default" as the laptop's built-in output's name as a catch-all for NVidia and others
 
3669
    
 
3670
    Drivers that don't bother to do RANDR properly tend to use "default" for the built-in
 
3671
    output's name.  So, let's use that as a last heuristic to detect laptop displays.
 
3672
    
 
3673
    Patch by James M. Leddy.
 
3674
    Original bug at https://launchpad.net/bugs/949296
 
3675
 
 
3676
M       libgnome-desktop/gnome-rr.c
 
3677
 
 
3678
commit 8a0e05760bc9beb6b8f2921fc94467be03b27352
4
3679
Author: Sandeep Sheshrao Shedmake <sshedmak@redhat.com>
5
3680
Date:   Wed Mar 28 14:39:21 2012 +0530
6
3681
 
8
3683
 
9
3684
M       po/mr.po
10
3685
 
11
 
commit a31fe80cbb4b4af5ea9e3adfdf35973962c77b31
12
 
Author: Vincent Untz <vuntz@gnome.org>
13
 
Date:   Mon Mar 26 11:03:11 2012 +0200
14
 
 
15
 
    release: post-release bump to 3.4.1
16
 
 
17
 
M       configure.ac
18
 
 
19
 
commit a64ec87e3b8c65ab1decd56ace90d99a4d8298ae
20
 
Author: Vincent Untz <vuntz@gnome.org>
21
 
Date:   Mon Mar 26 10:43:27 2012 +0200
22
 
 
23
 
    release: 3.4.0
24
 
 
25
 
M       NEWS
 
3686
commit c68e01f46d8a5297fedbb2331039bc7788169f3a
 
3687
Author: Richard Hughes <richard@hughsie.com>
 
3688
Date:   Fri Mar 16 12:11:46 2012 +0000
 
3689
 
 
3690
    gnome-rr: Add test tool to debug GnomeRR issues
 
3691
 
 
3692
M       libgnome-desktop/Makefile.am
 
3693
A       libgnome-desktop/gnome-rr-debug.c
26
3694
 
27
3695
commit f3c2592b839464dd7d349fbd8e1349fb4638e781
28
3696
Author: Reşat SABIQ <tilde.birlik@gmail.com>