2004-12-11 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_update_description):
Fix the ngettext calling bit to actually work, and move the %d into
the format string for g_strdup_print, so we don't say "%d pixels"
2004-12-10 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_update_description):
Change the description to use "W pixels x H pixels" and ngettext for
each individual part, instead of just "W x H pixels" (#151425)
* gnome-wp-xml.c (gnome_wp_xml_load_xml): Don't duplicate check to
make sure that the root element is not NULL
2004-12-03 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.glade: use "Preferences" for the window
title (like the other capplets) instead of "Configuration",
bug noticed by Lars Weber <me@lars.in-berlin.de> (Closes: #132391).
2004-11-30 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties-structs.c: use the right name
for each browser instead of listing different names for some entry
(#155246).
2004-11-28 James Henstridge <james@jamesh.id.au>
* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.
* vfs-methods/themus/Makefile.am: similar changes to the fontilus
ones.
* vfs-methods/fontilus/fontilus-context-menu.c: same here.
* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
of gnome-control-center.
* vfs-methods/fontilus/Makefile.am: similar schema and desktop
file fixes. Don't include the old mime files in the dist.
* schemas/Makefile.am: remove .schemas files on clean, when
installing schemas, look for them in builddir rather than srcdir.
* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
that ALSA_CFLAGS isn't defined multiple times (use the newer
automake += syntax).
* control-center/Makefile.am: distribute $(icon_DATA).
* capplets/*/Makefile.am: put the .desktop and .desktop.in files
in CLEANFILES. The .desktop.in.in file gets included because it
is listed in the configure script.
* configure.in: update configure script, and remove macro calls
that are not needed by modern versions of Automake.
* Makefile.am: remove intltool files on distclean.
* autogen.sh: request Automake >= 1.7.
2004-11-26 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties.glade: Mask the "Text Editor"
tab since it's not used by the new mime system.
2004-11-21 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.c: (cb_http_details_button_clicked):
use the stock_proxy icon for the capplet (Closes: #130624).
Tue Nov 2 16:03:41 2004 Jonathan Blandford <jrb@redhat.com>
* theme-switcher.c (install_dialog_response): Patch from
Vijaykumar Patwari <vijaykumar.patwari@wipro.com> to warn when
.themes can't be written to.
2004-10-27 Sebastien Bacher <seb128@debian.org>
* gnome-theme-installer.c: (transfer_done_targz_idle_cb),
(transfer_done_tarbz2_idle_cb): *
patch by Rajkumar <rajkumar.siva@wipro.com> to fix the themes
installation with the non GNU versions of tar (Closes: #114553).
2004-10-27 Sebastien Bacher <seb128@debian.org>
* gnome-theme-save.c: (setup_directory_structure):
patch by David Sedeo Fernndez <david@alderia.com> to fix a
warning during the compilation (Closes: #148345).
2004-10-21 Sebastien Bacher <seb128@debian.org>
reviewed by: <delete if not using a buddy>
* gnome-default-applications-properties.c: (read_browser),
(read_mailer):
2004-10-21 Sebastien Bacher <seb128@debian.org>
* gnome-keyboard-properties.glade:
patch by Ross Burton <ross@burtonini.com> to fix the widget expansion
(Closes: #151588).
2004-10-20 Matthias Clasen <mclasen@redhat.com>
* gnome-window-properties.c (reload_mouse_modifiers): Only
show hyper if it is mapped to a different key than the other
modifiers. Fixes bug #152132
2004-10-14 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_update_description):
Use g_markup_printf_escaped () to fill in the description
Fixes#155184
2004-10-14 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties.c: (setup_peditors),
(read_browser), (value_changed_cb): Use the Web Browser for https too.
(Closes: #123487).
2004-10-14 Kjartan Maraas <kmaraas@gnome.org>
* gnome-default-applications-properties-structs.c: Revert string
changes and add entries for Firefox on Debian and Fedora with
new binary names. Original patch from jdassen at debian org.
Closes part of bug #155246. The original patch should go into HEAD
after branching.
* gnome-default-applications-properties.c: (browser_setup_custom),
(mailer_setup_custom), (terminal_setup_custom): Use the binary
that's found in the path. Patch by seb128 at debian org. Closes
bug #148991.
2004-09-29 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_new): Unescape the filename so that
we can laod the thumbnail and set the gconf key properly
Fixes#154003
2004-09-22 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_free):
Check that the colors aren't NULL before calling gdk_color_free
* gnome-wp-xml.c (gnome_wp_xml_load_xml):
Check that the item isn't already listed, before we try to add
the wallpaper to the list
(gnome_wp_xml_load_list): Load XML files from the correct directory
Thu Sep 2 17:06:28 2004 Jonathan Blandford <jrb@redhat.com>
* main.c: (cb_dialog_response): Change to use help docs instead of
the "foo"/"bar" that's there.
2004-08-31 Jody Goldberg <jody@gnome.org>
* capplets/common/gconf-property-editor.c
(peditor_numeric_range_widget_changed) : tracked the long running
irrtation about 'expecting int received float'. Running without a
schema would default the value to float. 12 of 13 callers had ints
so I have changed the default and added a warning.
2004-08-16 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_clicked):
Handle the GTK_RESPONSE_DELETE_EVENT case as well
Fixes#150273
2004-08-15 Rodney Dawes <dobey@novell.com>
* gnome-wp-item.c (gnome_wp_item_update_description):
Add "W x H pixels" to description, and remove file size
Mark the description string for translation as well