]> saetta.ns0.it Git - libgdaex/log
libgdaex
14 years agoChanged GUI.
Andrea Zagli [Sat, 5 Mar 2011 16:48:57 +0000 (17:48 +0100)]
Changed GUI.
Added function GdaExQueryEditor::clean_choices.

14 years agoAdded function GdaExQueryEditor::get_sql_as_xml.
Andrea Zagli [Sat, 5 Mar 2011 15:04:14 +0000 (16:04 +0100)]
Added function GdaExQueryEditor::get_sql_as_xml.

14 years agoImplemented where part (to finish for some types).
Andrea Zagli [Sat, 5 Mar 2011 12:08:22 +0000 (13:08 +0100)]
Implemented where part (to finish for some types).

14 years agoBegin ability to choose where conditions.
Andrea Zagli [Sat, 5 Mar 2011 11:19:05 +0000 (12:19 +0100)]
Begin ability to choose where conditions.

14 years agoAdded properties for_show, always_showed and for_where to GdaExQueryEditorField.
Andrea Zagli [Sat, 5 Mar 2011 09:50:30 +0000 (10:50 +0100)]
Added properties for_show, always_showed and for_where to GdaExQueryEditorField.

14 years agoMoved checking whether a field can be added to a single function.
Andrea Zagli [Sat, 5 Mar 2011 09:26:58 +0000 (10:26 +0100)]
Moved checking whether a field can be added to a single function.

14 years agoBegin of implementation of decoded fields.
Andrea Zagli [Wed, 2 Mar 2011 18:04:36 +0000 (19:04 +0100)]
Begin of implementation of decoded fields.

14 years agoCheck if try to add the same field more than once on where part.
Andrea Zagli [Wed, 2 Mar 2011 16:24:12 +0000 (17:24 +0100)]
Check if try to add the same field more than once on where part.

14 years agoImplemented functions GdaExQueryEditor::on_btn_where*.
Andrea Zagli [Wed, 2 Mar 2011 15:49:58 +0000 (16:49 +0100)]
Implemented functions GdaExQueryEditor::on_btn_where*.

14 years agoAdded ability to choose order type (ASC, DESC).
Andrea Zagli [Wed, 2 Mar 2011 15:19:32 +0000 (16:19 +0100)]
Added ability to choose order type (ASC, DESC).

14 years agoAdded private functions GdaExQueryEditor::lstore_remove_iter and
Andrea Zagli [Sun, 27 Feb 2011 11:20:12 +0000 (12:20 +0100)]
Added private functions GdaExQueryEditor::lstore_remove_iter and
GdaExQueryEditor::lstore_move_iter_up_down.
Implemented private GdaExQueryEditor::order_* functions.
Sql building for order part.

14 years agoStarted sql building (only show).
Andrea Zagli [Sun, 27 Feb 2011 10:56:18 +0000 (11:56 +0100)]
Started sql building (only show).

14 years agoImplemented private GdaExQueryEditor::show_* functions.
Andrea Zagli [Sun, 27 Feb 2011 10:29:43 +0000 (11:29 +0100)]
Implemented private GdaExQueryEditor::show_* functions.

14 years agoStart filling tables/fields store.
Andrea Zagli [Sun, 27 Feb 2011 09:43:01 +0000 (10:43 +0100)]
Start filling tables/fields store.

14 years agoAdded test for query editor.
Andrea Zagli [Sun, 27 Feb 2011 09:15:36 +0000 (10:15 +0100)]
Added test for query editor.
Added gui loading.
Implemented functions GdaExQueryEditor::add_table and
GdaExQueryEditor::table_add_field.

14 years agoImplementation draft.
Andrea Zagli [Tue, 22 Feb 2011 17:10:40 +0000 (18:10 +0100)]
Implementation draft.

14 years agoChanging to autotools to create include dir.
Andrea Zagli [Sat, 19 Feb 2011 18:51:27 +0000 (19:51 +0100)]
Changing to autotools to create include dir.

14 years agoStarted development of query editor.
Andrea Zagli [Sat, 19 Feb 2011 17:16:33 +0000 (18:16 +0100)]
Started development of query editor.

14 years agoAdded command line options for debug. debug
Andrea Zagli [Mon, 30 Aug 2010 15:54:47 +0000 (17:54 +0200)]
Added command line options for debug.

14 years agoAdjustments and test.
Andrea Zagli [Thu, 26 Aug 2010 06:49:17 +0000 (08:49 +0200)]
Adjustments and test.

14 years agoEnded implementation of tables name prefix. 0.2.1
Andrea Zagli [Wed, 25 Aug 2010 16:15:04 +0000 (18:15 +0200)]
Ended implementation of tables name prefix.
Tagged as 0.2.1.

14 years agoAdded functions to get/set tables name prefix property.
Andrea Zagli [Wed, 25 Aug 2010 11:23:02 +0000 (13:23 +0200)]
Added functions to get/set tables name prefix property.
Preparatory changes to the use of the property.

14 years agoReplaced custom autogen.sh with the gnome-common autogen.sh.
Andrea Zagli [Wed, 25 Aug 2010 10:52:07 +0000 (12:52 +0200)]
Replaced custom autogen.sh with the gnome-common autogen.sh.

14 years agoChanged version to 0.2.1.
Andrea Zagli [Thu, 22 Jul 2010 09:06:02 +0000 (11:06 +0200)]
Changed version to 0.2.1.
Setted G_LOG_DOMAIN.

14 years agoAdded signals "before-execute" and "after-execute". 0.2.0
Andrea Zagli [Sat, 5 Jun 2010 09:08:33 +0000 (11:08 +0200)]
Added signals "before-execute" and "after-execute".
Added private member gda_parse to GdaEx.

14 years agoAdded username and password to GdaEx::new_from_dsn.
Andrea Zagli [Sat, 5 Jun 2010 06:53:19 +0000 (08:53 +0200)]
Added username and password to GdaEx::new_from_dsn.
Some adjustments to gtk-doc.

15 years agoAdded support for ChangeLog automatic generation. 0.1.0
Andrea Zagli [Sun, 27 Sep 2009 14:45:49 +0000 (16:45 +0200)]
Added support for ChangeLog automatic generation.

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

15 years agoAdded functions GdaEx::get_field_value_tm_at and GdaEx::get_value_tm_at.
Andrea Zagli [Fri, 4 Sep 2009 17:51:38 +0000 (19:51 +0200)]
Added functions GdaEx::get_field_value_tm_at and GdaEx::get_value_tm_at.

15 years agoBugfixes.
Andrea Zagli [Sat, 29 Aug 2009 16:31:35 +0000 (18:31 +0200)]
Bugfixes.

15 years agoFixed many bugs.
Andrea Zagli [Mon, 3 Aug 2009 15:40:52 +0000 (17:40 +0200)]
Fixed many bugs.

15 years agoFixed two functions not updated to libgda 4.
Andrea Zagli [Sun, 26 Jul 2009 10:07:57 +0000 (12:07 +0200)]
Fixed two functions not updated to libgda 4.

15 years agoYet old name in libgdaex.pc.in.
Andrea Zagli [Sun, 26 Jul 2009 09:57:18 +0000 (11:57 +0200)]
Yet old name in libgdaex.pc.in.

15 years agoUpdated to libgda 4.
Andrea Zagli [Sun, 26 Jul 2009 08:38:44 +0000 (10:38 +0200)]
Updated to libgda 4.

15 years agoStarted migration to libgda 4.
Andrea Zagli [Sat, 25 Jul 2009 21:14:24 +0000 (23:14 +0200)]
Started migration to libgda 4.

15 years agoChanged the project's name.
andreaz [Sat, 25 Jul 2009 19:53:07 +0000 (21:53 +0200)]
Changed the project's name.

15 years agoInitial commit.
Andrea Zagli [Sat, 25 Jul 2009 19:10:22 +0000 (21:10 +0200)]
Initial commit.