aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-25 23:45:53 +0800
committerDan Winship <danw@src.gnome.org>2003-02-25 23:45:53 +0800
commite9b3db536dcbedc71dc6a5a733ac8cd8711eb0db (patch)
tree44158e253006506645cd11834c1222cc8a343cdf /shell/ChangeLog
parent176204b94f0a36a105b4bb7e7ac7a5d6e9f0638b (diff)
downloadgsoc2013-evolution-e9b3db536dcbedc71dc6a5a733ac8cd8711eb0db.tar
gsoc2013-evolution-e9b3db536dcbedc71dc6a5a733ac8cd8711eb0db.tar.gz
gsoc2013-evolution-e9b3db536dcbedc71dc6a5a733ac8cd8711eb0db.tar.bz2
gsoc2013-evolution-e9b3db536dcbedc71dc6a5a733ac8cd8711eb0db.tar.lz
gsoc2013-evolution-e9b3db536dcbedc71dc6a5a733ac8cd8711eb0db.tar.xz
gsoc2013-evolution-e9b3db536dcbedc71dc6a5a733ac8cd8711eb0db.tar.zst
gsoc2013-evolution-e9b3db536dcbedc71dc6a5a733ac8cd8711eb0db.zip
Change this to let the Wizard provide an array of title/icon/control
* Evolution-Wizard.idl: Change this to let the Wizard provide an array of title/icon/control triplets, instead of just controls, so the shell doesn't need to know the name of each page a priori. * glade/evolution-startup-wizard.glade: Remove the mailer-specific pages, which are now inserted at run time based on info from the mailer. * evolution-wizard.c: Update for new idl. (evolution_wizard_new): Now takes no arguments. (evolution_wizard_add_page): New function to add page info to the wizard. * e-shell-startup-wizard.c: Various renamings to make this slightly less mailer-centric, though it still explicitly launches the mailer startup wizard. (make_corba_page): Replaces make_identity_page, make_receive_page, etc. Uses the new Wizard idl to generically create a page and insert it into the druid. (e_shell_startup_wizard_create): Update svn path=/trunk/; revision=20053
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 02358efdc3..aeac883394 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,28 @@
2003-02-25 Dan Winship <danw@ximian.com>
+ * Evolution-Wizard.idl: Change this to let the Wizard provide an
+ array of title/icon/control triplets, instead of just controls, so
+ the shell doesn't need to know the name of each page a priori.
+
+ * glade/evolution-startup-wizard.glade: Remove the mailer-specific
+ pages, which are now inserted at run time based on info from the
+ mailer.
+
+ * evolution-wizard.c: Update for new idl.
+ (evolution_wizard_new): Now takes no arguments.
+ (evolution_wizard_add_page): New function to add page info to the
+ wizard.
+
+ * e-shell-startup-wizard.c: Various renamings to make this
+ slightly less mailer-centric, though it still explicitly launches
+ the mailer startup wizard.
+ (make_corba_page): Replaces make_identity_page, make_receive_page,
+ etc. Uses the new Wizard idl to generically create a page and
+ insert it into the druid.
+ (e_shell_startup_wizard_create): Update
+
+2003-02-25 Dan Winship <danw@ximian.com>
+
* e-shell-startup-wizard.c (connect_page, make_importer_page): Use
g_signal_connect_after to connect to the "prepare" signal to work
around a GnomeDruidPageStandard bug (b.g.o 81869)