[glom/glom-1-32: 72/72] Merge branch 'master' into glom-1-32



commit 74687dfe075b4afae48c3354426e5389fbbc4806
Merge: 20d3e19 f582beb
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Nov 14 14:44:21 2016 +0100

    Merge branch 'master' into glom-1-32

 NEWS                                               |   12 +
 configure.ac                                       |    4 +-
 glom/application.cc                                |   10 +-
 glom/application.h                                 |    4 +-
 glom/appwindow.cc                                  |   72 +-
 glom/appwindow.h                                   |    8 +-
 glom/bakery/appwindow.cc                           |    6 +-
 glom/bakery/appwindow.h                            |   16 +-
 glom/bakery/appwindow_withdoc.h                    |   12 +-
 glom/bakery/busy_cursor.h                          |    6 +-
 glom/bakery/dialog_offersave.cc                    |    4 +-
 glom/base_db.cc                                    |   69 +-
 glom/base_db.h                                     |   18 +-
 glom/base_db_table.h                               |    6 +-
 glom/base_db_table_data.cc                         |  170 ++--
 glom/base_db_table_data.h                          |    4 +-
 glom/box_db_table.h                                |    2 +-
 glom/box_withbuttons.cc                            |    5 +-
 glom/box_withbuttons.h                             |   10 +-
 glom/dialog_connection.cc                          |   12 +-
 glom/dialog_connection.h                           |    4 +-
 glom/dialog_existing_or_new.cc                     |   12 +-
 glom/dialog_existing_or_new.h                      |   18 +-
 glom/dialog_invalid_data.cc                        |    6 +-
 glom/filechooser_export.cc                         |    4 +-
 glom/filechooser_export.h                          |    2 +-
 glom/frame_glom.cc                                 |   61 +-
 glom/frame_glom.h                                  |   10 +-
 glom/glade_utils.h                                 |    8 +-
 glom/glom_create_from_example.cc                   |   42 +-
 glom/glom_export_po.cc                             |   14 +-
 glom/glom_export_po_all.cc                         |   12 +-
 glom/glom_import_po_all.cc                         |   14 +-
 glom/glom_test_connection.cc                       |   12 +-
 glom/import_csv/csv_parser.cc                      |   21 +-
 glom/import_csv/csv_parser.h                       |   18 +-
 glom/import_csv/dialog_import_csv.h                |    5 +-
 glom/import_csv/dialog_import_csv_progress.cc      |   18 +-
 glom/import_csv/dialog_import_csv_progress.h       |    9 +-
 glom/import_csv/file_encodings.cc                  |    4 +-
 glom/import_csv/file_encodings.h                   |    6 +-
 glom/infobar_progress_creating.h                   |    2 +-
 glom/libglom/appstate.h                            |    2 +-
 glom/libglom/calcinprogress.h                      |    2 +-
 glom/libglom/connectionpool.cc                     |   27 +-
 glom/libglom/connectionpool.h                      |   32 +-
 glom/libglom/connectionpool_backends/backend.h     |    3 +-
 glom/libglom/connectionpool_backends/mysql.cc      |   14 +-
 glom/libglom/connectionpool_backends/mysql.h       |    2 +-
 .../connectionpool_backends/mysql_central.cc       |    4 +-
 .../connectionpool_backends/mysql_central.h        |    3 +-
 glom/libglom/connectionpool_backends/mysql_self.cc |   22 +-
 glom/libglom/connectionpool_backends/mysql_self.h  |    4 +-
 glom/libglom/connectionpool_backends/postgres.cc   |   18 +-
 glom/libglom/connectionpool_backends/postgres.h    |    2 +-
 .../connectionpool_backends/postgres_central.cc    |    4 +-
 .../connectionpool_backends/postgres_central.h     |    3 +-
 .../connectionpool_backends/postgres_self.cc       |   26 +-
 .../connectionpool_backends/postgres_self.h        |    4 +-
 glom/libglom/connectionpool_backends/sqlite.cc     |   18 +-
 glom/libglom/connectionpool_backends/sqlite.h      |    2 +-
 glom/libglom/data_structure/choicevalue.cc         |   16 -
 glom/libglom/data_structure/choicevalue.h          |   10 +-
 glom/libglom/data_structure/database_title.cc      |   13 -
 glom/libglom/data_structure/database_title.h       |   10 +-
 glom/libglom/data_structure/field.cc               |   65 +-
 glom/libglom/data_structure/field.h                |   18 +-
 glom/libglom/data_structure/fieldtypes.cc          |   16 +-
 glom/libglom/data_structure/fieldtypes.h           |   10 +-
 glom/libglom/data_structure/foundset.cc            |   36 -
 glom/libglom/data_structure/foundset.h             |   13 +-
 glom/libglom/data_structure/glomconversions.cc     |   93 +-
 glom/libglom/data_structure/glomconversions.h      |    8 +-
 glom/libglom/data_structure/groupinfo.cc           |   34 -
 glom/libglom/data_structure/groupinfo.h            |   13 +-
 glom/libglom/data_structure/has_title_singular.cc  |   24 +-
 glom/libglom/data_structure/has_title_singular.h   |   16 +-
 glom/libglom/data_structure/layout/custom_title.cc |   19 +-
 glom/libglom/data_structure/layout/custom_title.h  |   10 +-
 glom/libglom/data_structure/layout/formatting.cc   |   57 +-
 glom/libglom/data_structure/layout/formatting.h    |   14 +-
 glom/libglom/data_structure/layout/layoutgroup.cc  |   18 +-
 glom/libglom/data_structure/layout/layoutgroup.h   |    6 +-
 glom/libglom/data_structure/layout/layoutitem.cc   |   24 -
 glom/libglom/data_structure/layout/layoutitem.h    |   18 +-
 .../data_structure/layout/layoutitem_button.cc     |   18 +-
 .../data_structure/layout/layoutitem_button.h      |   10 +-
 .../layout/layoutitem_calendarportal.cc            |   18 +-
 .../layout/layoutitem_calendarportal.h             |   12 +-
 .../data_structure/layout/layoutitem_field.cc      |   55 +-
 .../data_structure/layout/layoutitem_field.h       |   22 +-
 .../data_structure/layout/layoutitem_image.cc      |   18 +-
 .../data_structure/layout/layoutitem_image.h       |   10 +-
 .../data_structure/layout/layoutitem_line.cc       |   38 +-
 .../data_structure/layout/layoutitem_line.h        |   14 +-
 .../data_structure/layout/layoutitem_notebook.cc   |   12 -
 .../data_structure/layout/layoutitem_notebook.h    |    8 +-
 .../layout/layoutitem_placeholder.cc               |   22 +-
 .../data_structure/layout/layoutitem_placeholder.h |   25 +-
 .../data_structure/layout/layoutitem_portal.cc     |   48 +-
 .../data_structure/layout/layoutitem_portal.h      |   40 +-
 .../data_structure/layout/layoutitem_text.cc       |    4 +-
 .../data_structure/layout/layoutitem_text.h        |    6 +-
 .../layout/layoutitem_withformatting.cc            |   26 +-
 .../layout/layoutitem_withformatting.h             |   12 +-
 .../layout/report_parts/layoutitem_fieldsummary.cc |   15 -
 .../layout/report_parts/layoutitem_fieldsummary.h  |    8 +-
 .../layout/report_parts/layoutitem_footer.cc       |   13 -
 .../layout/report_parts/layoutitem_footer.h        |   10 +-
 .../layout/report_parts/layoutitem_groupby.cc      |   24 -
 .../layout/report_parts/layoutitem_groupby.h       |   14 +-
 .../layout/report_parts/layoutitem_header.cc       |   14 -
 .../layout/report_parts/layoutitem_header.h        |   10 +-
 .../layout/report_parts/layoutitem_summary.cc      |   17 -
 .../layout/report_parts/layoutitem_summary.h       |   10 +-
 .../report_parts/layoutitem_verticalgroup.cc       |   13 -
 .../layout/report_parts/layoutitem_verticalgroup.h |    8 +-
 glom/libglom/data_structure/layout/static_text.cc  |   14 +-
 glom/libglom/data_structure/layout/static_text.h   |   10 +-
 .../data_structure/layout/usesrelationship.cc      |   19 +-
 .../data_structure/layout/usesrelationship.h       |   40 +-
 glom/libglom/data_structure/numeric_format.cc      |   20 +-
 glom/libglom/data_structure/numeric_format.h       |   12 +-
 glom/libglom/data_structure/print_layout.cc        |   31 -
 glom/libglom/data_structure/print_layout.h         |   12 +-
 glom/libglom/data_structure/privileges.cc          |   33 -
 glom/libglom/data_structure/privileges.h           |   10 +-
 glom/libglom/data_structure/relationship.cc        |   22 -
 glom/libglom/data_structure/relationship.h         |   10 +-
 glom/libglom/data_structure/report.cc              |   17 -
 glom/libglom/data_structure/report.h               |    8 +-
 glom/libglom/data_structure/system_prefs.cc        |   59 +-
 glom/libglom/data_structure/system_prefs.h         |   11 +-
 glom/libglom/data_structure/tableinfo.cc           |   21 +-
 glom/libglom/data_structure/tableinfo.h            |    8 +-
 glom/libglom/data_structure/translatable_item.cc   |   42 +-
 glom/libglom/data_structure/translatable_item.h    |   18 +-
 glom/libglom/db_utils.cc                           |   77 +-
 glom/libglom/db_utils.h                            |   10 +-
 glom/libglom/db_utils_export.cc                    |    2 +-
 glom/libglom/document/bakery/document.cc           |    6 +-
 glom/libglom/document/bakery/document.h            |    4 +-
 glom/libglom/document/bakery/document_xml.cc       |   12 +-
 glom/libglom/document/bakery/document_xml.h        |   10 +-
 glom/libglom/document/bakery/view/view.h           |    4 +-
 glom/libglom/document/bakery/view/view_composite.h |    5 +-
 glom/libglom/document/bakery/view/viewbase.cc      |    4 -
 glom/libglom/document/bakery/view/viewbase.h       |    6 +-
 glom/libglom/document/document.cc                  | 1275 ++++++++++----------
 glom/libglom/document/document.h                   |   50 +-
 glom/libglom/file_utils.cc                         |   38 +-
 glom/libglom/layout_utils.cc                       |   10 +-
 glom/libglom/layout_utils.h                        |   12 +-
 glom/libglom/privs.cc                              |    6 +-
 glom/libglom/privs.h                               |   12 +-
 glom/libglom/python_embed/py_glom_record.cc        |    8 +-
 glom/libglom/python_embed/py_glom_record.h         |   10 +-
 glom/libglom/python_embed/py_glom_related.cc       |    5 -
 glom/libglom/python_embed/py_glom_related.h        |    6 +-
 glom/libglom/python_embed/py_glom_relatedrecord.cc |    5 -
 glom/libglom/python_embed/py_glom_relatedrecord.h  |    4 +-
 glom/libglom/python_embed/py_glom_ui.cc            |    4 -
 glom/libglom/python_embed/py_glom_ui.h             |    2 +-
 .../libglom/python_embed/pygdavalue_conversions.cc |   18 +-
 glom/libglom/report_builder.cc                     |    8 +-
 glom/libglom/report_builder.h                      |    4 +-
 glom/libglom/spawn_with_feedback.cc                |   20 +-
 glom/libglom/spawn_with_feedback.h                 |    2 +-
 glom/libglom/sql_utils.cc                          |    7 +-
 glom/libglom/string_utils.cc                       |   31 +-
 glom/libglom/test_avahi_publisher.cc               |    2 +-
 glom/libglom/test_connectionpool.cc                |    4 +-
 glom/libglom/test_sync.cc                          |    4 +-
 glom/libglom/translations_po.cc                    |   40 +-
 glom/libglom/translations_po.h                     |    4 +-
 glom/libglom/utils.cc                              |   10 +-
 glom/libglom/utils.h                               |    4 +-
 glom/libglom/xml_utils.cc                          |   11 +-
 glom/libglom/xsl_utils.cc                          |    6 +-
 glom/main.cc                                       |    2 +-
 glom/main_local_options.cc                         |    6 +-
 glom/main_local_options.h                          |    4 +-
 glom/mode_data/box_data.cc                         |    4 +-
 glom/mode_data/box_data.h                          |    2 +-
 glom/mode_data/box_data_calendar_related.cc        |    4 +-
 glom/mode_data/box_data_calendar_related.h         |   33 +-
 glom/mode_data/box_data_details.cc                 |   64 +-
 glom/mode_data/box_data_details.h                  |   22 +-
 glom/mode_data/box_data_list.cc                    |   20 +-
 glom/mode_data/box_data_list.h                     |    8 +-
 glom/mode_data/box_data_list_related.cc            |   13 +-
 glom/mode_data/box_data_manyrecords.cc             |    2 +-
 glom/mode_data/box_data_manyrecords.h              |    8 +-
 glom/mode_data/box_data_portal.cc                  |    9 +-
 glom/mode_data/box_data_portal.h                   |   30 +-
 glom/mode_data/buttonglom.cc                       |    4 +-
 glom/mode_data/buttonglom.h                        |    2 +-
 glom/mode_data/datawidget/cellcreation.cc          |   18 +-
 .../datawidget/cellrenderer_buttonimage.h          |    6 +-
 .../mode_data/datawidget/cellrenderer_buttontext.h |    6 +-
 glom/mode_data/datawidget/cellrenderer_dblist.cc   |    5 +-
 glom/mode_data/datawidget/cellrenderer_dblist.h    |    4 +-
 glom/mode_data/datawidget/checkbutton.cc           |    4 +-
 glom/mode_data/datawidget/checkbutton.h            |    2 +-
 glom/mode_data/datawidget/combo.cc                 |   10 +-
 glom/mode_data/datawidget/combo.h                  |    2 +-
 .../mode_data/datawidget/combo_as_radio_buttons.cc |    6 +-
 glom/mode_data/datawidget/combo_as_radio_buttons.h |    5 +-
 glom/mode_data/datawidget/combochoices.cc          |    2 +-
 glom/mode_data/datawidget/combochoices.h           |    2 +-
 .../datawidget/combochoiceswithtreemodel.cc        |   51 +-
 .../datawidget/combochoiceswithtreemodel.h         |   17 +-
 glom/mode_data/datawidget/datawidget.cc            |   22 +-
 glom/mode_data/datawidget/datawidget.h             |    6 +-
 glom/mode_data/datawidget/entry.cc                 |   10 +-
 glom/mode_data/datawidget/label.cc                 |    2 +-
 glom/mode_data/datawidget/label.h                  |    8 +-
 glom/mode_data/datawidget/textview.cc              |    6 +-
 glom/mode_data/datawidget/textview.h               |    4 +-
 glom/mode_data/datawidget/treemodel_db.cc          |   17 +-
 glom/mode_data/datawidget/treemodel_db.h           |   12 +-
 .../datawidget/treemodel_db_withextratext.cc       |   14 +-
 .../datawidget/treemodel_db_withextratext.h        |    8 +-
 glom/mode_data/db_adddel/db_adddel.cc              |  145 +--
 glom/mode_data/db_adddel/db_adddel.h               |   53 +-
 glom/mode_data/db_adddel/db_adddel_withbuttons.cc  |    2 +-
 glom/mode_data/db_adddel/db_adddel_withbuttons.h   |    6 +-
 glom/mode_data/db_adddel/db_treeviewcolumn_glom.h  |    2 +-
 glom/mode_data/flowtablewithfields.cc              |  105 +-
 glom/mode_data/flowtablewithfields.h               |   71 +-
 glom/mode_data/notebook_data.cc                    |   71 +-
 glom/mode_data/notebook_data.h                     |    7 +-
 glom/mode_data/test_flowtablewithfields.cc         |    6 +-
 glom/mode_design/dialog_add_related_table.cc       |    8 +-
 glom/mode_design/dialog_add_related_table.h        |    2 +-
 glom/mode_design/dialog_database_preferences.cc    |   12 +-
 glom/mode_design/dialog_initial_password.cc        |    2 +-
 glom/mode_design/dialog_relationships.cc           |    4 +-
 glom/mode_design/fields/box_db_table_definition.cc |   22 +-
 glom/mode_design/fields/box_db_table_definition.h  |    2 +-
 glom/mode_design/fields/combo_fieldtype.cc         |    2 +-
 glom/mode_design/fields/combo_fieldtype.h          |    2 +-
 glom/mode_design/fields/dialog_fielddefinition.cc  |    2 +-
 glom/mode_design/iso_codes.cc                      |  122 +-
 glom/mode_design/iso_codes.h                       |    4 +-
 glom/mode_design/layout/combobox_fields.cc         |   10 +-
 glom/mode_design/layout/combobox_fields.h          |    8 +-
 glom/mode_design/layout/combobox_relationship.cc   |    5 +-
 glom/mode_design/layout/dialog_choose_field.cc     |   40 +-
 glom/mode_design/layout/dialog_choose_field.h      |    6 +-
 .../layout/dialog_choose_relationship.h            |    2 +-
 glom/mode_design/layout/dialog_layout.h            |    4 +-
 .../layout/dialog_layout_calendar_related.cc       |    6 +-
 .../layout/dialog_layout_calendar_related.h        |    8 +-
 glom/mode_design/layout/dialog_layout_details.cc   |  394 +++---
 glom/mode_design/layout/dialog_layout_details.h    |    2 +-
 glom/mode_design/layout/dialog_layout_export.cc    |   76 +-
 glom/mode_design/layout/dialog_layout_list.cc      |    2 +-
 glom/mode_design/layout/dialog_layout_list.h       |    2 +-
 .../layout/dialog_layout_list_related.cc           |   22 +-
 .../layout/dialog_layout_list_related.h            |   10 +-
 .../layout/layout_item_dialogs/box_formatting.h    |    2 +-
 .../layout_item_dialogs/dialog_buttonscript.cc     |    6 +-
 .../layout_item_dialogs/dialog_buttonscript.h      |    2 +-
 .../layout_item_dialogs/dialog_fieldslist.cc       |  114 +-
 .../layout/layout_item_dialogs/dialog_line.cc      |    4 +-
 .../layout/layout_item_dialogs/dialog_line.h       |    2 +-
 .../layout_item_dialogs/dialog_sortfields.cc       |   71 +-
 .../layout/layout_item_dialogs/dialog_textobject.h |    2 +-
 glom/mode_design/layout/treestore_layout.h         |    2 +-
 .../print_layouts/dialog_text_formatting.cc        |    2 +-
 .../print_layouts/print_layout_toolbar.h           |    2 +-
 .../print_layouts/print_layout_toolbar_button.cc   |    6 +-
 .../print_layouts/print_layout_toolbar_button.h    |    4 +-
 .../print_layouts/window_print_layout_edit.cc      |  107 +-
 .../print_layouts/window_print_layout_edit.h       |   24 +-
 .../relationships_overview/canvas_group_dbtable.cc |   12 +-
 .../relationships_overview/canvas_group_dbtable.h  |    5 +-
 .../printoperation_relationshipsoverview.cc        |    4 +-
 .../window_relationships_overview.cc               |   43 +-
 .../window_relationships_overview.h                |   20 +-
 .../report_layout/dialog_layout_report.cc          |   82 +-
 .../report_layout/dialog_layout_report.h           |    5 +-
 .../report_layout/treestore_report_layout.h        |    2 +-
 .../script_library/dialog_new_script.cc            |    2 +-
 .../script_library/dialog_script_library.cc        |    8 +-
 glom/mode_design/translation/combobox_locale.cc    |    2 +-
 .../translation/dialog_change_language.h           |    2 +-
 .../mode_design/translation/window_translations.cc |   64 +-
 glom/mode_design/users/dialog_choose_user.cc       |    2 +-
 glom/mode_design/users/dialog_groups_list.cc       |   26 +-
 glom/mode_design/users/dialog_groups_list.h        |    2 +-
 glom/mode_design/users/dialog_new_group.cc         |    2 +-
 glom/mode_design/users/dialog_users_list.cc        |    4 +-
 glom/mode_find/box_data_details_find.cc            |    4 +-
 glom/mode_find/box_data_details_find.h             |    4 +-
 glom/mode_find/box_data_list_find.h                |    2 +-
 glom/mode_find/notebook_find.cc                    |   16 +-
 glom/mode_find/notebook_find.h                     |    8 +-
 glom/navigation/box_tables.cc                      |   56 +-
 glom/navigation/box_tables.h                       |   10 +-
 glom/notebook_glom.cc                              |   53 +-
 glom/notebook_glom.h                               |    4 +-
 glom/print_layout/canvas_layout_item.cc            |   35 +-
 glom/print_layout/canvas_layout_item.h             |    6 +-
 glom/print_layout/canvas_print_layout.cc           |   91 +-
 glom/print_layout/canvas_print_layout.h            |   23 +-
 glom/print_layout/print_layout_utils.cc            |   60 +-
 glom/print_layout/printoperation_printlayout.cc    |    4 +-
 glom/python_embed/glom_python.cc                   |   47 +-
 glom/python_embed/glom_python.h                    |    6 +-
 glom/signal_reemitter.h                            |    4 +-
 glom/test_pyembed.cc                               |    8 +-
 glom/test_pyembed_singleline.cc                    |    4 +-
 glom/utility_widgets/adddel/adddel.cc              |   47 +-
 glom/utility_widgets/adddel/adddel.h               |   24 +-
 glom/utility_widgets/adddel/adddel_withbuttons.cc  |    2 +-
 glom/utility_widgets/adddel/adddel_withbuttons.h   |    2 +-
 glom/utility_widgets/adddel/treeviewcolumn_glom.h  |    2 +-
 glom/utility_widgets/canvas/canvas_editable.cc     |    6 +-
 glom/utility_widgets/canvas/canvas_editable.h      |   15 +-
 glom/utility_widgets/canvas/canvas_group_grid.cc   |   16 +-
 glom/utility_widgets/canvas/canvas_group_grid.h    |    6 +-
 .../canvas/canvas_group_resizable.cc               |   54 +-
 .../canvas/canvas_group_resizable.h                |    8 +-
 .../utility_widgets/canvas/canvas_image_movable.cc |   14 +-
 glom/utility_widgets/canvas/canvas_image_movable.h |    8 +-
 glom/utility_widgets/canvas/canvas_item_movable.cc |   14 +-
 glom/utility_widgets/canvas/canvas_item_movable.h  |    8 +-
 glom/utility_widgets/canvas/canvas_line_movable.cc |    2 +-
 .../utility_widgets/canvas/canvas_table_movable.cc |    6 +-
 glom/utility_widgets/canvas/canvas_table_movable.h |    2 +-
 glom/utility_widgets/canvas/canvas_text_movable.cc |   14 +-
 glom/utility_widgets/canvas/canvas_text_movable.h  |    2 +-
 .../utility_widgets/canvas/test_canvas_editable.cc |   24 +-
 glom/utility_widgets/combo_textglade.h             |    2 +-
 glom/utility_widgets/dialog_flowtable.cc           |    4 +-
 glom/utility_widgets/dialog_flowtable.h            |    8 +-
 glom/utility_widgets/dialog_image_load_progress.cc |    8 +-
 glom/utility_widgets/dialog_image_save_progress.cc |   12 +-
 glom/utility_widgets/dialog_properties.h           |    4 +-
 .../eggspreadtable/eggplaceholder.h                |    4 +-
 .../eggspreadtable/eggspreadtable.h                |    2 +-
 .../eggspreadtable/eggspreadtablednd.h             |    4 +-
 .../eggspreadtablemm/eggspreadtabledndmm.cc        |   12 +-
 .../eggspreadtablemm/test_spreadtablednd.cc        |   12 +-
 glom/utility_widgets/flowtable.cc                  |   28 +-
 glom/utility_widgets/flowtable.h                   |    7 +-
 .../gimpruler/libgimpbase/gimpbaseenums.h          |    2 +-
 glom/utility_widgets/imageglom.cc                  |  144 ++--
 glom/utility_widgets/imageglom.h                   |   21 +-
 glom/utility_widgets/layouttoolbar.cc              |   10 +-
 glom/utility_widgets/layouttoolbarbutton.h         |    4 +-
 glom/utility_widgets/layoutwidgetbase.cc           |   17 +-
 glom/utility_widgets/layoutwidgetbase.h            |   10 +-
 glom/utility_widgets/layoutwidgetfield.h           |    4 +-
 glom/utility_widgets/layoutwidgetmenu.cc           |   12 +-
 glom/utility_widgets/layoutwidgetmenu.h            |   10 +-
 glom/utility_widgets/layoutwidgetutils.cc          |   14 +-
 glom/utility_widgets/layoutwidgetutils.h           |   12 +-
 glom/utility_widgets/notebook_noframe.h            |    2 +-
 glom/utility_widgets/notebookglom.h                |    4 +-
 glom/utility_widgets/notebooklabelglom.cc          |   12 +-
 glom/utility_widgets/notebooklabelglom.h           |   14 +-
 glom/utility_widgets/placeholder.cc                |    2 +-
 glom/utility_widgets/placeholder.h                 |    2 +-
 glom/utility_widgets/test_flowtable.cc             |    7 +-
 glom/utility_widgets/test_flowtable_dnd.cc         |    6 +-
 glom/utils_ui.cc                                   |  124 +-
 glom/utils_ui.h                                    |    6 +-
 glom/variablesmap.cc                               |  171 ++--
 glom/variablesmap.h                                |    5 +-
 glom/window_boxholder.cc                           |    2 +-
 glom/window_boxholder.h                            |    2 +-
 ldtp/common.py                                     |    2 +-
 ldtp/database-creation/create-db.py                |    4 +-
 po/cs.po                                           |  938 ++++++++-------
 po/de.po                                           |  901 +++++++-------
 po/hu.po                                           |  942 ++++++++-------
 po/pl.po                                           |   62 +-
 po/pt.po                                           |   18 +-
 po/sv.po                                           |  150 ++--
 tests/export/test_selfhosting_new_then_export.cc   |   10 +-
 ...est_selfhosting_new_then_export_with_big_num.cc |   10 +-
 tests/import/test_parsing.cc                       |    2 +-
 tests/import/test_signals.cc                       |    2 +-
 tests/import/utils.cc                              |    2 +-
 tests/import/utils.h                               |    2 +-
 tests/python/test_load_python_library.cc           |    4 +-
 tests/python/test_python_execute_func.cc           |    2 +-
 .../python/test_python_execute_func_bad_syntax.cc  |    2 +-
 .../test_python_execute_func_change_result_type.cc |    2 +-
 tests/python/test_python_execute_func_date.cc      |   10 +-
 .../python/test_python_execute_func_with_record.cc |    2 +-
 ..._python_execute_func_with_record_field_types.cc |    4 +-
 tests/python/test_python_execute_script.cc         |    2 +-
 tests/python/test_python_module.cc                 |   14 +-
 tests/test_document_autosave.cc                    |    2 +-
 tests/test_document_change.cc                      |    4 +-
 tests/test_document_load.cc                        |   52 +-
 tests/test_document_load_and_change.cc             |   28 +-
 tests/test_document_load_and_save.cc               |    4 +-
 tests/test_document_load_image.cc                  |    6 +-
 tests/test_document_load_translations.cc           |   18 +-
 tests/test_fake_connection.cc                      |    6 +-
 tests/test_layout_item_field.cc                    |   70 +-
 tests/test_selfhosting_new_empty.cc                |    2 +-
 .../test_selfhosting_new_empty_change_sysprefs.cc  |    4 +-
 tests/test_selfhosting_new_empty_then_users.cc     |   11 +-
 tests/test_selfhosting_new_from_example.cc         |   14 +-
 ...t_selfhosting_new_from_example_defaultvalues.cc |   10 +-
 tests/test_selfhosting_new_from_example_float.cc   |   20 +-
 .../test_selfhosting_new_from_example_operator.cc  |   14 +-
 ...est_selfhosting_new_from_example_strangepath.cc |   12 +-
 ...sting_new_from_example_table_name_with_space.cc |   22 +-
 tests/test_selfhosting_new_then_alter_table.cc     |   10 +-
 tests/test_selfhosting_new_then_backup_restore.cc  |   16 +-
 tests/test_selfhosting_new_then_change_columns.cc  |   28 +-
 tests/test_selfhosting_new_then_choices.cc         |   14 +-
 tests/test_selfhosting_new_then_get_privs.cc       |   12 +-
 tests/test_selfhosting_new_then_image.cc           |   20 +-
 tests/test_selfhosting_new_then_lookup.cc          |   20 +-
 tests/test_selfhosting_new_then_report.cc          |   10 +-
 tests/test_selfhosting_new_then_report_summary.cc  |   10 +-
 tests/test_selfhosting_non_numeric_primary_keys.cc |   12 +-
 tests/test_selfhosting_sqlinjection.cc             |   44 +-
 tests/test_selfhosting_utils.cc                    |   42 +-
 tests/test_signal_reemit.cc                        |    8 +-
 tests/test_utils.cc                                |    4 +-
 tests/test_utils_images.cc                         |    2 +-
 tests/test_xml_utils.cc                            |    2 +-
 tests/translations_po/test_document_export_po.cc   |   10 +-
 tests/translations_po/test_document_import_po.cc   |    6 +-
 tests/ui/glade_toplevels_instantiation.cc          |    2 +-
 tests/ui/test_glade_derived_instantiation.cc       |   16 +-
 tests/ui/test_imageglom_widget.cc                  |    6 +-
 436 files changed, 5466 insertions(+), 6291 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]