0.8.5: 2004-07-02 Murray Cumming * glom/utility_widgets/adddel/adddel_withbuttons.cc: Use a stock Open button instead of one that says Edit. It's nicer. * glom/mode_find/box_data_list_find.cc: Make the Find button position sensible. 2004-07-02 Murray Cumming * glom/mode_find/box_data_list_find.cc fill_from_database(): Save the fields into m_Fields, so that get_WhereClause() knows about them. Find in the List view now works. 2004-07-02 Murray Cumming * glom/utility_widgets/flowtablewithfields: Handle field_edited signal of sub-flowtables so that glom responds to editing of a field in a group on the Details view. 2004-07-02 Murray Cumming * glom/mode_data/box_data.[h|cc] and derived classes: Change get_Entered_Field to get_entered_field_data() which takes a Field and returns a Gnome::Gda::Value. This makes Find mode work for the Details view at least. 2004-07-02 Murray Cumming * glom/mode_find/: Make the find mode show some widgets, by re-activating some old code and adding the boxes and notebooks to the Bakery composite View so that they know about the document. 2004-07-01 Murray Cumming * glom/navigation/box_db_tables.cc: on_AddDel_changed(): Update the document properly when a table is renamed, so that glom does not complain that it knows nothing about the table. Also, update the AddDel with the new table name as they key, so that it does not try to operate on the old table name.