1.14.7: 2010-11-12 Murray Cumming CSV Import: Actually preview and import the field values. * glom/import_csv/csv_parser.cc: advance_field(): Remove an excess continue, so that we actually add the character to the field's text. This error was probably introduced while removing the non-exceptions ifdefs. We really must fix those import unit tests so that something like this does not happen again. 2010-11-04 Murray Cumming Remove the gconfmm dependency, because we don't use it. * configure.ac: Do not check for gconfmm. * glom/bakery/app_withdoc.cc: Do not include gconfmm.h. 2010-10-19 Murray Cumming Python module: Use _ instead of . in the .so file name. * Makefile.am: This was broken by the commit on 2010-09-10. * tests/test_load_python_library.cc: Use the variable instead of hard-coding. 2010-10-11 David King Change some uses of long to more appropriate types * glom/libglom/python_embed/py_glom_record.[cc|h]: * glom/libglom/python_embed/py_glom_related.[cc|h]: * glom/libglom/python_embed/py_glom_relatedrecord.[cc|h]: * glom/libglom/utils.cc: * glom/utility_widgets/db_addel/glom_db_treemodel.cc: * glom/utils_ui.cc: Use other types than long where appropriate. 2010-10-11 David King Use array notation where appropriate * glom/dialog_connection.[cc|h]: * glom/dialog_existing_or_new.[cc|h]: * glom/dialog_invalid_data.[cc|h]: * glom/libglom/connectionpool_backends/backend.cc: * glom/libglom/connectionpool_backends/postgres.cc: * glom/libglom/connectionpool_backends/postgres_self.cc: * glom/libglom/connectionpool_backends/sqlite.cc: * glom/utils_ui.cc: Use array notation when initializing constant character arrays. 2010-10-08 David King Remove some unnecessary includes * glom/bakery/app.h: * glom/base_db_table.h: * glom/base_db_table_data.h: * glom/box_db_table.h: * glom/libglom/sharedptr.h: * glom/mode_design/fields/combo_fieldtype.h: * glom/mode_design/relationships_overview/ dialog_relationships_overview.cc: Remove some unnecessary includes. * glom/bakery/app_withdoc_gtk.cc: * glom/base_db_table_data.cc: * glom/glom_privs.cc: * glom/import_csv/csv_parser.cc: * glom/import_csv/dialog_import_csv.cc: * glom/import_csv/dialog_import_csv_progress.cc: * glom/libglom/connectionpool.cc: * glom/libglom/connectionpool_backends/postgres.cc: * glom/libglom/connectionpool_backends/postgres_self.cc: * glom/libglom/connectionpool_backends/sqlite.cc: * glom/libglom/data_structure/field.cc: * glom/libglom/document/bakery/document.cc: * glom/libglom/document/bakery/document_xml.cc: * glom/libglom/document/document.cc: * glom/libglom/python_embed/py_glom_record.cc: * glom/mode_data/notebook_data.cc: * glom/mode_design/dialog_database_preferences.cc: * glom/mode_design/iso_codes.cc: * glom/mode_design/layout/combobox_fields.cc: * glom/mode_design/layout/dialog_layout_calendar_related.cc: * glom/mode_design/layout/dialog_layout_list_related.cc: * glom/mode_design/print_layouts/window_print_layout_edit.cc: * glom/mode_design/translation/combobox_locale.cc: * glom/mode_design/translation/dialog_identify_original.cc: * glom/navigation/box_tables.cc: * glom/print_layout/canvas_layout_item.cc: * glom/python_embed/glom_python.cc: * glom/utility_widgets/flowtable_dnd.cc: * glom/utility_widgets/layoutwidgetmenu.cc: * glom/utility_widgets/notebooklabelglom.cc: Add iostream include. 2010-10-05 David King Avoid uninitialized variables in CanvasGroupGrid * glom/utility_widgets/canvas/canvas_group_grid.cc: Initialize variables at declaration. 2010-10-04 Jon Nordby Set programming language explicitly around --enable-warnings macros * configure.ac: 2010-09-23 David King Improve use of defines * *.h: Be more consistent with include guards. * glom/dialog_existing_or_new.cc: * glom/libglom/connectionpool_backends/postrgres_self.cc: * glom/libglom/document/document.cc: Convert defines to static const data. 2010-09-10 David King Use GLOM_ABI_VERSION where possible * Makefile.am: * Makefile_libglom.am: * configure.ac: Use GLOM_ABI_VERSION to avoid duplication. * glom/libglom/glom-1.14.pc.in: Move to glom/libglom/glom.pc.in, which will be moved to a versioned file by configure. 2010-09-10 Murray Cumming Use libosso instead of libossomm on Maemo * configure.ac: * glom/main.cc: Use libosso instead of libossomm, because we just use one function.