4.99.4: 2011-10-03 José Alburquerque 4.99.4 * NEWS: * configure.ac: Prepare for a new release (using the same version numbers as in libgdamm). 2011-10-03 José Alburquerque configure.ac: Avoid tarball dependency on mm-common. * configure.ac: Also increase the prerequisite of mm-common to the latest version. 2011-10-03 José Alburquerque Add the RtEditor class. * tools/extra_defs_gen/generate_defs_libgda_ui.cc: Add the GDAUI_TYPE_RT_EDITOR GType to the list of types for which properties and signals should be generated. * libgda-ui/src/libgda_ui_signals.defs: Regenerate the signal and property defs file with the above tool. * libgda-ui/src/filelist.am: * libgda-ui/src/rteditor.{ccg,hg}: Add the new sources wrapping the methods, signals and properties and include them in the list of files to be built. 2011-10-03 José Alburquerque DataEntry: Allow null values for value setting methods. * libgda-ui/src/dataentry.hg (set_value); (set_default_value): Allow null values for these setting methods completing a TODO. 2011-10-03 José Alburquerque Combo: Add a default constructor. * libgda-ui/src/combo.hg: Add a default constructor wrapping the gdaui_combo_new() function. 2011-10-03 José Alburquerque BasicForm: Add new methods and signals. * libgda-ui/src/basicform.{hg,ccg} (BasicFormPart): Add new enum. (add_to_size_group): (remove_from_size_group): Add new methods. (populate_popup): Add new signal. (can-expand): Rename property to "can-expand-v" as in the C API. (param-list): Rename property to "paramlist" as in the C API. * tools/m4/convert_libgda_uimm.m4: Add necessary conversions. * libgda-ui/src/cloud.hg: * libgda-ui/src/dataproxy.hg: Add some IGNORE()'s. 2011-10-02 José Alburquerque DataEntry: Rename create_data_entry() method to just create(). * libgda-ui/src/dataentry.hg: 2011-09-30 José Alburquerque DataEntry: Update the wrapped methods according to the C API. * libgda-ui/src/dataentry.hg (reset): Remove as in the C API. (expand_in_layout): Rename to can_expand() as in the C API. (expand_changed): Wrap the new signal. 2011-09-30 José Alburquerque Change the use of Gtk::[VH]Box to Gtk::Box. * libgda-ui/src/basicform.hg: * libgda-ui/src/cloud.hg: * libgda-ui/src/datafilter.hg: * libgda-ui/src/dataproxyinfo.hg: * libgda-ui/src/form.hg: * libgda-ui/src/grid.hg: * libgda-ui/src/login.hg: * libgda-ui/src/serveroperation.hg: 2011-09-30 José Alburquerque Regenerate the defs and the xml docs files. * libgda-ui/src/libgda_ui_docs.xml: * libgda-ui/src/libgda_ui_enums.defs: * libgda-ui/src/libgda_ui_methods.defs: * libgda-ui/src/libgda_ui_signals.defs: Regenerate these files to know which methods/properties/signals are wrapped or not. 2011-09-30 José Alburquerque configure.ac: Require gtk+/gtkmm 3.0. * configure.ac: Require gtkmm-3.0 because libgda-4.99.4 requires gtk+-3.0. Also make sure that the conversion files from gtkmm are available for git builds. 2011-09-30 José Alburquerque configure.ac: Require the latest version of libgda/libgdamm. * configure.ac: Change the libgda/libgda-ui requirements to the latest release which is 4.99.4. Likewise, change the libgdamm requirement.