1.6.10: 2008-03-19 Murray Cumming * glom/application.cc offer_new_or_existing(): Use a URI for the examples directory instead of a filepath, sot that the examples directory is really opened in the file chooser. gnome-vfs seems to have become less tolerant of URIs without file:// at the start. 2008-03-18 Murray Cumming * glom/libglom/data_structure/fieldtypes.cc get_string_name_for_gdavaluetype(): Hard-code the result for text fields (G_TYPE_STRING) so we always use varchar. Otherwise we mistakenly create fields of type xml because libgda reports many postgres 8.3 fields types as being of type G_TYPE_STRING. 2008-03-13 Murray Cumming Bug 521992 – Pressing Escape on Initial dialog does not close application properly. (Pavel Mlčoch) * glom/dialog_database_preferences.cc load_from_document(): Do not crash if the Gda::DataModel is empty. * glom/application.cc ui_file_select_save(), on_document_load(), offer_new_or_existing(): * glom/frame_glom.cc on_menu_file_export(): * glom/utility_widgets/imageglom.cc on_menupopup_activate_select_file(): Check for Gtk::RESPONSE_DELETE_EVENT instead of just Gtk::RESPONSE_CANCEL, so that we treat pressing Escape the same as pressing Cancel. When we just ignore this then we can leave the application in an unexpected state.