Author:admin

Date:2011-11-16T14:00:11.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1014 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2011-11-16 14:00:11 +00:00
parent cb4437be3c
commit 011843d9b9

View File

@@ -3,14 +3,33 @@
[[Property:uuid|eb11a237-0c75-0427-452a-303d4f276b97]] [[Property:uuid|eb11a237-0c75-0427-452a-303d4f276b97]]
This document contains details of modifications and bug fixes to the EiffelVision 2 library listed by the release version of EiffelStudio. All bug fixes and modifications are relative to the previously released version. This document contains details of modifications and bug fixes to the EiffelVision 2 library listed by the release version of EiffelStudio. All bug fixes and modifications are relative to the previously released version.
==EiffelStudio 7.0==
'''Improvements'''
* Added multi-monitor functionality to EV_SCREEN
* Optimized communication between worker thread and gui thread in {EV_APPLICATION}.do_once_on_idle.
'''Bug fixes'''
*'''Platform Independent'''
* Fixed rendering of activate button in dialogs when theming is enabled.
* Improved multi-monitor handling for EV_GRID item activation popups.
*'''Windows'''
*'''GTK'''
* Fixed bug in `set_item_size' for EV_FIXED and EV_VIEWPORT where sometimes item would not shrink if set when displayed.
==EiffelStudio 6.8== ==EiffelStudio 6.8==
'''Improvements''' '''Improvements'''
* Allowed setting the test of a combo box that has been disabled. * Allowed setting the text of a combo box that has been disabled.
* Resize actions are now called after a container has completed its resizing. * Resize actions are now called after a container has completed its resizing.
* On Windows, increased the splitter size to make it more visible and easier to grab. * On Windows, increased the splitter size to make it more visible and easier to grab.
* The API now accepts READABLE_STRING_GENERAL as input for strings, which let you accept immutable strings without conversions. * The API now accepts READABLE_STRING_GENERAL as input for strings, which let you accept immutable strings without conversions.
* Extended types supported by EiffelStore, especially STRING_32 for Unicode string types.
* Improved memory management in EiffelStore, ODBC implementation.
'''Bug fixes''' '''Bug fixes'''
*'''Platform Independent''' *'''Platform Independent'''