2007-01-14 Thomas Wood <thos@gnome.org>
* theme-thumbnail.c: (generate_theme_thumbnail): Remove
g_return_if_fail_warning as this doesn't need to be a critical
warning. Fixes bug 353620.
svn path=/trunk/; revision=7140
2007-01-14 Christian Persch <chpe@svn.gnome.org>
* sound-properties-capplet.c: (create_dialog): Show the sound
properties view after adding it to the dialogue.
svn path=/trunk/; revision=7138
2007-01-11 Christian Persch <chpe@svn.gnome.org>
* capplets/sound/Makefile.am:
* capplets/sound/sound-properties-capplet.c: (create_dialog),
(dialog_response_cb), (main):
* capplets/sound/sound-properties.glade:
Fix spacings and just build the whole dialogue from glade, not just
the main part. Bug #394068.
svn path=/trunk/; revision=7131
2007-01-09 Vincent Untz <vuntz@gnome.org>
* main.c: (main): set default window icon and application name
* Makefile.am: install icons
* drwright.c: (popup_about_cb): use gtk_about_dialog_show()
* typing-monitor.png:
* typing-monitor.svn: new
Fix bug #348641, icon by Andreas Nilsson <nisses.mail@home.se>, patch
by Luca Cavalli <luca.cavalli@gmail.com>
svn path=/trunk/; revision=7124
2007-01-09 Thomas Wood <thos@gnome.org>
* accessibility-keyboard.desktop.in.in: Rename "Keyboard" to "Keyboard
Accesibility". Fixes bug 330697 (Keyboard Accessibility applet has the
same menu item as the Keyboard applet).
svn path=/trunk/; revision=7121
2007-01-08 Denis Washington <dwashington@gmx.net>
Fixes#393617
* */*.desktop.in.in: use new control center shell categories for
the capplets.
svn path=/trunk/; revision=7112
2007-01-08 Jan Arne Petersen <jap@gnome.org>
* gnome-settings-dbus.h, gnome-settings-marshal.list: added new files
from previous patch to svn.
svn path=/trunk/; revision=7107
2007-01-08 Ray Strode <rstrode@redhat.com>
Fixes#351991
* gnome-wp-info.c (gnome_wp_info_new): don't try to pull from
~/.thumbnails directly without checking mtime.
* gnome-wp-item.c (collect_save_options, gnome_wp_item_get_thumbnail):
only generate thumbnails when a lookup shows there isn't already
one. Never load a background just to find out its size.
svn path=/trunk/; revision=7104
2007-01-08 Rodrigo Moya <rodrigo@novell.com>
* gnome-keybinding-properties.c (create_dialog, clear_old_model):
moved gtk_scrolled_window_ call back to its correct place.
svn path=/trunk/; revision=7103
2007-01-08 Rodrigo Moya <rodrigo@novell.com>
Fixes#128158
Patch by Jens Granseuer <jensgr@gmx.net>
* gnome-keybinding-properties.c (create_dialog): set scrolled window
policy to _NEVER.
(clear_old_model): euse the existing model instead of discarding and
rebuilding it.
(main): don't leak the GnomeProgram.
svn path=/trunk/; revision=7102
2007-01-08 Jan Arne Petersen <jap@gnome.org>
Fixes#133815
* gnome-settings-multimedia-keys.c: added support for storing the DBus
server.
(unhookup_keysim, hookup_keysim): removed.
(update_kbd_cb, init_kbd, acme_filter_events): iterate over all handled
keys, not just until the PLAY_KEY.
(do_multimedia_player_action): emit the "media_player_key_pressed" event.
(do_action): call do_multimedia_player_action for all media player events.
(gnome_settings_multimedia_keys_load): start a DBus server.
* gnome-settings-dbus.c: added "media_player_key_pressed" signal.
(find_by_application, find_by_time): new functions to search in the list
of media players.
(settings_daemon_grab_media_player_keys,
settings_daemon_release_media_player_keys): new functions to grab/release
the media players.
(gnome_settings_server_get): new function to create GnomeSettingsServer
objects.
(gnome_settings_server_media_player_key_pressed,
gnome_settings_server_constructor): new functions.
(gnome_settings_server_class_init): add new signal and constructor.
* gnome-settings-dbus.h: new file.
* gsd-infos.xml: added GrabMediaPlayerKeys and ReleaseMediaPlayerKeys
methods to the DBus interface.
* gnome-settings-marshal.list, Makefile.am: generate marshalling
functions.
svn path=/trunk/; revision=7097