]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years agoUpdated Release Notes for Vaadin 7.0.0.alpha1.
Marko Gronroos [Thu, 22 Dec 2011 18:45:14 +0000 (20:45 +0200)]
Updated Release Notes for Vaadin 7.0.0.alpha1.

12 years agoLicense comment added to UnsupportedBrowserHandler
Marc Englund [Thu, 22 Dec 2011 14:49:33 +0000 (16:49 +0200)]
License comment added to UnsupportedBrowserHandler

12 years agoJavadocced the fact that root preserving should not be toggled on-the-fly when the...
Marc Englund [Thu, 22 Dec 2011 14:48:01 +0000 (16:48 +0200)]
Javadocced the fact that root preserving should not be toggled on-the-fly when the UI is showing.

12 years agoRoot preservation should now work, even with @EagerInit etc. Also if turned on in...
Marc Englund [Thu, 22 Dec 2011 14:40:18 +0000 (16:40 +0200)]
Root preservation should now work, even with @EagerInit etc. Also if turned on in Root constructor or init(). Limitation: can not preserve roots that are already shown when preservation is turned on (this could be fixed in the future).

12 years agoRemove TransactionalProperty that was replaced by
Henri Sara [Thu, 22 Dec 2011 14:02:38 +0000 (16:02 +0200)]
Remove TransactionalProperty that was replaced by
Property.Transactional.

12 years agoMerge remote branch 'origin/6.8'
Henri Sara [Thu, 22 Dec 2011 14:00:52 +0000 (16:00 +0200)]
Merge remote branch 'origin/6.8'

Conflicts:
tests/testbench/com/vaadin/tests/components/button/ButtonsInHorizontalLayout.java

12 years agoRemove extra @Override annotation.
Henri Sara [Thu, 22 Dec 2011 13:48:15 +0000 (15:48 +0200)]
Remove extra @Override annotation.

12 years agoChanged javadoc to match current functionality
Marc Englund [Thu, 22 Dec 2011 13:22:58 +0000 (15:22 +0200)]
Changed javadoc to match current functionality

12 years agoChanged how UnsupportedBrowserHandler 'singleton' stored to match app resource handler.
Marc Englund [Thu, 22 Dec 2011 13:15:40 +0000 (15:15 +0200)]
Changed how UnsupportedBrowserHandler 'singleton' stored to match app resource handler.

12 years agoExternal UnsupportedBrowserHandler
Marc Englund [Thu, 22 Dec 2011 12:51:46 +0000 (14:51 +0200)]
External UnsupportedBrowserHandler

12 years agoCode for some of the mini tutorials
Leif Åstrand [Thu, 22 Dec 2011 12:00:02 +0000 (14:00 +0200)]
Code for some of the mini tutorials

12 years agoChanged tests to be screenshot based to avoid bug in TestBench
Artur Signell [Thu, 22 Dec 2011 12:26:31 +0000 (14:26 +0200)]
Changed tests to be screenshot based to avoid bug in TestBench

12 years ago#8102 Changing data source type from Double -> Number can keep the
Artur Signell [Thu, 22 Dec 2011 12:14:04 +0000 (14:14 +0200)]
#8102 Changing data source type from Double -> Number can keep the
converter
while changing from Number -> Double cannot. Fixed reversed logic.

12 years agoPrint type info when an illegal type is passed to setValue
Artur Signell [Thu, 22 Dec 2011 12:13:11 +0000 (14:13 +0200)]
Print type info when an illegal type is passed to setValue

12 years agoMerged changes from 6.8
Johannes Dahlström [Thu, 22 Dec 2011 12:04:10 +0000 (12:04 +0000)]
Merged changes from 6.8

svn changeset:22469/svn branch:6.8

12 years agoMake LegacyWindow init eager as there was no other initialization in V6
Leif Åstrand [Thu, 22 Dec 2011 11:45:29 +0000 (13:45 +0200)]
Make LegacyWindow init eager as there was no other initialization in V6

12 years agocom.vaadin.data.fieldbinder -> com.vaadin.data.fieldgroup
Artur Signell [Thu, 22 Dec 2011 11:40:14 +0000 (13:40 +0200)]
com.vaadin.data.fieldbinder -> com.vaadin.data.fieldgroup

12 years agoDefaultFormBuilderFieldFactort -> DefaultFieldGroupFieldFactory
Artur Signell [Thu, 22 Dec 2011 11:39:21 +0000 (13:39 +0200)]
DefaultFormBuilderFieldFactort -> DefaultFieldGroupFieldFactory

12 years agoAlso check contents of BrowserDetails to determine if details are there
Leif Åstrand [Thu, 22 Dec 2011 11:39:55 +0000 (13:39 +0200)]
Also check contents of BrowserDetails to determine if details are there

12 years agoAdd license to EagerInit.java
Leif Åstrand [Thu, 22 Dec 2011 10:59:50 +0000 (12:59 +0200)]
Add license to EagerInit.java

12 years agoRename BeanValidationValidator to BeanValidator based on review.
Henri Sara [Thu, 22 Dec 2011 10:56:51 +0000 (12:56 +0200)]
Rename BeanValidationValidator to BeanValidator based on review.

12 years agoMove bean validation implementation availability check to
Henri Sara [Thu, 22 Dec 2011 10:53:52 +0000 (12:53 +0200)]
Move bean validation implementation availability check to
BeanFieldGroup.

The check for bean validation implementation availability has to be
performed using reflection APIs because otherwise, at least the bean
validation API JAR would be needed at runtime.

12 years agoRemove @ClientWidget for Root
Leif Åstrand [Thu, 22 Dec 2011 10:53:55 +0000 (12:53 +0200)]
Remove @ClientWidget for Root

The annotation causes problems when reading other annotations in
application servers with too eager classloaders. The annotation is also
useless as the client side widget for Root is hardcoded in the
widgetset.

12 years agoIntegrated FormBuilder into FieldGroup, renamed
Artur Signell [Thu, 22 Dec 2011 10:41:24 +0000 (12:41 +0200)]
Integrated FormBuilder into FieldGroup, renamed
FormBuilderFieldFactory -> FieldGroupFieldFactory

12 years agobindFields -> bindMemberFields + javadoc
Artur Signell [Thu, 22 Dec 2011 09:06:45 +0000 (11:06 +0200)]
bindFields -> bindMemberFields + javadoc

12 years agoChange the default to a two request bootstrap
Leif Åstrand [Thu, 22 Dec 2011 09:23:20 +0000 (11:23 +0200)]
Change the default to a two request bootstrap

Add @EagerInit annotation to indicate that that no browser details are
required, enabling a one request bootstrap.

12 years agoAdd javadoc to Property.Transactional and TransactionalPropertyWrapper.
Henri Sara [Thu, 22 Dec 2011 09:08:26 +0000 (11:08 +0200)]
Add javadoc to Property.Transactional and TransactionalPropertyWrapper.

12 years agoRename TransactionalProperty to Property.Transactional based on review
Henri Sara [Thu, 22 Dec 2011 08:43:14 +0000 (10:43 +0200)]
Rename TransactionalProperty to Property.Transactional based on review
(#8094).

12 years ago#8095 Method renames based on API review meeting
Artur Signell [Thu, 22 Dec 2011 08:48:03 +0000 (10:48 +0200)]
#8095 Method renames based on API review meeting

setFieldsEnabled -> setEnabled
setFieldsReadonly -> setReadonly
setFieldsBuffered -> setBuffered
remove -> unbind
protected getUnboundPropertyIds -> public getUnboundPropertyIds
getFieldForPropertyId -> getField
getPropertyIdForField -> getPropertyId

12 years agoRenamed FieldBinder -> FieldGroup, BeanFieldBinder -> BeanFieldGroup
Artur Signell [Thu, 22 Dec 2011 08:20:57 +0000 (10:20 +0200)]
Renamed FieldBinder -> FieldGroup, BeanFieldBinder -> BeanFieldGroup
based on API review meeting

12 years ago#8173 Deprecated separate read through and write through modes
Artur Signell [Thu, 22 Dec 2011 07:58:21 +0000 (09:58 +0200)]
#8173 Deprecated separate read through and write through modes

12 years agoRemoved static helper for BeanValidationValidator as it incorrectly
Artur Signell [Thu, 22 Dec 2011 07:27:18 +0000 (09:27 +0200)]
Removed static helper for BeanValidationValidator as it incorrectly
mixes @NotNull with field required. Based on API review meeting.

12 years agoJavadoc fixes
Artur Signell [Thu, 22 Dec 2011 07:18:16 +0000 (09:18 +0200)]
Javadoc fixes

12 years agoReplace RootPreserveStrategy with Application.setRootPreserved(boolean)
Leif Åstrand [Thu, 22 Dec 2011 08:19:33 +0000 (10:19 +0200)]
Replace RootPreserveStrategy with Application.setRootPreserved(boolean)

12 years agoRootRequiresMoreInformation -> RootRequiresMoreInformationException
Leif Åstrand [Thu, 22 Dec 2011 07:42:16 +0000 (09:42 +0200)]
RootRequiresMoreInformation -> RootRequiresMoreInformationException

12 years agoRename CustomField.createContent() to initContent() (#3718).
Henri Sara [Thu, 22 Dec 2011 08:15:17 +0000 (10:15 +0200)]
Rename CustomField.createContent() to initContent() (#3718).

12 years agoRename @RootWidgetset -> @Widgetset
Leif Åstrand [Thu, 22 Dec 2011 07:41:03 +0000 (09:41 +0200)]
Rename @RootWidgetset -> @Widgetset

12 years agoRename @RootTheme -> @Theme
Leif Åstrand [Thu, 22 Dec 2011 07:40:34 +0000 (09:40 +0200)]
Rename @RootTheme -> @Theme

12 years agoRename AjaxPageHandler -> BootstrapHandler
Leif Åstrand [Thu, 22 Dec 2011 07:37:43 +0000 (09:37 +0200)]
Rename AjaxPageHandler -> BootstrapHandler

12 years agoRenamed getValueConversionError -> getConversionError that was missing
Artur Signell [Thu, 22 Dec 2011 06:54:47 +0000 (08:54 +0200)]
Renamed getValueConversionError -> getConversionError that was missing
from an earlier commit. Also made javadoc more specific for
getConvertedValue

12 years agoJavadoc typo
Artur Signell [Thu, 22 Dec 2011 06:45:47 +0000 (08:45 +0200)]
Javadoc typo

12 years agoRemoved getStringValue based on API review meeting
Artur Signell [Thu, 22 Dec 2011 06:27:52 +0000 (08:27 +0200)]
Removed getStringValue based on API review meeting

12 years ago#8101 Swapped generics parameter order for Converter based on API review
Artur Signell [Wed, 21 Dec 2011 17:35:25 +0000 (19:35 +0200)]
#8101 Swapped generics parameter order for Converter based on API review
meeting

12 years ago#8101 Renamed source type to presentation and target type to model for
Artur Signell [Wed, 21 Dec 2011 17:08:08 +0000 (19:08 +0200)]
#8101 Renamed source type to presentation and target type to model for
clarity

12 years ago#8102 getConvertedFieldValue -> getConvertedValue, added
Artur Signell [Wed, 21 Dec 2011 17:00:02 +0000 (19:00 +0200)]
#8102 getConvertedFieldValue -> getConvertedValue, added
setConvertedValue

12 years ago#8102 Removed "value" from value converter used in AbstractField and
Artur Signell [Wed, 21 Dec 2011 16:50:31 +0000 (18:50 +0200)]
#8102 Removed "value" from value converter used in AbstractField and
renamed updateValueConverterFromFactory to setConverter based on API
review meeting.

12 years ago#8095 Renamed FieldBinderFieldFactory -> FormBuilderFieldFactory
Artur Signell [Wed, 21 Dec 2011 09:31:41 +0000 (11:31 +0200)]
#8095 Renamed FieldBinderFieldFactory -> FormBuilderFieldFactory

12 years ago#8110 Allow Integers and Doubles to pass through
Artur Signell [Wed, 21 Dec 2011 08:48:27 +0000 (10:48 +0200)]
#8110 Allow Integers and Doubles to pass through
IntegerValidator/DoubleValidator for easier merge from Vaadin 6

12 years agoAdd antcontrib: prefix to an if block
Leif Åstrand [Wed, 21 Dec 2011 08:56:25 +0000 (10:56 +0200)]
Add antcontrib: prefix to an if block

12 years agoFix TableMultiSelectSimple test (see #8125 - removed conversions).
Henri Sara [Wed, 21 Dec 2011 08:53:44 +0000 (10:53 +0200)]
Fix TableMultiSelectSimple test (see #8125 - removed conversions).

12 years agoCreate the right type of AbstractTextField and use TextField as default
Leif Åstrand [Wed, 21 Dec 2011 08:51:06 +0000 (10:51 +0200)]
Create the right type of AbstractTextField and use TextField as default

12 years agoFix test TableSingleSelect (see #8125 - removed automatic conversions).
Henri Sara [Wed, 21 Dec 2011 08:50:23 +0000 (10:50 +0200)]
Fix test TableSingleSelect (see #8125 - removed automatic conversions).

12 years ago#8101 Deprecated PropertyFormatter in favor of Converters
Artur Signell [Wed, 21 Dec 2011 08:40:43 +0000 (10:40 +0200)]
#8101 Deprecated PropertyFormatter in favor of Converters

12 years agoImprove javadoc for bean validation (#8093).
Henri Sara [Wed, 21 Dec 2011 08:37:21 +0000 (10:37 +0200)]
Improve javadoc for bean validation (#8093).

12 years agoAdded FormBuilder.BuildException
Artur Signell [Wed, 21 Dec 2011 08:30:40 +0000 (10:30 +0200)]
Added FormBuilder.BuildException

12 years ago#8125 Javadoc update
Artur Signell [Wed, 21 Dec 2011 08:09:46 +0000 (10:09 +0200)]
#8125 Javadoc update

12 years ago#8125 Removed remaining references to Property.ConversionException
Artur Signell [Wed, 21 Dec 2011 08:03:50 +0000 (10:03 +0200)]
#8125 Removed remaining references to Property.ConversionException

12 years agoInclude original conversion exception as cause for exception
Artur Signell [Wed, 21 Dec 2011 08:01:59 +0000 (10:01 +0200)]
Include original conversion exception as cause for exception

12 years agoNoted that the caption property must be of String type
Artur Signell [Wed, 21 Dec 2011 07:35:14 +0000 (09:35 +0200)]
Noted that the caption property must be of String type

12 years agoRemoved obsolete UriFragmentUtilityListener test
Artur Signell [Wed, 21 Dec 2011 07:28:01 +0000 (09:28 +0200)]
Removed obsolete UriFragmentUtilityListener test

12 years agoMinor change to isChromeFrame logic
Marc Englund [Wed, 21 Dec 2011 07:21:25 +0000 (09:21 +0200)]
Minor change to isChromeFrame logic

12 years agoInitial unsupported-browser-warning-page for #7985
Marc Englund [Tue, 20 Dec 2011 13:34:03 +0000 (15:34 +0200)]
Initial unsupported-browser-warning-page for #7985
Includes support for checking isChromeFrame and isChromeFrameCapable. Warning page can be bypassed with cookie.
Works, but needs more thought, and it seems the (V)BrowserDetails and WebBrowser mess should be simplified somehow.

12 years ago#8125 Removed Property.ConversionException and String constructor based
Artur Signell [Wed, 21 Dec 2011 07:10:17 +0000 (09:10 +0200)]
#8125 Removed Property.ConversionException and String constructor based
conversion from Property classes

12 years agoTextField no longer supports a "secret" mode
Artur Signell [Tue, 20 Dec 2011 14:58:48 +0000 (16:58 +0200)]
TextField no longer supports a "secret" mode

12 years agoTextField -> TextArea
Artur Signell [Tue, 20 Dec 2011 14:56:57 +0000 (16:56 +0200)]
TextField -> TextArea

12 years agoFixed test to ignore removed OrderedLayout and ExpandLayout
Artur Signell [Tue, 20 Dec 2011 14:55:17 +0000 (16:55 +0200)]
Fixed test to ignore removed OrderedLayout and ExpandLayout

12 years agoRemoved test that is no longer needed
Artur Signell [Tue, 20 Dec 2011 14:44:14 +0000 (16:44 +0200)]
Removed test that is no longer needed

12 years agoTextField -> TextArea
Artur Signell [Tue, 20 Dec 2011 14:36:54 +0000 (16:36 +0200)]
TextField -> TextArea

12 years agoDo not allow setting height for components that do not support it
Artur Signell [Tue, 20 Dec 2011 14:26:06 +0000 (16:26 +0200)]
Do not allow setting height for components that do not support it

12 years agoFixed test to use TextArea instead of TextField
Artur Signell [Tue, 20 Dec 2011 14:25:51 +0000 (16:25 +0200)]
Fixed test to use TextArea instead of TextField

12 years agoAdd one missing antcontrib: prefix
Leif Åstrand [Tue, 20 Dec 2011 14:22:56 +0000 (16:22 +0200)]
Add one missing antcontrib: prefix

12 years agoRemoved remaining references to FormBuilderException
Artur Signell [Tue, 20 Dec 2011 14:20:22 +0000 (16:20 +0200)]
Removed remaining references to FormBuilderException

12 years agoEnable finding theme resources without a Callback instance
Leif Åstrand [Tue, 20 Dec 2011 14:18:46 +0000 (16:18 +0200)]
Enable finding theme resources without a Callback instance

12 years agoThrow real exceptions from helpers in ReflectTools
Artur Signell [Tue, 20 Dec 2011 13:54:19 +0000 (15:54 +0200)]
Throw real exceptions from helpers in ReflectTools

12 years agoRe-added deprecated booleanValue() to ease migration
Artur Signell [Tue, 20 Dec 2011 12:38:11 +0000 (14:38 +0200)]
Re-added deprecated booleanValue() to ease migration

12 years agoCorrected assert string
Artur Signell [Tue, 20 Dec 2011 11:32:15 +0000 (13:32 +0200)]
Corrected assert string

12 years agoRemoved test script for test that is no longer available
Artur Signell [Tue, 20 Dec 2011 11:30:52 +0000 (13:30 +0200)]
Removed test script for test that is no longer available

12 years agoAnt scp task is not in ant contrib, reverted faulty namespace decl.
Mikael Vappula [Tue, 20 Dec 2011 11:57:45 +0000 (13:57 +0200)]
Ant scp task is not in ant contrib, reverted faulty namespace decl.

12 years ago#5655 Javadoc that the size is only updated on full repaint
Artur Signell [Tue, 20 Dec 2011 11:45:52 +0000 (11:45 +0000)]
#5655 Javadoc that the size is only updated on full repaint

svn changeset:22458/svn branch:6.8

12 years agoAdded xml namespace declaration for tasks in ant contrib
Mikael Vappula [Tue, 20 Dec 2011 11:30:06 +0000 (13:30 +0200)]
Added xml namespace declaration for tasks in ant contrib

12 years agoTest using FormBuilder and nested properties
Artur Signell [Tue, 20 Dec 2011 11:14:11 +0000 (13:14 +0200)]
Test using FormBuilder and nested properties

12 years agoMerge remote-tracking branch 'origin/6.8'
Artur Signell [Tue, 20 Dec 2011 10:46:57 +0000 (12:46 +0200)]
Merge remote-tracking branch 'origin/6.8'

12 years agoFixed test for text area
Artur Signell [Tue, 20 Dec 2011 09:10:21 +0000 (11:10 +0200)]
Fixed test for text area

12 years agoFixed test mixup
Artur Signell [Tue, 20 Dec 2011 10:37:08 +0000 (10:37 +0000)]
Fixed test mixup

svn changeset:22455/svn branch:6.8

12 years agoSplit test for #5655 to separate file to avoid issues with screenshots and changing...
Artur Signell [Tue, 20 Dec 2011 10:26:36 +0000 (10:26 +0000)]
Split test for #5655 to separate file to avoid issues with screenshots and changing dates

svn changeset:22454/svn branch:6.8

12 years agoFix more issues related to browserDetails requests in portlets (#8052)
Leif Åstrand [Tue, 20 Dec 2011 10:20:20 +0000 (12:20 +0200)]
Fix more issues related to browserDetails requests in portlets (#8052)

12 years ago#5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated test
Artur Signell [Tue, 20 Dec 2011 10:11:58 +0000 (10:11 +0000)]
#5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated test

svn changeset:22453/svn branch:6.8

12 years agoAdd javadoc for AbstractField.getInternalValue().
Henri Sara [Tue, 20 Dec 2011 08:12:07 +0000 (10:12 +0200)]
Add javadoc for AbstractField.getInternalValue().

12 years agoAdd / to the base of the browser details request url
Leif Åstrand [Tue, 20 Dec 2011 08:09:40 +0000 (10:09 +0200)]
Add / to the base of the browser details request url

12 years agoFix npe (#6619)
Leif Åstrand [Tue, 20 Dec 2011 07:31:47 +0000 (09:31 +0200)]
Fix npe (#6619)

12 years agoFix typo in public API
Leif Åstrand [Tue, 20 Dec 2011 07:29:36 +0000 (09:29 +0200)]
Fix typo in public API

12 years ago#6619 AbstractApplicationServlet.init: parameters reading order is strange
Leif Åstrand [Tue, 20 Dec 2011 06:31:07 +0000 (08:31 +0200)]
#6619 AbstractApplicationServlet.init: parameters reading order is strange

12 years agoAdd Application.getRoots()
Leif Åstrand [Tue, 20 Dec 2011 06:18:25 +0000 (08:18 +0200)]
Add Application.getRoots()

12 years agoMake Root.init abstract, add non-abstract LegacyWindow and migrate tests
Leif Åstrand [Tue, 20 Dec 2011 06:09:13 +0000 (08:09 +0200)]
Make Root.init abstract, add non-abstract LegacyWindow and migrate tests

12 years agoAdd license and Serializable to ServletPortletHelper
Leif Åstrand [Mon, 19 Dec 2011 16:33:55 +0000 (18:33 +0200)]
Add license and Serializable to ServletPortletHelper

12 years ago#8093 Ensure that property id is a non-null String. Cache if Bean
Artur Signell [Mon, 19 Dec 2011 15:00:47 +0000 (17:00 +0200)]
#8093 Ensure that property id is a non-null String. Cache if Bean
Validation
implementation is available or not to avoid multiple lookups.

12 years agoSupport the second bootstrap request in portlets (#8052)
Leif Åstrand [Mon, 19 Dec 2011 14:58:26 +0000 (16:58 +0200)]
Support the second bootstrap request in portlets (#8052)

12 years ago#8026, #5750 Set FormLayout default width back to 100%
Artur Signell [Mon, 19 Dec 2011 14:45:46 +0000 (16:45 +0200)]
#8026, #5750 Set FormLayout default width back to 100%

12 years agoJavadoc
Artur Signell [Mon, 19 Dec 2011 14:39:16 +0000 (16:39 +0200)]
Javadoc

12 years ago#8095 Only use BeanValidation if a JSR-303 implementation is available
Artur Signell [Mon, 19 Dec 2011 14:39:04 +0000 (16:39 +0200)]
#8095 Only use BeanValidation if a JSR-303 implementation is available