summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data/util
Commit message (Expand)AuthorAgeFilesLines
...
* | Mark ConverterFactory as SerializableLeif Åstrand2011-12-091-1/+3
* | Add license header to some new filesLeif Åstrand2011-12-0911-0/+44
* | Use Logger for debug messages in DefaultConverterFactory.Henri Sara2011-12-091-5/+9
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-0971-98/+106
|\|
| * #6603 Added IllegalArgumentException to javadoc and added testArtur Signell2011-12-081-1/+4
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0871-93/+93
| * #6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not nullArtur Signell2011-12-071-0/+5
| * #4426 avoid calling datasource.getValue() multiple times unnecessarilyHenri Sara2011-11-181-4/+9
| * Form and Table now sets property to fields Viewer property if one exists. fix...Matti Tahvonen2011-11-161-1/+1
| * PropertyFormatter's format now don't get called with weird Boolean value when...Matti Tahvonen2011-11-161-9/+8
* | Merge branch 'master' into databindingHenri Sara2011-12-081-7/+5
|\ \
| * | Merged fixes from 6.7Artur Signell2011-11-251-8/+12
| |/
* | First take on ConvertersArtur Signell2011-11-2511-0/+468
* | Convert nested data model event classes to static where possible.Henri Sara2011-11-114-9/+9
* | Eliminate more Field and Property related raw type warnings.Henri Sara2011-11-1113-24/+29
* | Eliminate some generics related warnings in core (non-API).Henri Sara2011-11-118-11/+12
* | #7917 Add BeanItem.expandProperty() and use it in form tests.Henri Sara2011-11-101-0/+34
* | #6887 addNestedContainerBean() in AbstractBeanContainer to replace aHenri Sara2011-11-101-1/+35
* | Merge branch 'master' into databindingHenri Sara2011-11-082-1/+21
|\|
| * #7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainerArtur Signell2011-10-271-1/+16
| * #7698 FileSystemContainer throws NPE when a directory cannot be readArtur Signell2011-10-271-0/+5
* | Parameterize Property and Field with the value type.Henri Sara2011-11-087-44/+46
* | Eliminate more cases that used Property.toString().Henri Sara2011-11-081-4/+3
* | Throw exception from Property.toString() implementations.Henri Sara2011-11-073-3/+7
* | Partly eliminate the use of Property.toString().Henri Sara2011-11-077-14/+75
|/
* Adjusting the logging levels for #7736Jonatan Kronqvist2011-10-101-1/+1
* Fixed #7736 - downgraded INFO log statements to FINE or FINERJonatan Kronqvist2011-10-101-13/+13
* #7697 SQLContainer.containsId logs a ClassCastExceptionArtur Signell2011-09-301-1/+1
* Fixed npe in SQLContainer's J2EEConnectionPool #7597Jonatan Kronqvist2011-09-221-4/+10
* Cleanup for #7434Jonatan Kronqvist2011-09-121-6/+4
* Applied patch fixing #7391Jonatan Kronqvist2011-09-081-1/+30
* Fix for #7434Jonatan Kronqvist2011-09-081-1/+10
* Fix for #7186 - it is now possible to continue using the SQLContainer after a...Jonatan Kronqvist2011-09-051-0/+24
* Merged changes from 6.6Henri Sara2011-09-021-1/+1
|\
| * #7517 regression fix: avoid unnecessary notificationHenri Sara2011-09-021-1/+1
* | Merged changes from 6.6Henri Sara2011-09-012-4/+16
|\|
| * #7517 IndexedContainer.addItem() performance improvement, related performance...Henri Sara2011-09-012-4/+16
* | Merged changes from 6.6 to 6.7Henri Sara2011-08-241-1/+1
|\|
| * #7384 IndexedContainerProperty.setValue(Object) eats java.lang.ExceptionArtur Signell2011-08-111-1/+1
| * #7182 HierarchicalContainer removeItem and hasChildren do not work togetherArtur Signell2011-06-141-1/+8
| * #7129 Properly clean up "filteredParent" when removing filtersArtur Signell2011-06-071-0/+1
| * #7129 Properly clean up "filteredParent" when removing an item from a filtere...Artur Signell2011-06-061-0/+8
* | Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-2454-28/+182
* | Replaced TableQuery debug mechanism with java.util.Logging #5712John Alhroos2011-08-191-31/+19
* | Replaced SQLContainers own debug logging implementation with java.util.Loggin...John Alhroos2011-08-171-66/+66
* | Marked SQLUtil as SerializableJohn Alhroos2011-08-121-1/+3
* | Added missing Serializable interface to classes in SQLContainer #5712John Alhroos2011-08-115-5/+12
* | Moved SQLContainer from util package into its own util.sqlcontainer package. ...John Alhroos2011-08-1036-88/+88
* | - Merged SQLContainer with Vaadin 6.7. John Alhroos2011-08-1038-0/+5373
* | Merge from 6.6Henri Sara2011-06-161-1/+17
|\ \ | |/ |/|