]>
source.dussan.org Git - vaadin-framework.git/log
Marc Englund [Thu, 22 Dec 2011 14:49:33 +0000 (16:49 +0200)]
License comment added to UnsupportedBrowserHandler
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.
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).
Henri Sara [Thu, 22 Dec 2011 14:02:38 +0000 (16:02 +0200)]
Remove TransactionalProperty that was replaced by
Property.Transactional.
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
Henri Sara [Thu, 22 Dec 2011 13:48:15 +0000 (15:48 +0200)]
Remove extra @Override annotation.
Marc Englund [Thu, 22 Dec 2011 13:22:58 +0000 (15:22 +0200)]
Changed javadoc to match current functionality
Marc Englund [Thu, 22 Dec 2011 13:15:40 +0000 (15:15 +0200)]
Changed how UnsupportedBrowserHandler 'singleton' stored to match app resource handler.
Marc Englund [Thu, 22 Dec 2011 12:51:46 +0000 (14:51 +0200)]
External UnsupportedBrowserHandler
Leif Åstrand [Thu, 22 Dec 2011 12:00:02 +0000 (14:00 +0200)]
Code for some of the mini tutorials
Artur Signell [Thu, 22 Dec 2011 12:26:31 +0000 (14:26 +0200)]
Changed tests to be screenshot based to avoid bug in TestBench
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.
Artur Signell [Thu, 22 Dec 2011 12:13:11 +0000 (14:13 +0200)]
Print type info when an illegal type is passed to setValue
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
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
Artur Signell [Thu, 22 Dec 2011 11:40:14 +0000 (13:40 +0200)]
com.vaadin.data.fieldbinder -> com.vaadin.data.fieldgroup
Artur Signell [Thu, 22 Dec 2011 11:39:21 +0000 (13:39 +0200)]
DefaultFormBuilderFieldFactort -> DefaultFieldGroupFieldFactory
Leif Åstrand [Thu, 22 Dec 2011 11:39:55 +0000 (13:39 +0200)]
Also check contents of BrowserDetails to determine if details are there
Leif Åstrand [Thu, 22 Dec 2011 10:59:50 +0000 (12:59 +0200)]
Add license to EagerInit.java
Henri Sara [Thu, 22 Dec 2011 10:56:51 +0000 (12:56 +0200)]
Rename BeanValidationValidator to BeanValidator based on review.
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.
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.
Artur Signell [Thu, 22 Dec 2011 10:41:24 +0000 (12:41 +0200)]
Integrated FormBuilder into FieldGroup, renamed
FormBuilderFieldFactory -> FieldGroupFieldFactory
Artur Signell [Thu, 22 Dec 2011 09:06:45 +0000 (11:06 +0200)]
bindFields -> bindMemberFields + javadoc
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.
Henri Sara [Thu, 22 Dec 2011 09:08:26 +0000 (11:08 +0200)]
Add javadoc to Property.Transactional and TransactionalPropertyWrapper.
Henri Sara [Thu, 22 Dec 2011 08:43:14 +0000 (10:43 +0200)]
Rename TransactionalProperty to Property.Transactional based on review
(#8094).
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
Artur Signell [Thu, 22 Dec 2011 08:20:57 +0000 (10:20 +0200)]
Renamed FieldBinder -> FieldGroup, BeanFieldBinder -> BeanFieldGroup
based on API review meeting
Artur Signell [Thu, 22 Dec 2011 07:58:21 +0000 (09:58 +0200)]
#8173 Deprecated separate read through and write through modes
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.
Artur Signell [Thu, 22 Dec 2011 07:18:16 +0000 (09:18 +0200)]
Javadoc fixes
Leif Åstrand [Thu, 22 Dec 2011 08:19:33 +0000 (10:19 +0200)]
Replace RootPreserveStrategy with Application.setRootPreserved(boolean)
Leif Åstrand [Thu, 22 Dec 2011 07:42:16 +0000 (09:42 +0200)]
RootRequiresMoreInformation -> RootRequiresMoreInformationException
Henri Sara [Thu, 22 Dec 2011 08:15:17 +0000 (10:15 +0200)]
Rename CustomField.createContent() to initContent() (#3718).
Leif Åstrand [Thu, 22 Dec 2011 07:41:03 +0000 (09:41 +0200)]
Rename @RootWidgetset -> @Widgetset
Leif Åstrand [Thu, 22 Dec 2011 07:40:34 +0000 (09:40 +0200)]
Rename @RootTheme -> @Theme
Leif Åstrand [Thu, 22 Dec 2011 07:37:43 +0000 (09:37 +0200)]
Rename AjaxPageHandler -> BootstrapHandler
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
Artur Signell [Thu, 22 Dec 2011 06:45:47 +0000 (08:45 +0200)]
Javadoc typo
Artur Signell [Thu, 22 Dec 2011 06:27:52 +0000 (08:27 +0200)]
Removed getStringValue based on API review meeting
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
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
Artur Signell [Wed, 21 Dec 2011 17:00:02 +0000 (19:00 +0200)]
#8102 getConvertedFieldValue -> getConvertedValue, added
setConvertedValue
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.
Artur Signell [Wed, 21 Dec 2011 09:31:41 +0000 (11:31 +0200)]
#8095 Renamed FieldBinderFieldFactory -> FormBuilderFieldFactory
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
Leif Åstrand [Wed, 21 Dec 2011 08:56:25 +0000 (10:56 +0200)]
Add antcontrib: prefix to an if block
Henri Sara [Wed, 21 Dec 2011 08:53:44 +0000 (10:53 +0200)]
Fix TableMultiSelectSimple test (see #8125 - removed conversions).
Leif Åstrand [Wed, 21 Dec 2011 08:51:06 +0000 (10:51 +0200)]
Create the right type of AbstractTextField and use TextField as default
Henri Sara [Wed, 21 Dec 2011 08:50:23 +0000 (10:50 +0200)]
Fix test TableSingleSelect (see #8125 - removed automatic conversions).
Artur Signell [Wed, 21 Dec 2011 08:40:43 +0000 (10:40 +0200)]
#8101 Deprecated PropertyFormatter in favor of Converters
Henri Sara [Wed, 21 Dec 2011 08:37:21 +0000 (10:37 +0200)]
Improve javadoc for bean validation (#8093).
Artur Signell [Wed, 21 Dec 2011 08:30:40 +0000 (10:30 +0200)]
Added FormBuilder.BuildException
Artur Signell [Wed, 21 Dec 2011 08:09:46 +0000 (10:09 +0200)]
#8125 Javadoc update
Artur Signell [Wed, 21 Dec 2011 08:03:50 +0000 (10:03 +0200)]
#8125 Removed remaining references to Property.ConversionException
Artur Signell [Wed, 21 Dec 2011 08:01:59 +0000 (10:01 +0200)]
Include original conversion exception as cause for exception
Artur Signell [Wed, 21 Dec 2011 07:35:14 +0000 (09:35 +0200)]
Noted that the caption property must be of String type
Artur Signell [Wed, 21 Dec 2011 07:28:01 +0000 (09:28 +0200)]
Removed obsolete UriFragmentUtilityListener test
Marc Englund [Wed, 21 Dec 2011 07:21:25 +0000 (09:21 +0200)]
Minor change to isChromeFrame logic
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.
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
Artur Signell [Tue, 20 Dec 2011 14:58:48 +0000 (16:58 +0200)]
TextField no longer supports a "secret" mode
Artur Signell [Tue, 20 Dec 2011 14:56:57 +0000 (16:56 +0200)]
TextField -> TextArea
Artur Signell [Tue, 20 Dec 2011 14:55:17 +0000 (16:55 +0200)]
Fixed test to ignore removed OrderedLayout and ExpandLayout
Artur Signell [Tue, 20 Dec 2011 14:44:14 +0000 (16:44 +0200)]
Removed test that is no longer needed
Artur Signell [Tue, 20 Dec 2011 14:36:54 +0000 (16:36 +0200)]
TextField -> TextArea
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
Artur Signell [Tue, 20 Dec 2011 14:25:51 +0000 (16:25 +0200)]
Fixed test to use TextArea instead of TextField
Leif Åstrand [Tue, 20 Dec 2011 14:22:56 +0000 (16:22 +0200)]
Add one missing antcontrib: prefix
Artur Signell [Tue, 20 Dec 2011 14:20:22 +0000 (16:20 +0200)]
Removed remaining references to FormBuilderException
Leif Åstrand [Tue, 20 Dec 2011 14:18:46 +0000 (16:18 +0200)]
Enable finding theme resources without a Callback instance
Artur Signell [Tue, 20 Dec 2011 13:54:19 +0000 (15:54 +0200)]
Throw real exceptions from helpers in ReflectTools
Artur Signell [Tue, 20 Dec 2011 12:38:11 +0000 (14:38 +0200)]
Re-added deprecated booleanValue() to ease migration
Artur Signell [Tue, 20 Dec 2011 11:32:15 +0000 (13:32 +0200)]
Corrected assert string
Artur Signell [Tue, 20 Dec 2011 11:30:52 +0000 (13:30 +0200)]
Removed test script for test that is no longer available
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.
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
Mikael Vappula [Tue, 20 Dec 2011 11:30:06 +0000 (13:30 +0200)]
Added xml namespace declaration for tasks in ant contrib
Artur Signell [Tue, 20 Dec 2011 11:14:11 +0000 (13:14 +0200)]
Test using FormBuilder and nested properties
Artur Signell [Tue, 20 Dec 2011 10:46:57 +0000 (12:46 +0200)]
Merge remote-tracking branch 'origin/6.8'
Artur Signell [Tue, 20 Dec 2011 09:10:21 +0000 (11:10 +0200)]
Fixed test for text area
Artur Signell [Tue, 20 Dec 2011 10:37:08 +0000 (10:37 +0000)]
Fixed test mixup
svn changeset:22455/svn branch:6.8
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
Leif Åstrand [Tue, 20 Dec 2011 10:20:20 +0000 (12:20 +0200)]
Fix more issues related to browserDetails requests in portlets (#8052)
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
Henri Sara [Tue, 20 Dec 2011 08:12:07 +0000 (10:12 +0200)]
Add javadoc for AbstractField.getInternalValue().
Leif Åstrand [Tue, 20 Dec 2011 08:09:40 +0000 (10:09 +0200)]
Add / to the base of the browser details request url
Leif Åstrand [Tue, 20 Dec 2011 07:31:47 +0000 (09:31 +0200)]
Fix npe (#6619)
Leif Åstrand [Tue, 20 Dec 2011 07:29:36 +0000 (09:29 +0200)]
Fix typo in public API
Leif Åstrand [Tue, 20 Dec 2011 06:31:07 +0000 (08:31 +0200)]
#6619 AbstractApplicationServlet.init: parameters reading order is strange
Leif Åstrand [Tue, 20 Dec 2011 06:18:25 +0000 (08:18 +0200)]
Add Application.getRoots()
Leif Åstrand [Tue, 20 Dec 2011 06:09:13 +0000 (08:09 +0200)]
Make Root.init abstract, add non-abstract LegacyWindow and migrate tests
Leif Åstrand [Mon, 19 Dec 2011 16:33:55 +0000 (18:33 +0200)]
Add license and Serializable to ServletPortletHelper
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.
Leif Åstrand [Mon, 19 Dec 2011 14:58:26 +0000 (16:58 +0200)]
Support the second bootstrap request in portlets (#8052)
Artur Signell [Mon, 19 Dec 2011 14:45:46 +0000 (16:45 +0200)]
#8026, #5750 Set FormLayout default width back to 100%
Artur Signell [Mon, 19 Dec 2011 14:39:16 +0000 (16:39 +0200)]
Javadoc
Artur Signell [Mon, 19 Dec 2011 14:39:04 +0000 (16:39 +0200)]
#8095 Only use BeanValidation if a JSR-303 implementation is available
Artur Signell [Mon, 19 Dec 2011 14:01:26 +0000 (16:01 +0200)]
Test for form with nested properties