The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.

Home / rcpforms / 1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
net.sf.rcpforms.emf.sdk.feature-1.3.0.20110610PRD.zip 2011-06-10 112.2 kB
net.sf.rcpforms.examplestests.feature-1.3.0.20110610PRD.zip 2011-06-10 272.7 kB
net.sf.rcpforms.community.feature-1.3.0.20110610PRD.zip 2011-06-10 161.6 kB
net.sf.rcpforms.sdk.feature-1.3.0.20110610PRD.zip 2011-06-10 1.0 MB
readme 2011-06-10 7.5 kB
net.sf.rcpforms.nl1-1.3.0.20110610PRD.zip 2011-06-10 12.6 kB
net.sf.rcpforms.feature-1.3.0.20110610PRD.zip 2011-06-10 329.6 kB
net.sf.rcpforms.emf.feature-1.3.0.20110610PRD.zip 2011-06-10 18.9 kB
net.sf.rcpforms.emf.examplestests.feature-1.3.0.20110610PRD.zip 2011-06-10 46.6 kB
Totals: 9 Items   2.0 MB 0
###########################################################################
# Releasenotes for                                                        #
#                                                                         #
#             _          __                  __                           #
#  _ __   ___| |_   ___ / _| _ __ ___ _ __  / _| ___  _ __ _ __ ___  ___  #
# | '_ \ / _ \ __| / __| |_ | '__/ __| '_ \| |_ / _ \| '__| '_ ` _ \/ __| #
# | | | |  __/ |_ _\__ \  _|| | | (__| |_) |  _| (_) | |  | | | | | \__ \ #
# |_| |_|\___|\__(_)___/_|(_)_|  \___| .__/|_|  \___/|_|  |_| |_| |_|___/ #
#                                    |_|                                  #
#                                                                         #
# Type=Production                                                         #
# Version=1.3.0                                                           #
# Qualifier=20110610                                                      #
###########################################################################

### General ###
- Bundle-Vendor changed to consistent naming pattern (The RCPForms Project - http://rcpforms.sf.net/)
- Experimental stuff added to repository (https://rcpforms.svn.sourceforge.net/svnroot/rcpforms/trunk/experimental)
with a lots of (inofficial) api enhancements and proof of concepts

#### Framework ####
+------------------------------------------
+ net.sf.rcpforms.bindingvalidation
+------------------------------------------
- label text binding added

+------------------------------------------
+ net.sf.rcpforms.common
+------------------------------------------
- no changes

+------------------------------------------
+ net.sf.rcpforms.emfadapter
+------------------------------------------
- no changes

+------------------------------------------
+ net.sf.rcpforms.form
+------------------------------------------
- RCPForm#setFocus(): default Implementation added; Problem: if this method is empty and a new workbench part 
(editor or view) will be opened but does not forward focus to a control, the previous active part could 
remain the focus. This will result in an inconsistent workbench state because the active workbench part 
is not the focus owner and therefore a wrong "selection provider" could be active. 
But clicking in the previous part will not activate the previous part (tab color shows as still as inactive), 
it already has the focus...
- fix for bug tracker 3296955: unregister validation state listener
- RCPSingleForm introduced for simplified creation of RCPForms with exact one RCPFormPart

+------------------------------------------
+ net.sf.rcpforms.modeladapter
+------------------------------------------
- fixed too eagerly work-around on generics problem
should now work with eclipse 3.5.x and 3.6.x too
Still experimental!
- IObservableFactory: create own observable factory for ObservableListTrees

+------------------------------------------
+ net.sf.rcpforms.tablesupport
+------------------------------------------
- no changes

+------------------------------------------
+ net.sf.rcpforms.widgetwrapper
+------------------------------------------
- possible API Break: Decoupling of the editable state of the CCombos textfield and the
 RCPSimpleCombo state.
 Reason: changing the State of the RCPSimpleCombo overwrites the swt text widget state
 --> if an editable state is needed for the CCombo (but the RCPSimpleCombo has not the readonly state) 
 the CCombo widget state was  overwritten by the rcpforms widgetstate manager.
 It was not possible after updating the RCPSimpleCombo state using setState(EControlState.READONLY, true/false) 
 (manually) or updateState(rcpControl, int) (by the framework itself) to force the CCombo state to keep CCombo.getEditable() == false.
 The default value for RCPSimpleCombo is set as CCombo.getEditable() == false.
 If the user needs to have an editable CCombo the State has to be switched manually direct on the widget!


#### Features ####
+------------------------------------------
+ net.sf.rcpforms.emf.feature
+ net.sf.rcpforms.emf.sdk.feature
+ net.sf.rcpforms.feature
+ net.sf.rcpforms.nl1.feature
+ net.sf.rcpforms.sdk.feature
+------------------------------------------
- no changes


#### Samples ####
+------------------------------------------
+ net.sf.rcpforms.comparison
+------------------------------------------
- RCPSingleForm introduced

+------------------------------------------
+ net.sf.rcpforms.examples
+------------------------------------------
- dependencies added to get the sample running "out of the box"
- Fix for layout bug in SandboxLayoutFormpart

+------------------------------------------
+ net.sf.rcpforms.examples.emf
+------------------------------------------
- no changes

+------------------------------------------
+ net.sf.rcpforms.simplesample
+------------------------------------------
- dependencies fixed to databinding.property plugin for runtime >= Eclipse 3.5
- RCPSingleForm introduced


#### NL-Fragments ####
+------------------------------------------
+ net.sf.rcpforms.bindingvalidation.nl1
+------------------------------------------
- translation for Brazilian Portuguese added (pt_BR)
- resources moved to src folder

+------------------------------------------
+ net.sf.rcpforms.modeladapter.nl1
+------------------------------------------
- translation for Brazilian Portuguese added (pt_BR)
- resources moved to src folder

+------------------------------------------
+ net.sf.rcpforms.tablesupport.nl1
+------------------------------------------
- translation for Brazilian Portuguese added (pt_BR)
- resources moved to src folder

+------------------------------------------
+ net.sf.rcpforms.widgetwrapper.nl1
+------------------------------------------
- translation for Brazilian Portuguese added (pt_BR)
- resources moved to src folder

#### Tests ####
+------------------------------------------
+ net.sf.rcpforms.emfadapter.test
+------------------------------------------
- no changes

+------------------------------------------
+ net.sf.rcpforms.test
+------------------------------------------
- dependencies added to get the sample running "out of the box"
- Testcase added for special decoupling of CCombo.getEditable and RCPSimpleCombo.getState(EControlState.READONLY)


#### Community ####
+------------------------------------------
+ net.sf.rcpforms.community
+------------------------------------------
- Contribution from Dany Eudes committed: RCPFormattedTextObservableValue and RCPIntegerFormatter
- nebula formatter temporarly added to repo since no valid download is available at the moment

+------------------------------------------
+ net.sf.rcpforms.community.build
+------------------------------------------
- no changes

+------------------------------------------
+ net.sf.rcpforms.community.examples
+------------------------------------------
- no changes

+------------------------------------------
+ net.sf.rcpforms.community.feature
+------------------------------------------
- no changes

+------------------------------------------
+ net.sf.rcpforms.community.formatter
+------------------------------------------
- Contribution from Dany Eudes committed: RCPFormattedTextObservableValue and RCPIntegerFormatter
Source: readme, updated 2011-06-10