Andrea Zagli [Sun, 25 Jul 2010 14:56:49 +0000 (16:56 +0200)]
Added and managed class GtkFormGroup.
Added property "field" to GtkFormWidget.
Added functions GtkForm::add_group and GtkForm::get_group_by_name.
Bugfixes.
Andrea Zagli [Sat, 24 Jul 2010 16:40:56 +0000 (18:40 +0200)]
Added and managed element "on-change" for GtkFormWidget on xml file definition.
Added function GtkFormWidget::add_on_change_op.
Added structs GtkFormWidgetOnChangeOp and GtkFormWidgetOnChangeOpUpdate.
Added enums GtkFormWidgetOnChangeOpType and GtkFormWidgetOnChangeOpUpdateWhen.
Added property "form" to GtkFormWidget.
Andrea Zagli [Thu, 22 Jul 2010 09:10:08 +0000 (11:10 +0200)]
Added and managed property "to-load" to GtkFormField.
Added function GtkFormField::is_to_load.
Setted G_LOG_DOMAIN.
Added functions GtkForm::set_visible_by_name and
GtkForm::set_form_widgets_visible_by_name.
Added function GtkFormWidget::set_visible.
Andrea Zagli [Sun, 18 Jul 2010 10:42:12 +0000 (12:42 +0200)]
Added functions GtkForm::load_from_xml and GtkForm::load_from_file.
Added functions GtkFormWidgetComboBox::fill_from_datamodel and
GtkFormWidgetComboBox::fill_from_datamodel.
Added element "sql" to FormWidget xml definition (with attribute "with-empty-entry").
Andrea Zagli [Sat, 5 Sep 2009 14:16:28 +0000 (16:16 +0200)]
Added display-format property to GtkFormFieldDateTime.
Reimplemented function GtkFormFieldDateTime::get_tm_from_str to be more
accurate and extendable.
Menaged datetime-type property on xml definition for
GtkFormFieldDateTime.
Andrea Zagli [Mon, 24 Aug 2009 16:40:18 +0000 (18:40 +0200)]
Renamed GtkForm::get_field_from_name to
GtkForm::get_form_field_from_name.
Renamed GtkForm::gtk_form_get_widget_from_name to
GtkForm::get_form_widget_from_name.
Added GtkForm::get_widgets and GtkForm::get_objects_by_name.
Andrea Zagli [Mon, 24 Aug 2009 13:46:13 +0000 (15:46 +0200)]
Added GtkForm::is_changed.
Changed libgtkform.pc.in to return include path without libgtkform (so
now in source files need to use <libgtkform/form.h>).
Andrea Zagli [Thu, 30 Jul 2009 08:37:31 +0000 (10:37 +0200)]
Added gtkbuilder-file to xml defition and implemented in code.
Added function GtkForm::get_gtkbuilder.
Fixed some bugs.
Changed GtkForm::fields container from GList to GSList.
Andrea Zagli [Mon, 27 Jul 2009 16:14:25 +0000 (18:14 +0200)]
Started xml definition file.
Added functions GtkForm::new_from_xml and GtkForm::new_from_file.
Added functions GtkForm::get_table, GtkForm::set_table,
GtkForm::get_key and GtkForm::set_key.