Commit graph

8489 commits

Author SHA1 Message Date
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
A S Alam
932c59a8c6 updating for Punjabi by A S Alam 2010-01-27 07:22:40 +05:30
Martin Pitt
8df7aa00ff Add AutostartCondition to gnome-at-session.desktop
The gnome-at-session autostart desktop file launches a shell script, which in
turn calls gconftool-2, just to find out that it's disabled, and exit. This
wastes unnecessary cycles on starting the desktop.

Add an AutostartCondition to the .desktop file which only runs when a11y is
enabled.

https://bugzilla.gnome.org/show_bug.cgi?id=608138
2010-01-26 11:55:28 +01:00
Rodrigo Moya
646355855f Release 2.29.6 2010-01-26 10:03:31 +01:00
Alexander Shopov
e33f42944d Updated Bulgarian translation 2010-01-25 23:12:13 +02:00
Jamil Ahmed
05c1b50347 Updated Bengali translation 2010-01-22 11:42:39 +06:00
vasudeven
5b7d9a8753 updated Tamil translation 2010-01-21 13:40:37 +05:30
Kjartan Maraas
74208facc5 Updated Norwegian bokmål translation 2010-01-19 19:07:05 +01:00
Thomas Wood
54bcf1874d [appearance] use GtkInfoBar rather than a copy of GeditMessageArea
GtkInfoBar (available in Gtk+ 2.18) replaces GeditMessageArea.
2010-01-19 13:03:32 +00:00
Peter Hutterer
2e347d700a Disable tapping only for touchpads without a left mouse button.
Apple touchpads have a single physical button and are thus capable of
working even if tapping is disabled. Don't force it on for these touchpads.

This patch simply changes the check for physical buttons from the previous
"check for LMR be present" to "check only for L".

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2010-01-16 11:21:22 +01:00
Daniel Nylander
c3e44a7b28 Updated Swedish translation 2010-01-09 17:01:36 +01:00
Runa Bhattacharjee
781761789c Fixed typos and updated translations for Bengali India 2010-01-08 12:48:52 +05:30
Jens Granseuer
62d02072ef [common] Don't leak file descriptors when checking for colour schemes
Closes bug #606155.
2010-01-06 21:43:29 +01:00
Sandeep Shedmake
3d3ca6b7ea Fixed a Typo and Updated Two Strings 2010-01-06 21:06:34 +05:30
Maxim V. Dziumanenko
0749639cca Update Ukrainian translation 2010-01-05 15:06:33 +02:00
Claude Paroz
396b9a7159 [about-me] Add translator comments to 'Home' string
This change is a part of the resolution of bug #605944.
2010-01-04 09:45:36 +01:00
Gabor Kelemen
270ca7b97f Updated Hungarian translation 2010-01-03 18:16:37 +01:00
Vincent Untz
b2261cb5a8 [release] post-release bump to 2.29.5 2009-12-24 00:46:02 +01:00
Vincent Untz
7b201885a7 [release] 2.29.4 2009-12-24 00:45:44 +01:00
Jorge González
6815ff6962 Updated Spanish translation 2009-12-19 13:43:57 +01:00
Lucian Adrian Grijincu
52129766f8 Update Romanian translation 2009-12-19 10:13:49 +02:00
Matej Urbančič
8be4b49a43 Updated Slovenian translation 2009-12-17 09:07:19 +01:00
Christian Kirbach
fbeb9bfcb0 Updated German translation 2009-12-15 23:33:55 +01:00
Kjartan Maraas
8d5359bf43 Updated Norwegian bokmål translation. 2009-12-15 19:09:34 +01:00
Bastien Nocera
945b44fbb2 Remove sleep key entry
https://bugzilla.gnome.org/show_bug.cgi?id=170175
2009-12-15 14:20:12 +00:00
Federico Mena Quintero
a3aa98b49a RANDR - Show 'Mirror Screens' in the monitor label, not a random monitor's name
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-12-11 12:49:04 -06:00
Federico Mena Quintero
0f0e35d509 RANDR - Desensitize the on/off radio buttons if we are in Mirror Screens mode
This makes it even more obvious that you don't need to turn on
individual outputs for Mirror Screens to work properly.

It also means that we don't support "combined" setups like two mirrored
screens and one extended screen.  It seems that the majority of people only care about a few cases:

  - Laptop plus projector or monitor showing the same thing.
  - Computer plus secondary monitor(s) with an extended desktop.
  - Laptop plus docking station with external monitor only (built-in LCD turned off).

For more exotic combinations, people can use the xrandr(1) tool.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-12-11 12:49:03 -06:00
Federico Mena Quintero
32cd3a9d39 RANDR - Sensitize 'Mirror Screens' depending on whether mirror mode is actually supported
Previously it was always sensitive, even if there were not enough connected outputs
for mirroring, or if those those outputs didn't support the same resolution for
mirroring.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-12-11 12:49:03 -06:00