Commit graph

8286 commits

Author SHA1 Message Date
William Jon McCann
9d4a90d798 Add support for per-monitor backgrounds
https://bugzilla.gnome.org/show_bug.cgi?id=147808
2009-12-09 22:15:20 -05:00
Jens Granseuer
e90d5dda76 [common] Fix signedness warnings in window manager code 2009-12-09 12:10:39 +01:00
Jens Granseuer
f1372f438e [common] Fix small memory leak in window manager code 2009-12-09 12:04:32 +01:00
Aron Xu
10506822d2 Update Simplified Chinese translation. 2009-12-09 15:29:17 +08:00
Christian Kirbach
dc52eeb43f Updated German translation 2009-12-09 01:26:35 +01:00
Thomas Wood
c1ee031d15 [default-applications] return an empty string for the custom web item
This prevents the combo box from snapping back to the previous item
2009-12-07 22:46:02 +00:00
Thomas Wood
3d7178b45a [default-applications] be sure to add the gconf directories for monitoring
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=597186
2009-12-07 22:27:04 +00:00
Vincent Untz
a346d3a1fc Make layouts that cannot be activated have insensitive text 2009-12-05 16:05:43 +00:00
Jens Granseuer
fd82bdb9a1 [window] Don't allow Ctrl+Click as window movement modifier
Choosing Ctrl for window movement messes up selecting mutiple
entries in list and grid widgets (e.g. files in nautilus) so
don't offer it as an option. Closes bug #409405.
2009-12-05 13:16:06 +01:00
Jens Granseuer
d5e168c81a [font-viewer] Don't use URI notation when installing fonts
The code treated a URI as a path which would result in escaped
characters showing up as "%20" and such in the destination file
name. Be more careful to treat URIs as URIs and paths as paths.

Closes bug #603732.
2009-12-05 13:04:27 +01:00
Thomas Wood
42133f871f Rename configure.in to configure.ac
The ".ac" extension is the preferred use:

http://www.gnu.org/software/autoconf/manual/html_node/Writing-Autoconf-Input.html
2009-12-05 11:22:52 +00:00
Thomas Wood
21ce3e96da [configure] Enable silent build rules
Enable automake silent rules, if available
2009-12-05 11:19:54 +00:00
Sergey V. Udaltsov
c551464636 The columns in the layout list sorted
Thanks to Vincent, well spotted
https://bugzilla.gnome.org/show_bug.cgi?id=603804
2009-12-04 21:54:40 +00:00
Daniel Nylander
dccd55038b Updated Swedish translation 2009-11-30 10:01:25 +01:00
Nils-Christoph Fiedler
e8e5748689 Updated LowGerman translation 2009-11-25 17:35:18 +01:00
Ivar Smolin
5c4ac1d2f1 Updating Estonian translation 2009-11-22 18:04:48 +02:00
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