From 4f122d673cbe7cd1e11a951c5dd9f6d5e23431b7 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Thu, 21 Feb 2002 19:02:32 +0000 Subject: Added e-table-memory-store.lo. 2002-02-21 Christopher James Lahey * gal/Makefile.am (libgal_la_LIBADD): Added e-table-memory-store.lo. From gal/e-table/ChangeLog: 2002-02-21 Christopher James Lahey * Makefile.am (libetable_la_SOURCES): Added e-table-memory-store.c. (libetableinclude_HEADERS): Added e-table-memory-store.h. * e-table-config-no-group.glade, e-table-config.glade: Updated these. * e-table-config.c, e-table-config.h: Updated this to have a working field list editor. * e-table-memory-store.c, e-table-memory-store.h: New ETableModel that is a complete store of all the data in your table. No callbacks at all. * e-table-subset-variable.c, e-table-subset-variable.h (e_table_subset_variable_clear): Added this simple function * e-table-subset.c (etss_get_save_id): Made this return the row number g_strdup_printfed if the source model doesn't support save ids. 2002-02-20 Christopher James Lahey * e-table-sorter.c, e-table-sorter.h: Connect to the model_rows_inserted, model_rows_deleted, and group_info_changed here. svn path=/trunk/; revision=15783 --- widgets/table/e-table-config-no-group.glade | 172 ++++++++++++++++++---------- 1 file changed, 111 insertions(+), 61 deletions(-) (limited to 'widgets/table/e-table-config-no-group.glade') diff --git a/widgets/table/e-table-config-no-group.glade b/widgets/table/e-table-config-no-group.glade index 6f32c14e0c..1e49a59a06 100644 --- a/widgets/table/e-table-config-no-group.glade +++ b/widgets/table/e-table-config-no-group.glade @@ -188,32 +188,17 @@ - GtkScrolledWindow - scrolledwindow1 - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS + Custom + custom-available + e_table_proxy_etable_available_new + 0 + 0 + Thu, 21 Feb 2002 05:42:43 GMT 0 True True - - - GtkViewport - viewport1 - GTK_SHADOW_IN - - - Custom - available-field-list - e_table_proxy_etable_new - 0 - 0 - Sun, 18 Mar 2001 23:59:35 GMT - - @@ -238,32 +223,17 @@ - GtkScrolledWindow - scrolledwindow2 - GTK_POLICY_AUTOMATIC - GTK_POLICY_AUTOMATIC - GTK_UPDATE_CONTINUOUS - GTK_UPDATE_CONTINUOUS + Custom + custom-shown + e_table_proxy_etable_shown_new + 0 + 0 + Thu, 21 Feb 2002 15:52:40 GMT 0 True True - - - GtkViewport - viewport2 - GTK_SHADOW_IN - - - Custom - fields-shown - e_table_proxy_etable_new - 0 - 0 - Sun, 18 Mar 2001 23:59:49 GMT - - @@ -1605,12 +1575,66 @@ GtkTable table1 2 - 1 + 2 3 False 2 4 + + GtkButton + button-sort + True + True + + clicked + on_sort_clicked + Tue, 03 Oct 2000 22:10:58 GMT + + + GTK_RELIEF_NORMAL + + 0 + 1 + 1 + 2 + 0 + 0 + False + False + False + False + True + False + + + + + GtkLabel + label-sort + + GTK_JUSTIFY_LEFT + True + 0 + 0.5 + 0 + 0 + + 1 + 2 + 1 + 2 + 0 + 0 + True + False + False + False + True + True + + + GtkLabel label4 @@ -1624,8 +1648,8 @@ 2 3 - 0 - 1 + 1 + 2 0 0 False @@ -1633,25 +1657,23 @@ False False True - False + True - GtkButton - button-sort - True - True - - clicked - on_sort_clicked - Tue, 03 Oct 2000 22:10:58 GMT - - - GTK_RELIEF_NORMAL + GtkLabel + label21 + + GTK_JUSTIFY_CENTER + False + 0 + 0.5 + 0 + 0 - 0 - 1 + 2 + 3 0 1 0 @@ -1661,13 +1683,13 @@ False False True - False + True GtkLabel - label-sort + label-fields GTK_JUSTIFY_LEFT True @@ -1690,6 +1712,34 @@ True + + + GtkButton + button-fields + True + True + + clicked + on_sort_clicked + Tue, 03 Oct 2000 22:10:58 GMT + + + GTK_RELIEF_NORMAL + + 0 + 1 + 0 + 1 + 0 + 0 + False + False + False + False + True + False + + -- cgit