Author:halw

Date:2011-11-24T02:51:51.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1019 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-11-24 02:51:51 +00:00
parent f85aaaf087
commit a7b4cb9117
10 changed files with 29 additions and 2 deletions

View File

@@ -7,13 +7,19 @@
==Graphical environment==
===What's new===
* EiffelRibbon: a Windows specific library and tool to add a ribbon to your EiffelVision2 applications.
* Debian packages available for downloads
* Added external contributions: Decimal library, Json parser, arbitrary precision mathematics, encryption (SHA1, MD5, x509, ...)
* Added previews of libraries: sqlite3, regular expression, ...
===Improvements===
* Better integration to the latest Linux Desktop environments: Unity from Ubuntu and KDE 4.0.
* SCOOP speed improvements.
===Changes===
===Bug fixes===
* Various bug fixes.
==Compiler==
* Click [[Major changes between ISE Eiffel 6.8 and ISE Eiffel 7.0|here]] for the compiler release notes.
@@ -27,11 +33,20 @@
==Libraries==
===EiffelBase===
* Improved speed of `replace_substring_all' when replacing a smaller string by a larger one.
* Improved speed of HASH_TABLE lookups.
===EiffelVision2===
* [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]]
===EiffelStore===
* Added support for INTEGER_xx and NATURAL_xx datatypes.
* Added support for transactions in the MySQL handle.
* Various speed improvements for SQL queries
* Added support for multiple database connections
* Added support for immutable and unicode strings
* Added support for GUID type
* Added support of DECIMAL type.
[[EiffelStudio release notes|Click here to check out what was new in other versions]]

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -0,0 +1,3 @@
title=EiffelRibbon design tool 02
author=halw
path=content/eiffelribbon-design-tool-02

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@@ -0,0 +1,3 @@
title=EiffelRibbon scaling policy 02
author=halw
path=content/eiffelribbon-scaling-policy-02

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -0,0 +1,3 @@
title=Size Definition Editor 02
author=halw
path=content/size-definition-editor-02

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -0,0 +1,3 @@
title=Size Definition Editor 03
author=halw
path=content/size-definition-editor-03

View File

@@ -58,7 +58,7 @@ Use the Size Definition Editor to create custom size definitions for your ribbon
[[Image: Size Definition Editor 02|Button placeholders]]
Figure 4. Three button placeholders in a custom size definition; one is large, and two are small. The text is visible in all cases. (This is the arrangement used for the "medium" configuration for the ''ThreeButtonCustom'' size definition used in the scaling policy figures in the next section. Screenshots of specifying arrangements used for "large" "small" configurations for ThreeButtonCustom are not shown.)
Figure 4. Three button placeholders in a custom size definition (highlighted in red rectangle); one is large, and two are small. The text is visible in all cases. (This is the arrangement used for the "medium" configuration (highlighted in green rectangle) for the ''ThreeButtonCustom'' size definition used in the scaling policy figures in the next section. Screenshots of specifying arrangements used for "large" "small" configurations for ThreeButtonCustom are not shown.)
Once a custom size definition has been designed, it can be named, saved, and used in a ribbon design.