1.14.6: 2010-08-10 Murray Cumming SpinButtons: Don't have 0 to 0 ranges with only 0 increments possible. * glom/import_csv/dialog_import_csv.cc: (Import dialog) * glom/mode_design/layout/layout_item_dialogs/box_formatting.cc: (Multiline text field height) * glom/utility_widgets/dialog_flowtable.cc: (number of columns in a group): Constructors: Set the range and increment manually, because Glade defaults to useless 0 values for these. This problem was introduced when we remove the extra adjustment objects from the .glade files, so we could simplify our use of Glade. It is a side-effect of GtkBuilder bug http://bugzilla.gnome.org/show_bug.cgi?id=575714 This partially fixes bug #625693 (.cvs file import not working). 2010-08-06 Murray Cumming Document loading: Show an error dialog even for unexpected errors. * glom/application.cc: on_document_load(): Don't just fail silently when there is an unexpected error, for instance if the postgres data directory is missing. 2010-08-09 Murray Cumming test_document_autosave: Change the temp filename to avoid a clash. * tests/test_document_autosave.cc: Rename the file because we sometimes seem to clash with a directory of the same name. 2010-08-10 Murray Cumming Catch exceptions from std::locale::global(). * glom/main.cc: Put a try/catch around the call to std::locale::global(), because it is throwing on at least one system under apparently normal circumstances. This should fix bug #619445 (teidooricaerak) or at least give us another clue. 2010-08-06 David King Minor build system cleanup * configure.ac: Drop unnecessary AC_DISABLE_STATIC. Use AS_IF rather than shell if...fi. Add a TODO. * Makefile.am: * Makefile_tests.am: Take advantage of dependencies to reduce duplication of linker flags.