~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-03-21 22:30:04 UTC
  • mto: (0.3.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 165.
  • Revision ID: james.westby@ubuntu.com-20110321223004-okxhalsjh51i5w62
Tags: upstream-2.91.92
Import upstream version 2.91.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated by Makefile. Do not edit.
2
2
 
 
3
commit 7e976baf869577bc8be4ddac1997993facb3e625
 
4
Author: Marek Kasik <mkasik@redhat.com>
 
5
Date:   Mon Mar 21 15:50:12 2011 +0100
 
6
 
 
7
    printers: Show computer-fail icon when can not connect to CUPS
 
8
    
 
9
    Show "computer-fail" under the text "Sorry! The system printing
 
10
    service doesn't seem to be available." if we can not connect to
 
11
    CUPS server (#641421).
 
12
 
 
13
 panels/printers/printers.ui |   34 +++++++++++++++++++++++++++++++---
 
14
 1 files changed, 31 insertions(+), 3 deletions(-)
 
15
 
 
16
commit 1e53d76bc0ca852169bead0d555170d134b3022b
 
17
Author: William Jon McCann <jmccann@redhat.com>
 
18
Date:   Mon Mar 21 09:58:08 2011 -0400
 
19
 
 
20
    network: use computer-fail instead of the error icon when NM isn't available
 
21
    
 
22
    It is not something the user did wrong so we shouldn't use a mean
 
23
    looking error icon.  We use computer-fail when something is wrong
 
24
    with the setup of the computer that the user can't fix.
 
25
 
 
26
 panels/network/cc-network-panel.c |    5 +++++
 
27
 1 files changed, 5 insertions(+), 0 deletions(-)
 
28
 
 
29
commit 92e95d075253b938ef22402fb3dacac9804d6c61
 
30
Author: William Jon McCann <jmccann@redhat.com>
 
31
Date:   Sun Mar 20 20:38:39 2011 -0400
 
32
 
 
33
    user-accounts: move faces images from GDM
 
34
    
 
35
    The don't really make sense in GDM anymore since all the tools
 
36
    that used them have been removed from there.  It makes more sense
 
37
    for them to live close the UI that selects and manipulates them.
 
38
    
 
39
    At some point we should probably consider making face images themeable
 
40
    so that they can be loaded in various sizes.
 
41
 
 
42
 configure.ac                                    |    1 +
 
43
 panels/user-accounts/data/Makefile.am           |    2 +-
 
44
 panels/user-accounts/data/faces/Makefile.am     |   34 +++++++++++++++++++++++
 
45
 panels/user-accounts/data/faces/Makefile.am~    |   32 +++++++++++++++++++++
 
46
 panels/user-accounts/data/faces/astronaut.jpg   |  Bin 0 -> 3034 bytes
 
47
 panels/user-accounts/data/faces/baseball.png    |  Bin 0 -> 12985 bytes
 
48
 panels/user-accounts/data/faces/butterfly.png   |  Bin 0 -> 17171 bytes
 
49
 panels/user-accounts/data/faces/cat-eye.jpg     |  Bin 0 -> 5495 bytes
 
50
 panels/user-accounts/data/faces/chess.jpg       |  Bin 0 -> 3346 bytes
 
51
 panels/user-accounts/data/faces/coffee.jpg      |  Bin 0 -> 3467 bytes
 
52
 panels/user-accounts/data/faces/dice.jpg        |  Bin 0 -> 2807 bytes
 
53
 panels/user-accounts/data/faces/energy-arc.jpg  |  Bin 0 -> 2041 bytes
 
54
 panels/user-accounts/data/faces/fish.jpg        |  Bin 0 -> 3225 bytes
 
55
 panels/user-accounts/data/faces/flake.jpg       |  Bin 0 -> 4216 bytes
 
56
 panels/user-accounts/data/faces/flower.jpg      |  Bin 0 -> 3572 bytes
 
57
 panels/user-accounts/data/faces/grapes.jpg      |  Bin 0 -> 4045 bytes
 
58
 panels/user-accounts/data/faces/guitar.jpg      |  Bin 0 -> 2281 bytes
 
59
 panels/user-accounts/data/faces/launch.jpg      |  Bin 0 -> 3121 bytes
 
60
 panels/user-accounts/data/faces/leaf.jpg        |  Bin 0 -> 2627 bytes
 
61
 panels/user-accounts/data/faces/lightning.jpg   |  Bin 0 -> 2621 bytes
 
62
 panels/user-accounts/data/faces/penguin.jpg     |  Bin 0 -> 2192 bytes
 
63
 panels/user-accounts/data/faces/puppy.jpg       |  Bin 0 -> 3461 bytes
 
64
 panels/user-accounts/data/faces/sky.jpg         |  Bin 0 -> 2964 bytes
 
65
 panels/user-accounts/data/faces/soccerball.png  |  Bin 0 -> 9267 bytes
 
66
 panels/user-accounts/data/faces/sunflower.jpg   |  Bin 0 -> 4105 bytes
 
67
 panels/user-accounts/data/faces/sunset.jpg      |  Bin 0 -> 2752 bytes
 
68
 panels/user-accounts/data/faces/tennis-ball.png |  Bin 0 -> 13432 bytes
 
69
 panels/user-accounts/data/faces/yellow-rose.jpg |  Bin 0 -> 2727 bytes
 
70
 28 files changed, 68 insertions(+), 1 deletions(-)
 
71
 
 
72
commit 509da80abdac1463f3caa176da38309ffd74dcf2
 
73
Author: William Jon McCann <jmccann@redhat.com>
 
74
Date:   Sun Mar 20 19:20:56 2011 -0400
 
75
 
 
76
    screen: honor disable-lock-screen setting
 
77
 
 
78
 panels/screen/cc-screen-panel.c |   35 +++++++++++++++++++++++++++++++++++
 
79
 panels/screen/screen.ui         |    2 +-
 
80
 2 files changed, 36 insertions(+), 1 deletions(-)
 
81
 
 
82
commit 0e60fb1f12d3501165317b86c7c255590b4ba6fc
 
83
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
 
84
Date:   Mon Mar 21 10:37:52 2011 +0100
 
85
 
 
86
    Updated Lithuanian translation.
 
87
 
 
88
 po/lt.po | 5979 +++++++++++++++++++++++++++++++++++++++++---------------------
 
89
 1 files changed, 4005 insertions(+), 1974 deletions(-)
 
90
 
 
91
commit a97d65fdcc3cd93e4ebb99807558d12d827e7075
 
92
Author: Bastien Nocera <hadess@hadess.net>
 
93
Date:   Mon Mar 21 00:15:52 2011 +0000
 
94
 
 
95
    user-accounts: Don't warn if there are no faces pixmaps
 
96
    
 
97
    https://bugzilla.gnome.org/show_bug.cgi?id=645347
 
98
 
 
99
 panels/user-accounts/um-photo-dialog.c |   82 +++++++++++++++++++-------------
 
100
 1 files changed, 49 insertions(+), 33 deletions(-)
 
101
 
 
102
commit a665a5260967d18753870eccd0f6e16701a8b826
 
103
Author: Daniel Nylander <po@danielnylander.se>
 
104
Date:   Sun Mar 20 19:45:18 2011 +0100
 
105
 
 
106
    Updated Swedish translation
 
107
 
 
108
 po/sv.po |  677 +++++++++++++++++++++++++++++++-------------------------------
 
109
 1 files changed, 341 insertions(+), 336 deletions(-)
 
110
 
 
111
commit fd0a4cc2e447c0f485096f34f103c8ea6c1c9115
 
112
Author: Fran Diéguez <fran.dieguez@mabishu.com>
 
113
Date:   Sun Mar 20 18:51:31 2011 +0100
 
114
 
 
115
    Updated Galician translations
 
116
 
 
117
 po/gl.po |  214 ++++++++++++++++++++++++++++++++++++--------------------------
 
118
 1 files changed, 124 insertions(+), 90 deletions(-)
 
119
 
 
120
commit b7b1f9f4d07a44870c7eb256d5b5954ffcd85466
 
121
Author: Bastien Nocera <hadess@hadess.net>
 
122
Date:   Sun Mar 20 16:58:46 2011 +0000
 
123
 
 
124
    keyboard: Correct labels for blinking speed
 
125
    
 
126
    https://bugzilla.gnome.org/show_bug.cgi?id=645314
 
127
 
 
128
 panels/keyboard/gnome-keyboard-panel.ui |    1 +
 
129
 1 files changed, 1 insertions(+), 0 deletions(-)
 
130
 
 
131
commit c34734dd87debd2428e2d3208bf18c308a5c7352
 
132
Author: Bastien Nocera <hadess@hadess.net>
 
133
Date:   Fri Mar 18 16:19:50 2011 +0000
 
134
 
 
135
    mouse: Don't reset scrolling method on start
 
136
    
 
137
    Or tap-to-click for that matter, if the device present does
 
138
    not support it.
 
139
    
 
140
    https://bugzilla.gnome.org/show_bug.cgi?id=642474
 
141
 
 
142
 panels/mouse/gnome-mouse-properties.c |   17 +++++++++++------
 
143
 1 files changed, 11 insertions(+), 6 deletions(-)
 
144
 
 
145
commit f1c3818094c22116ea740bcdcdee35c770288b01
 
146
Author: Rudolfs Mazurs <rudolfs.mazurs@gmail.com>
 
147
Date:   Sun Mar 20 16:06:55 2011 +0200
 
148
 
 
149
    Updated Latvian translation.
 
150
 
 
151
 po/lv.po | 6666 +++++++++++++++++++++++++++++++-------------------------------
 
152
 1 files changed, 3381 insertions(+), 3285 deletions(-)
 
153
 
 
154
commit 917fa81f106802ed84525cf0955b9fc98bf7ba9b
 
155
Author: William Jon McCann <jmccann@redhat.com>
 
156
Date:   Sun Mar 20 03:04:26 2011 -0400
 
157
 
 
158
    mouse: make sure we fit within our minimum vertical size
 
159
    
 
160
    Make sure we fit on netbook screens.
 
161
 
 
162
 panels/mouse/gnome-mouse-properties.ui |  406 ++++++++++++++++++++------------
 
163
 1 files changed, 253 insertions(+), 153 deletions(-)
 
164
 
 
165
commit f9bcc485e38ecce38a0ffb66a08b816d0dd6fb99
 
166
Author: William Jon McCann <jmccann@redhat.com>
 
167
Date:   Sun Mar 20 00:04:38 2011 -0400
 
168
 
 
169
    printer: use inline-toolbar style on all listview toolbars
 
170
 
 
171
 panels/printers/printers.ui |    6 ++++++
 
172
 1 files changed, 6 insertions(+), 0 deletions(-)
 
173
 
 
174
commit e2cb3282e276820cd27b7df06c7b3afe1718a811
 
175
Author: William Jon McCann <jmccann@redhat.com>
 
176
Date:   Sat Mar 19 23:16:52 2011 -0400
 
177
 
 
178
    printers: fix alignment in secondary notebook pages
 
179
 
 
180
 panels/printers/printers.ui |  114 ++++++++++++++++++++++++++-----------------
 
181
 1 files changed, 69 insertions(+), 45 deletions(-)
 
182
 
 
183
commit 3689177e669c3c6e232d21da817cddd157a43ec8
 
184
Author: Piotr Drąg <piotrdrag@gmail.com>
 
185
Date:   Sat Mar 19 16:23:52 2011 +0100
 
186
 
 
187
    Updated Polish translation
 
188
 
 
189
 po/pl.po |  639 ++++++++++++++++++++++++++++++++++----------------------------
 
190
 1 files changed, 348 insertions(+), 291 deletions(-)
 
191
 
 
192
commit eb1fec869ff085e8fc4ff013c4bd76771ee211fc
 
193
Author: Aron Xu <aronxu@gnome.org>
 
194
Date:   Sat Mar 19 23:07:47 2011 +0800
 
195
 
 
196
    Update Simplified Chinese translation.
 
197
 
 
198
 po/zh_CN.po | 2490 +++++++++++++++++++++++++++++++++++++----------------------
 
199
 1 files changed, 1582 insertions(+), 908 deletions(-)
 
200
 
 
201
commit 3e46c3f817c37d67d1ba5b3829acc8ad02903c9a
 
202
Author: Changwoo Ryu <cwryu@debian.org>
 
203
Date:   Sat Mar 19 23:00:04 2011 +0900
 
204
 
 
205
    Updated Korean translation
 
206
 
 
207
 po/ko.po |  772 ++++++++++++++++++++++++++++++++++----------------------------
 
208
 1 files changed, 429 insertions(+), 343 deletions(-)
 
209
 
 
210
commit 000fe86c2165724d689dcf4367a502fe7f0d54c7
 
211
Author: Jorge González <jorgegonz@svn.gnome.org>
 
212
Date:   Sat Mar 19 14:50:26 2011 +0100
 
213
 
 
214
    Updated Spanish translation
 
215
 
 
216
 po/es.po |  243 ++++++++++++++++++++++++++++++++------------------------------
 
217
 1 files changed, 125 insertions(+), 118 deletions(-)
 
218
 
 
219
commit 802e7443f8b769c679719c461af4eeb5e2a01c80
 
220
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
221
Date:   Sat Mar 19 02:29:43 2011 +0100
 
222
 
 
223
    Updated Hungarian translation
 
224
 
 
225
 po/hu.po |  612 ++++++++++++++++++++++++++++++--------------------------------
 
226
 1 files changed, 296 insertions(+), 316 deletions(-)
 
227
 
 
228
commit d6e17b262202d22c3d6b1e38affbe4d8c3fe1cf2
 
229
Author: Khaled Hosny <khaledhosny@eglug.org>
 
230
Date:   Sat Mar 19 02:42:38 2011 +0200
 
231
 
 
232
    Updated Arabic translation
 
233
 
 
234
 po/ar.po |  593 ++++++++++++++++++++++++++++++++-----------------------------
 
235
 1 files changed, 311 insertions(+), 282 deletions(-)
 
236
 
 
237
commit 2582560cdc98859031f50ee9a104292b9cdc5dd1
 
238
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
 
239
Date:   Fri Mar 18 22:16:39 2011 +0100
 
240
 
 
241
    Updated Serbian Translation
 
242
 
 
243
 po/sr.po       | 8021 ++++++++++++++++++++++----------------------------------
 
244
 po/sr@latin.po | 8019 ++++++++++++++++++++++----------------------------------
 
245
 2 files changed, 6251 insertions(+), 9789 deletions(-)
 
246
 
 
247
commit 2180139ae442ac4ca39f74b358a65bf405a647e7
 
248
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
 
249
Date:   Fri Mar 18 21:27:24 2011 +0100
 
250
 
 
251
    Updated Slovenian translation
 
252
 
 
253
 po/sl.po |  740 ++++++++------------------------------------------------------
 
254
 1 files changed, 92 insertions(+), 648 deletions(-)
 
255
 
 
256
commit bea866cf6299d76031e617ba32c570e5287dec14
 
257
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
258
Date:   Fri Mar 18 14:58:06 2011 -0400
 
259
 
 
260
    universal-access: use NO_SENSITIVITY flag for g_settings_bind()
 
261
    
 
262
    Otherwise the sensitivity will be overridden with the setting
 
263
    writability.
 
264
    
 
265
    https://bugzilla.gnome.org/show_bug.cgi?id=645171
 
266
 
 
267
 panels/universal-access/cc-ua-panel.c |    6 +++---
 
268
 1 files changed, 3 insertions(+), 3 deletions(-)
 
269
 
 
270
commit 66af5ba820b91bc18dd09a15caf1601fa59bc738
 
271
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
272
Date:   Fri Mar 18 20:09:09 2011 +0200
 
273
 
 
274
    Uploaded Ukranian
 
275
 
 
276
 po/uk.po |  212 ++++++++++++++++++++++++++++++++++++--------------------------
 
277
 1 files changed, 123 insertions(+), 89 deletions(-)
 
278
 
 
279
commit 6b5e77de035f13bec92a10688b4a0b441ad23cc8
 
280
Author: Matej Urbančič <mateju@svn.gnome.org>
 
281
Date:   Fri Mar 18 18:45:42 2011 +0100
 
282
 
 
283
    Updated Slovenian translation
 
284
 
 
285
 po/sl.po |  569 ++++++++++++++++++++++++++++++++------------------------------
 
286
 1 files changed, 290 insertions(+), 279 deletions(-)
 
287
 
 
288
commit 27346dc87d5836e552ca81dce7af9bef384b0d35
 
289
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
290
Date:   Fri Mar 18 11:30:34 2011 -0400
 
291
 
 
292
    keyboard: mark the scales as insensitive when the checkboxes are off
 
293
    
 
294
    https://bugzilla.gnome.org/show_bug.cgi?id=645151
 
295
 
 
296
 panels/keyboard/gnome-keyboard-panel.ui |    4 ++--
 
297
 panels/keyboard/keyboard-general.c      |    8 ++++++++
 
298
 2 files changed, 10 insertions(+), 2 deletions(-)
 
299
 
 
300
commit dd7bd159390714c3921c9da1feea3aabbe92b8f6
 
301
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
302
Date:   Fri Mar 18 11:18:12 2011 -0400
 
303
 
 
304
    screen: set the label as insensitive when Lock is off
 
305
    
 
306
    https://bugzilla.gnome.org/show_bug.cgi?id=645149
 
307
 
 
308
 panels/screen/cc-screen-panel.c |    1 +
 
309
 panels/screen/screen.ui         |    2 +-
 
310
 2 files changed, 2 insertions(+), 1 deletions(-)
 
311
 
 
312
commit ea317f5677b9c32dd0053ea154b9b0f4ddbd570f
 
313
Author: Marek Kasik <mkasik@redhat.com>
 
314
Date:   Fri Mar 18 17:03:25 2011 +0100
 
315
 
 
316
    printers: Change text about unavailability of CUPS
 
317
    
 
318
    Change "The printing service (CUPS) is not running,
 
319
    please check with your system administrator." to
 
320
    "Sorry! The system printing service
 
321
     doesn't seem to be available." (#641421).
 
322
 
 
323
 panels/printers/printers.ui |    4 ++--
 
324
 1 files changed, 2 insertions(+), 2 deletions(-)
 
325
 
 
326
commit 6946159d84020d1e63de5069203b5aa44bfb9498
 
327
Author: Bastien Nocera <hadess@hadess.net>
 
328
Date:   Fri Mar 18 15:46:19 2011 +0000
 
329
 
 
330
    mouse: Check caps of the touchpad when added
 
331
 
 
332
 panels/mouse/gnome-mouse-properties.c |   23 +++++++++++++++++------
 
333
 1 files changed, 17 insertions(+), 6 deletions(-)
 
334
 
 
335
commit 189a24c280678c8b56ec6d3ee154ba93a7567918
 
336
Author: Alexander Larsson <alexl@redhat.com>
 
337
Date:   Fri Mar 18 16:37:22 2011 +0100
 
338
 
 
339
    Fix dragging rotated monitors
 
340
    
 
341
    Need to take rotation into account when handling the snapping.
 
342
    
 
343
    https://bugzilla.gnome.org/show_bug.cgi?id=641345
 
344
 
 
345
 panels/display/xrandr-capplet.c |   28 +++++++++++++++++++---------
 
346
 1 files changed, 19 insertions(+), 9 deletions(-)
 
347
 
 
348
commit a731dcb28b85d41eb9529de68da347409df119e1
 
349
Author: Marek Kasik <mkasik@redhat.com>
 
350
Date:   Fri Mar 18 16:35:12 2011 +0100
 
351
 
 
352
    printers: Show IP address of printer
 
353
    
 
354
    Show address of printer in "IP Address" field.
 
355
 
 
356
 panels/printers/cc-printers-panel.c |   45 +++++++++++++++++++++++++++++++++++
 
357
 1 files changed, 45 insertions(+), 0 deletions(-)
 
358
 
 
359
commit 2fd11caaaf1aad593947869e5775f21cd75d2d3b
 
360
Author: Bastien Nocera <hadess@hadess.net>
 
361
Date:   Fri Mar 18 15:29:15 2011 +0000
 
362
 
 
363
    mouse: Don't forget to set the variables we use
 
364
    
 
365
    Otherwise we can't disconnect very much...
 
366
 
 
367
 panels/mouse/gnome-mouse-properties.c |    8 ++++----
 
368
 1 files changed, 4 insertions(+), 4 deletions(-)
 
369
 
 
370
commit 11c9cf680ed8743373a828a9d30a72e457891b51
 
371
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
372
Date:   Fri Mar 18 10:51:03 2011 -0400
 
373
 
 
374
    universal-access: set the name to the right hboxes
 
375
    
 
376
    So that the label in the box gets the sensitive state propagated to it.
 
377
    
 
378
    https://bugzilla.gnome.org/show_bug.cgi?id=645135
 
379
 
 
380
 panels/universal-access/uap.ui |   12 ++++++------
 
381
 1 files changed, 6 insertions(+), 6 deletions(-)
 
382
 
 
383
commit 7c3011c3522c5b4c38f80b5c0f66c56cca325def
 
384
Author: Alexander Larsson <alexl@redhat.com>
 
385
Date:   Fri Mar 18 15:47:37 2011 +0100
 
386
 
 
387
    Fix include not found for gsettings-desktop-schemas/gdesktop-enums.h
 
388
    
 
389
    pkg-config --cflags gsettings-desktop-schemas lists:
 
390
     $incdir/gsettings-desktop-schemas
 
391
    and that directory contains a gdesktop-enums.h file, so including
 
392
    <gsettings-desktop-schemas/gdesktop-enums.h> will fail unless
 
393
    the parent directory also accidentally got added as -I.
 
394
 
 
395
 panels/datetime/cc-datetime-panel.c |    2 +-
 
396
 panels/display/xrandr-capplet.c     |    2 +-
 
397
 panels/printers/cc-printers-panel.c |    2 +-
 
398
 3 files changed, 3 insertions(+), 3 deletions(-)
 
399
 
 
400
commit dd397167906b5c36dc3e631ccb85c83f8802afee
 
401
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
402
Date:   Fri Mar 18 10:42:24 2011 -0400
 
403
 
 
404
    property-editor: use the right signalture for the notify::active callback
 
405
    
 
406
    https://bugzilla.gnome.org/show_bug.cgi?id=645143
 
407
 
 
408
 libgnome-control-center/gconf-property-editor.c |    9 +++++----
 
409
 1 files changed, 5 insertions(+), 4 deletions(-)
 
410
 
 
411
commit e2f6f36b8e29efaf44ec80928cdb063276262f65
 
412
Author: Marek Kasik <mkasik@redhat.com>
 
413
Date:   Fri Mar 18 14:45:57 2011 +0100
 
414
 
 
415
    printers: Handle no printers situation better
 
416
    
 
417
    Show "No printer available" in the device list.
 
418
    Show "Add New Printer" button on the right side.
 
419
    Show appropriate message if CUPS is not running.
 
420
    Fixes #641421.
 
421
 
 
422
 panels/printers/cc-printers-panel.c |   87 +++++++++++++++++++++++++++++++---
 
423
 panels/printers/printers.ui         |   59 ++++++++++++++++++++++--
 
424
 2 files changed, 134 insertions(+), 12 deletions(-)
 
425
 
 
426
commit 88e192c03292d0d601ef1c71ee2d660e8223222d
 
427
Author: Richard Hughes <richard@hughsie.com>
 
428
Date:   Fri Mar 18 12:16:26 2011 +0000
 
429
 
 
430
    network: add a warning to the user when the PAC textbox is empty and we're going to use WPAD
 
431
    
 
432
    If you choose Automatic and then don't fill in any configuration URL, it
 
433
    defaults to WPAD.
 
434
    
 
435
    But really, WPAD is a bad default anyway; if you enable it on an untrusted
 
436
    network, then anyone else on that network can tell your machine that it should
 
437
    proxy all of your web traffic through them.
 
438
    
 
439
    The best bet might be to just add some explanatory text to the (otherwise
 
440
    nearly-empty) Automatic page.
 
441
    
 
442
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=641793
 
443
 
 
444
 panels/network/cc-network-panel.c |   49 +++++++++++++++++++++++++++++++++++++
 
445
 panels/network/network.ui         |   49 +++++++++++++++++++++++++++++++++++++
 
446
 2 files changed, 98 insertions(+), 0 deletions(-)
 
447
 
 
448
commit bedb8e12183f421a4f433d0e6e4bcfda57dd78db
 
449
Author: Marek Kasik <mkasik@redhat.com>
 
450
Date:   Fri Mar 18 12:55:18 2011 +0100
 
451
 
 
452
    printers: Don't sort printers by usage
 
453
    
 
454
    It is very inefficient to get all jobs when there are
 
455
    thousands of them. Sort it alphabetically.
 
456
 
 
457
 panels/printers/cc-printers-panel.c |   86 +----------------------------------
 
458
 1 files changed, 1 insertions(+), 85 deletions(-)
 
459
 
 
460
commit f1d70389c0e5dc6e2c62c4f5510ff75b62b73ebf
 
461
Author: Frédéric Péters <fpeters@0d.be>
 
462
Date:   Fri Mar 18 11:58:32 2011 +0100
 
463
 
 
464
    Do not abort if an unknown user is signaled removed
 
465
    
 
466
    https://bugzilla.gnome.org/show_bug.cgi?id=645118
 
467
 
 
468
 panels/user-accounts/um-user-manager.c |    2 ++
 
469
 1 files changed, 2 insertions(+), 0 deletions(-)
 
470
 
 
471
commit ea4bb37914cb6b8be37bb7d70c7461d48d3a3d00
 
472
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
 
473
Date:   Fri Mar 18 15:05:54 2011 +0800
 
474
 
 
475
    Updated Traditional Chinese translation(Hong Kong and Taiwan)
 
476
 
 
477
 po/zh_HK.po | 1735 ++++++++++++++++++++++++++--------------------------------
 
478
 po/zh_TW.po | 1764 +++++++++++++++++++++++++++--------------------------------
 
479
 2 files changed, 1587 insertions(+), 1912 deletions(-)
 
480
 
 
481
commit e9e553579777c732f8c64d3e8c1ec103e7216d3e
 
482
Author: Matthias Clasen <mclasen@redhat.com>
 
483
Date:   Thu Mar 17 22:56:48 2011 -0400
 
484
 
 
485
    Network: Always select a device
 
486
    
 
487
    In particular, when removing the selected row, we need to manually
 
488
    select another one.
 
489
    https://bugzilla.gnome.org/show_bug.cgi?id=645095
 
490
 
 
491
 panels/network/cc-network-panel.c |   12 +++++++++++-
 
492
 1 files changed, 11 insertions(+), 1 deletions(-)
 
493
 
 
494
commit b071eba8ebaf1c4b5d7caf9a28b506557d6c07d7
 
495
Author: Matthias Clasen <mclasen@redhat.com>
 
496
Date:   Thu Mar 17 22:12:48 2011 -0400
 
497
 
 
498
    Network: Ellipsize the connection name label
 
499
    
 
500
    For custom or VPN connections, the name can get long, so
 
501
    better ellipsize, otherwise we risk resizing.
 
502
 
 
503
 panels/network/network.ui |    1 +
 
504
 1 files changed, 1 insertions(+), 0 deletions(-)
 
505
 
 
506
commit 22d7b535fcd5f4525cb5285f6539472524802c47
 
507
Author: Matthias Clasen <mclasen@redhat.com>
 
508
Date:   Thu Mar 17 21:43:24 2011 -0400
 
509
 
 
510
    Network: try to fix horizontal resizing problems
 
511
    
 
512
    Strip out an extra label between the device list and the right side
 
513
    to win some space, and force the right-hand sides on the proxy tab
 
514
    to not change size.
 
515
    
 
516
    https://bugzilla.gnome.org/show_bug.cgi?id=644981
 
517
 
 
518
 panels/network/network.ui |   33 ++++++++++++++++++++++-----------
 
519
 1 files changed, 22 insertions(+), 11 deletions(-)
 
520
 
 
521
commit 64ead43760efdc95d484161a38221550b8ddfae2
 
522
Author: Fran Dieguez <frandieguez@gnome.org>
 
523
Date:   Fri Mar 18 02:11:43 2011 +0100
 
524
 
 
525
    Updated Galician translations
 
526
 
 
527
 po/gl.po |  466 +++++++++++++++++++++++++++++++-------------------------------
 
528
 1 files changed, 232 insertions(+), 234 deletions(-)
 
529
 
 
530
commit e0eb298781ad018a1f870ae157300d0af73741da
 
531
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
532
Date:   Thu Mar 17 20:56:32 2011 +0100
 
533
 
 
534
    Updated Spanish translation
 
535
 
 
536
 po/es.po |  518 ++++++++++++++++++++++++++++++++------------------------------
 
537
 1 files changed, 268 insertions(+), 250 deletions(-)
 
538
 
 
539
commit 92c3f6dd6131a0aacd37bd8984c012762b7c13a1
 
540
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
541
Date:   Thu Mar 17 15:07:46 2011 -0400
 
542
 
 
543
    all: set the 'inline-toolbar' style class to toolbars which need it
 
544
    
 
545
    https://bugzilla.gnome.org/show_bug.cgi?id=645059
 
546
 
 
547
 panels/background/background.ui                   |    3 +++
 
548
 panels/keyboard/gnome-keyboard-panel.ui           |    3 +++
 
549
 panels/network/network.ui                         |    3 +++
 
550
 panels/printers/printers.ui                       |    3 +++
 
551
 panels/region/gnome-region-panel.ui               |    3 +++
 
552
 panels/user-accounts/data/user-accounts-dialog.ui |    3 +++
 
553
 6 files changed, 18 insertions(+), 0 deletions(-)
 
554
 
 
555
commit 7c70142969280890bacaab61881f8493649a6329
 
556
Author: Cosimo Cecchi <cosimoc@gnome.org>
 
557
Date:   Thu Mar 17 15:07:09 2011 -0400
 
558
 
 
559
    network: add a missing include
 
560
 
 
561
 panels/network/cc-network-panel.c |    1 +
 
562
 1 files changed, 1 insertions(+), 0 deletions(-)
 
563
 
 
564
commit b0f62e4799bafed4b3224cfd78c41cb79666fe06
 
565
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
566
Date:   Thu Mar 17 20:04:06 2011 +0100
 
567
 
 
568
    Updated Spanish translation
 
569
 
 
570
 po/es.po |  252 ++++++++++++++++++++++++++++++++++++--------------------------
 
571
 1 files changed, 146 insertions(+), 106 deletions(-)
 
572
 
 
573
commit 8d2e003abc89f6d611bce9f6d30bea6b7595583c
 
574
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
575
Date:   Thu Mar 17 20:21:46 2011 +0200
 
576
 
 
577
    Uploaded Ukranian
 
578
 
 
579
 po/uk.po |  521 ++++++++++++++++++++++++++++++++------------------------------
 
580
 1 files changed, 271 insertions(+), 250 deletions(-)
 
581
 
 
582
commit e9230d25fa8937a49dbd1f5498bd3fe4f8007ca6
 
583
Author: Richard Hughes <richard@hughsie.com>
 
584
Date:   Thu Mar 17 16:33:03 2011 +0000
 
585
 
 
586
    network: actually switch the wireless networks when the combo is changed
 
587
    
 
588
    If we have an existing connection that matches the SSID, then we use that.
 
589
    Otherwise we create a connection and activate it.
 
590
    
 
591
    This fixes #644446
 
592
 
 
593
 panels/network/cc-network-panel.c |  101 +++++++++++++++++++++++++++++++++++--
 
594
 1 files changed, 97 insertions(+), 4 deletions(-)
 
595
 
 
596
commit bc160c45377ae513c4ed30722a40a086613a9fe0
 
597
Author: David Zeuthen <davidz@redhat.com>
 
598
Date:   Thu Mar 17 10:34:25 2011 -0400
 
599
 
 
600
    Nuke supervised accounts
 
601
    
 
602
    The org.freedesktop.Accounts mechanism no longer supports supervised
 
603
    accounts as per the patch in
 
604
    
 
605
     https://bugs.freedesktop.org/show_bug.cgi?id=35390
 
606
    
 
607
    Therefore, nuke supervised accounts from the user interface as well.
 
608
    
 
609
    Signed-off-by: David Zeuthen <davidz@redhat.com>
 
610
 
 
611
 panels/user-accounts/data/account-dialog.ui       |    4 ----
 
612
 panels/user-accounts/data/user-accounts-dialog.ui |    4 ----
 
613
 panels/user-accounts/um-account-type.c            |    2 --
 
614
 panels/user-accounts/um-account-type.h            |    3 +--
 
615
 4 files changed, 1 insertions(+), 12 deletions(-)
 
616
 
 
617
commit af40513416bcbbbbcb9b5c839adea43aecac2bee
 
618
Author: Matthias Clasen <mclasen@redhat.com>
 
619
Date:   Thu Mar 17 09:09:21 2011 -0400
 
620
 
 
621
    Network: fix the duplicate ap check
 
622
    
 
623
    We were getting the aps to check against from the wrong array.
 
624
    https://bugzilla.gnome.org/show_bug.cgi?id=644959
 
625
 
 
626
 panels/network/cc-network-panel.c |   34 +++++++++++++++++-----------------
 
627
 1 files changed, 17 insertions(+), 17 deletions(-)
 
628
 
 
629
commit d1be44ba223504af995aa2c5a708f02b89e857bc
 
630
Author: Matthias Clasen <mclasen@redhat.com>
 
631
Date:   Thu Mar 17 08:54:44 2011 -0400
 
632
 
 
633
    Network: Avoid warnings
 
634
 
 
635
 panels/network/cc-network-panel.c |    3 ++-
 
636
 1 files changed, 2 insertions(+), 1 deletions(-)
 
637
 
 
638
commit 8d10eecc6659d6628d054bc62ae178803e931829
 
639
Author: Mario Blättermann <mariobl@gnome.org>
 
640
Date:   Thu Mar 17 13:28:13 2011 +0100
 
641
 
 
642
    [l10n] Updated German translation
 
643
 
 
644
 po/de.po |  299 ++++++++++++++++++++++++++++++++------------------------------
 
645
 1 files changed, 154 insertions(+), 145 deletions(-)
 
646
 
 
647
commit 0f1c59b4e36ec2625f4145c5ed6802ac23ec9d46
 
648
Author: Mario Blättermann <mariobl@gnome.org>
 
649
Date:   Thu Mar 17 13:24:09 2011 +0100
 
650
 
 
651
    [l10n] Updated German translation
 
652
 
 
653
 po/de.po |  434 +++++++++++++++++++++++---------------------------------------
 
654
 1 files changed, 160 insertions(+), 274 deletions(-)
 
655
 
 
656
commit 0a918a27aadcb9f8e4dd9fa6ccb786829629f375
 
657
Author: Gerd Kohlberger <gerdk@src.gnome.org>
 
658
Date:   Thu Mar 17 01:02:16 2011 +0100
 
659
 
 
660
    shell: Fix resizing when switching from panel to panel
 
661
    
 
662
    set_active_panel_from_id doesn't remove the active
 
663
    panel from the notebook before adding a new one. After that the shell
 
664
    window can't shrink below the size of the original panel.
 
665
    
 
666
    This might also cause crashers as some parts of the panel are left
 
667
    alive, behind another notebook tab, ready to receive signals.
 
668
    
 
669
    https://bugzilla.gnome.org/show_bug.cgi?id=636596
 
670
 
 
671
 shell/gnome-control-center.c |    2 ++
 
672
 1 files changed, 2 insertions(+), 0 deletions(-)
 
673
 
 
674
commit d7e7cf227876c9b1ab0c797eedc784411e38c5c9
 
675
Author: Richard Hughes <richard@hughsie.com>
 
676
Date:   Thu Mar 17 09:45:56 2011 +0000
 
677
 
 
678
    network: show a device header for the proxy device
 
679
    
 
680
    This is the first half of #644981, although I need help from the designers for the rest.
 
681
 
 
682
 panels/network/cc-network-panel.c |   33 ++++++++++++++++++++-------------
 
683
 1 files changed, 20 insertions(+), 13 deletions(-)
 
684
 
 
685
commit b83d43d0cd472e94c0f0377ab03265a1acda5c03
 
686
Author: Richard Hughes <richard@hughsie.com>
 
687
Date:   Thu Mar 17 09:35:15 2011 +0000
 
688
 
 
689
    network: use the new network-vpn icon from gnome-icon-theme
 
690
 
 
691
 panels/network/cc-network-panel.c |    4 ++--
 
692
 1 files changed, 2 insertions(+), 2 deletions(-)
 
693
 
 
694
commit 886e53aaba679662d5499b48642d555c12d8a4d9
 
695
Author: Kjartan Maraas <kmaraas@gnome.org>
 
696
Date:   Thu Mar 17 09:47:12 2011 +0100
 
697
 
 
698
    Updated Norwegian bokmål translation
 
699
 
 
700
 po/nb.po |  421 ++++++++++++++++++++++++++++----------------------------------
 
701
 1 files changed, 190 insertions(+), 231 deletions(-)
 
702
 
 
703
commit 93ad1eedf6bdee72f827fcfddd8dfc58d42f01e3
 
704
Author: William Jon McCann <jmccann@redhat.com>
 
705
Date:   Thu Mar 17 01:43:22 2011 -0400
 
706
 
 
707
    screen: go back to using relative time in the lock ui
 
708
    
 
709
    This means that lock times are relative to the time the display
 
710
    backlight turns off.
 
711
 
 
712
 panels/screen/cc-screen-panel.c |   87 ++-------------------------------------
 
713
 panels/screen/screen.ui         |    4 ++
 
714
 2 files changed, 8 insertions(+), 83 deletions(-)
 
715
 
 
716
commit 28db9455f308fc02afcd38ea132466175fb7b1e2
 
717
Author: Matthias Clasen <mclasen@redhat.com>
 
718
Date:   Thu Mar 17 00:36:07 2011 -0400
 
719
 
 
720
    Network: forgotten file
 
721
 
 
722
 panels/network/network.ui |    8 ++++----
 
723
 1 files changed, 4 insertions(+), 4 deletions(-)
 
724
 
 
725
commit f456f06153b462f037cb60ab825ba0fa22d38fdd
 
726
Author: Matthias Clasen <mclasen@redhat.com>
 
727
Date:   Thu Mar 17 00:35:19 2011 -0400
 
728
 
 
729
    Network: don't use deprecated libnm-glib functions
 
730
    
 
731
    nm_access_point_get_hw_address() has been deprecated.
 
732
 
 
733
 panels/network/cc-network-panel.c |    8 ++++----
 
734
 1 files changed, 4 insertions(+), 4 deletions(-)
 
735
 
 
736
commit a52956abf6532aada193822ba1ae0e67aeec0ea3
 
737
Author: William Jon McCann <jmccann@redhat.com>
 
738
Date:   Wed Mar 16 23:56:52 2011 -0400
 
739
 
 
740
    screen: drop converting between seconds and minutes
 
741
    
 
742
    All settings now use seconds for consistency.
 
743
 
 
744
 panels/screen/cc-screen-panel.c |   16 ----------------
 
745
 1 files changed, 0 insertions(+), 16 deletions(-)
 
746
 
 
747
commit b6e340aaa1661513804d3a68aaa6ff0730ef0e1b
 
748
Author: Matthias Clasen <mclasen@redhat.com>
 
749
Date:   Wed Mar 16 23:41:56 2011 -0400
 
750
 
 
751
    Network: Use better label for IP address
 
752
    
 
753
    When we have only one of ip v4 or v6, just label it 'IP Address'.
 
754
    https://bugzilla.gnome.org/show_bug.cgi?id=644965
 
755
 
 
756
 panels/network/cc-network-panel.c |   47 +++++++++++++++++++++++++++++--------
 
757
 1 files changed, 37 insertions(+), 10 deletions(-)
 
758
 
 
759
commit e43f922b89064d08dcde35ab898d36fdc2e35771
 
760
Author: Matthias Clasen <mclasen@redhat.com>
 
761
Date:   Wed Mar 16 23:18:05 2011 -0400
 
762
 
 
763
    Network: Avoid header pixel noise and inconsistent spacing
 
764
    
 
765
    https://bugzilla.gnome.org/show_bug.cgi?id=644954
 
766
    https://bugzilla.gnome.org/show_bug.cgi?id=644955
 
767
 
 
768
 panels/network/network.ui |   38 ++++++++++++++++++++++++--------------
 
769
 1 files changed, 24 insertions(+), 14 deletions(-)
 
770
 
 
771
commit 2df60eab71304665ef04fb7a5ee3bf3dfd758317
 
772
Author: Matthias Clasen <mclasen@redhat.com>
 
773
Date:   Wed Mar 16 22:24:27 2011 -0400
 
774
 
 
775
    Network: Fix up visibility of fields
 
776
    
 
777
    When a device is unavailable / off, we show only the hardware address.
 
778
    Otherwise, we show speed / security / ssid.
 
779
    Other connection parameters are only shown when the connection is active.
 
780
 
 
781
 panels/network/cc-network-panel.c |  127 ++++++++++++++++++++-----------------
 
782
 panels/network/network.ui         |    2 +-
 
783
 2 files changed, 70 insertions(+), 59 deletions(-)
 
784
 
 
785
commit 96c7ab6f9a8d92d4b492d491231efb4518609a2c
 
786
Author: Matthias Clasen <mclasen@redhat.com>
 
787
Date:   Wed Mar 16 22:02:32 2011 -0400
 
788
 
 
789
    Network: Mark speed label as translatable
 
790
    
 
791
    Also, use the same units everywhere.
 
792
 
 
793
 panels/network/cc-network-panel.c |    5 +++--
 
794
 1 files changed, 3 insertions(+), 2 deletions(-)
 
795
 
 
796
commit c93c35aef905877300f2eea753b6c13533b82a1d
 
797
Author: Matthias Clasen <mclasen@redhat.com>
 
798
Date:   Wed Mar 16 21:36:07 2011 -0400
 
799
 
 
800
    Network: Adjust wording of VPN status messages too
 
801
 
 
802
 panels/network/panel-common.c |   18 ++++++------------
 
803
 1 files changed, 6 insertions(+), 12 deletions(-)
 
804
 
 
805
commit e1b1be1f60960b49d6adc4e57eb88fbe37325047
 
806
Author: William Jon McCann <jmccann@redhat.com>
 
807
Date:   Wed Mar 16 19:30:29 2011 -0400
 
808
 
 
809
    network: fix version compatibility warning dialog
 
810
    
 
811
    Make it use the correct parent window, improve the text, and
 
812
    not block startup.
 
813
    
 
814
    https://bugzilla.gnome.org/show_bug.cgi?id=644973
 
815
 
 
816
 panels/network/cc-network-panel.c |   84 +++++++++++++++++++++----------------
 
817
 1 files changed, 48 insertions(+), 36 deletions(-)
 
818
 
 
819
commit 4f000889ebf5890e4775dc2e0ca6121c52ef7fc6
 
820
Author: Matthias Clasen <mclasen@redhat.com>
 
821
Date:   Wed Mar 16 20:41:42 2011 -0400
 
822
 
 
823
    Network: Add padding above options buttons
 
824
    
 
825
    https://bugzilla.gnome.org/show_bug.cgi?id=644957
 
826
 
 
827
 panels/network/network.ui |    4 ++++
 
828
 1 files changed, 4 insertions(+), 0 deletions(-)
 
829
 
 
830
commit 67241cc1027f0a368e354bef1ab74404a271935e
 
831
Author: Matthias Clasen <mclasen@redhat.com>
 
832
Date:   Wed Mar 16 19:13:45 2011 -0400
 
833
 
 
834
    Network: adjust status strings
 
835
    
 
836
    Make the strings match what the shell network menu shows
 
837
    more closely.
 
838
    https://bugzilla.gnome.org/show_bug.cgi?id=644962
 
839
 
 
840
 panels/network/cc-network-panel.c |    7 +------
 
841
 panels/network/panel-common.c     |   28 +++++++++++-----------------
 
842
 panels/network/panel-common.h     |   13 +++++++------
 
843
 3 files changed, 19 insertions(+), 29 deletions(-)
 
844
 
 
845
commit e22dbc495fd51acc78172e919c1a33edd31e04f1
 
846
Author: Matthias Clasen <mclasen@redhat.com>
 
847
Date:   Wed Mar 16 18:47:54 2011 -0400
 
848
 
 
849
    Network: Use dim-label style class for labels
 
850
    
 
851
    Also drop :s.
 
852
    https://bugzilla.gnome.org/show_bug.cgi?id=644958
 
853
 
 
854
 panels/network/network.ui |  150 ++++++++++++++++++++++++++++++++++++---------
 
855
 1 files changed, 120 insertions(+), 30 deletions(-)
 
856
 
 
857
commit 9fd3059bb788348427c55d27647b5bff7b417edd
 
858
Author: Matthias Clasen <mclasen@redhat.com>
 
859
Date:   Wed Mar 16 18:23:27 2011 -0400
 
860
 
 
861
    Network: Drop tooltips on the device list
 
862
    
 
863
    https://bugzilla.gnome.org/show_bug.cgi?id=644964
 
864
 
 
865
 panels/network/cc-network-panel.c |    4 ----
 
866
 panels/network/network.ui         |    3 ---
 
867
 2 files changed, 0 insertions(+), 7 deletions(-)
 
868
 
 
869
commit 01c6b793ed0986b72611b6609cafc5212c6c461a
 
870
Author: Richard Hughes <richard@hughsie.com>
 
871
Date:   Wed Mar 16 17:27:24 2011 +0000
 
872
 
 
873
    network: keep the device/connections model up to date with reality
 
874
    
 
875
    Remove the ID parameter from the model, and move it to the NetDevice object.
 
876
    Remove the devices GPtrArray and use the mode for everything.
 
877
    Connect up the changed and deleted signals from NetObject and DTRT in the UI.
 
878
 
 
879
 panels/network/cc-network-panel.c |  370 ++++++++++++++++++-------------------
 
880
 panels/network/net-object.c       |   44 ++++-
 
881
 panels/network/net-object.h       |    5 +
 
882
 panels/network/net-vpn.c          |   40 ++++-
 
883
 panels/network/network.ui         |    6 +-
 
884
 5 files changed, 261 insertions(+), 204 deletions(-)
 
885
 
 
886
commit cb031cf06cb28f3384e734476a53225f5385fea5
 
887
Author: Richard Hughes <richard@hughsie.com>
 
888
Date:   Wed Mar 16 14:11:23 2011 +0000
 
889
 
 
890
    network: watch for new VPN connections being added and add them to the panel
 
891
 
 
892
 panels/network/cc-network-panel.c |   89 ++++++++++++++++++++++++++++++-------
 
893
 1 files changed, 73 insertions(+), 16 deletions(-)
 
894
 
 
895
commit 8174d81b5d4fe4d72ac3f26ce17b1e048b5517d9
 
896
Author: Luca Ferretti <lferrett@gnome.org>
 
897
Date:   Wed Mar 16 18:21:24 2011 +0100
 
898
 
 
899
    datetime: do not mark placeholder strings for translation
 
900
 
 
901
 panels/datetime/datetime.ui |   12 ++++++------
 
902
 1 files changed, 6 insertions(+), 6 deletions(-)
 
903
 
 
904
commit 31d4c39643e0dd1c0da915035a1e444733744a37
 
905
Author: Luca Ferretti <lferrett@gnome.org>
 
906
Date:   Wed Mar 16 17:58:18 2011 +0100
 
907
 
 
908
    printer: avoid show a single space as translatable string
 
909
 
 
910
 panels/printers/new-printer-dialog.ui |    2 +-
 
911
 1 files changed, 1 insertions(+), 1 deletions(-)
 
912
 
 
913
commit 03c1b418dc3baa97cf4c1c03d9cd6ad91401bd8b
 
914
Author: Luca Ferretti <lferrett@gnome.org>
 
915
Date:   Wed Mar 16 17:42:44 2011 +0100
 
916
 
 
917
    Updated Italian translation
 
918
 
 
919
 po/it.po |  215 ++++++++++++++++++++++++++++++++-----------------------------
 
920
 1 files changed, 113 insertions(+), 102 deletions(-)
 
921
 
 
922
commit 541b0e5f6694cb2b8651d0ec51e035fb2591cdc0
 
923
Author: Luca Ferretti <lferrett@gnome.org>
 
924
Date:   Wed Mar 16 17:39:36 2011 +0100
 
925
 
 
926
    printer: do not mark for translation placeholder labels
 
927
 
 
928
 panels/printers/new-printer-dialog.ui |    6 +++---
 
929
 1 files changed, 3 insertions(+), 3 deletions(-)
 
930
 
 
931
commit ea6215f1126693b12c6fd09cf4cd334e3b5aaea0
 
932
Author: Matej Urbančič <mateju@svn.gnome.org>
 
933
Date:   Wed Mar 16 17:03:51 2011 +0100
 
934
 
 
935
    Updated Slovenian translation
 
936
 
 
937
 po/sl.po |  699 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 
938
 1 files changed, 636 insertions(+), 63 deletions(-)
 
939
 
 
940
commit 1307be44765d9deff2fc04da2b76f0817d1f84c8
 
941
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
942
Date:   Wed Mar 16 17:06:37 2011 +0200
 
943
 
 
944
    Updated Hebrew translation.
 
945
 
 
946
 po/he.po |  248 +++++++++++++++++++++++++++++++++++++-------------------------
 
947
 1 files changed, 147 insertions(+), 101 deletions(-)
 
948
 
 
949
commit 5b259bfe5661121092b5d41a9d8f223e930ddf30
 
950
Author: Bastien Nocera <hadess@hadess.net>
 
951
Date:   Wed Mar 16 13:48:08 2011 +0000
 
952
 
 
953
    mouse: Make touchpad tab appear when connected
 
954
    
 
955
    On-the-fly!
 
956
 
 
957
 panels/mouse/gnome-mouse-properties.c |   25 +++++++++++++++++++++++++
 
958
 1 files changed, 25 insertions(+), 0 deletions(-)
 
959
 
 
960
commit 30fdeafef5c5feb679458ef9211caa8a78b07ce7
 
961
Author: Bastien Nocera <hadess@hadess.net>
 
962
Date:   Wed Mar 16 13:18:47 2011 +0000
 
963
 
 
964
    mouse: Remove unused "start_page" code
 
965
 
 
966
 panels/mouse/gnome-mouse-properties.c |   23 +----------------------
 
967
 1 files changed, 1 insertions(+), 22 deletions(-)
 
968
 
 
969
commit e98b32d3691dd70dafdbedf0eab375da33be066c
 
970
Author: Bastien Nocera <hadess@hadess.net>
 
971
Date:   Wed Mar 16 13:17:38 2011 +0000
 
972
 
 
973
    mouse: Use newly implemented dispose
 
974
 
 
975
 panels/mouse/cc-mouse-panel.c |   16 ++++++++--------
 
976
 1 files changed, 8 insertions(+), 8 deletions(-)
 
977
 
 
978
commit 4c2fcca2f69273999c9d00ef9edb367db477cb27
 
979
Author: Bastien Nocera <hadess@hadess.net>
 
980
Date:   Wed Mar 16 13:17:22 2011 +0000
 
981
 
 
982
    mouse: Implement dispose for the widget
 
983
 
 
984
 panels/mouse/gnome-mouse-properties.c |   13 +++++++++++++
 
985
 panels/mouse/gnome-mouse-properties.h |    1 +
 
986
 2 files changed, 14 insertions(+), 0 deletions(-)
 
987
 
 
988
commit cf8465c250434b17561e05e18c7c39aebc5058c9
 
989
Author: Bastien Nocera <hadess@hadess.net>
 
990
Date:   Wed Mar 16 13:12:11 2011 +0000
 
991
 
 
992
    mouse: Don't destroy the touchpad tab
 
993
    
 
994
    We might actually need it when a touchpad appears.
 
995
 
 
996
 panels/mouse/gnome-mouse-properties.c  |   54 +++++++++++++++----------------
 
997
 panels/mouse/gnome-mouse-properties.ui |    2 +-
 
998
 2 files changed, 27 insertions(+), 29 deletions(-)
 
999
 
 
1000
commit 2b2ea6bcca2378ab262b869c8d9251c0d9f2a2f5
 
1001
Author: Khaled Hosny <khaledhosny@eglug.org>
 
1002
Date:   Wed Mar 16 15:03:13 2011 +0200
 
1003
 
 
1004
    Updated Arabic translation
 
1005
 
 
1006
 po/ar.po |  185 ++++++++++++++++++++++++++++++++++---------------------------
 
1007
 1 files changed, 103 insertions(+), 82 deletions(-)
 
1008
 
 
1009
commit 6c6c37609c609db9f74220ff6c453cc1457287ca
 
1010
Author: Bastien Nocera <hadess@hadess.net>
 
1011
Date:   Wed Mar 16 12:49:03 2011 +0000
 
1012
 
 
1013
    keyboard: Fix crasher when num workspace changes
 
1014
    
 
1015
    And the panel has already been closed.
 
1016
    
 
1017
    https://bugzilla.gnome.org/show_bug.cgi?id=644784
 
1018
    https://bugzilla.redhat.com/show_bug.cgi?id=684368
 
1019
 
 
1020
 panels/keyboard/keyboard-shortcuts.c |   17 +++++++++++++----
 
1021
 1 files changed, 13 insertions(+), 4 deletions(-)
 
1022
 
 
1023
commit 976c9ce1c356c0ce8c4f7fa9ecbc37feb425c061
 
1024
Author: Richard Hughes <richard@hughsie.com>
 
1025
Date:   Wed Mar 16 12:32:09 2011 +0000
 
1026
 
 
1027
    network: when the user selects a VPN connection, allow them to delete it
 
1028
 
 
1029
 panels/network/cc-network-panel.c |   37 ++++++++++++++++++++++++++++++++++++-
 
1030
 1 files changed, 36 insertions(+), 1 deletions(-)
 
1031
 
 
1032
commit ea13583edd0616759a75a5b05319772835dcf15c
 
1033
Author: Matthias Clasen <mclasen@redhat.com>
 
1034
Date:   Wed Mar 16 07:31:01 2011 -0400
 
1035
 
 
1036
    network: adapt to yesterdays libnm-glib api changes
 
1037
    
 
1038
    That's what you get for complaining about inconsistent api...more work :-)
 
1039
 
 
1040
 panels/network/cc-network-panel.c |    8 +++++---
 
1041
 1 files changed, 5 insertions(+), 3 deletions(-)
 
1042
 
 
1043
commit 677a7744e235a20473f638fc582158ba28b2f848
 
1044
Author: Fran Diéguez <fran@openhost.es>
 
1045
Date:   Wed Mar 16 11:55:55 2011 +0100
 
1046
 
 
1047
    Updated Galician translations
 
1048
 
 
1049
 po/gl.po |  142 +++++++++++++++++++++++++++++++++++---------------------------
 
1050
 1 files changed, 80 insertions(+), 62 deletions(-)
 
1051
 
 
1052
commit a1f8d28a20153fbae9168ecc2e7edcd7e80d6a6f
 
1053
Author: Mattias Põldaru <mahfiaz@gmail.com>
 
1054
Date:   Wed Mar 16 10:12:32 2011 +0200
 
1055
 
 
1056
    [l10n] Updated Estonian translation
 
1057
 
 
1058
 po/et.po |   56 ++++++++++++++++++++++++++++++++++++++++++--------------
 
1059
 1 files changed, 42 insertions(+), 14 deletions(-)
 
1060
 
 
1061
commit 499e34cf88f749037c99c1a1fdf623fec6cefd75
 
1062
Author: Daniel Nylander <po@danielnylander.se>
 
1063
Date:   Wed Mar 16 07:34:38 2011 +0100
 
1064
 
 
1065
    Updated Swedish translation
 
1066
 
 
1067
 po/sv.po |  140 +++++++++++++++++++++++++++++++++++--------------------------
 
1068
 1 files changed, 80 insertions(+), 60 deletions(-)
 
1069
 
 
1070
commit d4e155a2774f0c2a70a4de3486f8a33c56660e99
 
1071
Author: Matthias Clasen <mclasen@redhat.com>
 
1072
Date:   Tue Mar 15 22:05:31 2011 -0400
 
1073
 
 
1074
    Network: Add a + button and make it do something
 
1075
    
 
1076
    In the short term, cheat by bringing up nm-connection-editor.
 
1077
    In the future, we will do something better here.
 
1078
    The newly created connections do net get picked up in the list
 
1079
    of devices/connections yet.
 
1080
 
 
1081
 panels/network/cc-network-panel.c |   58 +++++++++++--
 
1082
 panels/network/network.ui         |  170 +++++++++++++++++++++++++++++++++++++
 
1083
 2 files changed, 222 insertions(+), 6 deletions(-)
 
1084
 
 
1085
commit cf8e083b9b353be529496fd96654137ea97854f4
 
1086
Author: Matthias Clasen <mclasen@redhat.com>
 
1087
Date:   Tue Mar 15 21:30:32 2011 -0400
 
1088
 
 
1089
    Network: Add Option buttons to allow editing connections
 
1090
    
 
1091
    In the short term, we cheat here by bringing up nm-connection-editor
 
1092
    for an individual connection. This will be replaced by something
 
1093
    better in the future.
 
1094
 
 
1095
 panels/network/cc-network-panel.c |   98 +++++++++++++++++++++++++++++++++++--
 
1096
 panels/network/network.ui         |   13 +++--
 
1097
 2 files changed, 103 insertions(+), 8 deletions(-)
 
1098
 
 
1099
commit e2a2d4f00e754494a2266a38c0e54eeb03d6a37a
 
1100
Author: Matthias Clasen <mclasen@redhat.com>
 
1101
Date:   Tue Mar 15 21:08:53 2011 -0400
 
1102
 
 
1103
    network: Refresh UI when active connections change
 
1104
    
 
1105
    This makes us pick up vpn connection state changes.
 
1106
 
 
1107
 panels/network/cc-network-panel.c |   27 +++++++++++++++++++++------
 
1108
 1 files changed, 21 insertions(+), 6 deletions(-)
 
1109
 
 
1110
commit ea5f76247df74591527740777f1df8e711caae93
 
1111
Author: Matthias Clasen <mclasen@redhat.com>
 
1112
Date:   Tue Mar 15 21:07:51 2011 -0400
 
1113
 
 
1114
    Network: fix a refcounting bug with vpn settings
 
1115
    
 
1116
    nm_connection_get_setting_by_name() does not return a reference,
 
1117
    so we have to get one ourselves.
 
1118
 
 
1119
 panels/network/net-vpn.c |    2 +-
 
1120
 1 files changed, 1 insertions(+), 1 deletions(-)
 
1121
 
 
1122
commit eeb61932488eb99b13985c883f17ebc566f755e4
 
1123
Author: Matthias Clasen <mclasen@redhat.com>
 
1124
Date:   Tue Mar 15 20:28:00 2011 -0400
 
1125
 
 
1126
    network: add an on/off switch for vpn connections
 
1127
    
 
1128
    The switch does successfully bring vpn connections up and down.
 
1129
    Updating the rest of the panel does not work yet.
 
1130
 
 
1131
 panels/network/cc-network-panel.c |   57 ++++++++++++++++++++++++++++++++++++-
 
1132
 1 files changed, 56 insertions(+), 1 deletions(-)
 
1133
 
 
1134
commit 0c4f98dd941cb7510bf4b2bd125723833a16e120
 
1135
Author: Sergey V. Udaltsov <svu@gnome.org>
 
1136
Date:   Wed Mar 16 00:42:49 2011 +0000
 
1137
 
 
1138
    region: fixed regression: automatically add grp:* if necessary
 
1139
    
 
1140
    If Nlayouts > 1, the layout switchit shortcut is defined automatically
 
1141
 
 
1142
 panels/region/gnome-region-panel-xkblt.c |   19 ++++++++++++++++---
 
1143
 1 files changed, 16 insertions(+), 3 deletions(-)
 
1144
 
 
1145
commit 069c35d84e274255659c22e9d20aaa8f914c855b
 
1146
Author: Matthias Clasen <mclasen@redhat.com>
 
1147
Date:   Tue Mar 15 20:12:02 2011 -0400
 
1148
 
 
1149
    Network: fix an oversight in visibility handling
 
1150
    
 
1151
    The last change made the VPN header invisible by accident.
 
1152
 
 
1153
 panels/network/cc-network-panel.c |    4 ++--
 
1154
 1 files changed, 2 insertions(+), 2 deletions(-)
 
1155
 
 
1156
commit 41af4a3e42555044419bc31db935afdd80b02c8a
 
1157
Author: Matthias Clasen <mclasen@redhat.com>
 
1158
Date:   Tue Mar 15 19:59:15 2011 -0400
 
1159
 
 
1160
    Network: Get the correct VPN state
 
1161
    
 
1162
    The connection that gets passed to NetVPN is not a state-carrying
 
1163
    NMActiveConnection, but just a configuration-carrying NmRemoteConnection.
 
1164
    So asking it for the VPN connection state is never giving us anything
 
1165
    interesting. Instead, we need to fish out the active connection
 
1166
    corresponding to the VPN config (if any), and get the state from there.
 
1167
    Still todo: state change notification.
 
1168
 
 
1169
 panels/network/cc-network-panel.c |   42 +++++++++++++++++++++++++++++-------
 
1170
 1 files changed, 34 insertions(+), 8 deletions(-)
 
1171
 
 
1172
commit 211461007c394d607b7c81e8f445bbf5cd07c914
 
1173
Author: Bastien Nocera <hadess@hadess.net>
 
1174
Date:   Tue Mar 15 17:43:09 2011 +0000
 
1175
 
 
1176
    region: Make drag'n'drop work
 
1177
    
 
1178
    By making sure we only store the layouts in the list store, and keep
 
1179
    GSettings in sync with the list store, rather than constantly re-reading
 
1180
    from GSettings.
 
1181
    
 
1182
    https://bugzilla.gnome.org/show_bug.cgi?id=644783
 
1183
 
 
1184
 panels/region/gnome-region-panel-xkb.h      |    7 +-
 
1185
 panels/region/gnome-region-panel-xkblt.c    |  282 +++++++++++++++------------
 
1186
 panels/region/gnome-region-panel-xkbltadd.c |   65 ++-----
 
1187
 panels/region/gnome-region-panel-xkbpv.c    |   13 --
 
1188
 4 files changed, 179 insertions(+), 188 deletions(-)
 
1189
 
 
1190
commit ef11349667d8d895108b23cb4babb72c6a4e9c69
 
1191
Author: Bastien Nocera <hadess@hadess.net>
 
1192
Date:   Tue Mar 15 17:42:39 2011 +0000
 
1193
 
 
1194
    region: Stop layout add dialogue from "jumping"
 
1195
    
 
1196
    By making sure it's not shown before its parent is set.
 
1197
 
 
1198
 panels/region/gnome-region-panel-layout-chooser.ui |    2 +-
 
1199
 1 files changed, 1 insertions(+), 1 deletions(-)
 
1200
 
 
1201
commit 4081d83ca7d7af2e7fcc68290ae9f489997f4de0
 
1202
Author: Matthias Clasen <mclasen@redhat.com>
 
1203
Date:   Tue Mar 15 17:20:54 2011 -0400
 
1204
 
 
1205
    network: add a way to get the vpn connection object back
 
1206
    
 
1207
    This will be needed to activate/deactivate vpn.
 
1208
 
 
1209
 panels/network/net-vpn.c |    6 ++++++
 
1210
 panels/network/net-vpn.h |    1 +
 
1211
 2 files changed, 7 insertions(+), 0 deletions(-)
 
1212
 
 
1213
commit 3163675d852e62ec943781f9bd5ba41ff1f57919
 
1214
Author: Matthias Clasen <mclasen@redhat.com>
 
1215
Date:   Tue Mar 15 16:34:30 2011 -0400
 
1216
 
 
1217
    network: fix a typo
 
1218
    
 
1219
    Use an existing id for the proxy method model.
 
1220
 
 
1221
 panels/network/network.ui |    2 +-
 
1222
 1 files changed, 1 insertions(+), 1 deletions(-)
 
1223
 
 
1224
commit 6f916b00b9b9882c952f962fb970cdbf41f69947
 
1225
Author: Matthias Clasen <mclasen@redhat.com>
 
1226
Date:   Tue Mar 15 16:33:01 2011 -0400
 
1227
 
 
1228
    network: Don't leak the remote settings
 
1229
    
 
1230
    Instead, we keep it around; it will be useful later on.
 
1231
 
 
1232
 panels/network/cc-network-panel.c |   20 ++++++++++----------
 
1233
 1 files changed, 10 insertions(+), 10 deletions(-)
 
1234
 
 
1235
commit 6b1ef58d87b053d402f686d9182b5821ae9d47f5
 
1236
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
 
1237
Date:   Tue Mar 15 16:08:54 2011 +0100
 
1238
 
 
1239
    Updated Slovenian translation
 
1240
 
 
1241
 po/sl.po |  101 +++++++++++++++++++++++++++++++++++++++++---------------------
 
1242
 1 files changed, 67 insertions(+), 34 deletions(-)
 
1243
 
 
1244
commit cfab2b73703c7801e86bd720422099a9a7cea9ed
 
1245
Author: Bastien Nocera <hadess@hadess.net>
 
1246
Date:   Tue Mar 15 14:25:41 2011 +0000
 
1247
 
 
1248
    build: Fix cups cflags sed script
 
1249
 
 
1250
 configure.ac |    2 +-
 
1251
 1 files changed, 1 insertions(+), 1 deletions(-)
 
1252
 
 
1253
commit 9b1dff0166b371eec3e7844fa31da6f6108a046c
 
1254
Author: Saleem Abdulrasool <compnerd@compnerd.org>
 
1255
Date:   Wed Mar 2 11:00:18 2011 -0800
 
1256
 
 
1257
    build: improve CUPS detection
 
1258
    
 
1259
    https://bugzilla.gnome.org/show_bug.cgi?id=644064
 
1260
 
 
1261
 configure.ac |   10 +++++++---
 
1262
 1 files changed, 7 insertions(+), 3 deletions(-)
 
1263
 
 
1264
commit 3789666fac1578555127e429e0d12eba7866bbcd
 
1265
Author: Mattias Põldaru <mahfiaz@gmail.com>
 
1266
Date:   Tue Mar 15 13:40:15 2011 +0200
 
1267
 
 
1268
    [l10n] Updated Estonian translation
 
1269
 
 
1270
 po/et.po | 2034 ++++++++------------------------------------------------------
 
1271
 1 files changed, 258 insertions(+), 1776 deletions(-)
 
1272
 
 
1273
commit d6a419f0671260cba2fedbb4be27d06700d78aa2
 
1274
Author: Fran Diéguez <fran@openhost.es>
 
1275
Date:   Tue Mar 15 12:05:06 2011 +0100
 
1276
 
 
1277
    Updated Galician translations
 
1278
 
 
1279
 po/gl.po | 1527 ++++++++++++++++++++++++++++++++++++++------------------------
 
1280
 1 files changed, 927 insertions(+), 600 deletions(-)
 
1281
 
 
1282
commit c7179b6901c9a0f06ab017b1500b7d6ffe41b405
 
1283
Author: Marek Kasik <mkasik@redhat.com>
 
1284
Date:   Tue Mar 15 12:03:58 2011 +0100
 
1285
 
 
1286
    printers: Set longer timeout for installation of printer driver
 
1287
    
 
1288
    Don't timeout when installing printer drivers.
 
1289
 
 
1290
 panels/printers/pp-new-printer-dialog.c |   18 ++++++++++--------
 
1291
 1 files changed, 10 insertions(+), 8 deletions(-)
 
1292
 
 
1293
commit c6999c2f01f08b32d6db52b9c2d8b74300cf436f
 
1294
Author: Daniel Nylander <po@danielnylander.se>
 
1295
Date:   Tue Mar 15 10:32:31 2011 +0100
 
1296
 
 
1297
    Updated Swedish translation
 
1298
 
 
1299
 po/sv.po |  958 +++++++++++++++++++++++++++++++++++---------------------------
 
1300
 1 files changed, 542 insertions(+), 416 deletions(-)
 
1301
 
 
1302
commit 615422f0936b5b12b9d3724c9fa885e4110d3ceb
 
1303
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
1304
Date:   Tue Mar 15 06:41:23 2011 +0200
 
1305
 
 
1306
    Uploaded Ukranian
 
1307
 
 
1308
 po/uk.po |  103 ++++++++++++++++++++++++++++++++++++++++---------------------
 
1309
 1 files changed, 67 insertions(+), 36 deletions(-)
 
1310
 
 
1311
commit 54af1285f28367705fc0a55e62ac05ee79989cd9
 
1312
Author: Gabor Kelemen <kelemeng@gnome.hu>
 
1313
Date:   Tue Mar 15 04:04:58 2011 +0100
 
1314
 
 
1315
    Updated Hungarian translation
 
1316
 
 
1317
 po/hu.po |  791 +++++++++++++++++++++++++++++++++++++-------------------------
 
1318
 1 files changed, 475 insertions(+), 316 deletions(-)
 
1319
 
 
1320
commit 7ae3dffc8b14e7571c46235c70fdab94a1f028b3
 
1321
Author: Bastien Nocera <hadess@hadess.net>
 
1322
Date:   Tue Mar 15 02:02:29 2011 +0000
 
1323
 
 
1324
    datetime: Disable test-timezone for now
 
1325
 
 
1326
 panels/datetime/Makefile.am |    2 +-
 
1327
 1 files changed, 1 insertions(+), 1 deletions(-)
 
1328
 
 
1329
commit 56cd9069eed492655c3d79f21a89b987432d3a3c
 
1330
Author: Bastien Nocera <hadess@hadess.net>
 
1331
Date:   Tue Mar 15 01:57:15 2011 +0000
 
1332
 
 
1333
    datetime: Don't crash when the timezone is unknown
 
1334
    
 
1335
    Passing "posixrules" to cc_timezone_map_set_timezone() certainly
 
1336
    won't work that well.
 
1337
    
 
1338
    https://bugzilla.redhat.com/show_bug.cgi?id=684593
 
1339
 
 
1340
 panels/datetime/cc-datetime-panel.c |    8 +++++++-
 
1341
 1 files changed, 7 insertions(+), 1 deletions(-)
 
1342
 
 
1343
commit 33fb810c846c68a2cde2a784057b965287322aa6
 
1344
Author: Bastien Nocera <hadess@hadess.net>
 
1345
Date:   Tue Mar 15 01:56:24 2011 +0000
 
1346
 
 
1347
    datetime: Add test program for missing TZ support
 
1348
    
 
1349
    We don't handle a number of timezones currently, including
 
1350
    things like "posixrules", or even "Etc/GMT".
 
1351
 
 
1352
 panels/datetime/Makefile.am     |    9 +++-
 
1353
 panels/datetime/test-timezone.c |   81 +++++++++++++++++++++++++++++++++++++++
 
1354
 2 files changed, 88 insertions(+), 2 deletions(-)
 
1355
 
 
1356
commit 31be5be9c7d1333bde7eedb98c938fc12c814bca
 
1357
Author: Bastien Nocera <hadess@hadess.net>
 
1358
Date:   Tue Mar 15 01:35:51 2011 +0000
 
1359
 
 
1360
    datetime: Add hacks to support more timezones
 
1361
    
 
1362
    Such as posix/Europe/London, and the likes.
 
1363
 
 
1364
 panels/datetime/cc-timezone-map.c |   25 ++++++++++++++++++++++++-
 
1365
 1 files changed, 24 insertions(+), 1 deletions(-)
 
1366
 
 
1367
commit cb3c0af71de8f64bc61acba434ccbf5882b29034
 
1368
Author: Bastien Nocera <hadess@hadess.net>
 
1369
Date:   Tue Mar 15 00:49:00 2011 +0000
 
1370
 
 
1371
    datetime: Return FALSE when we fail to find a timezone
 
1372
 
 
1373
 panels/datetime/cc-timezone-map.c |   10 ++++++++--
 
1374
 panels/datetime/cc-timezone-map.h |    4 ++--
 
1375
 2 files changed, 10 insertions(+), 4 deletions(-)
 
1376
 
 
1377
commit 9ab02da28bcb9fc364b8a5d2ca88e1aa52422ce4
 
1378
Author: Bastien Nocera <hadess@hadess.net>
 
1379
Date:   Tue Mar 15 00:40:25 2011 +0000
 
1380
 
 
1381
    datetime: Rename test-timezone to test-timezone-gfx
 
1382
 
 
1383
 panels/datetime/Makefile.am         |   12 ++++----
 
1384
 panels/datetime/test-timezone-gfx.c |   55 +++++++++++++++++++++++++++++++++++
 
1385
 panels/datetime/test-timezone.c     |   55 -----------------------------------
 
1386
 3 files changed, 61 insertions(+), 61 deletions(-)
 
1387
 
 
1388
commit b160c1549b2bf18ed6c83c3af305a63d7b58f7ec
 
1389
Author: Matthias Clasen <mclasen@redhat.com>
 
1390
Date:   Mon Mar 14 19:21:54 2011 -0400
 
1391
 
 
1392
    Network: Implement and show on/off switch for wireless/wimax
 
1393
    
 
1394
    These map to nm_client_wireless/wimax_set/get_enabled.
 
1395
 
 
1396
 panels/network/cc-network-panel.c |  122 +++++++++++++++++++++++++++++++++++++
 
1397
 panels/network/network.ui         |    3 +-
 
1398
 2 files changed, 124 insertions(+), 1 deletions(-)
 
1399
 
 
1400
commit b7f42ae16146041db58b81520fccdb261768ef57
 
1401
Author: Bastien Nocera <hadess@hadess.net>
 
1402
Date:   Mon Mar 14 17:54:06 2011 +0000
 
1403
 
 
1404
    sound: Remove old support code for PA < 0.9.15
 
1405
 
 
1406
 panels/sound/gvc-mixer-control.c |   17 +++++------------
 
1407
 panels/sound/gvc-mixer-sink.c    |    4 ----
 
1408
 panels/sound/gvc-mixer-source.c  |    4 ----
 
1409
 3 files changed, 5 insertions(+), 20 deletions(-)
 
1410
 
 
1411
commit 719dda1ada7578837fb4572e996358ebbf525229
 
1412
Author: Bastien Nocera <hadess@hadess.net>
 
1413
Date:   Mon Mar 14 15:14:59 2011 +0000
 
1414
 
 
1415
    user-accounts: Update cheeese minimum requirements
 
1416
 
 
1417
 configure.ac |    2 +-
 
1418
 1 files changed, 1 insertions(+), 1 deletions(-)
 
1419
 
 
1420
commit a320dc9303a3c95ecdd50c4939f4039664b671fe
 
1421
Author: Matthias Clasen <mclasen@redhat.com>
 
1422
Date:   Mon Mar 14 17:04:05 2011 -0400
 
1423
 
 
1424
    Network: Add a device off switch
 
1425
    
 
1426
    As seen in the mockups. This is currently hidden, until
 
1427
    I figure out how to wire this up properly.
 
1428
 
 
1429
 panels/network/network.ui |   38 ++++++++++++++++++++++++++------------
 
1430
 1 files changed, 26 insertions(+), 12 deletions(-)
 
1431
 
 
1432
commit 2314ab7bd8ed00dfaacc7bf048881f5fa3d8f44d
 
1433
Author: Luca Ferretti <lferrett@gnome.org>
 
1434
Date:   Mon Mar 14 21:11:05 2011 +0100
 
1435
 
 
1436
    Updated Italian translation
 
1437
 
 
1438
 po/it.po |  212 ++++++++++++++++++++++++++++++++++++++++----------------------
 
1439
 1 files changed, 136 insertions(+), 76 deletions(-)
 
1440
 
 
1441
commit 013ef371ea0c1ef73949783ec5b6211c10df5183
 
1442
Author: Khaled Hosny <khaledhosny@eglug.org>
 
1443
Date:   Mon Mar 14 21:03:17 2011 +0200
 
1444
 
 
1445
    Updated Arabic translation
 
1446
 
 
1447
 po/ar.po |   71 ++++++++++++++++++++++++++++++++++++++++++++-----------------
 
1448
 1 files changed, 51 insertions(+), 20 deletions(-)
 
1449
 
 
1450
commit d892e1b6b80fe72d46df68b769b8dbf131bf84b1
 
1451
Author: William Jon McCann <jmccann@redhat.com>
 
1452
Date:   Mon Mar 14 14:55:36 2011 -0400
 
1453
 
 
1454
    printers: use dim-label to accentuate values
 
1455
 
 
1456
 panels/printers/printers.ui |   15 +++++++++++++++
 
1457
 1 files changed, 15 insertions(+), 0 deletions(-)
 
1458
 
 
1459
commit 936175eddf95084a399063975d1ef5fcbce54385
 
1460
Author: William Jon McCann <jmccann@redhat.com>
 
1461
Date:   Mon Mar 14 14:14:56 2011 -0400
 
1462
 
 
1463
    user-accounts: use dim-label class instead of hardcoded color
 
1464
 
 
1465
 panels/user-accounts/data/account-dialog.ui       |   18 ++++++------
 
1466
 panels/user-accounts/data/password-dialog.ui      |   30 ++++++++++----------
 
1467
 panels/user-accounts/data/user-accounts-dialog.ui |   30 ++++++++++----------
 
1468
 3 files changed, 39 insertions(+), 39 deletions(-)
 
1469
 
 
1470
commit 242381cd85efe2036ed4a27b95a784804c47d5ce
 
1471
Author: William Jon McCann <jmccann@redhat.com>
 
1472
Date:   Mon Mar 14 14:09:33 2011 -0400
 
1473
 
 
1474
    info: use dim labels
 
1475
    
 
1476
    Use a style class for labels that accentuates the value instead of
 
1477
    the label text.
 
1478
 
 
1479
 panels/info/info.ui |   27 +++++++++++++++++++++++++++
 
1480
 1 files changed, 27 insertions(+), 0 deletions(-)
 
1481
 
 
1482
commit ec36584a2466c126386f0204e27325a733d69716
 
1483
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
 
1484
Date:   Mon Mar 14 19:47:53 2011 +0100
 
1485
 
 
1486
    Updated Slovenian translation
 
1487
 
 
1488
 po/sl.po |  103 +++++++++++++++++++++++++++++++++-----------------------------
 
1489
 1 files changed, 55 insertions(+), 48 deletions(-)
 
1490
 
 
1491
commit 5b056c83d784721814d2e0ea4fd20505569f4393
 
1492
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1493
Date:   Mon Mar 14 18:35:55 2011 +0100
 
1494
 
 
1495
    Annotate new printer prefs window to ensure strings are extracted.
 
1496
 
 
1497
 po/POTFILES.in |    2 +-
 
1498
 1 files changed, 1 insertions(+), 1 deletions(-)
 
1499
 
 
1500
commit 84c029dd943871031bdc99ca620646be136a1ca5
 
1501
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1502
Date:   Mon Mar 14 18:35:35 2011 +0100
 
1503
 
 
1504
    Updated Norwegian bokmål translation
 
1505
 
 
1506
 po/nb.po |   43 ++++++++++++++++++++++++++++++++++++-------
 
1507
 1 files changed, 36 insertions(+), 7 deletions(-)
 
1508
 
 
1509
commit 12591bbc2c9ee5c5f0342975b1d18286b4c04e84
 
1510
Author: Matthias Clasen <mclasen@redhat.com>
 
1511
Date:   Mon Mar 14 13:17:51 2011 -0400
 
1512
 
 
1513
    Network: Fix label alignment
 
1514
    
 
1515
    The DNS fields are wrapping, and need to be left-aligned to
 
1516
    look ok in that case.
 
1517
 
 
1518
 panels/network/network.ui |    2 ++
 
1519
 1 files changed, 2 insertions(+), 0 deletions(-)
 
1520
 
 
1521
commit 080dabe3e46ab8704cab219de56486a0cfc41100
 
1522
Author: Marek Kasik <mkasik@redhat.com>
 
1523
Date:   Mon Mar 14 17:21:39 2011 +0100
 
1524
 
 
1525
    printers: Call cupsGetDevices() asynchronously
 
1526
    
 
1527
    This patch makes PpNewPrinterDialog to call DevicesGet method
 
1528
    asynchronously now.
 
1529
    It also adds spinner to the lower left corner with label showing
 
1530
    status of this operation (#644212).
 
1531
 
 
1532
 panels/printers/new-printer-dialog.ui   |   37 ++++++-
 
1533
 panels/printers/pp-new-printer-dialog.c |  163 +++++++++++++++++++++++-------
 
1534
 panels/printers/printers.ui             |    2 +-
 
1535
 3 files changed, 157 insertions(+), 45 deletions(-)
 
1536
 
 
1537
commit 64650538049a6f42a2d330f1275a9c3d7d9f2e97
 
1538
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
 
1539
Date:   Tue Mar 15 00:13:36 2011 +0900
 
1540
 
 
1541
    Updated Japanese translation.
 
1542
 
 
1543
 po/ja.po | 3275 +++++++++----------------------------------------------------
 
1544
 1 files changed, 484 insertions(+), 2791 deletions(-)
 
1545
 
 
1546
commit d31cbc202316db812d2a14bc8672f2c9793d486c
 
1547
Author: Petr Kovar <pknbe@volny.cz>
 
1548
Date:   Sun Mar 13 19:54:19 2011 +0100
 
1549
 
 
1550
    Update Czech translation by Ondrej Kopka
 
1551
    
 
1552
    Reviewed by: Petr Kovar.
 
1553
 
 
1554
 po/cs.po | 7415 ++++++++++++++++++++++++++++++++++++++------------------------
 
1555
 1 files changed, 4595 insertions(+), 2820 deletions(-)
 
1556
 
 
1557
commit 137d2595c57e08eb8de40d72a3ed87e66b142c84
 
1558
Author: Mario Blättermann <mariobl@gnome.org>
 
1559
Date:   Sun Mar 13 17:35:21 2011 +0100
 
1560
 
 
1561
    Updated German translation
 
1562
 
 
1563
 po/de.po |  764 ++++++++++++++++++++++++++++++++++++-------------------------
 
1564
 1 files changed, 451 insertions(+), 313 deletions(-)
 
1565
 
 
1566
commit 8c17b1b339e8fa85f28296f10d75a870ecfc3aa1
 
1567
Author: Kjartan Maraas <kmaraas@gnome.org>
 
1568
Date:   Sun Mar 13 16:26:19 2011 +0100
 
1569
 
 
1570
    Updated Norwegian bokmål translation
 
1571
 
 
1572
 po/nb.po |  243 +++++++++++++++++++++++++++++++++++++++----------------------
 
1573
 1 files changed, 155 insertions(+), 88 deletions(-)
 
1574
 
 
1575
commit e98f4efb6e253f4c9b4b169b300d68817d4fec9f
 
1576
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
1577
Date:   Sun Mar 13 12:11:14 2011 +0100
 
1578
 
 
1579
    Updated Spanish translation
 
1580
 
 
1581
 po/es.po |  233 +++++++++++++++++++++++++++++++++++++-------------------------
 
1582
 1 files changed, 139 insertions(+), 94 deletions(-)
 
1583
 
 
1584
commit 7e7c3c16c36a68a082ff03f61656850e6f9cccdd
 
1585
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
1586
Date:   Sun Mar 13 09:51:13 2011 +0200
 
1587
 
 
1588
    Updated Hebrew translation.
 
1589
 
 
1590
 po/he.po |  103 +++++++++++++++++++++++++++++++++-----------------------------
 
1591
 1 files changed, 55 insertions(+), 48 deletions(-)
 
1592
 
 
1593
commit 4109335861a4bdfaf5e9d3c11ca24a8ca5900f6e
 
1594
Author: Matthias Clasen <mclasen@redhat.com>
 
1595
Date:   Sun Mar 13 00:39:13 2011 -0500
 
1596
 
 
1597
    Mouse: set up scroll method radios initially
 
1598
    
 
1599
    The panel was always coming up with scrolling disabled.
 
1600
    https://bugzilla.gnome.org/show_bug.cgi?id=644223
 
1601
 
 
1602
 panels/mouse/gnome-mouse-properties.c |   25 ++++++++++++++++++++++++-
 
1603
 1 files changed, 24 insertions(+), 1 deletions(-)
 
1604
 
 
1605
commit 451b7edf373e9e97b9b011eb9561b36ca0e1e13f
 
1606
Author: Matthias Clasen <mclasen@redhat.com>
 
1607
Date:   Sun Mar 13 00:26:50 2011 -0500
 
1608
 
 
1609
    Mouse: don't reuse the same adjustments
 
1610
    
 
1611
    The acceleration and sensitivity sliders on the mouse and touchpad
 
1612
    tabs were sharing the same adjustment, which doesn't really work.
 
1613
    
 
1614
    https://bugzilla.gnome.org/show_bug.cgi?id=644223
 
1615
 
 
1616
 panels/mouse/gnome-mouse-properties.ui |   18 ++++++++++++++++--
 
1617
 1 files changed, 16 insertions(+), 2 deletions(-)
 
1618
 
 
1619
commit d120490013716e5bf4b856e6a45f410af02db384
 
1620
Author: Sergey V. Udaltsov <svu@gnome.org>
 
1621
Date:   Sun Mar 13 01:04:50 2011 +0000
 
1622
 
 
1623
    Using separate window group to avoid modal shadowing
 
1624
    
 
1625
    The idea by mclasen. Non-modal preview for modal "add layout" popup
 
1626
 
 
1627
 panels/region/gnome-region-panel-xkbltadd.c |    7 +++++++
 
1628
 1 files changed, 7 insertions(+), 0 deletions(-)
 
1629
 
 
1630
commit 9a7a1216f5ff1ab39cb1d0bb33ae4f6355a24473
 
1631
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
1632
Date:   Sat Mar 12 23:44:28 2011 +0000
 
1633
 
 
1634
    Updated Portuguese translation
 
1635
 
 
1636
 po/pt.po |  120 +++++++++++++++++++++++++++++++++-----------------------------
 
1637
 1 files changed, 64 insertions(+), 56 deletions(-)
 
1638
 
 
1639
commit 3d9cd4be39cdee04fea4203008dfdbe6ebfe326b
 
1640
Author: Duarte Loreto <happyguy_pt@hotmail.com>
 
1641
Date:   Sat Mar 12 23:43:27 2011 +0000
 
1642
 
 
1643
    Updated Portuguese translation
 
1644
 
 
1645
 po/pt.po | 5647 ++++++++++++++++++++++++++++++++++++++++----------------------
 
1646
 1 files changed, 3622 insertions(+), 2025 deletions(-)
 
1647
 
 
1648
commit 367f1ab790edbb1a7006246270fd8bdac1235f9e
 
1649
Author: Frédéric Péters <fpeters@0d.be>
 
1650
Date:   Sat Mar 12 20:49:20 2011 +0100
 
1651
 
 
1652
    Add missing timezone files
 
1653
    
 
1654
    https://bugzilla.gnome.org/show_bug.cgi?id=630261
 
1655
 
 
1656
 panels/datetime/Makefile.am            |    5 +++--
 
1657
 panels/datetime/data/cc.png            |  Bin 53948 -> 52271 bytes
 
1658
 panels/datetime/data/timezone_-11.png  |  Bin 7406 -> 8347 bytes
 
1659
 panels/datetime/data/timezone_14.png   |  Bin 0 -> 7722 bytes
 
1660
 panels/datetime/data/timezone_8.75.png |  Bin 0 -> 13993 bytes
 
1661
 panels/datetime/data/timezone_8.png    |  Bin 16725 -> 16050 bytes
 
1662
 6 files changed, 3 insertions(+), 2 deletions(-)
 
1663
 
 
1664
commit fc1150fe67fa858b0693238afaa6ddf18fc68b77
 
1665
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
1666
Date:   Sat Mar 12 23:51:56 2011 +0200
 
1667
 
 
1668
    Uploaded Ukranian
 
1669
 
 
1670
 po/uk.po |  210 ++++++++++++++++++++++++++++++++++++++------------------------
 
1671
 1 files changed, 128 insertions(+), 82 deletions(-)
 
1672
 
 
1673
commit bcddf3d47c08d0e5f41a568366701725d503eb2d
 
1674
Author: Daniel Korostil <ted.korostiled@gmail.com>
 
1675
Date:   Thu Mar 10 20:32:28 2011 +0200
 
1676
 
 
1677
    Uploaded Ukranian
 
1678
 
 
1679
 po/uk.po |  176 +++++++++++++++++++++++++++++++++++++++----------------------
 
1680
 1 files changed, 112 insertions(+), 64 deletions(-)
 
1681
 
 
1682
commit 243c11712b2bff2e970cd68c139bebb58198250a
 
1683
Author: Matthias Clasen <mclasen@redhat.com>
 
1684
Date:   Sat Mar 12 15:46:16 2011 -0500
 
1685
 
 
1686
    Network: fix some alignment and focus issues
 
1687
    
 
1688
    Make the wireless network combo focusable, but not editable.
 
1689
    Make all the proxy labels right-aligned and equal size.
 
1690
    There is still an overall size problem with the proxy page.
 
1691
 
 
1692
 panels/network/network.ui |   25 +++++++++++++++++++++++--
 
1693
 1 files changed, 23 insertions(+), 2 deletions(-)
 
1694
 
 
1695
commit 459328c5b8fc53250da8d0d9d9d2740fe9401415
 
1696
Author: Khaled Hosny <khaledhosny@eglug.org>
 
1697
Date:   Sat Mar 12 22:14:29 2011 +0200
 
1698
 
 
1699
    Updated Arabic translation
 
1700
 
 
1701
 po/ar.po |  186 +++++++++++++++++++++++++++++++++-----------------------------
 
1702
 1 files changed, 99 insertions(+), 87 deletions(-)
 
1703
 
 
1704
commit bc34b8777537bf15577aa70be780e93376754cb2
 
1705
Author: Matthias Clasen <mclasen@redhat.com>
 
1706
Date:   Sat Mar 12 15:12:53 2011 -0500
 
1707
 
 
1708
    Network: Reinstate the proxy method model
 
1709
    
 
1710
    Glade was playing tricks on me there.
 
1711
 
 
1712
 panels/network/network.ui |    5 ++---
 
1713
 1 files changed, 2 insertions(+), 3 deletions(-)
 
1714
 
 
1715
commit 9f07f2b9bed4aeb246ef8c53bd7588b548f2c1e5
 
1716
Author: Matthias Clasen <mclasen@redhat.com>
 
1717
Date:   Sat Mar 12 15:02:58 2011 -0500
 
1718
 
 
1719
    Network: Add mnemonics
 
1720
    
 
1721
    Make the panel keynav friendly by setting up mnemonics for active
 
1722
    controls.
 
1723
 
 
1724
 panels/network/network.ui |   41 ++++++++++++++++++++++++++++++-----------
 
1725
 1 files changed, 30 insertions(+), 11 deletions(-)
 
1726
 
 
1727
commit ed5f4f5fdf59e6594dd0d910cce4d673c5511d70
 
1728
Author: Matthias Clasen <mclasen@redhat.com>
 
1729
Date:   Sat Mar 12 14:27:22 2011 -0500
 
1730
 
 
1731
    Network: Add Option buttons
 
1732
    
 
1733
    Following the design. These are currently hidden, until we have
 
1734
    something to show there.
 
1735
 
 
1736
 panels/network/network.ui |  448 ++++++++++++++++++++++++++++++++++++---------
 
1737
 1 files changed, 364 insertions(+), 84 deletions(-)
 
1738
 
 
1739
commit 6719082f1eee29bb83436db91387de83ac325f75
 
1740
Author: Changwoo Ryu <cwryu@debian.org>
 
1741
Date:   Sat Mar 12 23:31:38 2011 +0900
 
1742
 
 
1743
    Updated Korean translation
 
1744
 
 
1745
 po/ko.po |  687 ++++++++++++++++++++++++++++++++++++-------------------------
 
1746
 1 files changed, 405 insertions(+), 282 deletions(-)
 
1747
 
 
1748
commit 912a90348b595ced1e7cdf211b799342ebdbf43c
 
1749
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
1750
Date:   Sat Mar 12 10:04:46 2011 +0100
 
1751
 
 
1752
    Updated Spanish translation
 
1753
 
 
1754
 po/es.po |   71 ++++++++++++++++++++++++++++++++++++++++++-------------------
 
1755
 1 files changed, 49 insertions(+), 22 deletions(-)
 
1756
 
 
1757
commit bed3d6b16b1f4da147025f4c21fa27f2c12892e8
 
1758
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
1759
Date:   Sat Mar 12 06:19:11 2011 +0200
 
1760
 
 
1761
    Updated Hebrew translation.
 
1762
 
 
1763
 po/he.po |  112 +++++++++++++++++++++++++++++++++++++------------------------
 
1764
 1 files changed, 68 insertions(+), 44 deletions(-)
 
1765
 
 
1766
commit 09c72ea541392ee4ab87d3beb3ba71e186f724d5
 
1767
Author: Luca Ferretti <lferrett@gnome.org>
 
1768
Date:   Fri Mar 11 22:49:41 2011 +0100
 
1769
 
 
1770
    Updated Italian translation
 
1771
 
 
1772
 po/it.po |  391 +++++++++++++++++++++++++++++++++++++++-----------------------
 
1773
 1 files changed, 244 insertions(+), 147 deletions(-)
 
1774
 
 
1775
commit 284dd26273261436b1edd53191222fca0ee2c9be
 
1776
Author: Matej Urbančič <mateju@svn.gnome.org>
 
1777
Date:   Fri Mar 11 20:08:46 2011 +0100
 
1778
 
 
1779
    Updated Slovenian translation
 
1780
 
 
1781
 po/sl.po |  680 ++++++++------------------------------------------------------
 
1782
 1 files changed, 86 insertions(+), 594 deletions(-)
 
1783
 
 
1784
commit 29b2b6cb05d416e458a5ea94c2a972cdcd277eb0
 
1785
Author: Florian Müllner <fmuellner@gnome.org>
 
1786
Date:   Fri Mar 11 16:22:51 2011 +0000
 
1787
 
 
1788
    sound: Add introspection info for new GIcon function
 
1789
 
 
1790
 panels/sound/gvc-mixer-stream.c |    6 ++++++
 
1791
 1 files changed, 6 insertions(+), 0 deletions(-)
 
1792
 
 
1793
commit a9555f52d0b22413eb8f63a49d8bc3503ca5e228
 
1794
Author: Colin Guthrie <cguthrie@mandriva.org>
 
1795
Date:   Fri Mar 11 15:45:57 2011 +0000
 
1796
 
 
1797
    sound: Use upstream value for amplified volume
 
1798
    
 
1799
    In order to standardise various separate volume UIs,
 
1800
    upstream PulseAudio has made a new define available for the
 
1801
    recommended
 
1802
    maximum volume to show in UIs. This volume was chosen to be
 
1803
    similar to the value currently employed in gvc but also be
 
1804
    based on dB values rather than a multiple of PA_VOLUME_NORM.
 
1805
    
 
1806
    The 150% value previously used mapped to +10.57dB with the
 
1807
    current cubic volume mapping. In the interests of sanity,
 
1808
    and with a tip of the hat to Spinal Tap, we decreed that the
 
1809
    value should be +11dB. This is approx 153% which is doesn't really
 
1810
    change the visual look of GVC.
 
1811
    
 
1812
    I will also be recommending other volume controls use this new
 
1813
    value so everyone can use the mixer they want.
 
1814
    
 
1815
    This one goes up to 11. :)
 
1816
    
 
1817
    References:
 
1818
    https://tango.0pointer.de/pipermail/pulseaudio-discuss/2010-April/006945.html
 
1819
    https://tango.0pointer.de/pipermail/pulseaudio-discuss/2010-April/006950.html
 
1820
    http://en.wikipedia.org/wiki/Up_to_eleven
 
1821
    
 
1822
    https://bugzilla.gnome.org/show_bug.cgi?id=644292
 
1823
 
 
1824
 panels/sound/gvc-channel-bar.c   |    5 +++--
 
1825
 panels/sound/gvc-mixer-control.c |   17 +++++++++++++++++
 
1826
 panels/sound/gvc-mixer-control.h |    3 +++
 
1827
 3 files changed, 23 insertions(+), 2 deletions(-)
 
1828
 
 
1829
commit 83c681ee9e93073d351c9916fbcd1b203a858b51
 
1830
Author: Bastien Nocera <hadess@hadess.net>
 
1831
Date:   Fri Mar 11 15:29:15 2011 +0000
 
1832
 
 
1833
    sound: Fix ordering of typedefs
 
1834
    
 
1835
    When building without PulseAudio includes.
 
1836
 
 
1837
 panels/sound/gvc-pulseaudio-fake.h |    6 +++---
 
1838
 1 files changed, 3 insertions(+), 3 deletions(-)
 
1839
 
 
1840
commit ed04eaeb03512e6f1a6e98580e047c6332af0a5d
 
1841
Author: Richard Hughes <richard@hughsie.com>
 
1842
Date:   Fri Mar 11 16:13:17 2011 +0000
 
1843
 
 
1844
    network: ensure we refresh the UI if coldplug devices are changed
 
1845
 
 
1846
 panels/network/cc-network-panel.c |   36 ++++++++++++++++++++----------------
 
1847
 panels/network/net-device.c       |   14 ++++++++++++++
 
1848
 2 files changed, 34 insertions(+), 16 deletions(-)
 
1849
 
 
1850
commit 3bee2844a7e441cf5360a9d49290615725de1fd1
 
1851
Author: Richard Hughes <richard@hughsie.com>
 
1852
Date:   Fri Mar 11 15:56:49 2011 +0000
 
1853
 
 
1854
    network: use the new network-wired-disconnected icon
 
1855
    
 
1856
    You need to build a gnome-icon-theme from git for this to work correctly.
 
1857
 
 
1858
 panels/network/cc-network-panel.c |    2 +-
 
1859
 panels/network/panel-common.c     |    5 ++---
 
1860
 2 files changed, 3 insertions(+), 4 deletions(-)
 
1861
 
 
1862
commit 96026dae34026d5851d418b3721286adc172199a
 
1863
Author: Richard Hughes <richard@hughsie.com>
 
1864
Date:   Fri Mar 11 15:53:54 2011 +0000
 
1865
 
 
1866
    network: do not show a speed of zero for any device
 
1867
 
 
1868
 panels/network/cc-network-panel.c |   16 ++++++++++++----
 
1869
 1 files changed, 12 insertions(+), 4 deletions(-)
 
1870
 
 
1871
commit eeac17e2265bde858ddcf807c2243abaf9d2d9b4
 
1872
Author: Richard Hughes <richard@hughsie.com>
 
1873
Date:   Fri Mar 11 15:13:20 2011 +0000
 
1874
 
 
1875
    network: display a different icon if the wired ethernet device is disconnected
 
1876
 
 
1877
 panels/network/panel-common.c |    9 ++++++++-
 
1878
 1 files changed, 8 insertions(+), 1 deletions(-)
 
1879
 
 
1880
commit 4fc48a3fb3c9f0d3c76d205e659ec8291317ba0b
 
1881
Author: Richard Hughes <richard@hughsie.com>
 
1882
Date:   Fri Mar 11 15:04:15 2011 +0000
 
1883
 
 
1884
    network: a disconnected wired connection is 'Unplugged', not 'Disconnected'
 
1885
 
 
1886
 panels/network/cc-network-panel.c |    9 +++++++--
 
1887
 1 files changed, 7 insertions(+), 2 deletions(-)
 
1888
 
 
1889
commit 5421992af87b6b64131363854c51428729eb8030
 
1890
Author: Hugo Vaz Sampaio <hvazsampaio@gmail.com>
 
1891
Date:   Fri Mar 11 11:50:09 2011 -0300
 
1892
 
 
1893
    Updated Brazilian Portuguese translation
 
1894
 
 
1895
 po/pt_BR.po | 6032 +++++++++++++++++++++++++++++++----------------------------
 
1896
 1 files changed, 3151 insertions(+), 2881 deletions(-)
 
1897
 
 
1898
commit 639e87724e7d991660c2a06617e2ba0ba4ed8ef3
 
1899
Author: Bastien Nocera <hadess@hadess.net>
 
1900
Date:   Fri Mar 11 13:16:03 2011 +0000
 
1901
 
 
1902
    datetime: Make 24h setting changeable without unlocking
 
1903
    
 
1904
    https://bugzilla.gnome.org/show_bug.cgi?id=643891
 
1905
 
 
1906
 panels/datetime/cc-datetime-panel.c |    9 +++++----
 
1907
 1 files changed, 5 insertions(+), 4 deletions(-)
 
1908
 
 
1909
commit 96ff9114e161d77014efc270573600ff456fd95c
 
1910
Author: Khaled Hosny <khaledhosny@eglug.org>
 
1911
Date:   Fri Mar 11 15:08:09 2011 +0200
 
1912
 
 
1913
    Updated Arabic translation
 
1914
 
 
1915
 po/ar.po |  101 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 
1916
 1 files changed, 77 insertions(+), 24 deletions(-)
 
1917
 
 
1918
commit 0d2903f1c4768052f0670ae65d7ce1dada515cf9
 
1919
Author: Bastien Nocera <hadess@hadess.net>
 
1920
Date:   Fri Mar 11 13:01:23 2011 +0000
 
1921
 
 
1922
    datetime: Change combobox when map is clicked
 
1923
    
 
1924
    https://bugzilla.redhat.com/show_bug.cgi?id=684072
 
1925
 
 
1926
 panels/datetime/cc-datetime-panel.c |   39 ++++++++++++++++++++++++----------
 
1927
 1 files changed, 27 insertions(+), 12 deletions(-)
 
1928
 
 
1929
commit 7914025e1f2efe6ecd0d2efaf11b9fd624e695a4
 
1930
Author: Richard Hughes <richard@hughsie.com>
 
1931
Date:   Fri Mar 11 12:56:14 2011 +0000
 
1932
 
 
1933
    network: show the VPN connection state in the panel header
 
1934
 
 
1935
 panels/network/cc-network-panel.c |   24 +++++++++++++++++-
 
1936
 panels/network/net-object.c       |   25 +++++++++++++++----
 
1937
 panels/network/net-object.h       |    3 ++
 
1938
 panels/network/net-vpn.c          |   27 ++++++++++++++++++++
 
1939
 panels/network/net-vpn.h          |    3 ++
 
1940
 panels/network/panel-common.c     |   48 +++++++++++++++++++++++++++++++++++++
 
1941
 panels/network/panel-common.h     |    2 +
 
1942
 7 files changed, 125 insertions(+), 7 deletions(-)
 
1943
 
 
1944
commit bb70c1bd1a9d3fa9c7e22f8fa3779bc7f99684a2
 
1945
Author: Richard Hughes <richard@hughsie.com>
 
1946
Date:   Fri Mar 11 12:28:14 2011 +0000
 
1947
 
 
1948
    network: use an abstract device so we can get the VPN connection data
 
1949
 
 
1950
 panels/network/Makefile.am        |    6 ++
 
1951
 panels/network/cc-network-panel.c |  102 ++++++++++++++++++++++++--------
 
1952
 panels/network/net-device.c       |   83 ++++++++++++++++++++++++++
 
1953
 panels/network/net-device.h       |   63 ++++++++++++++++++++
 
1954
 panels/network/net-object.c       |   94 ++++++++++++++++++++++++++++++
 
1955
 panels/network/net-object.h       |   59 +++++++++++++++++++
 
1956
 panels/network/net-vpn.c          |  115 +++++++++++++++++++++++++++++++++++++
 
1957
 panels/network/net-vpn.h          |   66 +++++++++++++++++++++
 
1958
 panels/network/network.ui         |    8 +-
 
1959
 9 files changed, 566 insertions(+), 30 deletions(-)
 
1960
 
 
1961
commit 199774f0872064d425207b9a9a7f1dbe5641e9f8
 
1962
Author: Richard Hughes <richard@hughsie.com>
 
1963
Date:   Fri Mar 11 10:27:23 2011 +0000
 
1964
 
 
1965
    network: never show the loop device if IP4 data isn't available
 
1966
 
 
1967
 panels/network/cc-network-panel.c |   28 ++++++++++++++++++++++++++++
 
1968
 panels/network/network.ui         |    4 ++--
 
1969
 2 files changed, 30 insertions(+), 2 deletions(-)
 
1970
 
 
1971
commit d0704a68827122c5d61e4dfff7c88ebf39498b55
 
1972
Author: Frédéric Péters <fpeters@0d.be>
 
1973
Date:   Thu Mar 10 17:40:53 2011 +0100
 
1974
 
 
1975
    Fix linking of libshortcuts against X
 
1976
    
 
1977
    https://bugzilla.gnome.org/show_bug.cgi?id=644410
 
1978
 
 
1979
 configure.ac              |    1 +
 
1980
 panels/common/Makefile.am |    3 ++-
 
1981
 2 files changed, 3 insertions(+), 1 deletions(-)
 
1982
 
 
1983
commit 722660617af07b241a4b3d00784ea3cc7a91fb50
 
1984
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
1985
Date:   Fri Mar 11 08:43:32 2011 +0200
 
1986
 
 
1987
    Updated Hebrew translation.
 
1988
 
 
1989
 po/he.po |   31 ++++++++++++++++++++-----------
 
1990
 1 files changed, 20 insertions(+), 11 deletions(-)
 
1991
 
 
1992
commit 31c90f3ad593d9520d4ce7043285d78d7075342d
 
1993
Author: Matthias Clasen <mclasen@redhat.com>
 
1994
Date:   Thu Mar 10 21:43:09 2011 -0500
 
1995
 
 
1996
    Sound: Fix scroll event handling of channel bars
 
1997
    
 
1998
    Scrolling in any direction always went down. Very frustrating
 
1999
    experience...
 
2000
    https://bugzilla.gnome.org/show_bug.cgi?id=644462
 
2001
 
 
2002
 panels/sound/gvc-channel-bar.c |    2 +-
 
2003
 1 files changed, 1 insertions(+), 1 deletions(-)
 
2004
 
 
2005
commit f74df686219ffe4121bfd9f17fd4e4227dfa9ba9
 
2006
Author: A S Alam <aalam@users.sf.net>
 
2007
Date:   Fri Mar 11 07:30:05 2011 +0530
 
2008
 
 
2009
    update Punjabi Translation by A S Alam
 
2010
 
 
2011
 po/pa.po |  108 ++++++++++++++++++++++++++++++++++++++++++++++---------------
 
2012
 1 files changed, 81 insertions(+), 27 deletions(-)
 
2013
 
 
2014
commit 5eaf72f654b78f3756b339c765f5d72873d55c9e
 
2015
Author: Matthias Clasen <mclasen@redhat.com>
 
2016
Date:   Thu Mar 10 19:39:08 2011 -0500
 
2017
 
 
2018
    Printers: Attach 'add printer' dialog to toplevel
 
2019
    
 
2020
    It was already transient-for and modal, just missing the
 
2021
    right window type.
 
2022
    https://bugzilla.gnome.org/show_bug.cgi?id=644213
 
2023
 
 
2024
 panels/printers/new-printer-dialog.ui |    8 ++++----
 
2025
 1 files changed, 4 insertions(+), 4 deletions(-)
 
2026
 
 
2027
commit d032666d06e203ebf850c522723be17ffb492a9b
 
2028
Author: Matthias Clasen <mclasen@redhat.com>
 
2029
Date:   Thu Mar 10 19:10:47 2011 -0500
 
2030
 
 
2031
    Bump GTK+ dep to 3.0.2
 
2032
    
 
2033
    This is necessary because we assign style classes in .ui files.
 
2034
    https://bugzilla.gnome.org/show_bug.cgi?id=644182
 
2035
 
 
2036
 configure.ac |    2 +-
 
2037
 1 files changed, 1 insertions(+), 1 deletions(-)
 
2038
 
 
2039
commit 22bd03db52c3b54cc12bdd1467e80335c0042d70
 
2040
Author: Matthias Clasen <mclasen@redhat.com>
 
2041
Date:   Thu Mar 10 19:03:51 2011 -0500
 
2042
 
 
2043
    Screen: Fix the delay acrobatics
 
2044
    
 
2045
    The special-casing of lock delay 0 was wrong, since the > 0 check
 
2046
    was happening after converting to absolute.
 
2047
    https://bugzilla.gnome.org/show_bug.cgi?id=644403
 
2048
 
 
2049
 panels/screen/cc-screen-panel.c |   16 ++++++++++------
 
2050
 1 files changed, 10 insertions(+), 6 deletions(-)
 
2051
 
 
2052
commit 2ef2db18a01affb39eabb5b878e2b178326c872e
 
2053
Author: Richard Hughes <richard@hughsie.com>
 
2054
Date:   Thu Mar 10 18:30:39 2011 +0000
 
2055
 
 
2056
    network: add the work in progress VPN code
 
2057
    
 
2058
    More to follow tomorrow...
 
2059
 
 
2060
 panels/network/cc-network-panel.c |   71 ++++++++++++++++++++++++++++++++-----
 
2061
 1 files changed, 62 insertions(+), 9 deletions(-)
 
2062
 
 
2063
commit 282e084301a97ca7b2c35a837c57e0b4c21383f0
 
2064
Author: Richard Hughes <richard@hughsie.com>
 
2065
Date:   Thu Mar 10 17:21:03 2011 +0000
 
2066
 
 
2067
    network: display the IPv6 address if one is provided for the device
 
2068
 
 
2069
 panels/network/cc-network-panel.c |   37 ++++++++++++++++++++++++++++++++-----
 
2070
 1 files changed, 32 insertions(+), 5 deletions(-)
 
2071
 
 
2072
commit b7886616632566ed4f9ec7a4bd4ba0adbb71ad0f
 
2073
Author: Matej Urbančič <mateju@svn.gnome.org>
 
2074
Date:   Thu Mar 10 18:19:23 2011 +0100
 
2075
 
 
2076
    Updated Slovenian translation
 
2077
 
 
2078
 po/sl.po |   64 +++++++++++++++++++++++++++++++++++++++++--------------------
 
2079
 1 files changed, 43 insertions(+), 21 deletions(-)
 
2080
 
 
2081
commit c7af64a679db07645ff6ee87910a310302c5d9a4
 
2082
Author: Yaron Shahrabani <sh.yaron@gmail.com>
 
2083
Date:   Thu Mar 10 19:03:04 2011 +0200
 
2084
 
 
2085
    Updated Hebrew translation.
 
2086
 
 
2087
 po/he.po |  179 +++++++++++++++++++++++++++++++++++++++-----------------------
 
2088
 1 files changed, 112 insertions(+), 67 deletions(-)
 
2089
 
 
2090
commit 8fd8cb5d518f4824148a55fd00ac2fdba4d2b050
 
2091
Author: Richard Hughes <richard@hughsie.com>
 
2092
Date:   Thu Mar 10 14:54:23 2011 +0000
 
2093
 
 
2094
    network: Hide UI controls that are not connected up to anything yet
 
2095
 
 
2096
 panels/network/cc-network-panel.c |    8 ++++++++
 
2097
 1 files changed, 8 insertions(+), 0 deletions(-)
 
2098
 
 
2099
commit a2f3a4312be836de0ef99d56674227e982ac7ebb
 
2100
Author: Richard Hughes <richard@hughsie.com>
 
2101
Date:   Thu Mar 10 14:50:11 2011 +0000
 
2102
 
 
2103
    network: nm_device_wifi_get_bitrate() returns values in kb/s, not Mb/s
 
2104
 
 
2105
 panels/network/cc-network-panel.c |    2 +-
 
2106
 1 files changed, 1 insertions(+), 1 deletions(-)
 
2107
 
 
2108
commit ef3c9d13156544df2fee82a58152225429801b4f
 
2109
Author: Richard Hughes <richard@hughsie.com>
 
2110
Date:   Thu Mar 10 14:24:09 2011 +0000
 
2111
 
 
2112
    network: do not show the IPv6 address if nm_device_get_dhcp6_config() failed
 
2113
 
 
2114
 panels/network/cc-network-panel.c |    5 +++++
 
2115
 1 files changed, 5 insertions(+), 0 deletions(-)
 
2116
 
 
2117
commit 560fea4bc499e34877656c18c124cac0558fd489
 
2118
Author: Richard Hughes <richard@hughsie.com>
 
2119
Date:   Thu Mar 10 14:04:02 2011 +0000
 
2120
 
 
2121
    network: do not show a provider string for mobile broadband devices when not connected
 
2122
 
 
2123
 panels/network/cc-network-panel.c |    6 +++++-
 
2124
 1 files changed, 5 insertions(+), 1 deletions(-)
 
2125
 
 
2126
commit 5ecc2ca3d660341b3b75b6302dac2d9e96a7d3b8
 
2127
Author: Piotr Drąg <piotrdrag@gmail.com>
 
2128
Date:   Thu Mar 10 12:30:44 2011 +0100
 
2129
 
 
2130
    Updated Polish translation
 
2131
 
 
2132
 po/pl.po |   42 ++++++++++++++++++++++++++++++++----------
 
2133
 1 files changed, 32 insertions(+), 10 deletions(-)
 
2134
 
 
2135
commit a597124e2646c8ff45e72bd9f8a0fd751475cd28
 
2136
Author: Richard Hughes <richard@hughsie.com>
 
2137
Date:   Thu Mar 10 10:37:58 2011 +0000
 
2138
 
 
2139
    network: show the wireless security currently being used
 
2140
 
 
2141
 panels/network/cc-network-panel.c |   50 ++++++++++++++++++++++++++++++++++--
 
2142
 1 files changed, 47 insertions(+), 3 deletions(-)
 
2143
 
 
2144
commit 25530a889855db2f2fb9204426f9db432c1a4569
 
2145
Author: Richard Hughes <richard@hughsie.com>
 
2146
Date:   Thu Mar 10 10:37:24 2011 +0000
 
2147
 
 
2148
    network: fixup a trivial warning from mclasens fix
 
2149
 
 
2150
 panels/network/cc-network-panel.c |    2 +-
 
2151
 1 files changed, 1 insertions(+), 1 deletions(-)
 
2152
 
 
2153
commit bf4489c5ef191898e8d59c87d4d6d1bc10ab70c0
 
2154
Author: Piotr Drąg <piotrdrag@gmail.com>
 
2155
Date:   Wed Mar 9 20:55:11 2011 +0100
 
2156
 
 
2157
    Updated Polish translation
 
2158
 
 
2159
 po/pl.po | 5850 +++++++++++++++++++++++++++++---------------------------------
 
2160
 1 files changed, 2777 insertions(+), 3073 deletions(-)
 
2161
 
 
2162
commit 60423be87fd9ff3df65650a5f5ce68eaf9703b44
 
2163
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
 
2164
Date:   Wed Mar 9 19:40:19 2011 +0100
 
2165
 
 
2166
    Updated Spanish translation
 
2167
 
 
2168
 po/es.po |   51 +++++++++++++++++++++++++++++++++++++--------------
 
2169
 1 files changed, 37 insertions(+), 14 deletions(-)
 
2170
 
 
2171
commit 6b0473b00905f7d385926260fc9c4d70cdde3c18
 
2172
Author: Bruce Cowan <bruce@bcowan.me.uk>
 
2173
Date:   Wed Mar 9 16:48:46 2011 +0000
 
2174
 
 
2175
    Updated British English translation
 
2176
 
 
2177
 po/en_GB.po | 5480 ++++++++++++++++++++++++++++++++++++++---------------------
 
2178
 1 files changed, 3583 insertions(+), 1897 deletions(-)
 
2179
 
 
2180
commit 9d7e8db02d0044f8946eca00d05ff1aa0a0c606a
 
2181
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
 
2182
Date:   Wed Mar 9 17:49:30 2011 +0100
 
2183
 
 
2184
    Updated Slovenian translation
 
2185
 
 
2186
 po/sl.po |    2 +-
 
2187
 1 files changed, 1 insertions(+), 1 deletions(-)
 
2188
 
 
2189
commit a8f8bae7ca0243e388a5eca0a9e6d087403d09c5
 
2190
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
 
2191
Date:   Wed Mar 9 17:39:26 2011 +0100
 
2192
 
 
2193
    Updated Slovenian translation
 
2194
 
 
2195
 po/sl.po | 3751 ++++++++++++++++++++++++++++++++++++++++----------------------
 
2196
 1 files changed, 2419 insertions(+), 1332 deletions(-)
 
2197
 
 
2198
commit 73f9bffb3c37284a42c8aa48cbcfdfd147c1c8ed
 
2199
Author: Bastien Nocera <hadess@hadess.net>
 
2200
Date:   Wed Mar 9 13:33:08 2011 +0000
 
2201
 
 
2202
    background: Use new picture-uri GSettings key
 
2203
    
 
2204
    https://bugzilla.gnome.org/show_bug.cgi?id=633983
 
2205
 
 
2206
 panels/background/cc-background-panel.c |   22 ++++++++++------------
 
2207
 1 files changed, 10 insertions(+), 12 deletions(-)
 
2208
 
 
2209
commit 1d9806fe81f8630308d30edd31e3dc911f817293
 
2210
Author: Matthias Clasen <mclasen@redhat.com>
 
2211
Date:   Tue Mar 8 19:26:02 2011 -0500
 
2212
 
 
2213
    Network: don't be shy
 
2214
    
 
2215
    The moment the network panel actually met a real-life NM 0.9, it would
 
2216
    crash and burn...
 
2217
 
 
2218
 panels/network/cc-network-panel.c |    5 ++---
 
2219
 1 files changed, 2 insertions(+), 3 deletions(-)
 
2220
 
 
2221
commit ea92ba62e3ad19f50882a6864805d23caeddd834
 
2222
Author: Khaled Hosny <khaledhosny@eglug.org>
 
2223
Date:   Wed Mar 9 00:41:34 2011 +0200
 
2224
 
 
2225
    Updated Arabic translation
 
2226
 
 
2227
 po/ar.po |  126 +++++++++++++++++++++++++++++++++++++------------------------
 
2228
 1 files changed, 76 insertions(+), 50 deletions(-)
 
2229
 
3
2230
commit 5fdc90cc8b04c3224394fee615d265dbb8632616
4
2231
Author: Bastien Nocera <hadess@hadess.net>
5
2232
Date:   Tue Mar 8 11:36:13 2011 +0000