From 52081ec9edbed695e28c23e7ba4c3e0a3e1186ba Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 28 Jan 2003 17:59:36 +0000 Subject: [PATCH] 2003-01-28 Rodrigo Moya * configure.in: * api/gda-api.xml: * api/gnomedb-api.xml: * sources/gtk-sharp.sources: * sources/Gda.metadata: added support for latest libgda/libgnomedb. svn path=/trunk/gtk-sharp/; revision=10999 --- ChangeLog | 8 + api/gda-api.xml | 323 ++++++++++++++++++++++++++++++++++++-- api/gnomedb-api.xml | 224 +++++++++++++------------- configure.in | 2 +- sources/Gda.metadata | 33 ++++ sources/gtk-sharp.sources | 4 +- 6 files changed, 476 insertions(+), 118 deletions(-) diff --git a/ChangeLog b/ChangeLog index abda69c83..1e6b30919 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2003-01-28 Rodrigo Moya + + * configure.in: + * api/gda-api.xml: + * api/gnomedb-api.xml: + * sources/gtk-sharp.sources: + * sources/Gda.metadata: added support for latest libgda/libgnomedb. + 2003-01-22 Radek Doulik * sources/Gtk.metadata: disable default contructor for Frame in diff --git a/api/gda-api.xml b/api/gda-api.xml index 244a78f99..e315bb149 100644 --- a/api/gda-api.xml +++ b/api/gda-api.xml @@ -1,6 +1,21 @@ + + + + + + + + + + @@ -18,6 +33,7 @@ + @@ -27,11 +43,16 @@ + + + + + @@ -59,8 +80,10 @@ + + @@ -92,19 +115,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + + + + @@ -120,12 +237,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -133,6 +293,13 @@ + + + + + + + @@ -233,6 +400,9 @@ + + + @@ -265,6 +435,7 @@ + @@ -294,6 +465,27 @@ + + + + + + + + + + + + + + + + + + + + + @@ -398,6 +590,24 @@ + + + + + + + + + + + + + + + + + + @@ -668,6 +878,13 @@ + + + + + + + @@ -675,16 +892,10 @@ - + - - - - - - - + @@ -803,6 +1014,9 @@ + + + @@ -818,6 +1032,12 @@ + + + + + + @@ -986,6 +1206,9 @@ + + + @@ -1123,6 +1346,10 @@ + + + + @@ -1144,6 +1371,9 @@ + + + @@ -1196,6 +1426,12 @@ + + + + + + @@ -1231,6 +1467,10 @@ + + + + @@ -1254,6 +1494,12 @@ + + + + + + @@ -1346,6 +1592,12 @@ + + + + + + @@ -1354,11 +1606,13 @@ + + @@ -1368,6 +1622,12 @@ + + + + + + @@ -1393,8 +1653,10 @@ + + @@ -1438,12 +1700,18 @@ + + + + + + @@ -1509,11 +1777,21 @@ + + + + + + + + + + @@ -1524,6 +1802,11 @@ + + + + + @@ -1555,6 +1838,11 @@ + + + + + @@ -1615,6 +1903,12 @@ + + + + + + @@ -1627,6 +1921,12 @@ + + + + + + @@ -1681,6 +1981,9 @@ + + + diff --git a/api/gnomedb-api.xml b/api/gnomedb-api.xml index 5b49ed4b0..94fc1c0dc 100644 --- a/api/gnomedb-api.xml +++ b/api/gnomedb-api.xml @@ -1,5 +1,11 @@ + @@ -19,13 +25,6 @@ - - - - - - - @@ -242,6 +241,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -359,6 +411,26 @@ + + + + + + + + + + + + + + + + + + + + @@ -369,6 +441,12 @@ + + + + + + @@ -402,6 +480,13 @@ + + + + + + + @@ -427,6 +512,24 @@ + + + + + + + + + + + + + + + + + + @@ -528,97 +631,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -687,27 +699,29 @@ - + - + - - - - - + + + + + + + diff --git a/configure.in b/configure.in index 8e34dc700..de95f2746 100644 --- a/configure.in +++ b/configure.in @@ -74,7 +74,7 @@ if test "x$enable_glade" = "xyes"; then BASE_DEPENDENCIES_LIBS="$BASE_DEPENDENCIES_LIBS $GLADE_DEPENDENCIES_LIBS" fi -LIBGDA_REQUIRED_VERSION=0.8.193 +LIBGDA_REQUIRED_VERSION=0.10 PKG_CHECK_MODULES(LIBGDA_DEPENDENCIES, libgda >= $LIBGDA_REQUIRED_VERSION, enable_gda=yes, enable_gda=no) enable_gnomedb=no if test "x$enable_gda" = "xyes"; then diff --git a/sources/Gda.metadata b/sources/Gda.metadata index 9fe6ada0c..da6931ae8 100644 --- a/sources/Gda.metadata +++ b/sources/Gda.metadata @@ -46,6 +46,39 @@ + + + RowInserted + + + + name + RowInsertedEvent + + + + + + RowUpdated + + + + name + RowUpdatedEvent + + + + + + RowRemoved + + + + name + RowRemovedEvent + + + Changed diff --git a/sources/gtk-sharp.sources b/sources/gtk-sharp.sources index a7cf94269..d6e167582 100644 --- a/sources/gtk-sharp.sources +++ b/sources/gtk-sharp.sources @@ -9,6 +9,6 @@ libgnomeui-2.0.1/libgnomeui Gnome gnomeui-2 gtkhtml/src Gtk gtkhtml-3.0 libglade-2.0.0/glade Glade glade-2.0 libart_lgpl-2.3.10 Art art_lgpl -libgda-0.8.193/libgda Gda gda-2 -libgnomedb-0.8.193/libgnomedb GnomeDb gnomedb-2 +libgda-0.10.0/libgda Gda gda-2 +libgnomedb-0.10.0/libgnomedb GnomeDb gnomedb-2 gstreamer-0.4.2/gst Gst gstreamer