summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* #8093 Support JSR-303 Bean ValidationHenri Sara2011-12-162-0/+438
* Added missing license infoArtur Signell2011-12-162-0/+6
* Made StringLengthValidator compatible with RangeValidator (use null forArtur Signell2011-12-161-24/+22
* #8095 Added field type to field factory to be able to validate that aArtur Signell2011-12-163-34/+138
* Added missing license infoArtur Signell2011-12-161-0/+3
* #8094 Initial implementation of two phase commitArtur Signell2011-12-163-20/+216
* #8127 Added setBuffered and isBuffered to com.vaadin.data.BufferedArtur Signell2011-12-151-0/+38
* #8101 Made it possible to use different strings to represents BooleansArtur Signell2011-12-151-5/+18
* #8101 Consistent handling of null localeArtur Signell2011-12-154-9/+12
* #8095 Corrected getUnboundPropertyIds implementation and fixed javadocArtur Signell2011-12-151-2/+8
* Fixed javadoc typoArtur Signell2011-12-151-1/+1
* Restore the legacy functionality of Root.addComponent and its relativesLeif Åstrand2011-12-151-57/+14
* Update uri fragment parameter reading for #8098Leif Åstrand2011-12-151-4/+3
* Ensure WebBrowser is updated and available from BrowserDetails (#8098)Leif Åstrand2011-12-155-108/+76
* Check for client side details for all requestsLeif Åstrand2011-12-151-2/+1
* Make analyzeLayouts work with RootsLeif Åstrand2011-12-151-2/+1
* #8127 Add setBuffered to ease use of read through and write throughArtur Signell2011-12-151-8/+68
* Fix setting of source exception setting on commit.Henri Sara2011-12-151-1/+1
* #8019/#8117/#6081 Cleaned up code and fixed issue where an invalidArtur Signell2011-12-151-38/+91
* Added comment that null values are always accepted for RangeValidatorArtur Signell2011-12-151-3/+14
* #8110 Added comments that comparison is done directly on the date objectArtur Signell2011-12-151-2/+13
* Fixed missing apache licenseArtur Signell2011-12-155-13/+13
* #8097 Root does not send resize eventsLeif Åstrand2011-12-152-6/+155
* Fix missing SerializableLeif Åstrand2011-12-151-1/+2
* Fixed missing licenses and Serializable issuesArtur Signell2011-12-153-3/+13
* #8095 Initial raw version of FieldBinder and related classesArtur Signell2011-12-157-0/+1235
* Fixed exception message to report correctly what it was trying toArtur Signell2011-12-151-1/+1
* #8101 All Strings are now trimmed before conversionArtur Signell2011-12-145-3/+29
* #6081 Always also zero out millisecondsArtur Signell2011-12-141-0/+1
* #8110 Validation is now done on the converted valueArtur Signell2011-12-1412-102/+418
* #8118 Remove support for millisecond resolutionArtur Signell2011-12-145-83/+3
* #8117 DateField resolution default should be dayArtur Signell2011-12-141-2/+4
* #6081 DateField should zero fields that are not part of the resolutionArtur Signell2011-12-141-19/+20
* #8019 Changed DateField resolution to enumArtur Signell2011-12-141-109/+118
* Use getter and setter for source exceptionArtur Signell2011-12-141-16/+25
* Move initial UIDL generation out from AjaxPageHandlerLeif Åstrand2011-12-144-37/+56
* Move the initialization of AjaxPageHandler to avoid null pointersLeif Åstrand2011-12-143-150/+160
* #8052 Restore Portlet supportLeif Åstrand2011-12-1415-880/+1084
* Update regex to cope with the request paths used in portletsLeif Åstrand2011-12-141-1/+1
* Migrate AAP.getStaticFilesLocstion to WrappedPortletRequestLeif Åstrand2011-12-142-29/+22
* Refactor to use different WrappedRequests for Portal specific hacksLeif Åstrand2011-12-147-287/+287
* Merge branch 'windowing'Marc Englund2011-12-144-52/+193
|\
| * UIDL can now be included in initial html, or second 'browser details' respons...Marc Englund2011-12-144-52/+193
* | Fix null handling for CheckBox.Henri Sara2011-12-131-1/+3
* | #8111 Remove dotted prefix of nested property names from captions.Henri Sara2011-12-131-0/+4
* | Update license header in one more source file.Henri Sara2011-12-131-1/+1
* | Update old license headersHenri Sara2011-12-1315-16/+16
* | Misc minor javadoc fixesArtur Signell2011-12-124-14/+64
* | #8103 ConverterFactory is no longer static + javadoc updatesArtur Signell2011-12-123-37/+67
* | Removed unused classArtur Signell2011-12-121-18/+0