summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #8172 WrappedResponse is missing javadocLeif Åstrand2012-01-041-2/+111
* Use sendError instead of just a status codeLeif Åstrand2012-01-041-1/+2
* Move invocation of incrementActiveRequests based on review (#8190)Leif Åstrand2012-01-021-3/+3
* #8190 Recorder no longer waits for Vaadin application to loadLeif Åstrand2012-01-021-4/+3
* Merge branch 'contrib'Leif Åstrand2012-01-028-176/+214
|\
| * #8019 Implemented Serializable in Size so you can serialize when you size.Jens Jansson2011-12-221-1/+1
| * #8019 Switched AbsoluteLayout size units when unset from null to pixels as th...Jens Jansson2011-12-221-5/+5
| * #8019 fixed an NPE which came along with changing Sizable units from constant...Jens Jansson2011-12-221-2/+10
| * #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-228-176/+206
* | Remove support for interpreting VView with a "sub" attribute as VWindowLeif Åstrand2011-12-281-5/+1
* | Deprecated Form. Use FieldGroup instead.Artur Signell2011-12-231-0/+4
* | Corrected error message to show model and not presentation type whenArtur Signell2011-12-224-5/+5
* | Use DefaultFieldGroupFieldFactory by defaultArtur Signell2011-12-221-1/+1
* | License comment added to UnsupportedBrowserHandlerMarc Englund2011-12-221-0/+3
* | Javadocced the fact that root preserving should not be toggled on-the-fly whe...Marc Englund2011-12-221-0/+4
* | Root preservation should now work, even with @EagerInit etc. Also if turned o...Marc Englund2011-12-221-23/+25
* | Remove TransactionalProperty that was replaced byHenri Sara2011-12-222-63/+4
* | Merge remote branch 'origin/6.8'Henri Sara2011-12-225-14/+42
|\ \
| * | Merged changes from 6.8Johannes Dahlström2011-12-225-19/+41
| * | #5655 Javadoc that the size is only updated on full repaintArtur Signell2011-12-201-1/+7
* | | Remove extra @Override annotation.Henri Sara2011-12-221-1/+0
* | | Changed javadoc to match current functionalityMarc Englund2011-12-221-4/+1
* | | Changed how UnsupportedBrowserHandler 'singleton' stored to match app resourc...Marc Englund2011-12-222-17/+5
* | | External UnsupportedBrowserHandlerMarc Englund2011-12-223-57/+105
* | | #8102 Changing data source type from Double -> Number can keep theArtur Signell2011-12-221-3/+7
* | | Print type info when an illegal type is passed to setValueArtur Signell2011-12-221-2/+3
* | | Make LegacyWindow init eager as there was no other initialization in V6Leif Åstrand2011-12-221-10/+2
* | | com.vaadin.data.fieldbinder -> com.vaadin.data.fieldgroupArtur Signell2011-12-226-7/+7
* | | DefaultFormBuilderFieldFactort -> DefaultFieldGroupFieldFactoryArtur Signell2011-12-221-1/+1
* | | Also check contents of BrowserDetails to determine if details are thereLeif Åstrand2011-12-221-3/+5
* | | Add license to EagerInit.javaLeif Åstrand2011-12-221-0/+3
* | | Rename BeanValidationValidator to BeanValidator based on review.Henri Sara2011-12-222-5/+5
* | | Move bean validation implementation availability check toHenri Sara2011-12-222-20/+30
* | | Remove @ClientWidget for RootLeif Åstrand2011-12-224-13/+29
* | | Integrated FormBuilder into FieldGroup, renamedArtur Signell2011-12-224-312/+264
* | | bindFields -> bindMemberFields + javadocArtur Signell2011-12-221-16/+38
| |/ |/|
* | Change the default to a two request bootstrapLeif Åstrand2011-12-224-24/+30
* | Add javadoc to Property.Transactional and TransactionalPropertyWrapper.Henri Sara2011-12-222-0/+28
* | Rename TransactionalProperty to Property.Transactional based on reviewHenri Sara2011-12-223-4/+58
* | #8095 Method renames based on API review meetingArtur Signell2011-12-222-35/+35
* | Renamed FieldBinder -> FieldGroup, BeanFieldBinder -> BeanFieldGroupArtur Signell2011-12-223-18/+29
* | #8173 Deprecated separate read through and write through modesArtur Signell2011-12-223-1/+26
* | Removed static helper for BeanValidationValidator as it incorrectlyArtur Signell2011-12-222-157/+7
* | Javadoc fixesArtur Signell2011-12-227-36/+44
* | Replace RootPreserveStrategy with Application.setRootPreserved(boolean)Leif Åstrand2011-12-222-111/+46
* | RootRequiresMoreInformation -> RootRequiresMoreInformationExceptionLeif Åstrand2011-12-226-21/+21
* | Rename CustomField.createContent() to initContent() (#3718).Henri Sara2011-12-221-6/+9
* | Rename @RootWidgetset -> @WidgetsetLeif Åstrand2011-12-222-4/+4
* | Rename @RootTheme -> @ThemeLeif Åstrand2011-12-222-3/+3
* | Rename AjaxPageHandler -> BootstrapHandlerLeif Åstrand2011-12-225-60/+60