Commit graph

8466 commits

Author SHA1 Message Date
Khaled Hosny
c533e7b235 Updated Arabic translation 2010-02-24 20:44:29 +02:00
Bruce Cowan
de605a5e7e Update British English translation 2010-02-24 16:43:38 +00:00
Frédéric Péters
3b60923dcb Release 2.29.91 2010-02-24 15:19:56 +01:00
Mario Blättermann
1175e09959 Updated German translation 2010-02-23 22:35:23 +01:00
Mario Blättermann
def5c0a3f6 Updated German translation 2010-02-23 20:36:29 +01:00
Jorge González
a1bb3bfe78 Updated Spanish translation 2010-02-23 19:59:20 +01:00
Matej Urbančič
b99e5c9024 Updated Slovenian translation 2010-02-23 15:51:29 +01:00
Alexander Shopov
92b90c09a9 Updated Bulgarian translation 2010-02-23 08:56:03 +02:00
Federico Mena Quintero
4b224e4927 bgo#554263 - Allow compiling without the RANDR libraries
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-22 21:01:49 -06:00
Matthias Clasen
e5896d700e Add a option to span background images across monitors
This feature was lost in 2.28, and people miss it. See bug 609809.
Note that this adds one new string, 'Span', which appears in the 'Style'
combobox in the background tab of the appearance capplet.
2010-02-22 18:55:41 -05:00
Khaled Hosny
0354024179 Updated Arabic translation 2010-02-23 01:29:02 +02:00
Federico Mena Quintero
09485b4e6b Make display-properties.desktop consistent with the 'monitors' terminology
We now just use 'monitor' instead of a combination of monitor/screen/display/etc.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-22 17:22:47 -06:00
Piotr Drąg
26d9685c67 Updated Polish translation 2010-02-21 18:33:11 +01:00
Fran Diéguez
d5ac1e9c98 Updated Galician Translation 2010-02-20 22:30:57 +01:00
Khaled Hosny
7eaee645db Updated Arabic translation 2010-02-20 22:38:48 +02:00
Vladimir Melo
751ada1138 Updated Brazilian Portuguese translation. 2010-02-20 07:52:26 -05:00
Joan Duran
1e13f4a2eb Updated Catalan translation 2010-02-19 23:00:16 +01:00
Mario Blättermann
0ebb378c07 Updated German translation 2010-02-19 22:09:36 +01:00
Matej Urbančič
3e3cbe0fad Updated Slovenian translation 2010-02-18 13:47:50 +01:00
Jorge González
2a4b71826c Updated Spanish translation 2010-02-18 08:52:28 +01:00
vasudeven
4589d3bf93 updated Tamil translation 2010-02-18 09:05:39 +05:30
Federico Mena Quintero
b03eba7c2f Merge branch 'display-capplet-ui-cleanup'
This makes the following changes in the display capplet:

- Now fits in 640x480 and has a better layout overall.

- We just use "monitors" for wording, not a mixture of "monitor",
  "display", "screen".

- Make the mouse cursor indicate when you can drag a monitor.
2010-02-17 17:56:31 -06:00
Federico Mena Quintero
38bd064505 Use just "monitors", not displays/screens/monitors for wording.
Also, clarify the label of the "mirror screens" checkbox.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-17 17:35:46 -06:00
Federico Mena Quintero
bbb7a64c2a Add a tooltip about how to select/drag the monitors
Now that the label with instructions is gone, let's have
a tooltip with better instructions.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-17 17:17:17 -06:00
Federico Mena Quintero
188d5bfefb Use a cross-with-arrows instead of a hand for the cursor
Cross-with-arrows means 'you can move me', while hand means 'you can click me'
in this day and age.  Pointed out by Ka-Hing Cheung <kahing@gmail.com>

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-16 17:22:07 -06:00
Fran Diéguez
b4ec774a1b Updated Galician Translation 2010-02-15 16:16:33 +01:00
Chao-Hsiung Liao
e0d3214f82 Updated Traditional Chinese translation(Hong Kong and Taiwan) 2010-02-15 19:25:13 +08:00
Rodrigo Moya
e7ac70bc5d Depend on gnome-desktop >= 2.29.4 for per-monitor
backgrounds
2010-02-14 10:52:58 +01:00
Lucian Adrian Grijincu
5099f5987f Update Romanian translation 2010-02-13 01:35:04 +02:00
Federico Mena Quintero
b06684e157 Remove hack to shrink the FooScrollArea if the screen is too small
The new window fits in 640x480 without any adjustments to the size of the
FooScrollArea, so we don't need to adjust that size anymore.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-12 13:55:19 -06:00
Federico Mena Quintero
49e441ce7c Remove the label with instructions for how to drag the monitors
The changing mouse cursor now makes the label superfluous.  Hopefully.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-12 13:29:55 -06:00
Federico Mena Quintero
d43cb0cd8c Set the mouse cursor to a hand when an output is draggable
This should make it more obvious that outputs are in fact draggable
in the FooScrollArea, and it will let us remove the ugly label
with instructions for how to drag the monitors.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-12 13:28:39 -06:00
Federico Mena Quintero
1492fe3458 Relayout the display capplet's window
We move the per-monitor's widgets to the right of the FooScrollArea.
This makes the dialog fit even in 640x480 displays, and makes it more
obvious that the monitor's controls actually refer to the selected
monitor.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-12 13:15:57 -06:00
Federico Mena Quintero
d271671798 Make the display capplet's window fit in 800x600 displays
We simply hack the FooScrollArea for the monitor display to be shorter.
We can get fancier in the future by really computing the size based
on the monitor into which the window eventually gets mapped.

Patch by Takashi Iwai <tiwai@novell.com> - https://bugzilla.novell.com/show_bug.cgi?id=564579

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-02-11 17:32:37 -06:00
Bastien Nocera
a4eef676df Fix libm linking
Otherwise we get:
/usr/bin/ld: gnome-mouse-properties.o: undefined reference to symbol 'floor@@GLIBC_2.0'
/usr/bin/ld: note: 'floor@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line
/lib/libm.so.6: could not read symbols: Invalid operation

https://bugzilla.gnome.org/show_bug.cgi?id=609570
2010-02-10 18:21:28 +00:00
Gabor Kelemen
01f49608a8 Hungarian translation updated 2010-02-08 22:55:39 +01:00
Rodrigo Moya
8c54184c87 Release 2.29.90 2010-02-08 12:38:15 +01:00
Jorge González
8fddaac050 Updated Spanish translation 2010-02-07 21:49:01 +01:00
Mario Blättermann
047df908f1 Updated German translation 2010-02-07 21:41:06 +01:00
Antonio Fernandes C. Neto
27cc0183f9 Updated Brazilian Portuguese Translation 2010-02-04 16:38:35 -03:00
Andrej Žnidaršič
6b373db024 Updated Slovenian translation 2010-02-04 19:10:55 +01:00
Kjartan Maraas
ff152233ee Updated Norwegian bokmål translation 2010-01-31 20:12:26 +01:00
Jorge González
428ac2e604 Updated Spanish translation 2010-01-30 12:11:56 +01:00
Jorge González
ebc9cdf36a Updated Spanish translation, fixes bug #606511 2010-01-30 12:11:56 +01:00
Bastien Nocera
768d493a13 [about-me] Fix fingerprint name on 2nd page
We were never changing the enrollment page's label to match
the selected fingerprint.
2010-01-29 16:11:22 +00:00
Ivar Smolin
8ae8ff0b6a Updating Estonian translation 2010-01-28 14:48:51 +02:00
Matej Urbančič
83a1ff37be Updated Slovenian translation 2010-01-28 11:24:25 +01:00
Jens Granseuer
a1ce2446d4 [mouse] Fix mnemonics conflicts on touchpad tab
Closes bug #608057.
2010-01-27 20:04:54 +01:00
Milan Bouchet-Valat
4ad6f3e725 [about-me] Fix list of passwd error strings
Need to add "dictionary" to the first list of known errors for the previous commit to change something. Fix indentation of the whole list too.
2010-01-27 14:37:00 +01:00
Milan Bouchet-Valat
51befc4497 [about-me] Fix hangs when 'passwd' outputs unexpected answers
When current password is wrong, passwd outputs on Ubuntu 9.10
passwd: Authentication token manipulation error
This doesn't correspond to what we're expecting. Add "error" to the list of words we look for to avoid waiting forever.

When pam-cracklib is used, using an existing word prompts 'passwd' to output
WEAK PASSWORD: it's based on a dictionary word
Detect "dictionary" too and consider this as meaning "Password is too simple".
2010-01-27 11:52:39 +01:00