aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-summary.h
Commit message (Collapse)AuthorAgeFilesLines
* Handle the case where the calendar view cannot be created; present aFederico Mena Quintero2001-01-041-0/+2
| | | | | | | | | | | | | | | | | | | 2001-01-03 Federico Mena Quintero <federico@helixcode.com> * gui/calendar-commands.c (new_calendar): Handle the case where the calendar view cannot be created; present a warning dialog box. (new_calendar): Do not show the widget here, since we already show it in control-factory.c. * gui/control-factory.c (control_factory_new_control): Handle the case where the calendar view cannot be created. * gui/component-factory.c (create_view): Ditto. * gui/calendar-summary.h: Added prototype for calendar_summary_factory_init(). svn path=/trunk/; revision=7233
* Working Calendar summary.Iain Holmes2000-12-221-4/+4
| | | | | | Smile. svn path=/trunk/; revision=7123
* Added the executive-summary library and cflagsIain Holmes2000-10-101-0/+32
2000-10-09 Iain Holmes <iain@helixcode.com> * Makefile.am: Added the executive-summary library and cflags * evolution-calendar.oafinfo: Added oaf servers for the executive summary and executive summary factory. * calendar-summary.[ch]: New files to create the summary. * component-factory.c (summary_fn): Create the executive summary component. (component_factory_init): Start the summary factory as well. svn path=/trunk/; revision=5807