aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-0979-199/+427
|\
| * Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0879-144/+144
| |\
| | * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0879-144/+144
| | * #7008 Table.setTableFieldFactory should refresh contentArtur Signell2011-12-071-0/+3
| | * #7704 javadocArtur Signell2011-12-071-1/+1
| | * #7630 Removed note about LoginForm being newArtur Signell2011-12-071-2/+0
| | * #6937 Javadoc fixArtur Signell2011-12-071-2/+2
| | * #5783, #4977 Improved Slider javadocArtur Signell2011-12-071-39/+63
| | * #7668 - Formatted code to adhere to Vaadin coding conventionsJohannes Dahlström2011-11-292-8/+8
| | * #7988 TreeTable.setCollapsed() should not throw NPE if the component has not ...Henri Sara2011-11-282-4/+8
| | * Fixed batch for #7668 - addComponent methods *must* add the component to the ...Johannes Dahlström2011-11-242-22/+74
| | * #7988 no partial refresh for an item that is not in the buffer, improved testHenri Sara2011-11-241-1/+2
| | * #7988 TreeTable.setCollapsed(...) should refresh UIHenri Sara2011-11-242-8/+19
| | * Enhanced tests and fix for #7668 - re-adding a component at an index before i...Johannes Dahlström2011-11-242-42/+22
| | * #7972 drop on table should work also when page length is zeroHenri Sara2011-11-221-11/+6
| | * #7062 ComboBox shows required indicator when in read onlyArtur Signell2011-11-171-1/+1
| | * Form and Table now sets property to fields Viewer property if one exists. fix...Matti Tahvonen2011-11-162-3/+56
| | * #7837 do not use partial updates in TreeTable if the container does not suppo...Henri Sara2011-11-151-2/+18
| * | Merged tests, fixes and javadoc updates from 6.7Artur Signell2011-12-085-44/+69
| * | #7668 fix and tests merged from 6.7Johannes Dahlström2011-11-302-2/+34
| * | Merge changes from 6.7 to 6.8Henri Sara2011-11-292-10/+26
| * | Merged fixes from 6.7Artur Signell2011-11-252-14/+62
* | | Corrected typoArtur Signell2011-12-081-1/+1
* | | Fix compile errors and one failed test caused by mergingLeif Åstrand2011-12-081-3/+8
* | | Merge remote branch 'origin/databinding'Leif Åstrand2011-12-0822-370/+719
|\ \ \
| * | | Add CustomField component in Vaadin core (#3718)Henri Sara2011-12-082-5/+256
| * | | Merge branch 'master' into databindingHenri Sara2011-12-083-55/+63
| |\ \ \
| * | | | #8061 Removed NativeButton(String caption, Object target, StringArtur Signell2011-12-051-4/+0
| * | | | #8061 Remove Button(String caption, Object target, String methodName)Artur Signell2011-12-051-21/+0
| * | | | #8026 remove some deprecated API from CustomComponentHenri Sara2011-12-011-39/+0
| * | | | Handle fields with no data source in AbstractField.convertToDataSource()Henri Sara2011-12-011-21/+18
| * | | | Initial implementation of using converters in TableArtur Signell2011-11-281-2/+50
| * | | | Initial implementation of converters for AbstractFieldArtur Signell2011-11-285-117/+224
| * | | | Default value for a CheckBox is now false and not null. RemovedArtur Signell2011-11-281-16/+2
| * | | | Merge branch 'master' into databindingArtur Signell2011-11-248-347/+226
| |\ \ \ \
| * | | | | #7930 Eliminate Validator.isValid()Henri Sara2011-11-123-41/+11
| * | | | | Convert nested data model event classes to static where possible.Henri Sara2011-11-113-4/+4
| * | | | | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-115-7/+7
| * | | | | Eliminate some generics related warnings in core (non-API).Henri Sara2011-11-113-41/+41
| * | | | | Change Form.addField() parameter from Field to Field<?>.Henri Sara2011-11-101-2/+2
| * | | | | Eliminate generics related warnings in field factories.Henri Sara2011-11-104-13/+15
| * | | | | Merge branch 'master' into databindingHenri Sara2011-11-101-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into databindingHenri Sara2011-11-083-108/+369
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Parameterize Property and Field with the value type.Henri Sara2011-11-0811-57/+69
| * | | | | | Eliminate more cases that used Property.toString().Henri Sara2011-11-083-9/+18
| * | | | | | Throw exception from Property.toString() implementations.Henri Sara2011-11-073-7/+7
| * | | | | | Partly eliminate the use of Property.toString().Henri Sara2011-11-076-26/+73
| * | | | | | Remove Field.getCaption(), getDescription() and setDescription().Henri Sara2011-11-071-17/+0
* | | | | | | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-12-083-54/+62
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merged fixes from 6.7Artur Signell2011-12-012-14/+62