diff options
author | Peter Williams <peterw@ximian.com> | 2002-08-17 03:28:54 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-08-17 03:28:54 +0800 |
commit | 1cb3f6986b706aef6f508f547f70de1691e5b3bd (patch) | |
tree | c96a638cae70a7e1a7c0c1493e0f1a56f47fe02f /mail/ChangeLog | |
parent | 6c2e746a7d99f1f1859b07c07eecf476fb5d0831 (diff) | |
download | gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.gz gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.bz2 gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.lz gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.xz gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.zst gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.zip |
Change this into a GnomeApp so we get a statusbar and the dialog is a
2002-08-09 Peter Williams <peterw@ximian.com>
* subscribe-dialog.c: Change this into a GnomeApp so we get a
statusbar and the dialog is a little more comprehensible.
* subscribe-dialog.c: (struct _FolderETree): Add members for
tracking activity callback information.
(get_short_folderinfo_got): Notify the activity callback.
(subscribe_get_short_folderinfo): Here too.
(folder_etree_init): Initialize the activity level to 0.
(folder_etree_construct): Take new parameters of our activity
callback and user_data.
(folder_etree_new): Here too.
(store_data_get_widget): Take the parameters here and pass them
on.
(sc_close_pressed): New callback for when close button is pressed.
(sc_activity_timeout): New timeout to move the activity bar when
folders are being scanned.
(sc_activity_cb): If activity_level > 0, start the progressbar
moving and set the status.
(menu_item_selected): Pass the callback to store_data_get_widget.
(subscribe_dialog_construct): Load some more widgets and adapt to
some changes in the XML. Also connect the close button signal and
initialize the progress bar's settings.
* mail-callbacks.c (manage_subscriptions): Don't call
gnome_dialog_set_close on it anymore since it's no longer a gnome
dialog.
svn path=/trunk/; revision=17793
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 077a9475ce..3e2a731d0d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,32 @@ +2002-08-09 Peter Williams <peterw@ximian.com> + + * subscribe-dialog.c: Change this into a GnomeApp so we get a + statusbar and the dialog is a little more comprehensible. + + * subscribe-dialog.c: (struct _FolderETree): Add members for + tracking activity callback information. + (get_short_folderinfo_got): Notify the activity callback. + (subscribe_get_short_folderinfo): Here too. + (folder_etree_init): Initialize the activity level to 0. + (folder_etree_construct): Take new parameters of our activity + callback and user_data. + (folder_etree_new): Here too. + (store_data_get_widget): Take the parameters here and pass them + on. + (sc_close_pressed): New callback for when close button is pressed. + (sc_activity_timeout): New timeout to move the activity bar when + folders are being scanned. + (sc_activity_cb): If activity_level > 0, start the progressbar + moving and set the status. + (menu_item_selected): Pass the callback to store_data_get_widget. + (subscribe_dialog_construct): Load some more widgets and adapt to + some changes in the XML. Also connect the close button signal and + initialize the progress bar's settings. + + * mail-callbacks.c (manage_subscriptions): Don't call + gnome_dialog_set_close on it anymore since it's no longer a gnome + dialog. + 2002-08-14 Dan Winship <danw@ximian.com> * mail-config.glade: Add a "don't sign meeting requests" option to |