0.8.12: 2005-02-19 Murray Cumming * glom/connection_pool.cc: connect(): Do not forget the DATABASE= part of the connection string when connecting to the default templat1 database. Otherewise it gets added to the password. Stupid me. * glom/application.cc: recreate_database() Added a user_cancelled output parameter, so we only show the error dialog when it's a real error. * glom/glom_frame.cc: create_database(): Added more error checking and debug output to investigate problems. 2005-02-19 Murray Cumming * glom/utility_widgets/db_addel/glom_db_treemodel.[h|cc]: Make this actually work, by calling row_inserted(), row_deleted(), and row_changed() in the appropriate places. This needs some speed optimisation and probably has some memory leaks of the GlueItems. 2005-02-19 Murray Cumming * glom/utility_widgets/db_adddel/db_adddel.[h|cc]: Use the Gda::Value-based treemodel. It almost works. 2005-02-18 Murray Cumming * glom/utility_widgets/db_addel/: Added a Gda::Value-based custom treemodel, but it's not used yet. 2005-02-18 Murray Cumming * glom/utility_widgets/db_adddel/: Removed sources that are duplicated in adddel, and just include them from there. We can not using the custom popup cellrenderer anyway when we start using gtkmm 2.6. 2005-02-17 Murray Cumming * glom/utility_widgets/adddel/: No longer uses Fields and Gda::Values at all. * glom/utility_widgets/db_addel/: A version of AddDel that deals with Fields and their Gda::Values, and nothing else. * glom/mode_data/box_data_list.[h|cc]: Use DbAddDel instead of AddDel, which deals with Values directly. * glom/data_structure/glomconversions.cc: parse_data() Prevent 0 days and months, to avoid postgres errors.