Bastien Nocera
ce58a78d26
online-accounts: Add label to toolbar items
2011-10-25 17:38:55 +01:00
Bastien Nocera
65f850e0c5
network: Add label to toolbar buttons
2011-10-25 17:37:47 +01:00
Bastien Nocera
8f78728dbc
keyboard: Add label to toolbar buttons
2011-10-25 17:36:22 +01:00
Bastien Nocera
3a31fb91a2
bluetooth: Add labels to toolbar widgets
2011-10-25 17:32:37 +01:00
Bastien Nocera
ea7430d03e
background: Force a toolbar style
2011-10-25 16:33:14 +01:00
Bastien Nocera
c72062ba65
shell: Add a11y label for the All Settings button
2011-10-25 16:31:07 +01:00
Bastien Nocera
97c8a63341
color: Make toolbar buttons focusable
...
https://bugzilla.gnome.org/show_bug.cgi?id=662430
2011-10-25 15:16:50 +01:00
Bastien Nocera
7f5733b454
common: Fix handling of <Primary>
...
As used in the new GTK+ 3.2.1.
https://bugzilla.redhat.com/show_bug.cgi?id=748444
2011-10-24 19:06:27 +01:00
Bastien Nocera
eacbe935d3
keyboard: Remove unused variable
2011-10-24 17:25:14 +01:00
Bastien Nocera
9770f2a332
info: Avoid re-using a non-NULL error
2011-10-24 17:22:34 +01:00
Bastien Nocera
d453a9841d
sound: Add a minimum height for the output list
...
Combined with the changes to the output list to only
use a single line instead of multi-line status, this should
make it easier to see multiple devices listed.
https://bugzilla.gnome.org/show_bug.cgi?id=660582
2011-10-24 14:41:44 +01:00
Arash Mousavi
44cf9684c9
Updated Persian Translation
2011-10-24 02:09:46 +03:30
Ihar Hrachyshka
f96d25138d
Updated Belarusian translation.
2011-10-24 01:19:32 +03:00
Matej Urbančič
4dd09d29d8
Updated Slovenian translation
2011-10-23 20:08:20 +02:00
Jorge González
0abb7870af
Updated Spanish translation
2011-10-23 14:51:58 +02:00
Mario Blättermann
4312ed5ca4
[l10n] Updated German translation
2011-10-23 12:25:40 +02:00
YunQiang Su
88caa2b4b0
zh_CN translation: 使用电池电源 -> 使用电池
2011-10-23 18:26:17 +08:00
Aurimas Černius
9d37e3cd9b
Updated Lithuanian translation
2011-10-22 23:23:05 +03:00
Yaron Shahrabani
3ba5a0d924
Updated Hebrew translation.
2011-10-22 13:06:37 +02:00
Christian Kirbach
5886629004
Updated German translation
2011-10-22 01:28:41 +02:00
Bruno Brouard
34c6ab2a9e
Updated French translation
2011-10-21 21:27:38 +02:00
Matej Urbančič
21dc28a257
Updated Slovenian translation
2011-10-21 21:24:33 +02:00
Piotr Drąg
a85e7afd87
Updated Polish translation
2011-10-21 19:42:08 +02:00
Changwoo Ryu
6862e5b93b
Revert "Updated Korean translation"
...
This reverts commit c08c3e6681
.
2011-10-22 00:45:29 +09:00
Seong-ho, Cho
c08c3e6681
Updated Korean translation
2011-10-22 00:44:02 +09:00
Richard Hughes
8283232b44
color: Fix a critical warning in the new GtkTreeIter code
2011-10-21 16:01:37 +01:00
Bastien Nocera
f625fbbb59
sound: Fix possible infinite loop in combo box
2011-10-20 16:10:06 +01:00
Bastien Nocera
bafe9c4020
sound: volume is unsigned so cannot be <= 0
2011-10-20 16:08:53 +01:00
Bastien Nocera
3d3cfa7304
keyboard: Check for NULL value first
...
Then try to access item->type
2011-10-20 15:53:25 +01:00
Bastien Nocera
34dadb5ac3
printers: Avoid dereferencing NULL variable
...
If line is NULL, then buffer is NULL, and buffer[0] points
to nowhere.
2011-10-20 15:50:00 +01:00
Bastien Nocera
ff59277c91
color: Don't return pointer to local variables
...
We were returning the address of a variable allocated on the stack
inside the function to outside.
2011-10-20 15:46:32 +01:00
Bastien Nocera
7f8b2153c8
color: Remove useless NULL check
...
It cannot be NULL when we get to that point.
2011-10-20 15:39:05 +01:00
Bastien Nocera
e9f95249a9
printers: Fix crasher if a or b are NULL in cmp
...
If a or b are NULL then (c && d) fails, and both a_normalized
and b_normalized are left uninitialised, possibly causing a crash
when we try to free them later.
2011-10-20 15:36:04 +01:00
Bastien Nocera
474abc5272
color: Use a switch statement
...
A little bit cleaner.
2011-10-20 15:30:14 +01:00
Bastien Nocera
0bc99bdda3
color: Fix warning about uninitialised variable
2011-10-20 15:26:51 +01:00
Bastien Nocera
cb5924adb1
keyboard: Remove broken allowed_keys checks
...
The only thing it was doing was disabling the add button,
which was promptly re-enabled when you selected the custom
shortcuts section.
2011-10-20 10:36:21 +01:00
Bastien Nocera
62cb5236b2
keyboard: Make the '+' button work all the time
...
We shouldn't need to select the "Custom Shortcuts" section
of the keyboard shortcuts before the add button is made sensitive.
Make it sensitive all the time, and switch to the section as needed.
https://bugzilla.gnome.org/show_bug.cgi?id=662253
2011-10-20 10:36:21 +01:00
Bastien Nocera
f9da94dbae
shell: Use icon for "All Settings" button
...
https://bugzilla.gnome.org/show_bug.cgi?id=657043
2011-10-20 10:36:21 +01:00
Matthias Clasen
85b0c9c92c
Drop duplicate code
...
Static analyzers complain about this kind of thing.
2011-10-19 18:57:33 -04:00
Kjartan Maraas
fd81ff244d
Updated Norwegian bokmål translation
2011-10-19 22:37:41 +02:00
Daniel Mustieles
baa2d3fa1b
Updated Spanish translation
2011-10-19 16:32:24 +02:00
Bastien Nocera
7575e38599
keyboard: Fix ATK description
...
As mentioned in:
https://bugzilla.gnome.org/show_bug.cgi?id=574073
2011-10-19 14:43:41 +01:00
Bastien Nocera
7b3f942318
mouse: Fix ATK descriptions
2011-10-19 14:43:30 +01:00
Bastien Nocera
89a9a66554
universal-access: Fix ATK descriptions
2011-10-19 14:43:16 +01:00
Bastien Nocera
8cca2cab60
lib: Do not install private libgnome-control-center
...
https://bugzilla.gnome.org/show_bug.cgi?id=655287
2011-10-18 19:07:32 +01:00
Bastien Nocera
49e81242ca
common: Update linkage rules for static libs
...
No point in limiting the exports symbols for a static library
2011-10-18 19:06:38 +01:00
Bastien Nocera
844dd9e321
bluetooth: Move Bluetooth panel from gnome-bluetooth
2011-10-18 18:46:15 +01:00
Bastien Nocera
6d38216573
region: Small style fix
2011-10-18 18:46:15 +01:00
Erdal Ronahi
fef542887c
updated Kurdish translations
2011-10-18 16:05:43 +02:00
Christian Persch
e1dbaef587
shell: Don't crash when loading the icon fails
...
https://bugzilla.gnome.org/show_bug.cgi?id=660513
2011-10-17 13:57:42 +01:00