1.22.0:

2012-04-11  Murray Cumming  <murrayc@murrayc.com>

	Fix make check.

	* tests/test_document_load_translations.cc: Increase the number of
	expected translations.
	* examples/example_film_manager.glom: Fix an inconsistency in the 
	German translation.

2012-04-11  Murray Cumming  <murrayc@murrayc.com>

	Windows build: ifdef out the use of getpass().

	* glom/glom_create_from_example.cc:
	* glom/glom_test_connection.cc: And show a warning
	on stderr. This is better than disabling all the functionality
	in this file, and lets us fix it easily if we ever have a
	getpass() function on Windows.
	Bug #672881 (alien)

2012-04-11  Murray Cumming  <murrayc@murrayc.com>

	Windows build: Add some includes.

	* glom/dialog_existing_or_new.cc: As suggested by 
	alien in bug #673093

2012-04-11  Murray Cumming  <murrayc@murrayc.com>

	Windows build: Add a windows.h include.

	* glom/utility_widgets/imageglom.cc: As suggested by 
	alien in bug #673096

2012-03-29  Murray Cumming  <murrayc@murrayc.com>

	Fixed some simple warnings found by scan-build.

	* glom/libglom/report_builder.cc:
	* glom/mode_data/box_data_list_related.cc:
	* glom/mode_design/fields/box_db_table_definition.cc:
	* glom/python_embed/glom_python.cc: Mostly variables that were
	set but then not used.

2012-03-29  Murray Cumming  <murrayc@murrayc.com>

	Field: Remove get_holder().

	* glom/libglom/data_structure/field.[h|cc]:
	* glom/libglom/python_embed/py_glom_record.cc:
	* glom/mode_data/datawidget/treemodel_db.cc: Replace or remove use
	of Field::get_holder().

2012-03-29  Murray Cumming  <murrayc@murrayc.com>

	ConnectionPool: create_database(): Take a progress slot.

	* glom/libglom/connectionpool.[h|cc]::
	* glom/libglom/connectionpool_backends/backend.h: create_database():
	Add a progress_slot parameter, to be emitted.
	* glom/libglom/connectionpool_backends/postgres.[h|cc]:
	* glom/libglom/connectionpool_backends/postgres_central.[h|cc]:
	* glom/libglom/connectionpool_backends/postgres_self.[h|cc]:
	* glom/libglom/connectionpool_backends/sqlite.[h|cc]:
	* glom/libglom/db_utils.cc:
	* glom/appwindow.[h|cc]: Adapt.