]> saetta.ns0.it Git - libgtkform/log
libgtkform
14 years agoAdded and managed property "to-load" to GtkFormField.
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.

14 years agoBugfix on datetime field standard format string.
Andrea Zagli [Wed, 21 Jul 2010 15:12:39 +0000 (17:12 +0200)]
Bugfix on datetime field standard format string.

14 years agoAdded functions GtkForm::get_values_as_hashtable and and hashtable 0.1.3
Andrea Zagli [Mon, 19 Jul 2010 09:21:56 +0000 (11:21 +0200)]
Added functions GtkForm::get_values_as_hashtable and and
GtkForm::fill_from_hashtable.

14 years agoUpdated gtk-doc.
Andrea Zagli [Sun, 18 Jul 2010 17:28:52 +0000 (19:28 +0200)]
Updated gtk-doc.

14 years agoMerge from master.
Andrea Zagli [Sun, 18 Jul 2010 10:59:36 +0000 (12:59 +0200)]
Merge from master.

14 years agoAdded functions GtkForm::load_from_xml and GtkForm::load_from_file. 0.1.2
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").

14 years agoMerge from master.
Andrea Zagli [Sat, 17 Jul 2010 17:07:16 +0000 (19:07 +0200)]
Merge from master.

14 years agoAdded function GtkForm::fill_from_table. 0.1.1
Andrea Zagli [Sat, 17 Jul 2010 16:43:53 +0000 (18:43 +0200)]
Added function GtkForm::fill_from_table.

14 years agoAdded auto-increment fields (only for integer fields and only on INSERT).
Andrea Zagli [Sat, 17 Jul 2010 16:36:55 +0000 (18:36 +0200)]
Added auto-increment fields (only for integer fields and only on INSERT).

14 years agoCreates modules dir on "make install".
Andrea Zagli [Sat, 26 Jun 2010 16:22:01 +0000 (18:22 +0200)]
Creates modules dir on "make install".

14 years agoStarted plugins implementation.
Andrea Zagli [Sat, 26 Jun 2010 16:04:45 +0000 (18:04 +0200)]
Started plugins implementation.

15 years agoBugfixes on tests functions declaration to work on windows. 0.1.0
Andrea Zagli [Sat, 20 Mar 2010 08:29:52 +0000 (09:29 +0100)]
Bugfixes on tests functions declaration to work on windows.

15 years agoBugfix on GtkForm::get_objects_by_name when object not found.
Andrea Zagli [Sat, 6 Mar 2010 11:15:04 +0000 (12:15 +0100)]
Bugfix on GtkForm::get_objects_by_name when object not found.

15 years agoBugfix on float to string conversion.
Andrea Zagli [Sat, 6 Mar 2010 10:24:06 +0000 (11:24 +0100)]
Bugfix on float to string conversion.

15 years agoBugfix on GtkFormWidgetRadio::set_value_stringify.
Andrea Zagli [Sun, 21 Feb 2010 10:36:33 +0000 (11:36 +0100)]
Bugfix on GtkFormWidgetRadio::set_value_stringify.

15 years agoAdded radio button widget.
Andrea Zagli [Sun, 21 Feb 2010 10:15:34 +0000 (11:15 +0100)]
Added radio button widget.

15 years agoEnabled checkbutton to be label of themselves.
Andrea Zagli [Sun, 21 Feb 2010 08:25:20 +0000 (09:25 +0100)]
Enabled checkbutton to be label of themselves.

15 years agoBugfix for gtk_form_field_datetime_is_empty that it was incomplete.
Andrea Zagli [Sat, 7 Nov 2009 12:04:13 +0000 (13:04 +0100)]
Bugfix for gtk_form_field_datetime_is_empty that it was incomplete.

15 years agoBug fix for datetime fields sql value.
Andrea Zagli [Sun, 1 Nov 2009 15:16:58 +0000 (16:16 +0100)]
Bug fix for datetime fields sql value.

15 years agoRemoved const from every return values.
Andrea Zagli [Mon, 19 Oct 2009 15:07:21 +0000 (17:07 +0200)]
Removed const from every return values.
Removed some memory leaks.
Some bugfixes.
Some new string localized.

15 years agoAnother bugfix for localization on windows.
Andrea Zagli [Mon, 19 Oct 2009 13:37:25 +0000 (15:37 +0200)]
Another bugfix for localization on windows.

15 years agoMissing some test files on tarball creation.
Andrea Zagli [Sun, 18 Oct 2009 16:40:11 +0000 (18:40 +0200)]
Missing some test files on tarball creation.

15 years agoBugfix to enable localization.
Andrea Zagli [Sat, 17 Oct 2009 15:47:18 +0000 (17:47 +0200)]
Bugfix to enable localization.

15 years agoEnded introducing support for internationalization.
Andrea Zagli [Mon, 5 Oct 2009 17:24:26 +0000 (19:24 +0200)]
Ended introducing support for internationalization.

15 years agoAdded the function GtkFormFieldDateTime::get_now and a bug fix.
Andrea Zagli [Thu, 10 Sep 2009 15:49:30 +0000 (17:49 +0200)]
Added the function GtkFormFieldDateTime::get_now and a bug fix.

15 years agoAdded function GtkFormFieldDateTime::get_gdate_from_tm.
Andrea Zagli [Thu, 10 Sep 2009 15:24:07 +0000 (17:24 +0200)]
Added function GtkFormFieldDateTime::get_gdate_from_tm.

15 years agoAdded property GtkForm::quote.
Andrea Zagli [Wed, 9 Sep 2009 11:42:00 +0000 (13:42 +0200)]
Added property GtkForm::quote.

15 years agoSome bugfixes and adjustments.
Andrea Zagli [Wed, 9 Sep 2009 11:00:19 +0000 (13:00 +0200)]
Some bugfixes and adjustments.
Added property GtkFormField::to-save.

15 years agoInitial support for i18n and l10n through gettext.
Andrea Zagli [Sun, 6 Sep 2009 17:54:33 +0000 (19:54 +0200)]
Initial support for i18n and l10n through gettext.

15 years agoAdjustments.
Andrea Zagli [Sun, 6 Sep 2009 13:47:19 +0000 (15:47 +0200)]
Adjustments.

15 years agoBugfixes and adjustments.
Andrea Zagli [Sat, 5 Sep 2009 15:05:28 +0000 (17:05 +0200)]
Bugfixes and adjustments.

15 years agoAdded display-format property to GtkFormFieldDateTime.
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.

15 years agoBugfixes and added function GtkFormFieldDateTime::get_str_from_tm.
Andrea Zagli [Fri, 4 Sep 2009 18:03:18 +0000 (20:03 +0200)]
Bugfixes and added function GtkFormFieldDateTime::get_str_from_tm.

15 years agoAdded functions GtkForm::set_as_origin and GtkFormField*::set_as_origin.
Andrea Zagli [Fri, 4 Sep 2009 07:36:26 +0000 (09:36 +0200)]
Added functions GtkForm::set_as_origin and GtkFormField*::set_as_origin.

15 years agoBugfixes.
Andrea Zagli [Wed, 2 Sep 2009 16:21:45 +0000 (18:21 +0200)]
Bugfixes.

15 years agoAdded GtkForm::set_sensitive_by_name.
Andrea Zagli [Tue, 1 Sep 2009 13:50:40 +0000 (15:50 +0200)]
Added GtkForm::set_sensitive_by_name.

15 years agoBugfixes and adjustments.
Andrea Zagli [Sun, 30 Aug 2009 14:45:05 +0000 (16:45 +0200)]
Bugfixes and adjustments.

15 years agoBugfixes on GtkForm::check and GtkFormKey::check.
Andrea Zagli [Sun, 30 Aug 2009 09:03:51 +0000 (11:03 +0200)]
Bugfixes on GtkForm::check and GtkFormKey::check.

15 years agoSome bugfixes and adjustments.
Andrea Zagli [Sat, 29 Aug 2009 16:31:03 +0000 (18:31 +0200)]
Some bugfixes and adjustments.

15 years agoRenamed GtkForm::get_field_from_name to
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.

15 years agoAdded GtkForm::is_changed.
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>).

15 years agoAdded test from xml binded to a database.
Andrea Zagli [Mon, 3 Aug 2009 15:41:49 +0000 (17:41 +0200)]
Added test from xml binded to a database.
Fixed many bugs.

15 years agoReplaced strptime with a custom function, because strptime is not implemented on...
Andrea Zagli [Sat, 1 Aug 2009 16:34:04 +0000 (18:34 +0200)]
Replaced strptime with a custom function, because strptime is not implemented on windows.

15 years agoChanged autogen.sh to work on windows.
Andrea Zagli [Sat, 1 Aug 2009 16:01:43 +0000 (18:01 +0200)]
Changed autogen.sh to work on windows.

15 years agoFinished to implement definition load from xml file.
Andrea Zagli [Thu, 30 Jul 2009 17:07:55 +0000 (19:07 +0200)]
Finished to implement definition load from xml file.

15 years agoAdded gtkbuilder-file to xml defition and implemented in code.
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.

15 years agoImplemented loading form's definition from xml file (missing key and
Andrea Zagli [Wed, 29 Jul 2009 15:48:34 +0000 (17:48 +0200)]
Implemented loading form's definition from xml file (missing key and
default value).

15 years agoBug on just added functions (not initialized private struct).
Andrea Zagli [Mon, 27 Jul 2009 16:28:48 +0000 (18:28 +0200)]
Bug on just added functions (not initialized private struct).

15 years agoStarted xml definition file.
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.

15 years agoChanged files name on gtk-doc.
Andrea Zagli [Mon, 27 Jul 2009 14:29:41 +0000 (16:29 +0200)]
Changed files name on gtk-doc.

15 years agoRemoved libglade dependency.
Andrea Zagli [Sun, 26 Jul 2009 15:21:40 +0000 (17:21 +0200)]
Removed libglade dependency.

15 years agoChanged functions namespace from form to gtk_form.
Andrea Zagli [Sun, 26 Jul 2009 15:03:37 +0000 (17:03 +0200)]
Changed functions namespace from form to gtk_form.
Changed objects prefix from Form to GtkForm.

15 years agoRemoved libform from all files names.
Andrea Zagli [Sun, 26 Jul 2009 13:26:41 +0000 (15:26 +0200)]
Removed libform from all files names.

15 years agoChanged project's name from libform to libgtkform.
Andrea Zagli [Sun, 26 Jul 2009 10:12:57 +0000 (12:12 +0200)]
Changed project's name from libform to libgtkform.
Removed dependency on libgtkdateentry (it'll be pluggable).
Updated to libgdaex 0.1 (and libgda 4).

18 years agoAdded functions form_set_sensitive and form_set_editable.
Andrea Zagli [Sun, 14 Jan 2007 16:07:27 +0000 (16:07 +0000)]
Added functions form_set_sensitive and form_set_editable.

18 years agoBugfixes.
Andrea Zagli [Sat, 23 Dec 2006 16:39:28 +0000 (16:39 +0000)]
Bugfixes.

18 years agoSome bugfixes and added widgetcombobox and widgetdateentry.
Andrea Zagli [Fri, 22 Dec 2006 10:23:47 +0000 (10:23 +0000)]
Some bugfixes and added widgetcombobox and widgetdateentry.

18 years agoRemoved old sources
Andrea Zagli [Tue, 19 Dec 2006 17:22:44 +0000 (17:22 +0000)]
Removed old sources

18 years agoInitial import
Andrea Zagli [Sun, 10 Dec 2006 07:40:08 +0000 (07:40 +0000)]
Initial import