summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Javadoc typoArtur Signell2011-12-221-1/+1
* Removed getStringValue based on API review meetingArtur Signell2011-12-2212-117/+40
* #8101 Swapped generics parameter order for Converter based on API reviewArtur Signell2011-12-2116-93/+84
* #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-2113-121/+143
* #8102 getConvertedFieldValue -> getConvertedValue, addedArtur Signell2011-12-213-7/+25
* #8102 Removed "value" from value converter used in AbstractField andArtur Signell2011-12-216-54/+51
* #8095 Renamed FieldBinderFieldFactory -> FormBuilderFieldFactoryArtur Signell2011-12-213-5/+5
* #8110 Allow Integers and Doubles to pass throughArtur Signell2011-12-213-0/+87
* Add antcontrib: prefix to an if blockLeif Åstrand2011-12-211-4/+4
* Fix TableMultiSelectSimple test (see #8125 - removed conversions).Henri Sara2011-12-211-1/+1
* Create the right type of AbstractTextField and use TextField as defaultLeif Åstrand2011-12-211-18/+16
* Fix test TableSingleSelect (see #8125 - removed automatic conversions).Henri Sara2011-12-211-1/+1
* #8101 Deprecated PropertyFormatter in favor of ConvertersArtur Signell2011-12-211-0/+3
* Improve javadoc for bean validation (#8093).Henri Sara2011-12-211-7/+49
* Added FormBuilder.BuildExceptionArtur Signell2011-12-212-3/+13
* #8125 Javadoc updateArtur Signell2011-12-211-3/+2
* #8125 Removed remaining references to Property.ConversionExceptionArtur Signell2011-12-214-10/+2
* Include original conversion exception as cause for exceptionArtur Signell2011-12-211-1/+2
* Noted that the caption property must be of String typeArtur Signell2011-12-211-1/+3
* Removed obsolete UriFragmentUtilityListener testArtur Signell2011-12-211-13/+0
* Minor change to isChromeFrame logicMarc Englund2011-12-211-1/+1
* Initial unsupported-browser-warning-page for #7985Marc Englund2011-12-214-3/+129
* #8125 Removed Property.ConversionException and String constructor basedArtur Signell2011-12-2118-173/+50
* TextField no longer supports a "secret" modeArtur Signell2011-12-212-198/+1
* TextField -> TextAreaArtur Signell2011-12-212-11/+12
* Fixed test to ignore removed OrderedLayout and ExpandLayoutArtur Signell2011-12-211-108/+55
* Removed test that is no longer neededArtur Signell2011-12-211-182/+0
* TextField -> TextAreaArtur Signell2011-12-211-3/+2
* Do not allow setting height for components that do not support itArtur Signell2011-12-211-0/+10
* Fixed test to use TextArea instead of TextFieldArtur Signell2011-12-211-1/+1
* Add one missing antcontrib: prefixLeif Åstrand2011-12-201-1/+1
* Removed remaining references to FormBuilderExceptionArtur Signell2011-12-201-8/+10
* Enable finding theme resources without a Callback instanceLeif Åstrand2011-12-205-26/+37
* Throw real exceptions from helpers in ReflectToolsArtur Signell2011-12-202-50/+38
* Re-added deprecated booleanValue() to ease migrationArtur Signell2011-12-201-0/+13
* Corrected assert stringArtur Signell2011-12-201-2/+2
* Removed test script for test that is no longer availableArtur Signell2011-12-201-42/+0
* Ant scp task is not in ant contrib, reverted faulty namespace decl.Mikael Vappula2011-12-201-4/+4
* Added xml namespace declaration for tasks in ant contribMikael Vappula2011-12-201-22/+23
* Test using FormBuilder and nested propertiesArtur Signell2011-12-201-0/+49
* Merge remote-tracking branch 'origin/6.8'Artur Signell2011-12-2012-52/+176
|\
| * Fixed test mixupArtur Signell2011-12-203-31/+24
| * Split test for #5655 to separate file to avoid issues with screenshots and ch...Artur Signell2011-12-204-34/+99
| * #5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated ...Artur Signell2011-12-205-19/+72
| * Merge #8143 to 6.8 and add missing methods to the Console interfaceLeif Åstrand2011-12-165-4/+23
| * #8089 Don't fire TextChangeEvent inside TextChangeEventLeif Åstrand2011-12-091-7/+9
| * #8035 - More generic fix based on reviewLeif Åstrand2011-12-091-21/+15
| * Fixed test class nameArtur Signell2011-12-091-19/+19
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-091-1/+1
* | Fixed test for text areaArtur Signell2011-12-201-9/+14