From f1f8caabf52854bed8332c55a7427414dd0de516 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 16 Apr 2003 05:03:22 +0000 Subject: For bug #41199. 2003-04-15 Not Zed * For bug #41199. * subscribe-dialog.glade: New interface from Anna. Setup the wigdet names and add a progress bar, and set the default opening size to something reasonable. * subscribe-dialog.c (subscribe_dialog_construct): changes to match the glade file chagnes. remove the search stuff. hide the progress bar by default. (sc_activity_cb): show the progress bar when we're active, hide it when inactive. dont set any status. (struct _SubscribeDialogPrivate): Remove the appbar. svn path=/trunk/; revision=20858 --- mail/ChangeLog | 15 ++ mail/subscribe-dialog.c | 24 +-- mail/subscribe-dialog.glade | 431 ++++++++++++++++++++++++++------------------ 3 files changed, 285 insertions(+), 185 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 4a422b0a7b..5d9a369a3d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2003-04-15 Not Zed + + * For bug #41199. + + * subscribe-dialog.glade: New interface from Anna. Setup the + wigdet names and add a progress bar, and set the default opening + size to something reasonable. + + * subscribe-dialog.c (subscribe_dialog_construct): changes to + match the glade file chagnes. remove the search stuff. hide the + progress bar by default. + (sc_activity_cb): show the progress bar when we're active, hide + it when inactive. dont set any status. + (struct _SubscribeDialogPrivate): Remove the appbar. + 2003-04-15 Hans Petter Jansson * mail-mt.c (mail_msg_check_error): Free the temporary error text. diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index f975ee5825..e9323fd74b 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -31,9 +31,6 @@ #include -#include -#include - #include #include @@ -1289,7 +1286,6 @@ struct _SubscribeDialogPrivate { GtkWidget *filter_radio, *all_radio; GtkWidget *sub_button, *unsub_button, *refresh_button, *close_button; GtkWidget *progress; - GtkWidget *appbar; int cancel; /* have we been cancelled? */ guint activity_timeout_id; @@ -1386,14 +1382,14 @@ sc_activity_cb (int level, SubscribeDialog *sc) return; sc->priv->activity_timeout_id = g_timeout_add(50, (GSourceFunc)sc_activity_timeout, sc); - gnome_appbar_set_status (GNOME_APPBAR (sc->priv->appbar), _("Scanning folders...")); + gtk_widget_show(sc->priv->progress); } else { if (sc->priv->activity_timeout_id) { g_source_remove (sc->priv->activity_timeout_id); sc->priv->activity_timeout_id = 0; } - gnome_appbar_set_status (GNOME_APPBAR (sc->priv->appbar), ""); + gtk_widget_hide(sc->priv->progress); } } @@ -1616,19 +1612,15 @@ subscribe_dialog_construct (GtkObject *object) /* Load the XML */ /* "app2" */ - sc->priv->xml = glade_xml_new (EVOLUTION_GLADEDIR "/subscribe-dialog.glade", "app", NULL); - - sc->app = glade_xml_get_widget (sc->priv->xml, "app"); + sc->priv->xml = glade_xml_new (EVOLUTION_GLADEDIR "/subscribe-dialog.glade", "subscribe_dialog", NULL); + + sc->app = glade_xml_get_widget (sc->priv->xml, "subscribe_dialog"); sc->priv->hbox = glade_xml_get_widget (sc->priv->xml, "tree_box"); - sc->priv->search_entry = glade_xml_get_widget (sc->priv->xml, "search_entry"); - sc->priv->filter_radio = glade_xml_get_widget (sc->priv->xml, "filter_radio"); - sc->priv->all_radio = glade_xml_get_widget (sc->priv->xml, "all_radio"); sc->priv->close_button = glade_xml_get_widget (sc->priv->xml, "close_button"); sc->priv->sub_button = glade_xml_get_widget (sc->priv->xml, "subscribe_button"); sc->priv->unsub_button = glade_xml_get_widget (sc->priv->xml, "unsubscribe_button"); sc->priv->refresh_button = glade_xml_get_widget (sc->priv->xml, "refresh_button"); - sc->priv->appbar = GNOME_APP (sc->app)->statusbar; - sc->priv->progress = GTK_WIDGET (gnome_appbar_get_progress (GNOME_APPBAR (sc->priv->appbar))); + sc->priv->progress = glade_xml_get_widget(sc->priv->xml, "progress_bar"); /* create default view */ sc->priv->default_widget = sc_create_default_widget(); @@ -1648,6 +1640,10 @@ subscribe_dialog_construct (GtkObject *object) /* progress */ gtk_progress_bar_set_pulse_step(GTK_PROGRESS_BAR(sc->priv->progress), 0.1); + gtk_widget_hide(sc->priv->progress); + + /* reasonable starting point */ + gtk_window_set_default_size((GtkWindow *)sc->app, 350, 400); /* Get the list of stores */ populate_store_list (sc); diff --git a/mail/subscribe-dialog.glade b/mail/subscribe-dialog.glade index 0cbeb7ac59..e67bb74923 100644 --- a/mail/subscribe-dialog.glade +++ b/mail/subscribe-dialog.glade @@ -2,225 +2,327 @@ - - - + + 500 + 400 True - Manage Subscriptions + Folder Subscriptions GTK_WINDOW_TOPLEVEL GTK_WIN_POS_NONE False True False - True - - - 3 + + + 12 True - True + False + 6 - - 1 + True - GTK_SHADOW_OUT + False + 6 - - 1 + True - GTK_ORIENTATION_HORIZONTAL - GTK_TOOLBAR_BOTH - True + S_erver: + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + store_menu + + + 0 + False + False + + - - - True - Refresh List - True - gtk-refresh - - + + + True + True + 0 - - True - Close - True - gtk-close + + + + + True + None Selected + True + + + - - True - + + 0 + False + False + + + + + + True + GTK_PROGRESS_LEFT_TO_RIGHT + 0 + 0.1 + Scanning folders ... + + + 0 + False + False + GTK_PACK_END + - BONOBO_DOCK_TOP - 0 - 0 - 0 - BONOBO_DOCK_ITEM_BEH_EXCLUSIVE + 0 + False + False - - 3 + True False - 3 + 6 - + True - False - 0 + GTK_BUTTONBOX_START + 6 - + True - S_elect server: - True - False - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 0 - store_menu + True + True + GTK_RELIEF_NORMAL + + + + True + 0.5 + 0.5 + 0 + 0 + + + + True + False + 2 + + + + True + gtk-add + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + _Subscribe + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + - - 0 - False - False - - + True + True True - -1 + GTK_RELIEF_NORMAL - - + + True + 0.5 + 0.5 + 0 + 0 + + + + True + False + 2 + + + + True + gtk-remove + 4 + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + + + True + _Unsubscribe + True + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + 0 + False + False + + + + - - 0 - False - False - 0 False - True + False + GTK_PACK_END + + + 0 + True + True + + + + + + True + + + 0 + False + True + + + + + + True + False + 0 - + True - False + GTK_BUTTONBOX_DEFAULT_STYLE 0 - + + True + True + True + gtk-help + True + GTK_RELIEF_NORMAL + + + + 0 + False + False + + + + + + True + GTK_BUTTONBOX_END + 12 - - 3 + True - False - 3 - - - - True - - - False - False - GTK_JUSTIFY_CENTER - False - False - 0.5 - 0.5 - 0 - 0 - - - 0 - False - False - - - - - - True - GTK_BUTTONBOX_SPREAD - 0 - - - - True - True - True - _Subscribe - True - GTK_RELIEF_NORMAL - - - - - - True - True - True - _Unsubscribe - True - GTK_RELIEF_NORMAL - - - - - 0 - False - False - - + True + True + gtk-refresh + True + GTK_RELIEF_NORMAL + + - - - True - GTK_BUTTONBOX_START - 10 - - - 0 - False - False - - + + + True + True + True + gtk-close + True + GTK_RELIEF_NORMAL - - 0 - False - False - GTK_PACK_END - @@ -230,26 +332,13 @@ + + 0 + False + False + - - 0 - True - True - - - - - - True - True - True - - - 0 - True - True - -- cgit v1.2.3