]>
saetta.ns0.it Git - libgtkform/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.
Andrea Zagli [Sun, 18 Jul 2010 17:28:52 +0000 (19:28 +0200)]
Updated gtk-doc.
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, 17 Jul 2010 16:43:53 +0000 (18:43 +0200)]
Added function GtkForm::fill_from_table.
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).
Andrea Zagli [Sat, 20 Mar 2010 08:29:52 +0000 (09:29 +0100)]
Bugfixes on tests functions declaration to work on windows.
Andrea Zagli [Sat, 6 Mar 2010 11:15:04 +0000 (12:15 +0100)]
Bugfix on GtkForm::get_objects_by_name when object not found.
Andrea Zagli [Sat, 6 Mar 2010 10:24:06 +0000 (11:24 +0100)]
Bugfix on float to string conversion.
Andrea Zagli [Sun, 21 Feb 2010 10:36:33 +0000 (11:36 +0100)]
Bugfix on GtkFormWidgetRadio::set_value_stringify.
Andrea Zagli [Sun, 21 Feb 2010 10:15:34 +0000 (11:15 +0100)]
Added radio button widget.
Andrea Zagli [Sun, 21 Feb 2010 08:25:20 +0000 (09:25 +0100)]
Enabled checkbutton to be label of themselves.
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.
Andrea Zagli [Sun, 1 Nov 2009 15:16:58 +0000 (16:16 +0100)]
Bug fix for datetime fields sql value.
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.
Andrea Zagli [Mon, 19 Oct 2009 13:37:25 +0000 (15:37 +0200)]
Another bugfix for localization on windows.
Andrea Zagli [Sun, 18 Oct 2009 16:40:11 +0000 (18:40 +0200)]
Missing some test files on tarball creation.
Andrea Zagli [Sat, 17 Oct 2009 15:47:18 +0000 (17:47 +0200)]
Bugfix to enable localization.
Andrea Zagli [Mon, 5 Oct 2009 17:24:26 +0000 (19:24 +0200)]
Ended introducing support for internationalization.
Andrea Zagli [Thu, 10 Sep 2009 15:49:30 +0000 (17:49 +0200)]
Added the function GtkFormFieldDateTime::get_now and a bug fix.
Andrea Zagli [Thu, 10 Sep 2009 15:24:07 +0000 (17:24 +0200)]
Added function GtkFormFieldDateTime::get_gdate_from_tm.
Andrea Zagli [Wed, 9 Sep 2009 11:42:00 +0000 (13:42 +0200)]
Added property GtkForm::quote.
Andrea Zagli [Wed, 9 Sep 2009 11:00:19 +0000 (13:00 +0200)]
Some bugfixes and adjustments.
Added property GtkFormField::to-save.
Andrea Zagli [Sun, 6 Sep 2009 17:54:33 +0000 (19:54 +0200)]
Initial support for i18n and l10n through gettext.
Andrea Zagli [Sun, 6 Sep 2009 13:47:19 +0000 (15:47 +0200)]
Adjustments.
Andrea Zagli [Sat, 5 Sep 2009 15:05:28 +0000 (17:05 +0200)]
Bugfixes and adjustments.
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 [Fri, 4 Sep 2009 18:03:18 +0000 (20:03 +0200)]
Bugfixes and added function GtkFormFieldDateTime::get_str_from_tm.
Andrea Zagli [Fri, 4 Sep 2009 07:36:26 +0000 (09:36 +0200)]
Added functions GtkForm::set_as_origin and GtkFormField*::set_as_origin.
Andrea Zagli [Wed, 2 Sep 2009 16:21:45 +0000 (18:21 +0200)]
Bugfixes.
Andrea Zagli [Tue, 1 Sep 2009 13:50:40 +0000 (15:50 +0200)]
Added GtkForm::set_sensitive_by_name.
Andrea Zagli [Sun, 30 Aug 2009 14:45:05 +0000 (16:45 +0200)]
Bugfixes and adjustments.
Andrea Zagli [Sun, 30 Aug 2009 09:03:51 +0000 (11:03 +0200)]
Bugfixes on GtkForm::check and GtkFormKey::check.
Andrea Zagli [Sat, 29 Aug 2009 16:31:03 +0000 (18:31 +0200)]
Some bugfixes and adjustments.
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 [Mon, 3 Aug 2009 15:41:49 +0000 (17:41 +0200)]
Added test from xml binded to a database.
Fixed many bugs.
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.
Andrea Zagli [Sat, 1 Aug 2009 16:01:43 +0000 (18:01 +0200)]
Changed autogen.sh to work on windows.
Andrea Zagli [Thu, 30 Jul 2009 17:07:55 +0000 (19:07 +0200)]
Finished to implement definition load from xml file.
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 [Wed, 29 Jul 2009 15:48:34 +0000 (17:48 +0200)]
Implemented loading form's definition from xml file (missing key and
default value).
Andrea Zagli [Mon, 27 Jul 2009 16:28:48 +0000 (18:28 +0200)]
Bug on just added functions (not initialized private struct).
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.
Andrea Zagli [Mon, 27 Jul 2009 14:29:41 +0000 (16:29 +0200)]
Changed files name on gtk-doc.
Andrea Zagli [Sun, 26 Jul 2009 15:21:40 +0000 (17:21 +0200)]
Removed libglade dependency.
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.
Andrea Zagli [Sun, 26 Jul 2009 13:26:41 +0000 (15:26 +0200)]
Removed libform from all files names.
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).
Andrea Zagli [Sun, 14 Jan 2007 16:07:27 +0000 (16:07 +0000)]
Added functions form_set_sensitive and form_set_editable.
Andrea Zagli [Sat, 23 Dec 2006 16:39:28 +0000 (16:39 +0000)]
Bugfixes.
Andrea Zagli [Fri, 22 Dec 2006 10:23:47 +0000 (10:23 +0000)]
Some bugfixes and added widgetcombobox and widgetdateentry.
Andrea Zagli [Tue, 19 Dec 2006 17:22:44 +0000 (17:22 +0000)]
Removed old sources
Andrea Zagli [Sun, 10 Dec 2006 07:40:08 +0000 (07:40 +0000)]
Initial import