Use themed icons for WM hint.

This commit is contained in:
Frédéric Crozat 2004-08-20 16:50:57 +00:00
parent 29a43bc7d2
commit 347006e0d8
27 changed files with 82 additions and 15 deletions

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* main.c: (setup_dialog):
Use themed icon for window hint.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1

View file

@ -257,7 +257,7 @@ setup_dialog (GladeXML *dialog)
dialog);
widget = WID ("at_properties_dialog");
capplet_set_icon (widget, "at-enable-capplet.png");
capplet_set_icon (widget, "gnome-settings-accessibility-technologies");
g_signal_connect (G_OBJECT (widget),
"response",

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-accessibility-keyboard-properties.c: (main):
Use themed icon for window hint.
2004-07-06 Padraig O'Briain <padraig.obriain@sun.com>
* gnome-accessibility-keyboard-properties.glade: Add label-for/

View file

@ -108,7 +108,7 @@ main (int argc, char **argv)
g_signal_connect (G_OBJECT (dialog),
"response",
G_CALLBACK (dialog_response), changeset);
capplet_set_icon (dialog, "accessibility-keyboard-capplet.png");
capplet_set_icon (dialog, "gnome-settings-accessibility-keyboard");
gtk_widget_show_all (dialog);
gtk_main ();

View file

@ -1,3 +1,9 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-wp-capplet.c: (gnome_wp_icon_theme_changed),
(wallpaper_properties_init):
Use themed icon for window hint.
2004-08-16 Rodney Dawes <dobey@novell.com>
* gnome-wp-capplet.c (wallpaper_properties_clicked):

View file

@ -821,7 +821,7 @@ static void gnome_wp_icon_theme_changed (GnomeIconTheme * theme,
gchar * icofile;
icofile = gnome_icon_theme_lookup_icon (capplet->theme,
"background-capplet",
"gnome-settings-background",
48, NULL, NULL);
if (icofile != NULL) {
pixbuf = gdk_pixbuf_new_from_file (icofile, NULL);
@ -988,7 +988,7 @@ static void wallpaper_properties_init (void) {
capplet->window = glade_xml_get_widget (dialog,"gnome_wp_properties");
icofile = gnome_icon_theme_lookup_icon (capplet->theme,
"background-capplet",
"gnome-settings-background",
48, NULL, NULL);
if (icofile != NULL) {
pixbuf = gdk_pixbuf_new_from_file (icofile, NULL);

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-default-applications-properties.c: (create_dialog):
Use themed icon for WM hint.
2004-07-13 David Sedeño <david@alderia.com>
http://bugzilla.gnome.org/show_bug.cgi?id=147244

View file

@ -577,7 +577,7 @@ create_dialog (GConfClient *client)
GList *strings = NULL, *li;
gint i;
dialog = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/gnome-default-applications-properties.glade", NULL, NULL);
capplet_set_icon (WID ("default_applications_dialog"), "default-applications-capplet.png");
capplet_set_icon (WID ("default_applications_dialog"), "gnome-settings-default-applications");
setup_peditors (client, dialog);

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* main.c: (setup_dialog):
Use themed iconf for WM hint.
2004-05-17 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=142190

View file

@ -584,7 +584,7 @@ setup_dialog (GladeXML *dialog)
metacity_titlebar_load_sensitivity (client, dialog);
widget = WID ("font_dialog");
capplet_set_icon (widget, "font-capplet.png");
capplet_set_icon (widget, "gnome-settings-font");
#ifdef HAVE_XFT2
setup_font_pair (WID ("monochrome_radio"), WID ("monochrome_sample"), ANTIALIAS_NONE, HINT_FULL);

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-keybinding-properties.c: (setup_dialog):
Use themed icon for WM hint.
2004-07-23 David Sedeño <david@alderia.com>
http://bugzilla.gnome.org/show_bug.cgi?id=148208

View file

@ -870,7 +870,7 @@ setup_dialog (GladeXML *dialog)
reload_key_entries (wm_common_get_current_window_manager(), dialog);
widget = WID ("gnome-keybinding-dialog");
capplet_set_icon (widget, "keyboard-shortcut.png");
capplet_set_icon (widget, "gnome-settings-keybindings");
gtk_widget_show (widget);
g_signal_connect (G_OBJECT (widget), "response", G_CALLBACK(cb_dialog_response), NULL);

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-keyboard-properties.c: (main):
Use themed icon for WM hint.
2004-07-28 Richard Hult <richard@imendio.com>
* gnome-keyboard-properties.c (main): Switch to the right page for

View file

@ -252,7 +252,7 @@ main (int argc, char **argv)
gtk_notebook_set_current_page (GTK_NOTEBOOK (WID ("keyboard_notebook")), 3);
}
capplet_set_icon (WID ("keyboard_dialog"),
"keyboard-capplet.png");
"gnome-dev-keyboard");
gtk_widget_show (WID ("keyboard_dialog"));
gtk_main ();
}

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-mouse-properties.c: (main):
Use themed icon for WM hint.
2004-06-15 Bastien Nocera <hadess@hadess.net>
* .cvsignore: upd

View file

@ -841,7 +841,7 @@ main (int argc, char **argv)
g_signal_connect (dialog_win, "response",
G_CALLBACK (dialog_response_cb), changeset);
capplet_set_icon (dialog_win, "mouse-capplet.png");
capplet_set_icon (dialog_win, "gnome-dev-mouse-optical");
gtk_widget_show (dialog_win);
gtk_main ();

View file

@ -7,3 +7,4 @@ Makefile.in
*.o
gnome-sound-properties
sound.desktop
gnome-settings-sound.desktop

View file

@ -1,3 +1,11 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* .cvsignore:
Quiet CVS.
* sound-properties-capplet.c: (main):
Use themed icon for WM hint.
2004-06-22 Leena Gunda <leena.gunda@wipro.com>
* sound-properties-capplet.c:

View file

@ -278,7 +278,7 @@ main (int argc, char **argv)
gtk_dialog_set_default_response (GTK_DIALOG (dialog_win), GTK_RESPONSE_CLOSE);
g_signal_connect (G_OBJECT (dialog_win), "response", (GCallback) dialog_button_clicked_cb, changeset);
gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog_win)->vbox), WID ("prefs_widget"), TRUE, TRUE, 0);
capplet_set_icon (dialog_win, "sound-capplet.png");
capplet_set_icon (dialog_win, "gnome-settings-sound");
gtk_widget_show_all (dialog_win);
gtk_main ();

View file

@ -1,3 +1,10 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-theme-details.c: (gnome_theme_details_init):
* gnome-theme-manager.c: (setup_dialog):
* theme-switcher.c: (setup_dialog):
Use themed icon for WM hint.
2004-07-31 Kjartan Maraas <kmaraas@gnome.org>
* gnome-theme-save.c: (setup_directory_structure): Remove

View file

@ -339,7 +339,7 @@ gnome_theme_details_init (void)
g_signal_connect (G_OBJECT (parent), "drag-leave", G_CALLBACK (gnome_theme_manager_drag_leave_cb), NULL);
g_signal_connect (G_OBJECT (parent), "drag-data-received", G_CALLBACK (gnome_theme_manager_drag_data_received_cb), NULL);
capplet_set_icon (parent, "gnome-ccthemes.png");
capplet_set_icon (parent, "gnome-settings-theme");
gnome_theme_details_reread_themes_from_disk ();
}

View file

@ -1215,7 +1215,7 @@ setup_dialog (GladeXML *dialog)
g_signal_connect (G_OBJECT (parent), "drag-leave", G_CALLBACK (gnome_theme_manager_drag_leave_cb), NULL);
g_signal_connect (G_OBJECT (parent), "drag-data-received",G_CALLBACK (gnome_theme_manager_drag_data_received_cb), NULL);
capplet_set_icon (parent, "gnome-ccthemes.png");
capplet_set_icon (parent, "gnome-settings-theme");
update_font_button_state (dialog);
gtk_widget_show (parent);

View file

@ -806,7 +806,7 @@ setup_dialog (GladeXML *dialog)
G_CALLBACK (drag_data_received_cb),
dialog);
capplet_set_icon (parent, "gnome-ccthemes.png");
capplet_set_icon (parent, "gnome-settings-theme");
gtk_widget_show (parent);
}

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-ui-properties.c: (setup_dialog):
Use themed icon for window hint.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1

View file

@ -274,7 +274,7 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset)
g_free (toolbar_style);
gtk_window_set_resizable (GTK_WINDOW (widget), FALSE);
capplet_set_icon (widget, "behavior-capplet.png");
capplet_set_icon (widget, "gnome-settings-ui-behavior");
gtk_widget_show_all (widget);
}

View file

@ -1,3 +1,8 @@
2004-08-20 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-window-properties.c: (main):
Use themed icon for window hint.
2004-07-06 Padraig O'Briain <padraig.obriain@sun.com>
* gnome-window-properties.glade: Add mnemnoic widget for

View file

@ -518,7 +518,7 @@ main (int argc, char **argv)
++i;
}
capplet_set_icon (dialog_win, "window-capplet.png");
capplet_set_icon (dialog_win, "gnome-window-manager");
gtk_widget_show (dialog_win);
gtk_main ();