Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/NewAndNoteworthy/3.10"

(M2 (planned: Friday, October 04))
(Enhancement of SWT look and feel extension point)
Line 50: Line 50:
 
=== Enhancement of SWT look and feel extension point ===
 
=== Enhancement of SWT look and feel extension point ===
 
The Look and Feel extension point for SWT now has a new property for setting the background color of disabled fields. Setting the foreground color of disabled fields has already been available.
 
The Look and Feel extension point for SWT now has a new property for setting the background color of disabled fields. Setting the foreground color of disabled fields has already been available.
 +
 +
[[Image:addF2SupportToScoutApplication.jpg|400px]]
  
 
== M3 (planned: Friday, November 15) ==
 
== M3 (planned: Friday, November 15) ==

Revision as of 03:05, 18 September 2013

The Scout documentation has been moved to https://eclipsescout.github.io/.

This page shows what you need to know about the new Eclipse Scout 3.10 release shipped with Eclipse Luna.

M1 (Friday, August 23, 2013)

Bug Lists: 3.10.0M1, 3.9.1

Scout is using GIT flow

bug 411769

Scout is using GIT flow with 3.10 as described here. We also try to make contributions more efficient and update our documentation for committers

New french translations for ScoutTexts

bug 414392 - New ScoutTexts entries were proposed for French language (fr and fr_BE).

The only change is in the fr_BE language. Beside this one, 14 entries were added to the French language (e.g. missing translations until now). Theses translations will be used in all Scout applications deployed in French, unless the text entry is overridden in the project.

Tree Box with support for auto check of child nodes

bug 368107

AbstractTreeBox provides a new configuration method getConfiguredAutoCheckChildNodes that will cause the auto check / uncheck of all childs nodes if their parent node is checked / unchecked.

Scout SDK: Eclipse 3.6 not supported anymore

Scout SDK does not run with Eclipse 3.6 anymore. Scout Runtime is still compatible to eclipse 3.6. Please upgrade your eclipse IDE!

Scout SDK: Tooling Functionality for F2

bug 409468

F2 is a simple update manager for Eclipse or Java based applications that can be downloaded from the eclipse marketplace. Scout SDK provides a new technology checkbox to help integrating F2 into your Scout application. A tutorial is provided here.

AddF2SupportToScoutApplication.jpg

M2 (planned: Friday, October 04)

Support for bean-based table page data (in progress)

bug 412752 - TODO

Rayo Look and Feel: custom XML

bug 408611 There is an addition in the The Scout documentation has been moved to https://eclipsescout.github.io/. API allowing to provide a custom XML.

Note.png
TODO
describe how to set a custom IRayoConfigurator with an other XML on the Rayo page and add the link here


Minor API Enhancements

bug 416848 ServiceTunnelServlet

bug 416862 Scheduler

Enhancement of SWT look and feel extension point

The Look and Feel extension point for SWT now has a new property for setting the background color of disabled fields. Setting the foreground color of disabled fields has already been available.

AddF2SupportToScoutApplication.jpg

M3 (planned: Friday, November 15)

M4 (planned: Friday, December 20)

M5 (planned: Friday, February 07, 2014)

M6 (planned: Friday, March 22)

M7 (planned: Friday, May 10)

RC1 (planned: Friday, May 24)

RC2 (planned: Friday, May 31)

RC3 (planned: Friday, June 07)

RC4 (planned: Friday, June 14)

Bugfixes Overview

The following list shows all bugs which have been fixed for this release. The list also contains all new enhancements.

Migration Guidelines

Some features and bugfixes sometimes require a change of the API. If this has been the case for the new release then you'll find behind the link below a guideline how to migrate your scout application to the newest release.

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top