From 144db69758bcf971327694704421f5b5a5e3a0e8 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 26 May 2000 14:22:52 +0000 Subject: Put the main notebook directly under a simple GtkWindow. We are going to 2000-05-25 Federico Mena Quintero * gui/event-editor-dialog.glade: Put the main notebook directly under a simple GtkWindow. We are going to pull out the notebook and slap it into our custom-built GnomeApp, anwyays. * gui/event-editor.c: Made the EventEditor derive from GnomeApp. Added a BonoboUIHandler for its menu and toolbar. (make_title_from_ico): Create a nice title for the window. (get_widgets): Fetch the Glade widgets here instead of all over the place. (event_editor_new): Temporary hack to show the dialog here, just so that I can test it. * gui/Makefile.am (EXTRA_DIST): Added the Glade messages file. svn path=/trunk/; revision=3214 --- calendar/ChangeLog | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4930ec925c..a62b2c29f2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,19 @@ +2000-05-25 Federico Mena Quintero + + * gui/event-editor-dialog.glade: Put the main notebook directly + under a simple GtkWindow. We are going to pull out the notebook + and slap it into our custom-built GnomeApp, anwyays. + + * gui/event-editor.c: Made the EventEditor derive from GnomeApp. + Added a BonoboUIHandler for its menu and toolbar. + (make_title_from_ico): Create a nice title for the window. + (get_widgets): Fetch the Glade widgets here instead of all over + the place. + (event_editor_new): Temporary hack to show the dialog here, just + so that I can test it. + + * gui/Makefile.am (EXTRA_DIST): Added the Glade messages file. + 2000-05-25 Federico Mena Quintero * gui/main.c (init_bonobo): Do not initialize libglade twice. @@ -6,13 +22,6 @@ property, otherwise the calendar will not get loaded into the view. -2000-05-24 Federico Mena Quintero - - * gui/print.c (range_selector_new): New function to create the - custom range selector. - (print_dialog): New function to show the print dialog. - (print_calendar): Use the print dialog. - 2000-05-25 Christopher James Lahey * gui/main.c: Make it so that warnings don't crash calendar. @@ -39,6 +48,13 @@ * gui/evolution-calendar.gnorba: New. * gui/evolution-calendar.oafinfo: New. +2000-05-24 Federico Mena Quintero + + * gui/print.c (range_selector_new): New function to create the + custom range selector. + (print_dialog): New function to show the print dialog. + (print_calendar): Use the print dialog. + 2000-05-24 Christopher James Lahey * gui/Makefile.am: Added libepaned.a. -- cgit v1.2.3