diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-06-24 13:53:43 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-06-24 13:53:43 +0800 |
commit | 8677833cfac274823f23f8ef4669cbeda1293780 (patch) | |
tree | 2ff5d25560c20519a2e6f16c84f3d8c01e72927f /calendar/ChangeLog | |
parent | 602fee638e44de17ddd438d9327d7087c72bc41d (diff) | |
download | gsoc2013-evolution-8677833cfac274823f23f8ef4669cbeda1293780.tar gsoc2013-evolution-8677833cfac274823f23f8ef4669cbeda1293780.tar.gz gsoc2013-evolution-8677833cfac274823f23f8ef4669cbeda1293780.tar.bz2 gsoc2013-evolution-8677833cfac274823f23f8ef4669cbeda1293780.tar.lz gsoc2013-evolution-8677833cfac274823f23f8ef4669cbeda1293780.tar.xz gsoc2013-evolution-8677833cfac274823f23f8ef4669cbeda1293780.tar.zst gsoc2013-evolution-8677833cfac274823f23f8ef4669cbeda1293780.zip |
New function to compare tasks like the Pilot task list.
2001-06-23 Federico Mena Quintero <federico@ximian.com>
* gui/e-calendar-table.c (task_compare_cb): New function to
compare tasks like the Pilot task list.
* cal-util/cal-component.h (CalComponentField): Added a
semi-hackish CAL_COMPONENT_FIELD_COMPONENT. In the ETable model,
it is intended to return a pointer to the component itself.
* gui/calendar-model.c (calendar_model_value_at): Return the
component itself for CAL_COMPONENT_FIELD_COMPONENT. Be more
paranoid about invalid columns.
(calendar_model_set_value_at): Be more paranoid about invalid
columns.
(calendar_model_duplicate_value): Ref the component field.
(calendar_model_initialize_value): Deal with the component field.
(calendar_model_value_is_empty): Likewise.
(calendar_model_value_to_string): Likewise.
svn path=/trunk/; revision=10447
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6928df5c52..c82faa58bc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2001-06-23 Federico Mena Quintero <federico@ximian.com> + + * gui/e-calendar-table.c (task_compare_cb): New function to + compare tasks like the Pilot task list. + + * cal-util/cal-component.h (CalComponentField): Added a + semi-hackish CAL_COMPONENT_FIELD_COMPONENT. In the ETable model, + it is intended to return a pointer to the component itself. + + * gui/calendar-model.c (calendar_model_value_at): Return the + component itself for CAL_COMPONENT_FIELD_COMPONENT. Be more + paranoid about invalid columns. + (calendar_model_set_value_at): Be more paranoid about invalid + columns. + (calendar_model_duplicate_value): Ref the component field. + (calendar_model_initialize_value): Deal with the component field. + (calendar_model_value_is_empty): Likewise. + (calendar_model_value_to_string): Likewise. + 2001-06-22 Jeffrey Stedfast <fejj@ximian.com> * gui/Makefile.am: Added itip-control-factory.* to the build. |