2013-12-19 Murray Cumming Add a comment. 2013-12-19 Murray Cumming tests_field_file_format: Set the locale and test several locales. * Makefile_tests.am: * tests/test_field_file_format_in_locales.sh: Add a script that runs test_field_file_format in various locales, because GdaNumeric seems to be doing some locale-sensitive atof(). * tests/test_field_file_format.cc: Use the current locale. 2013-12-19 Murray Cumming Add a test of Field::to/form_file_format(). 2013-12-17 Richard Hughes AppData file: Fix the ID to match the name of the installed desktop file 2013-12-16 Murray Cumming Added tests for some utility methods. 2013-12-15 Murray Cumming configure.ac: Check that we have the pg_config utility. 2013-12-03 Marek Černocký Updated Czech translation 2013-12-02 Murray Cumming Simplify some test code. 2013-11-29 Murray Cumming Update .gitignore 2013-11-29 Murray Cumming Tests: Added a test of getting field values via the python record[] API. 2013-11-29 Murray Cumming Python: Take the Document as const. 2013-11-29 Murray Cumming Require the latest libgda. This has several fixes that Glom needs. 2013-11-28 Murray Cumming DbUtils: get_database_preferences(): Use a specific locale. 2013-11-28 Murray Cumming Report Tests: Use a specific locale, so these work everywhere. * glom/libglom/data_structure/glomconversions.[h|cc]: Add a get_text_for_gda_value() overload that takes a locale name, so we do not need to just use the current locale. * glom/report_builder.cc: Use the new overload instead of ignoring the provided locale for this. * tests/test_selfhosting_new_then_report.cc * tests/test_selfhosting_new_then_report_summary.cc: Pass the en_US.UTF-8 locale name to the ReportBuilder constructor, instead of depending on the system's current locale, so this tests can pass regardless of the current locale. 2013-11-28 Murray Cumming Base_DB: Move get_record_field_values() to libglom. This lets us use it in tests. 2013-11-21 Daniel Mustieles Updated Spanish translation