Ivar Smolin
4da0a45f3e
Updating Estonian translation
2009-07-27 23:11:26 +03:00
Khaled Hosny
f5ebb3d672
Updated Arabic translation
2009-07-27 07:14:28 +03:00
Nguyễn Thái Ngọc Duy
ed692d0a8d
po/vi.po: use correct quoting for Vietnamese
2009-07-27 10:09:48 +10:00
Thomas Wood
8aad6bce09
Merge branch 'font-viewer-revamp'
2009-07-26 23:20:06 +01:00
Thomas Wood
abac22a412
[font-viewer] add an install button to copy the font to ~/.fonts
...
Add an install button to allow the user to install the viewed font to the
.fonts directory of their home directory.
2009-07-26 20:45:34 +01:00
Thomas Wood
1a8087a181
[font-viewer] prevent vertical scrolling on the preview area
...
The preview is much wider than it is tall, so it is more advantageous to
scroll horizontally rather than vertically.
2009-07-26 20:01:54 +01:00
Thomas Wood
daa0a0dd78
[font-viewer] Use labels for multi-line information fields
...
The data is non-editable, so it should not have the appearance of an
editable text field. Therefore, labels are more appropriate than textview.
2009-07-26 19:33:48 +01:00
Thomas Wood
de961ac54b
[font-viewer] Switch to a horizontal layout
...
Switch to a horizontal layout as suggested by
Hylke Bons <hylkebons@gmail.com>
2009-07-26 19:09:05 +01:00
Jens Granseuer
9985e70d35
Don't barf on XML comments in background files
...
Don't print "Unknown tag" warnings when XML comments are encountered
in a wallpaper file (bug #588497 ).
2009-07-26 14:49:14 +02:00
Jens Granseuer
3e3e8ff02f
Fix distribution of about-me icons
...
Remove unused icons and actually distribute those used (bug #589528 )
2009-07-26 12:19:35 +02:00
Andre Klapper
40d465c3db
Remove libgnome usage by Cosimo Cecchi. Partially fixes bug #586527 .
2009-07-24 20:36:48 +02:00
Yaron Sharabani
70bc572a79
Updated Hebrew translation
2009-07-24 21:27:06 +03:00
Daniel Nylander
7679e404ae
Updated Swedish translation
2009-07-22 23:42:10 +02:00
Thomas Hindoe Paaboel Andersen
3d3638cdd5
Replace deprecated gtk_status_icon_set_tooltip
...
Use gtk_status_icon_set_tooltip_text instead. This requires gtk >= 2.15.0.
2009-07-19 23:36:53 +02:00
Thomas Hindoe Paaboel Andersen
e01c1e2a64
Replace deprecated gtk_file_chooser_dialog_new_with_backend
...
Gtk+ uses gio directly now and gtk_file_chooser_dialog_new should work instead.
Fixes part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Thomas Hindoe Paaboel Andersen
f315f3451a
Replace deprecated gtk_widget_draw with gtk_widget_queue_draw
...
Fixes a part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Thomas Hindoe Paaboel Andersen
8ffc430cb8
Resync gedit-message-area.[ch] with upstream
...
Fixes part of GNOME bug #572325
2009-07-19 16:44:19 +02:00
Andre Klapper
0435304d98
Remove unused includes. Fixes part of bug #586527 .
2009-07-19 12:56:01 +02:00
Ilkka Tuohela
a870319ca0
Updated Finnish translation
2009-07-19 11:21:40 +03:00
Chao-Hsiung Liao
2762e016ca
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2009-07-18 21:29:47 +08:00
Jorge González
8bdb0e5bff
Updated Spanish translation
2009-07-18 13:59:46 +02:00
drtvasudevan
7cef015f02
Updated Tamil translation
2009-07-18 16:46:40 +05:30
Matthias Clasen
2ec474ddfa
Fix a mnemonic mishap
...
The _Reset to Defaults button on the color tab did not have its
mnemonic applied.
2009-07-18 01:16:25 -04:00
Matthias Clasen
8f60c01f29
Fix some theme thumbnail rendering gotchas
...
The theme thumbnail rendering code gets the rendering of folder icons somewhat
wrong, ie it frequently shows a gnome-fs-directory icon from gnome even if the
actual theme has a folder icon. Improve things by using modern GtkIconTheme
api in a better way.
2009-07-18 01:08:38 -04:00
Felix Riemann
b812fdd75e
Depend on libgnomekbd >= 2.27.4
...
This is due to the keyboard capplet switching to libxklavier-4.0.
2009-07-17 19:32:32 +02:00
Thomas Wood
01b730b525
Add the m4 directory to GITIGNOREFILES
...
The m4 directory is not automatically ignored by git.mk, so we need to add
it to this variable.
2009-07-17 15:17:33 +01:00
Federico Mena Quintero
8fc5964b82
RANDR - Don't realign outputs if the current output didn't change resolutions
...
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:53 -05:00
Federico Mena Quintero
bba301ff9c
RANDR - Factor out function to generate strings for refresh rate like '60 Hz'
...
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Federico Mena Quintero
dc62815db2
RANDR - when turning an output on, default to its preferred resolution
...
Previously we were picking the output's highest-supported resolution, which is not
always the same as its preferred resolution. We also do this while actually turning
the output on, not as a side effect of rebuilding the resolution combo.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Federico Mena Quintero
9516f2f082
RANDR - Factor out function to generate strings for resolution like 'width x height'
...
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-07-16 12:19:52 -05:00
Rodrigo Moya
a6c2dd827b
Release 2.27.4.1
2009-07-16 16:32:31 +02:00
Felix Riemann
5cf753b102
[network] Remove libglade dependency from gnome-network-properties
2009-07-16 14:55:04 +02:00
Sweta Kothari
7312ed4cc4
Updated Gujarati Translations
2009-07-16 02:00:31 -04:00
Thomas Wood
7215e00b19
Add MAINTAINERCLEANFILES to top-level Makefile
2009-07-16 00:43:20 +01:00
Thomas Wood
5d882a3bdd
Automatically generate .gitignore files with git.mk
...
Add git.mk and include it in all Makefiles to generate .gitignore files
2009-07-16 00:38:51 +01:00
Rodrigo Moya
2aa0c3ed1b
EXTRA_DIST about-me fingerprint icons
2009-07-15 18:40:24 +02:00
Rodrigo Moya
21eda88612
Release 2.27.4
2009-07-15 17:33:23 +02:00
Claude Paroz
0909600cbc
Fix POTFILES.in
2009-07-14 19:59:20 +02:00
Kjartan Maraas
a7ce8f77f8
Fix single GTK+ includes
2009-07-14 00:03:12 +02:00
Kjartan Maraas
60b59b554b
Fix single GTK+ includes
2009-07-14 00:03:12 +02:00
Kjartan Maraas
232a92d148
Fix single GTK+ includes
2009-07-14 00:03:11 +02:00
Sweta Kothari
597af225f8
Updated Gujarati Translations
2009-07-13 06:29:07 -04:00
Thomas Wood
3d531a89af
[libslab] fix for single includes in GTK+
...
Recent GTK+ only permits gtk/gtk.h to be included
2009-07-12 22:51:04 +01:00
Peter Hutterer
e14a84a718
Support touchpad configuration through device properties.
...
This patch is based on Ubuntu's touchpad configuration.
It adds a new tab to gnome-mouse-properties that allows to enable/disable the
touchpad, tapping and select between edge scrolling and two-finger scrolling.
It adds the following gconf keys:
/desktop/gnome/peripherals/touchpad/disable_while_typing (boolean)
/desktop/gnome/peripherals/touchpad/tap_to_click (boolean)
/desktop/gnome/peripherals/touchpad/horiz_scroll_enabled (boolean)
/desktop/gnome/peripherals/touchpad/scroll_method (integer)
[0,1,2 for disabled, edge and two-finger scrolling, respectively]
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-12 22:43:19 +01:00
Thomas Wood
53d1d5e347
[display,window] add missing UI definition files
...
Add UI files from bug 572325.
Patch by Felix Riemann <friemann@gnome.org>
2009-07-12 17:23:36 +01:00
Thomas Wood
0a615ec0b4
[appearance] actually commit the ui definition file
2009-07-12 17:09:16 +01:00
Thomas Wood
dbbe37f0bc
[appearance] unref the GtkBuilder object if loading failed
...
Unref the GtkBuilder object if the ui description file could not be loaded.
This prevents the GtkBuilder object from being leaked.
2009-07-12 00:38:26 +01:00
Thomas Wood
91d7627558
[appearance] install the ui file into the common ui directory
...
Install the UI description file into the same directory as the other
capplets
2009-07-12 00:36:17 +01:00
Thomas Wood
683102f257
[appearance] remove custom cell renderers
...
The custom cell renderers were required to draw the selection inidicator
around the entire item, not just the text. This has now been fixed in GTK+ as the
as the resolution of bug 382544.
2009-07-11 23:24:34 +01:00
Thomas Wood
8389b285a1
[appearance] Remove the .glade ui file
...
This is no longer used, since the appearance capplet has been migrated to
GtkBuilder.
2009-07-11 13:00:02 +01:00