[glom] Created tag 1.19.1



The unsigned tag '1.19.1' was created.

Tagger: Murray Cumming <murrayc murrayc com>
Date: Thu Nov 4 14:37:45 2010 +0100

    1.19.1

Changes since the last tag '1.15.2':

Andrej ŽnidarÅ¡iÄ? (5):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Aron Xu (1):
      Update Simplified Chinese translation.

Bruno Brouard (2):
      Updated French translation
      Updated French translation

Carles Ferrando (1):
      Updated Catalan (Valencian) translation

Christian Kirbach (1):
      [i18n] Updated German translation

Daniel Mustieles (5):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

David King (12):
      Explicitly link with libdl for Python module loading test
      Minor build system cleanup
      Include the correct config.h
      Initial dialog: Really try to load examples from each path.
      Use GLOM_ABI_VERSION in Makefiles and configure.ac
      Make pc.in file unversioned
      Improve use of defines
      Avoid uninitialized variables in CanvasGroupGrid
      Remove some unnecessary includes
      Use unsigned integers where appropriate
      Use array notation where appropriate
      Change some uses of long to more appropriate types

Gabor Kelemen (1):
      Fix escaping of UTF-8 character. Fixes bug #626991

Jon Nordby (1):
      Set programming language for --enable-warnings macros

Jorge González (1):
      Updated Spanish translation

Marek Ä?ernocký (2):
      Updated Czech translation
      Updated Czech translation

Mario Blättermann (3):
      [i18n] Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation

Matej UrbanÄ?iÄ? (2):
      Updated Slovenian translation
      Added sl for Slovenian translation

Murray Cumming (110):
      Port to gtkmm-3.0
      Configure: Remove checks for libegg dependencies, because we don't use it.
      Depend on avahi-ui-3.0 instead of avahi-ui, though it does not officially exist.
      Remove unnecessary gtk C includes.
      Adapt to latest libgdamm API.
      Use SqlBuilder::add_field_id() to avoid ambiguity.
      Remove the avahi-ui dependency because we don't use it any more.
      Use Gnome::Gda::SqlBuilder::Id
      libglom: ConnectionPool: Simplify code.
      Remove ifdefs for the gtkmm reduced-api build.
      Adapt use of Gda::ServerOperation.
      Use G_STRFUNC with std::cerr and std::cout.
      Privs::get_database_users(): Check for an empty DataModel.
      Improve stderr message.
      Merge from glom-1-16
      Adapt to recent gtkmm-3.0 API changes.
      Rename libglom-1.14 to libglom-1.16 (parallel-installable)
      Fix the tests build after the merge.
      Field Formatting: Related Choices: Add a Show All checkbox.
      Minor const changes.
      FlowTableWithFields: Added get_choices_widgets(from_field).
      Choices with !show_all: Update the list when the from_field changes.
      Simplified some code.
      List view: When a value is edited, update other instances of the same field.
      List: Choices with !show_all: Update the list when the from_field changes.
      Merge branch 'feature_choices_show_all'
      DbAddDel: Avoid some copy/pasting of code to append items to choices cells.
      Utils::get_choice_values(): Reduce copy/pasted code.
      Document loading: Show an error dialog even for unexpected errors.
      Choices: Fix !show-all lists.
      Formatting: Add get_choices_related() overload to reduce copy/pasted code.
      Merge branch 'feature_choices_show_all'
      FieldFormatting: Default to show-all for related choices.
      Fix the tests.
      Fix the tests build after the merge.
      Fix the tests.
      Self-Hosting: Don't keep trying indefinitely when trying various ports.
      test_document_autosave: Change the temp filename to avoid a clash.
      Catch exceptions from std::locale::global().
      SpinButtons: Don't have 0 to 0 ranges with only 0 increments possible.
      Merged from glom-1-16
      Avoid use of deprecated cairomm API.
      Fix the build with latest gtkmm.
      Fix the build for the latest goocanvasmm and gtkmm API.
      Glade files: Remove mention of removed GtkDialog::has-separator property.
      Renamed Dialog_GroupBy_SecondaryFields to Dialog_FieldsList.
      Add a --stop-auto-server-shutdown command-line option for debugging.
      Dialog_FieldsList: Fix a crash.
      Dialog_Properties: Remove the unnecessary virtual keywords.
      Initial support for multiple show-also fields in related choices.
      Combo widgets: Support multiple extra fields.
      List view: Support multiple extra fields in choices here too.
      Removed some debug output
      Choices drop-downs: Improve the column alignment.
      Choices drop-down: Remove hack to fix the list view choices.
      Choices drop-downs: More improvement of the column alignment.
      Dialog_Layout_Report: Fix a crash, making all tests pass.
      Use libosso instead of libossomm on Maemo
      Tests: derived instantiation: Test an extra dialog.
      DbUtils: Improve debug output.
      Moved the Db_AddDel code.
      Correct the POTFILES.in file.
      Choices combo widgets: Initial work to make the model generic.
      Choices combo widgets: Improve the API.
      Remove unused typedef.
      DbAddDel: Cleanup: Rename glom_db_treemodel.[h|cc] to treemodel_db.[h|cc].
      Replace use of ALIGN_LEFT/RIGHT/TOP/BOTTOM with START/END.
      Fix the build with gtkmm 3 from git master.
      Split Base_DB_Table_Data into a read-only base class.
      ComboChoices: Renamed set_choices() to set_choices_fixed()
      Fix the build with latest unstable gtkmm 3.
      Move code into a create_cell() utility function.
      Added missing files
      DbAddDel: Replace add_columns() with set_columns(), simplifying the code.
      DbAddDel: Some code rearrangement.
      Const corrections in use of LayoutItem and LayoutItem_Field in vectors.
      Fix the build.
      Fix the build with the latest gtkmm 3 API.
      Document: fill_layout_field_details(): Handle choices layouts too.
      DbUtils: Move fill_full_field_details() here from Base_DB.
      Fix (unlikely) possible null dereferences shown by cppcheck.
      Choices combos: Reuse the list view implementation. Only works for Combo now.
      Choices combos: Fix ComboBoxEntry by using a virtual text column.
      Fix the previous commit.
      Choices: Fix the custom tree model.
      ComboEntry: Fix silly typo.
      Fix typo
      TreeModelDbWithExtraText: Fix the use of Glib::Value.
      ComboEntry: Actually show the text value in the drop-down.
      CellRendererDbList: Show related choices.
      Combo Choices: Extra fields dialog: Fix the title.
      Choices Layout: Fields List: Slight improvement.
      Some use of G_STRFUNC
      Avoid SQL errors about invalid ORDER BY fields.
      Choices: Do not offer editing formatting features when choosign extra fields.
      Build fixes after recent commits.
      Fix the build with the latest gtkmm.
      Tests: Fix a typo to fix make check.
      Add NEWS entries from 1.16.
      Fix typos in NEWS
      Details: Let the combo drop-down be wide enough.
      Choices Combo: Fix a segfault.
      Removed binaries added recently in error.
      Choices Combo: Fix a warning.
      distcheck: Remove check for NEWS update.
      libglom: Change the ABI to 1.20, to avoid clashing with 1.16.
      libglom: Change the ABI to 1.20, to avoid clashing with 1.16.
      Fix the build with latest gtkmm 2.91.2
      Add 1.6.1 NEWS
      1.19.1

Petr Kovar (2):
      Update Czech translation by Marek Cernocky
      Update Czech translation by Marek Cernocky



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