Commit graph

8270 commits

Author SHA1 Message Date
Thomas Wood
9ebd7c4721 [appearance] fix tooltip in the background chooser
Set the has-tooltip property to enable tooltips on items in the background
chooser.

Also remove the custom tooltip timeout value so that it is now consistent
with the rest of the desktop.

Patch from: Matthias Clasen <mclasen@redhat.com>

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=596369
2009-11-21 14:49:08 +00:00
Matej Urbančič
a4e16a1cc5 Updated Slovenian translation 2009-11-18 07:05:11 +01:00
Aron Xu
e3d4e5f27f Fix a small mistake 2009-11-17 16:45:20 +08:00
Tao Wei
e00881d2bb Update Simplified Chinese translation. 2009-11-17 12:33:41 +08:00
Thomas Thurman
f12d0d1c1f Shavian translation 2009-11-16 19:16:49 -05:00
Sergey V. Udaltsov
99d6c81807 Make buttons widths equal
Further discussions related to kbd capplet
2009-11-15 18:12:32 +00:00
Jorge González
21684e7e62 Updated Spanish translation 2009-11-15 12:14:27 +01:00
Thomas Wood
fc938f8ba9 [appearance] update the background style option labels
Clarify the background style options as per the suggestions in bug 411048
by making all the descriptions the same tense and replacing "Fill screen"
with "Stretch".

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=411048
2009-11-14 19:18:48 +00:00
Thomas Wood
79cfd2b040 [theme-installer] Add OnlyShowIn=GNOME to the .desktop file
From bug 594709:

 The desktop file for the theme installer doesn't have OnlyShowIn=GNOME;

 This prevents it from working with Firefox (apparently) and it seems like it
 should have it anyway.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=594709
2009-11-14 18:46:11 +00:00
Thomas Wood
b7ce86ecec Automatically create the ChangeLog file from VCS history
Added a dist-hook rule to create the ChangeLog file from the git log.
2009-11-14 15:17:28 +00:00
Claude Paroz
5c9eaa2909 Add README.translators with comment about font-viewer pangram 2009-11-14 15:04:36 +01:00
Jens Granseuer
109414ee82 [font-viewer] Expand the Copyright display to get rid of unnecessary scrollbar 2009-11-14 14:22:06 +01:00
Jens Granseuer
89147e3e4c [font-viewer] Fix signedness compiler warnings 2009-11-14 14:15:01 +01:00
Jens Granseuer
db072ff49f [font-viewer] Use pango_language_get_sample_string for sample text
Closes bug #595107.
2009-11-14 14:03:59 +01:00
Jens Granseuer
75ce231f99 [keyboard] Fix mnemonic conflict in mousekeys tab
Closes bug #586433.
2009-11-14 13:02:05 +01:00
Peter Hutterer
a5bf115175 Disable two-finger scrolling/tapping based on touchpad capabilities.
Touchpads that can't do two-finger cannot two-finger scroll - disable this
scroll method.

Touchpads that don't have physical buttons mustn't disable tapping - set to
on by default and disable checkbox.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-11-13 17:54:16 +01:00
Matej Urbančič
d081be4045 Updated Slovenian translation 2009-11-13 12:16:50 +01:00
Jens Granseuer
543251c2c6 [typing-break] Reset timer after suspend
This patch does 2 things:
1) Defines a DrwTimer that we use instead of GTimer. This is just a thin
wrapper around g_get_current_time, and it means we can accurately track
typing/idle periods based on real-world wall-clock time, which GTimer is
apparently not intended to do.

2) The typing monitor has some complicated state handling where it transitions
between an IDLE state and a TYPING state. This transition is based on running a
callback once per second, and checking whether any keystrokes have been
recorded since the last time the callback was called. The actual idle *time* is
tracked separately, independently of these two states, but only when we are in
the IDLE *state* was the idle *time* checked to see if we should reset the
break timer. This leads to a race condition -- if we suspend while in the
TYPING state, then eventually we will wake up, notice that no key press has
happened in the last second, *reset the idle timer*, transition to the IDLE
state, and then check the amount of time on the idle timer. We will thus never
notice the amount of time that the computer was suspended.

I considered making the IDLE/TYPING transition code smarter, but it turns out
the desired behavior for the two states is entirely identical anyway, so rather
than adding more complexity to this pointless code, I just diked it out and
replaced them both by a single state called RUNNING.

Closes bug #430797.
2009-11-11 19:39:57 +01:00
Aron Xu
70277a7af3 Fix a typo. 2009-11-11 03:03:34 +08:00
Nils-Christoph Fiedler
39c1877c6e Added Low German translation 2009-11-10 19:26:42 +01:00
Bastien Nocera
20501328e2 Fix en_GB translations with context 2009-11-10 13:43:54 +00:00
Jorge González
5fee913829 Updated Spanish translation 2009-11-10 01:11:08 +01:00
Sergey V. Udaltsov
585991e259 Further layout improvements
As discussed on IRC (with aday)
2009-11-09 22:36:26 +00:00
William Jon McCann
07c4a415df Remove interface tab
Fixes http://bugzilla.gnome.org/show_bug.cgi?id=592756
2009-11-09 20:35:17 +00:00
Daniel Nylander
186a2baefe Updated Swedish translation 2009-11-08 22:05:31 +01:00
Tim Waugh
1fd84f3672 [typing-break] Increase delay for activating the postpone button to 5s
When the typing break screen is displayed and break postponements are enabled,
there is a 500ms delay before the 'Postpone' button becomes sensitive.
Increase that delay to 5000ms (5s).

Rationale:
When I'm really focused on something I will click the 'Postpone' button, or
even use the keyboard short-cut Alt-P, so that I can carry on with what I was
doing.  Then later I won't even remember having done it.  This can happen
several times in a row.  I'm sure it happens this way for other people too.

With a 5s delay before a break can be postponed it gives the user time to think
about whether they really need to carry on with what they were doing or if it
can wait after all.

Closes bug #597086.
2009-11-08 11:14:35 +01:00
Matej Urbančič
5f063376ac Updated Slovenian translation 2009-11-06 14:57:48 +01:00
Matej Urbančič
30eafc845b Updated Slovenian translation 2009-11-05 07:22:00 +01:00
Gil Forcada
940f7f91df Minor update to Catalan translation 2009-11-05 00:08:20 +01:00
Carles Ferrando
0cb350aa69 Updated Catalan (Valencian) translation 2009-11-05 00:03:08 +01:00
Jorge González
cc46723a06 Updated Spanish translation 2009-11-04 23:38:32 +01:00
Sergey V. Udaltsov
f4d19d4da0 More polish of the keyboard layout tab
See the discussion in the wiki
2009-11-04 22:09:03 +00:00
Jens Granseuer
38ba6cb702 Add gthread-2.0 to common modules for linking
At least
 * gnome-keybinding-properties
 * gnome-about-me
 * gnome-appearance-properties
 * gnome-theme-test
 * gnome-font-viewer
need it, so just add it to the list of common modules (bug #600589).
2009-11-04 19:02:30 +01:00
Wang Xin
7c82b5b5cc [keybindings] Show shortcuts for the active window manager
Actually display the bindings for the running window manager instead
of all others (bug #600531).
2009-11-04 18:53:37 +01:00
Sergey V. Udaltsov
4583bc657b Further improvements in the layout of the 'Layouts' tab
See
http://live.gnome.org/action/subscribe/UsabilityProject/Whiteboard/KeyboardPreferences/Implementation
2009-11-01 19:48:19 +00:00
Bastien Nocera
3a3b2f99e1 Fix all the keybindings showing up when using compiz
The wm_common_get_current_keybindings() implementation
was broken.

https://bugzilla.gnome.org/show_bug.cgi?id=600021
2009-10-29 15:46:16 +00:00
drtvasudevan
51a283edd0 Updated Tamil translation 2009-10-28 05:52:20 +05:30
Daniel Nylander
69cffdfd62 Updated Swedish translation 2009-10-27 22:13:26 +01:00
Dumitru Mișu Moldovan
04275bd3e4 Updated Romanian translation 2009-10-26 23:53:05 +02:00
Bastien Nocera
3ad174d376 Add missing PNG files
The code uses PNG files, but we only shipped SVG ones...
2009-10-26 17:46:04 +00:00
Žygimantas Beručka
d4c6c7990c Updated Lithuanian translation 2009-10-24 16:11:46 +03:00
Vincent Untz
480416907e Use external libslab when available 2009-10-24 14:19:30 +02:00
Jens Granseuer
c831bc1539 Bump gnome-desktop version to 2.27.91 (bug #596865) 2009-10-24 14:11:27 +02:00
Jens Granseuer
3f671fdceb Fix zombie bindings appearing after deleting custom shortcuts
Make GConf sync after deleting a custom binding so that the removed
directory actually gets pruned and doesn't come back when restarting
the application (bug 596351).
2009-10-24 14:01:00 +02:00
Vincent Untz
93e164c2fb Update the exec arg when changing terminal
When selecting a known terminal from the combo box, also update the exec
arg gconf key to the known value from the xml file.

https://bugzilla.gnome.org/show_bug.cgi?id=597185
2009-10-24 00:24:38 +02:00
Jens Granseuer
b5c741ee95 [about-me] Fix crash when closing the window using the window button
Make sure the focus-out handler doesn't try to take action after the
application resources have already been destroyed (bug #592348).
2009-10-23 18:35:47 +02:00
Khaled Hosny
3223742188 Fix pofilter checks 2009-10-23 17:39:12 +02:00
Reşat SABIQ
0c5b06fc6c Updated Crimean Tatar (Crimean Turkish) translation 2009-10-22 01:52:59 -05:00
Matthias Clasen
5ebf7c1c51 bgo#593866 - Don't assert when the current output doesn't have a resolution set yet
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-10-19 13:57:27 -05:00
Daniel Nylander
16b523deb3 Updated Swedish translation 2009-10-18 22:15:11 +02:00