From 9de25e88aa7b0d125739fda6bbbfdb4ebe16f951 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 13 Jun 2000 00:41:47 +0000 Subject: Removed the freeze/thaw stuff for the model. As Chris wisely pointed out, 2000-06-12 Federico Mena Quintero * e-table-model.[ch]: Removed the freeze/thaw stuff for the model. As Chris wisely pointed out, having freeze/thaw on the model makes its state inconsistent from the perspective of the views. * e-table-sorted-variable.c: Do not check for a frozen model. * e-table-subset.c: Likewise. * e-table-subset-variable.c: Likewise. * e-table-example-1.c: Removed the ETableModel thaw handler. * e-table-example-2.c: Likewise. * e-table-simple.c: Likewise. * e-table-size-test.c: Likewise. * test-check.c: Likewise. * test-cols.c: Likewise. * test-table.c: Likewise. svn path=/trunk/; revision=3543 --- widgets/e-table/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'widgets/e-table/ChangeLog') diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index f2caec3008..fa6afd4a3d 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,48 @@ +2000-06-12 Federico Mena Quintero + + * e-table-model.[ch]: Removed the freeze/thaw stuff for the model. + As Chris wisely pointed out, having freeze/thaw on the model makes + its state inconsistent from the perspective of the views. + + * e-table-sorted-variable.c: Do not check for a frozen model. + * e-table-subset.c: Likewise. + * e-table-subset-variable.c: Likewise. + + * e-table-example-1.c: Removed the ETableModel thaw handler. + * e-table-example-2.c: Likewise. + * e-table-simple.c: Likewise. + * e-table-size-test.c: Likewise. + * test-check.c: Likewise. + * test-cols.c: Likewise. + * test-table.c: Likewise. + +2000-06-08 Federico Mena Quintero + + * e-table-model.h (ETableModelClass): Added a freeze method. + + * e-table-model.c (e_table_model_freeze): Call the freeze method + instead of the thaw method! + + * e-table-simple.h (ETableSimple): Added the freeze function. + + * e-table-simple.c (simple_thaw): Check whether the function + exists. + (simple_freeze): New handler. + (e_table_simple_new): Take in and set the freeze handler. + (e_table_simple_class_init): Set the freeze handler. + + * test-check.c (check_test): Pass in the freeze handler to + e_table_simple_new(). + + * test-cols.c (multi_cols_test): Likewise. + + * e-table-example-2.c (create_table): Likewise. + + * e-table-example-1.c (create_table): Likewise. + + * test-table.c (table_browser_test): Likewise. + (do_e_table_demo): Likewise. + 2000-06-10 Chris Toshok * e-tree-example-1.c (create_tree): supply the pixbufs here. -- cgit v1.2.3