]> saetta.ns0.it Git - libgtkform/log
libgtkform
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