2008-04-02 Murray Cumming <
[email protected]>
* glom/application.h
* glom/application.cc added a Bakery::App::add_ui_from_string() override,
so we can workaround a problem with UTF8 in the UI description in
gtkmm < 2.12.7.
Bug #525718 (Pavel MlĨoch)
2008-04-01 Murray Cumming <
[email protected]>
* glom/glom.glade: window_data_layout: Change window title from
Details Layout to Layout because it is used for the list and the
related records layout too. This string already exists elsewhere, so
it should not be a problem for translators.
Bug #525449 (Jani Monoses)
2008-03-31 Murray Cumming <
[email protected]>
* glom/base_db.cc: get_record_field_values_for_calculation():
Do not show an error if the record does not exist yet. That is normal
and is already dealt with by the following code. Do show an error if
there is an exception.
Bug #525096 (Jani Monoses)
2008-03-31 Murray Cumming <
[email protected]>
* glom/glom_developer.glade: Make return activate the default buttons
when in the last entry in some dialogs, such as the initial-user/password
dialog when self-hosting.
Bug #525284 (Jani Monoses)
2008-03-31 Murray Cumming <
[email protected]>
* glom/navigation/box_tables.cc: on_adddel_changed(): When changing the
default-table column, make sure that only one row can have this checked.
It should really be a radio column, but that would be more work
(to work around the AddDel widget).
Bug #525186 (Jani Monoses)
2008-03-31 Murray Cumming <
[email protected]>
* glom/libglom/data_structure/field.cc: Field::init_map():
Comment out some previously-allowed conversions because postgres 8.3
has become less tolerant of conversions that could not produce useful
data, such as date-to-number, causing postgres errors at runtime.
Bug #525188 (Jani Monoses)