Files @ d7edbe56b125
Branch filter:

Location: EI/VirtualLeaf/src/perl/ChangeLog

Roeland Merks
The snapshot feature stopped working on Windows. The problem was in MainBase::Save, where the "format" argument was added to "image->save". On Windows the file format must be given in Capitals and in specific formats (e.g. TIFF works, TIF not).

It is much safer to leave the 'format' argument out and let the system guess the format from the file extension.

--
user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
changed src/canvas.cpp
changed src/mainbase.cpp
changed src/mainbase.h
2010-10-08    <guravage@caterpie.sen.cwi.nl>

	* make_pardialog_source.pl:
	* make_parameter_source.pl: Added GPL boilerplate and mercurial keywords.

2010-06-25    <guravage@caterpie.sen.cwi.nl>

	* make_parameter_source.pl: Added datadir changes.

2010-06-21    <guravage@caterpie.sen.cwi.nl>

	* make_pardialog_source.pl: Reformatted. If datadir is relative append it to the user's home directory.
	* make_parameter_source.pl: Ditto.
	* make_xmlwritecode.pl: Ditto.