summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | | | | Attempt to make test more robustArtur Signell2011-12-231-84/+78
| * | | | | Minitutorial applicationsArtur Signell2011-12-224-0/+147
| * | | | | Test for #8191Artur Signell2011-12-222-0/+64
| * | | | | #8184 Tests for FieldGroupArtur Signell2011-12-225-0/+782
| * | | | | FieldBinder -> FieldGroupArtur Signell2011-12-222-2/+2
| * | | | | 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
| * | | | | com.vaadin.tests.fieldbinder -> com.vaadin.tests.fieldgroupArtur Signell2011-12-228-8/+8
* | | | | | Updated Release Notes for 7.0.0.alpha1.Marko Gronroos2011-12-231-32/+28
|/ / / / /
* | | | | Merge branch 'master' of ssh://dev.vaadin.com/vaadinMarko Gronroos2011-12-221-4/+4
|\ \ \ \ \
| * | | | | Corrected fixed locators so test works againArtur Signell2011-12-221-4/+4
* | | | | | Updated Release Notes for Vaadin 7.0.0.alpha1.Marko Gronroos2011-12-221-528/+387
|/ / / / /
* | | | | 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-2210-24/+176
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merged changes from 6.8Johannes Dahlström2011-12-2212-28/+262
| * | | | #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
* | | | | Code for some of the mini tutorialsLeif Åstrand2011-12-224-0/+294
* | | | | Changed tests to be screenshot based to avoid bug in TestBenchArtur Signell2011-12-222-9/+4
* | | | | #8102 Changing data source type from Double -> Number can keep theArtur Signell2011-12-221-3/+7