[Gambas-user] Release of Gambas 2.11

Benoit Minisini gambas at ...1...
Wed Jan 28 23:50:48 CET 2009


Hi,

Here is a new bug fix release for Gambas 2. 

This release fixes the following bugs: 

* The Balloon is displayed properly again. 

* The autotools packager now correctly handle projects having spaces in their 
directory. 

* The last column of a GridView is correctly stretched when its width is 
explicitely set now. 

* Serial port devices are now watched for reading, not for writing, so that 
the callback are not called permanently. 

The development environmental project property dialog now lists components 
stored in the user home directory separately.

And here is the full ChangeLog:

-------------------------------------------------------------------------------

[DEVELOPMENT ENVIRONMENT]
* BUG: A warning is displayed now when a component project has no exported
  class.
* BUG: Instead of displaying an error, an unreadable *.component file now
  just displays a warning.
* BUG: Print warnings on the standard error output now.
* BUG: The find balloon message is always displayed in the accurate field
  now.
* BUG: The packager now handle spaces in project directory path correctly
  when creating an autotool package.
* BUG: A badly named environmental variable does not freeze the IDE anymore.
* NEW: In the project property dialog, split the component list between
  standard components and user components.

[INTERPRETER]
* BUG: The _compare special method now is not called anymore if one of the
  compared object references is null.

[GB.DEBUG]
* NEW: Do not block anymore when opening the debug fifo for writing. Try a
  few times during 0.1 second.

[GB.DRAW]
* BUG: Correctly initialize color properties of the Draw class at
  Draw.Begin().

[GB.FORM]
* BUG: Workaround the ballon corner drawing bugs.

[GB.GTK]
* BUG: Image.Save() and Picture.Save() now understand the "~" shortcut in
  path names.
* BUG: Fix the initialization of editable combo-box when its List property
  is set.
* BUG: Remove a static variable not used anymore.

[GB.NET]
* BUG: Serial port devices are now watched for reading, not for writing. So
  the callback will not be called permanently.

[GB.QT]
* BUG: Do not loop indefinitely when arranging the contents of a
  ScrollView.
* BUG: The last GridView column should be correctly stretched when its
  width is explicitely set now.

-------------------------------------------------------------------------------

Enjoy it!

-- 
Benoit Minisini




More information about the User mailing list