summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix more issues related to browserDetails requests in portlets (#8052)Leif Åstrand2011-12-202-1/+14
* | Add javadoc for AbstractField.getInternalValue().Henri Sara2011-12-201-1/+12
* | Add / to the base of the browser details request urlLeif Åstrand2011-12-201-1/+9
* | Fix npe (#6619)Leif Åstrand2011-12-202-2/+2
* | Fix typo in public APILeif Åstrand2011-12-207-14/+14
* | #6619 AbstractApplicationServlet.init: parameters reading order is strangeLeif Åstrand2011-12-202-17/+20
* | Add Application.getRoots()Leif Åstrand2011-12-201-0/+18
* | Make Root.init abstract, add non-abstract LegacyWindow and migrate testsLeif Åstrand2011-12-20249-694/+769
* | Add license and Serializable to ServletPortletHelperLeif Åstrand2011-12-191-1/+7
* | #8093 Ensure that property id is a non-null String. Cache if BeanArtur Signell2011-12-191-11/+21
* | Support the second bootstrap request in portlets (#8052)Leif Åstrand2011-12-193-6/+38
* | #8026, #5750 Set FormLayout default width back to 100%Artur Signell2011-12-191-0/+1
* | JavadocArtur Signell2011-12-191-0/+5
* | #8095 Only use BeanValidation if a JSR-303 implementation is availableArtur Signell2011-12-192-26/+46
* | Test for form with nested propertiesArtur Signell2011-12-192-0/+164
* | Added generics to FieldBinderFieldFactoryArtur Signell2011-12-193-23/+40
* | #8095 Allow binding all fields in a class using FieldBinder instead ofArtur Signell2011-12-193-156/+182
* | Use BeanItem.addNestedPropertyArtur Signell2011-12-191-17/+22
* | #8153 Add BeanItem.addNestedPropertyArtur Signell2011-12-191-3/+14
* | #8052 Support for root instead of application in portlet.xmlLeif Åstrand2011-12-193-60/+81
* | Refactor #8068 to enable support for portletsLeif Åstrand2011-12-192-32/+121
* | Don't use WeakHashMap as it isn't SerializableLeif Åstrand2011-12-191-2/+1
* | #8095 Use Bean Validation automatically in BeanFieldBinderArtur Signell2011-12-194-67/+291
* | #8093 Removed unused method property, conversion andArtur Signell2011-12-192-182/+2
* | #8102 Allow overriding the conversion error message for FieldsArtur Signell2011-12-191-8/+55
* | ConversionException must be static to be useful outside ConverterArtur Signell2011-12-191-1/+1
* | #3667 Remove deprecated API from MenuBar (setSubMenuIcon & setCollapse)Artur Signell2011-12-192-82/+0
* | Removed executable flag that causes problems on WindowsArtur Signell2011-12-191-0/+0
* | Class for creating a GraphViz chart for Vaadin component hierarchyArtur Signell2011-12-191-0/+149
* | #8026 Removed deprecated API from TextFieldArtur Signell2011-12-1910-496/+45
* | #8026 Removed deprecated FieldFactoryArtur Signell2011-12-194-209/+0
* | #8026 Removed deprecated ExpandLayout and OrderedLayout. Artur Signell2011-12-194-250/+5
* | #8142 Removed Label.setReadOnly that made no senseArtur Signell2011-12-191-28/+0
* | Set the v-theme-xxx class when the theme name is acutally knownLeif Åstrand2011-12-192-12/+9
* | Logging from bootstrap only if debug is enabledLeif Åstrand2011-12-191-2/+1
* | Root now sends click events, fixes #8151Marc Englund2011-12-192-4/+26
* | Fix test broken by #8125 (remove auto-conversions from properties).Henri Sara2011-12-191-2/+2