[Gambas-devel-svn] SF.net SVN: gambas: [662] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-24 15:56:10
|
Revision: 662 http://gambas.svn.sourceforge.net/gambas/?rev=662&view=rev Author: gambas Date: 2007-09-24 08:52:25 -0700 (Mon, 24 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The rows of the property editor are now always one line height. [INFORMER] * NEW: Do not close shared libraries at all. This should avoid random crashes when analyzing more than one component at once. [GB.QT] * NEW: Label and TextLabel autoresize algorithm was fixed, and is now the same in both gb.qt and gb.gtk components. * NEW: Picture.Save and Image.Save methods now take an optional quality integer parameter. [GB.GTK] * NEW: Label and TextLabel autoresize algorithm was fixed, and is now the same in both gb.qt and gb.gtk components. * NEW: Picture.Save and Image.Save methods now take an optional quality integer parameter. [GB.V4L] * NEW: The VideoDevice.Save method format argument was removed. Now the format is always guessed from the file extension. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/FProperty.class 2.0/trunk/app/src/gambas2/FSignature.class 2.0/trunk/app/src/gambas2/FSignature.form 2.0/trunk/app/src/gambas2/FWelcome.class 2.0/trunk/app/src/gambas2/FWelcome.form 2.0/trunk/gb.gtk/src/CPicture.cpp 2.0/trunk/gb.gtk/src/glabel.cpp 2.0/trunk/gb.gtk/src/glabel.h 2.0/trunk/gb.gtk/src/gpicture.cpp 2.0/trunk/gb.gtk/src/gpicture.h 2.0/trunk/gb.qt/src/CImage.cpp 2.0/trunk/gb.qt/src/CLabel.cpp 2.0/trunk/gb.qt/src/CLabel.h 2.0/trunk/gb.qt/src/CPicture.cpp 2.0/trunk/gb.v4l/src/CWebcam.c 2.0/trunk/main/gbc/gbi.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |