2004-02-25 Bastien Nocera <hadess@hadess.net>
* configure.in: check for GStreamer, make it possible to disable
ALSA support even if the libraries are there
2004-02-25 Bastien Nocera <hadess@hadess.net>
* actions/Makefile.am:
* actions/acme-volume-gstreamer.[ch]:
* actions/acme-volume.c: (acme_volume_class_init),
(acme_volume_new): add GStreamer mixer support
2003-11-27 Muktha <muktha.narayan@wipro.com>
* main.c: Do not popup the logout dialog when the close button (X) of
window manager is clicked. Fixes bug #124032.
2004-02-16 Jody Goldberg <jody@gnome.org>
* accessibility-keyboard.c (cb_load_CDE_file) : Add a kludge to set
the vertical size based on the monitor size until the filesel can do
a better job of doing it itself.
2003-12-07 Jan Arne Petersen <jpetersen@uni-bonn.de>
* accessibility-keyboard.c: (load_CDE_file),
(fchooser_handle_response), (cb_load_CDE_file): replace
GtkFileSelection with GtkFileChooser.
2003-12-07 Jan Arne Petersen <jpetersen@uni-bonn.de>
* background-properties-capplet.c: remove unused
"preview_file_selection.h" include.
2004-02-16 Jody Goldberg <jody@gnome.org>
* gconf-property-editor.c (peditor_image_clicked_cb) : Use the monitor
size kludge for the vertical size of the new file selector.
2003-12-07 Jan Arne Petersen <jpetersen@uni-bonn.de>
* gconf-property-editor.c: (peditor_image_set_filename),
(peditor_image_chooser_response_cb),
(peditor_image_chooser_update_preview_cb),
(peditor_image_clicked_cb): replace
PreviewFileSelection (GtkFileSelection) with GtkFileChooser, use new
gdk_pixbuf_new_from_file_at_size method to load a scaled image.
2004-02-16 Jody Goldberg <jody@gnome.org>
* gnome-settings-accessibility-keyboard.c : include
libgnome/gnome-help.h to avoid potential crash on 64 bit arches.
(ax_response_callback) : actually display the error message on
failure.
2004-02-16 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=134389
* Makefile.am : Patch from jmmv@menta.net (Julio M. Merino Vidal)
to honour the standard schema install flags.
I've extended the patch to support builddir != srcdir too
2004-02-12 Mark McLoughlin <mark@skynet.ie>
* capplets/display/main.c: (cb_dialog_response):
* capplets/localization/gnome-localization-properties.c:
(dialog_response): update help links to point to user-guide.xml
2004-01-15 Bastien Nocera <hadess@hadess.net>
* gnome-settings-multimedia-keys.c: fix locating the
pixmaps when compiling with a prefix not ending in '/'
2004-01-14 Bastien Nocera <hadess@hadess.net>
* Makefile.am:
* gnome-settings-multimedia-keys.c: fix build on Linux/PPC machines
(the only ones to use the FB-Level code)
Tue Jan 13 10:48:57 2004 Jonathan Blandford <jrb@gnome.org>
* gnome-settings-daemon: Merge in acme. We now have a variety of
actions for the keybinding capplet.
2004-01-09 Jody Goldberg <jody@gnome.org>
* Makefile.am : simplify and generate the file at the last possible
instant. CLickety Click, no mor eworries about tmp files.
* GNOME_SettingsDaemon.server.in: restore
* GNOME_SettingsDaemon.server.in.in: remove
2003-12-19 Diego Gonzalez Gonzalez <diego@pemas.net>
* Makefile.am: install gnome-settings-daemon in the libexec
directory
* GNOME_SettingsDaemon.server.in.in: new file that contains
the new locations where the gnome-settings-daemon is to be
found.
2003-11-12 Jody Goldberg <jody@gnome.org>
* Makefile.am (EXTRA_DIST) : always dist gswitchit.pc.in to keep
automake happy. There is no significant downside to it.
2003-11-12 Jody Goldberg <jody@gnome.org>
* Makefile.am : add a libgswitchit subdir
* configure.in : Add a test to ensure the new virtual include of
libgswitchit is in place
* configure.in : define LIBXKLAVIER_*
* configure.in : include libgswitchit in SUBDIRS
Thu Jul 31 14:22:38 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-xsettings.c (translate_string_string_toolbar):
Patch from Anders Carlsson to special case "both-horiz".
Thu Jul 31 14:06:51 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-mouse.c: Patch from Satyajit Kanungo
<satyajit.kanungo@wipro.com> to make locate pointer work in
a multi-screen environment.
2003-07-17 Richard Hult <richard@imendio.com>
* typing-break/main.c (main): Remove session stuff since g-s-d
handles lifetime the cycle now.
2003-07-17 Richard Hult <richard@imendio.com>
* gnome-settings-typing-break.c (setup_typing_break): Start with
-n to avoid the warning about notification area.
(gnome_settings_typing_break_init): Fix a warning.
2003-07-03 Bastien Nocera <hadess@hadess.net>
* gnome-settings-keybindings.c: (get_screens_list),
(screen_exec_display_string), (grab_key), (do_grab),
(gnome_settings_keybindings_load): grab keys on all the screens for the
current display
Mon Jun 2 13:23:25 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-xrdb.c (append_xresources): Patch from Jens
Granseuer <jensgr@gmx.net> to fix on non-C99 compilers.
Thu Feb 6 16:43:33 2003 Jonathan Blandford <jrb@redhat.com>
* gnome-settings-font.c (load_xcursor_theme): handle xcursor so
that we support Xcursor files.
* gnome-settings-daemon.c: move
gnome_settings_daemon_spawn_with_input here so multiple modules
can use it.