aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-2290-3500/+3872
* Split Paintable handling from ApplicationConnection to PaintableMap.Artur Signell2012-01-2019-329/+538
* Change getConfigString to not return null for empty string (#8274)Leif Åstrand2012-01-201-1/+1
* Update integration tests to use ff9Leif Åstrand2012-01-121-1/+1
* Test with firefox 8Leif Åstrand2012-01-111-1/+1
* Parent layouts updated to make height: 100% work for the testedLeif Åstrand2012-01-101-0/+3
* Yet another layout test applicationLeif Åstrand2012-01-091-0/+195
* Set the expansion ratio to the right child (#8053)Leif Åstrand2012-01-091-1/+1
* #8170 Updated to work with Vaadin 7Leif Åstrand2012-01-064-95/+168
* Remove invalid javadoc causing eclipse formatter to insert newlinesLeif Åstrand2012-01-061-2/+1
* Merge remote branch 'origin/6.8'Leif Åstrand2012-01-067-18/+368
|\
| * Merged changes from 6.7Johannes Dahlström2011-12-308-18/+368
* | #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapperLeif Åstrand2012-01-064-115/+34
* | Ensure the ThreadLocal request is cleared even if an exception is thrownLeif Åstrand2012-01-061-2/+5
* | #8163 Print an error message if vaadinBootstap.js cannot be loadedLeif Åstrand2012-01-061-2/+7
* | More thorough testing of different init parameters for different rootsLeif Åstrand2012-01-042-12/+30
* | Pass initial request details through the browser (#8232)Leif Åstrand2012-01-046-152/+76
* | Restore serlvet configs that were disabled during Window -> Root splitLeif Åstrand2012-01-041-6/+6
* | #8019 Enum for Label.ContentModeLeif Åstrand2012-01-0460-242/+334
* | Actually ignore subsequent defaults (#8226)Leif Åstrand2012-01-041-0/+1
* | #8226 Don't throw exception when defaults are already definedLeif Åstrand2012-01-041-1/+1
* | #8172 WrappedResponse is missing javadocLeif Åstrand2012-01-041-2/+111
* | Use sendError instead of just a status codeLeif Åstrand2012-01-041-1/+2
* | Updated mini tutorial to use precreated fieldsLeif Åstrand2012-01-021-18/+14
* | 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-022-4/+12
* | The final mini tutorial for alpha1Leif Åstrand2012-01-021-0/+102
* | Merge branch 'contrib'Leif Åstrand2012-01-0215-223/+254
|\ \
| * | #8019 Implemented Serializable in Size so you can serialize when you size.Jens Jansson2011-12-221-1/+1
| * | Merge commit 'b9b1de7779dcb1d85778b056f5d017acd9d3c5a9' into contribJens Jansson2011-12-220-0/+0
| |\ \
| | * | #8019 fixed an NPE which came along with changing Sizable units from constant...Jens Jansson2011-12-221-2/+10
| | * | Renamed getValueConversionError -> getConversionError that was missingArtur Signell2011-12-221-9/+9
| | * | 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-2216-93/+84
| | * | #8101 Renamed source type to presentation and target type to model forArtur Signell2011-12-2213-121/+143
| | * | #8102 getConvertedFieldValue -> getConvertedValue, addedArtur Signell2011-12-223-7/+25
| | * | #8102 Removed "value" from value converter used in AbstractField andArtur Signell2011-12-226-54/+51
| | * | Merge commit '9974da9b640f5ed3b69839c8e4f1d441bd865311' into constants-to-enumJens Jansson2011-12-2110-29/+117
| | |\ \
| | * | | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-2115-223/+246
| * | | | #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-2215-223/+246
* | | | | Remove support for interpreting VView with a "sub" attribute as VWindowLeif Åstrand2011-12-281-5/+1
* | | | | Fixed a typo in Release Notes.Marko Gronroos2011-12-231-1/+1
* | | | | Deprecated Form. Use FieldGroup instead.Artur Signell2011-12-231-0/+4
* | | | | Merge branch 'master' of ssh://dev.vaadin.com/vaadin7.0.0.alpha1Marko Gronroos2011-12-2326-22/+1014
|\ \ \ \ \
| * | | | | Use TextArea instead of TextField with set heightArtur Signell2011-12-231-4/+5
| * | | | | Include vaadinBootstrap.js in Liferay zipArtur Signell2011-12-231-1/+5
| * | | | | Fixed incorrect type (int vs String)Artur Signell2011-12-231-1/+1