Граф коммитов

21 Коммитов

Автор SHA1 Сообщение Дата
Joe Shaw cea849dd12 2006-09-18 Joe Shaw <joeshaw@novell.com>
* configure.in: Bump version to 0.8.1.  Require gtk-sharp 2.4.0.

	* sources/makefile: Download the 1.14.1 tarball.

svn path=/trunk/gsf-sharp/; revision=65597
2006-09-18 20:32:49 +00:00
Joe Shaw 09c181684e 2006-09-18 Joe Shaw <joeshaw@novell.com>
* gsf/Gsf.metadata: Mark the Infile.ChildByName method as owning
	its reference to fix leaks that would cause files to never be
	closed.

svn path=/trunk/gsf-sharp/; revision=65596
2006-09-18 20:25:19 +00:00
Joe Shaw 84737c6532 2006-04-21 Joe Shaw <joeshaw@novell.com>
* sources/makefile: Make the get-source-code target download the
	1.14.0 tarball.

svn path=/trunk/gsf-sharp/; revision=59776
2006-04-21 20:02:39 +00:00
Daniel Drake 40de7223a7 2006-04-21 Daniel Drake <dsd@gentoo.org>
* configure.in: Require libgsf-1 1.14, but less than 1.15. Change
	GSF_SO_VERSION to match the new .so version. Bump version to 0.8.

	* sources/gsf-sharp-sources.xml, gsf/gsf-api.raw: Regenerate against
	libgsf-1.14.0.

svn path=/trunk/gsf-sharp/; revision=59774
2006-04-21 19:56:36 +00:00
Daniel Drake ca27ba8217 2006-01-20 Daniel Drake <dsd@gentoo.org>
* configure.in: Remove check for libgsf-gnome-1 since we don't generate
	bindings for that at the moment.


svn path=/trunk/gsf-sharp/; revision=55837
2006-01-20 15:25:27 +00:00
Joe Shaw 09612dae45 2005-11-15 Joe Shaw <joeshaw@novell.com>
* configure.in: Version 0.7

2005-11-15  Joe Shaw  <joeshaw@novell.com>

	* configure.in: Require gtk-sharp 2.3.90.  Require libgsf-1
	1.13, but less than 1.14.  Define the libgsf .so version in
	here.  Update API_VERSION to 0.0.0.7.

	* gsf/Input.custom, gsf/Global.custom, gsf/Output.custom:
	Change the DllImport to load libgsf-1.dll instead of
	libgsf-1-1.dll, which doesn't really make sense.

	* gsf/gsf-sharp.dll.config.in: Change dllmap to libgsf-1.dll,
	and add the libgsf .so version as defined in configure.in.

	* gsf/Gsf.metadata: Now that we're using 2.3.90, we don't
	need a bunch of crazy rules to handle "char const *" type
	definitions.

	* gsf/gsf-api.raw: Regenerate this, based on 1.13.3 sources.

	* sources/gsf-sharp-sources.xml: Update for libgsf 1.13.3,
	update library name to libgsf-1.dll.

	* sources/makefile: Fetch the 1.13.3 sources from GNOME FTP.

svn path=/trunk/gsf-sharp/; revision=53082
2005-11-15 19:24:41 +00:00
Joe Shaw 6957fdbb50 2005-11-03 Joe Shaw <joeshaw@novell.com>
* configure.in: Version 0.6

svn path=/trunk/gsf-sharp/; revision=52531
2005-11-03 22:03:59 +00:00
Joe Shaw fa2f6a1473 2005-11-03 Joe Shaw <joeshaw@novell.com>
* gsf/DocProp.custom: Change the value parameter to be ref rather
        than out, since the glib is expecting it to be zeroed out.  Patch
        from Daniel Drake.

svn path=/trunk/gsf-sharp/; revision=52511
2005-11-03 15:34:41 +00:00
Joe Shaw f4260f783d bump up API version, since it's changed
svn path=/trunk/gsf-sharp/; revision=52343
2005-10-28 17:56:12 +00:00
Joe Shaw af3df16d9a 2005-10-28 Joe Shaw <joeshaw@novell.com>
* configure.in: Version 0.5

svn path=/trunk/gsf-sharp/; revision=52342
2005-10-28 17:46:41 +00:00
Joe Shaw a8d5e84140 2005-10-28 Veerapuram Varadhan <vvaradhan@novell.com>
Fixes 316120, b.x.c: 76185
	* gsf/Gsf.metadata: Hide the Get/Set methods for DocProp value.
	* gsf/DocProp.custom: Tweaks to work around odd API in libgsf that returns GValue*.  This uses the glue code as the workaround.
	* glue/gsf-doc-prop-glue.c: Wrapper for gsf_doc_prop_get_val and gsf_doc_prop_set_val functions.
	* glue/gsf-doc-prop-glue.h: Glue header.
	* glue/Makefile.am: Make script.
	* makefile.am: build glue code
	* configure.in: -- ditto --
	

svn path=/trunk/gsf-sharp/; revision=52341
2005-10-28 17:45:41 +00:00
Joe Shaw 174b216788 2004-08-18 Joe Shaw <joeshaw@novell.com>
* gsf/makefile.am: Install gsf-api.xml into gapi-2.0 dir in
	$datadir, not whatever prefix gtk-sharp is in.

svn path=/trunk/gsf-sharp/; revision=48511
2005-08-18 18:13:47 +00:00
Joe Shaw 55711cbeba 2005-08-18 Joe Shaw <joeshaw@novell.com>
* configure.in: Version 0.4.  Don't check for mint, install the
	assemblies into the right directory, require libgsf 1.12.1 and gtk-sharp-2.0.
	* gsf/Msole.custom: Remove this.
	* gsf/Global.custom: Remove GetPropVal() and GetPropValStr().
	* gsf/makefile.am: Use gtk-sharp-2.0, remove Msole.custom.
	* gsf/Gsf.metadata: Add a crapload of metadata tweaks, mostly to
	work around an odd API in libgsf and the fact that the gtk-sharp
	parser doesn't handle it.
	* gsf/gsf-api.raw: Regenerated.
	* sources/gsf-sharp-sources.xml: Deal with 1.12.1 instead of
	1.10.1.
	* sources/makefile: Use gapi2-parser, get the 1.12.1 tarball.

svn path=/trunk/gsf-sharp/; revision=48510
2005-08-18 18:09:05 +00:00
Chris Lahey f906b80714 2004-03-03 Christopher James Lahey <clahey@novell.com>
* configure.in: Updated version.
        * gsf/Gsf.metadata: Hide duplicate constructors for
        * GsfOutputIOChannel and GsfInputMemory.


svn path=/trunk/gsf-sharp/; revision=41417
2005-03-03 23:48:51 +00:00
Chris Lahey cf2a765f5f Metadata patch from Veerapuram Varadhan <vvaradhan@novell.com>.
svn path=/trunk/gsf-sharp/; revision=37036
2004-12-03 17:24:03 +00:00
Chris Lahey 1ef492c8e6 Fixed to correctly install gac files.
svn path=/trunk/gsf-sharp/; revision=35470
2004-10-29 19:05:28 +00:00
Chris Lahey ff447dce1a Fix Input.custom to match Output.custom.
Fix Makefile for distcheck.

svn path=/trunk/gsf-sharp/; revision=35402
2004-10-28 17:01:52 +00:00
Chris Lahey 5bd01bfa1b Handle gsf_input_seek and gsf_output_seek by hand.
svn path=/trunk/gsf-sharp/; revision=34954
2004-10-13 17:47:34 +00:00
Chris Lahey bbf882e7a7 Updated .cvsignores.
svn path=/trunk/gsf-sharp/; revision=32717
2004-08-23 17:43:12 +00:00
Chris Lahey ad754ee25a Forgot to remove doc from configure.in.
svn path=/trunk/gsf-sharp/; revision=32716
2004-08-23 17:42:12 +00:00
Chris Lahey e8a92aaa5a Initial revision
svn path=/trunk/gsf-sharp/; revision=32712
2004-08-23 17:38:06 +00:00