Use themed icons for WM hint.
This commit is contained in:
parent
29a43bc7d2
commit
347006e0d8
27 changed files with 82 additions and 15 deletions
|
@ -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>
|
2004-04-15 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
* Release 2.6.1
|
* Release 2.6.1
|
||||||
|
|
|
@ -257,7 +257,7 @@ setup_dialog (GladeXML *dialog)
|
||||||
dialog);
|
dialog);
|
||||||
|
|
||||||
widget = WID ("at_properties_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),
|
g_signal_connect (G_OBJECT (widget),
|
||||||
"response",
|
"response",
|
||||||
|
|
|
@ -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>
|
2004-07-06 Padraig O'Briain <padraig.obriain@sun.com>
|
||||||
|
|
||||||
* gnome-accessibility-keyboard-properties.glade: Add label-for/
|
* gnome-accessibility-keyboard-properties.glade: Add label-for/
|
||||||
|
|
|
@ -108,7 +108,7 @@ main (int argc, char **argv)
|
||||||
g_signal_connect (G_OBJECT (dialog),
|
g_signal_connect (G_OBJECT (dialog),
|
||||||
"response",
|
"response",
|
||||||
G_CALLBACK (dialog_response), changeset);
|
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_widget_show_all (dialog);
|
||||||
gtk_main ();
|
gtk_main ();
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2004-08-16 Rodney Dawes <dobey@novell.com>
|
||||||
|
|
||||||
* gnome-wp-capplet.c (wallpaper_properties_clicked):
|
* gnome-wp-capplet.c (wallpaper_properties_clicked):
|
||||||
|
|
|
@ -821,7 +821,7 @@ static void gnome_wp_icon_theme_changed (GnomeIconTheme * theme,
|
||||||
gchar * icofile;
|
gchar * icofile;
|
||||||
|
|
||||||
icofile = gnome_icon_theme_lookup_icon (capplet->theme,
|
icofile = gnome_icon_theme_lookup_icon (capplet->theme,
|
||||||
"background-capplet",
|
"gnome-settings-background",
|
||||||
48, NULL, NULL);
|
48, NULL, NULL);
|
||||||
if (icofile != NULL) {
|
if (icofile != NULL) {
|
||||||
pixbuf = gdk_pixbuf_new_from_file (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");
|
capplet->window = glade_xml_get_widget (dialog,"gnome_wp_properties");
|
||||||
|
|
||||||
icofile = gnome_icon_theme_lookup_icon (capplet->theme,
|
icofile = gnome_icon_theme_lookup_icon (capplet->theme,
|
||||||
"background-capplet",
|
"gnome-settings-background",
|
||||||
48, NULL, NULL);
|
48, NULL, NULL);
|
||||||
if (icofile != NULL) {
|
if (icofile != NULL) {
|
||||||
pixbuf = gdk_pixbuf_new_from_file (icofile, NULL);
|
pixbuf = gdk_pixbuf_new_from_file (icofile, NULL);
|
||||||
|
|
|
@ -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>
|
2004-07-13 David Sedeño <david@alderia.com>
|
||||||
|
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=147244
|
http://bugzilla.gnome.org/show_bug.cgi?id=147244
|
||||||
|
|
|
@ -577,7 +577,7 @@ create_dialog (GConfClient *client)
|
||||||
GList *strings = NULL, *li;
|
GList *strings = NULL, *li;
|
||||||
gint i;
|
gint i;
|
||||||
dialog = glade_xml_new (GNOMECC_DATA_DIR "/interfaces/gnome-default-applications-properties.glade", NULL, NULL);
|
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);
|
setup_peditors (client, dialog);
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2004-05-17 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=142190
|
http://bugzilla.gnome.org/show_bug.cgi?id=142190
|
||||||
|
|
|
@ -584,7 +584,7 @@ setup_dialog (GladeXML *dialog)
|
||||||
metacity_titlebar_load_sensitivity (client, dialog);
|
metacity_titlebar_load_sensitivity (client, dialog);
|
||||||
|
|
||||||
widget = WID ("font_dialog");
|
widget = WID ("font_dialog");
|
||||||
capplet_set_icon (widget, "font-capplet.png");
|
capplet_set_icon (widget, "gnome-settings-font");
|
||||||
|
|
||||||
#ifdef HAVE_XFT2
|
#ifdef HAVE_XFT2
|
||||||
setup_font_pair (WID ("monochrome_radio"), WID ("monochrome_sample"), ANTIALIAS_NONE, HINT_FULL);
|
setup_font_pair (WID ("monochrome_radio"), WID ("monochrome_sample"), ANTIALIAS_NONE, HINT_FULL);
|
||||||
|
|
|
@ -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>
|
2004-07-23 David Sedeño <david@alderia.com>
|
||||||
|
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=148208
|
http://bugzilla.gnome.org/show_bug.cgi?id=148208
|
||||||
|
|
|
@ -870,7 +870,7 @@ setup_dialog (GladeXML *dialog)
|
||||||
reload_key_entries (wm_common_get_current_window_manager(), dialog);
|
reload_key_entries (wm_common_get_current_window_manager(), dialog);
|
||||||
|
|
||||||
widget = WID ("gnome-keybinding-dialog");
|
widget = WID ("gnome-keybinding-dialog");
|
||||||
capplet_set_icon (widget, "keyboard-shortcut.png");
|
capplet_set_icon (widget, "gnome-settings-keybindings");
|
||||||
gtk_widget_show (widget);
|
gtk_widget_show (widget);
|
||||||
|
|
||||||
g_signal_connect (G_OBJECT (widget), "response", G_CALLBACK(cb_dialog_response), NULL);
|
g_signal_connect (G_OBJECT (widget), "response", G_CALLBACK(cb_dialog_response), NULL);
|
||||||
|
|
|
@ -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>
|
2004-07-28 Richard Hult <richard@imendio.com>
|
||||||
|
|
||||||
* gnome-keyboard-properties.c (main): Switch to the right page for
|
* gnome-keyboard-properties.c (main): Switch to the right page for
|
||||||
|
|
|
@ -252,7 +252,7 @@ main (int argc, char **argv)
|
||||||
gtk_notebook_set_current_page (GTK_NOTEBOOK (WID ("keyboard_notebook")), 3);
|
gtk_notebook_set_current_page (GTK_NOTEBOOK (WID ("keyboard_notebook")), 3);
|
||||||
}
|
}
|
||||||
capplet_set_icon (WID ("keyboard_dialog"),
|
capplet_set_icon (WID ("keyboard_dialog"),
|
||||||
"keyboard-capplet.png");
|
"gnome-dev-keyboard");
|
||||||
gtk_widget_show (WID ("keyboard_dialog"));
|
gtk_widget_show (WID ("keyboard_dialog"));
|
||||||
gtk_main ();
|
gtk_main ();
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
2004-06-15 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* .cvsignore: upd
|
* .cvsignore: upd
|
||||||
|
|
|
@ -841,7 +841,7 @@ main (int argc, char **argv)
|
||||||
g_signal_connect (dialog_win, "response",
|
g_signal_connect (dialog_win, "response",
|
||||||
G_CALLBACK (dialog_response_cb), changeset);
|
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_widget_show (dialog_win);
|
||||||
|
|
||||||
gtk_main ();
|
gtk_main ();
|
||||||
|
|
|
@ -7,3 +7,4 @@ Makefile.in
|
||||||
*.o
|
*.o
|
||||||
gnome-sound-properties
|
gnome-sound-properties
|
||||||
sound.desktop
|
sound.desktop
|
||||||
|
gnome-settings-sound.desktop
|
||||||
|
|
|
@ -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>
|
2004-06-22 Leena Gunda <leena.gunda@wipro.com>
|
||||||
|
|
||||||
* sound-properties-capplet.c:
|
* sound-properties-capplet.c:
|
||||||
|
|
|
@ -278,7 +278,7 @@ main (int argc, char **argv)
|
||||||
gtk_dialog_set_default_response (GTK_DIALOG (dialog_win), GTK_RESPONSE_CLOSE);
|
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);
|
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);
|
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_widget_show_all (dialog_win);
|
||||||
|
|
||||||
gtk_main ();
|
gtk_main ();
|
||||||
|
|
|
@ -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>
|
2004-07-31 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
* gnome-theme-save.c: (setup_directory_structure): Remove
|
* gnome-theme-save.c: (setup_directory_structure): Remove
|
||||||
|
|
|
@ -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-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);
|
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 ();
|
gnome_theme_details_reread_themes_from_disk ();
|
||||||
}
|
}
|
||||||
|
|
|
@ -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-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);
|
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);
|
update_font_button_state (dialog);
|
||||||
gtk_widget_show (parent);
|
gtk_widget_show (parent);
|
||||||
|
|
|
@ -806,7 +806,7 @@ setup_dialog (GladeXML *dialog)
|
||||||
G_CALLBACK (drag_data_received_cb),
|
G_CALLBACK (drag_data_received_cb),
|
||||||
dialog);
|
dialog);
|
||||||
|
|
||||||
capplet_set_icon (parent, "gnome-ccthemes.png");
|
capplet_set_icon (parent, "gnome-settings-theme");
|
||||||
gtk_widget_show (parent);
|
gtk_widget_show (parent);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2004-04-15 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
* Release 2.6.1
|
* Release 2.6.1
|
||||||
|
|
|
@ -274,7 +274,7 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset)
|
||||||
g_free (toolbar_style);
|
g_free (toolbar_style);
|
||||||
|
|
||||||
gtk_window_set_resizable (GTK_WINDOW (widget), FALSE);
|
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);
|
gtk_widget_show_all (widget);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2004-07-06 Padraig O'Briain <padraig.obriain@sun.com>
|
||||||
|
|
||||||
* gnome-window-properties.glade: Add mnemnoic widget for
|
* gnome-window-properties.glade: Add mnemnoic widget for
|
||||||
|
|
|
@ -518,7 +518,7 @@ main (int argc, char **argv)
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
|
||||||
capplet_set_icon (dialog_win, "window-capplet.png");
|
capplet_set_icon (dialog_win, "gnome-window-manager");
|
||||||
gtk_widget_show (dialog_win);
|
gtk_widget_show (dialog_win);
|
||||||
|
|
||||||
gtk_main ();
|
gtk_main ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue