summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-0887-138/+138
* #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
* #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
* 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
* Merged changes from 6.6Henri Sara2011-09-272-1/+24
* 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-242-1/+14
|\|
| * #7384 IndexedContainerProperty.setValue(Object) eats java.lang.ExceptionArtur Signell2011-08-112-1/+14
* | 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
|/
* #7198 simplify code in AbstractValidator.validate()Henri Sara2011-06-231-6/+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
* #6286 Getters for fields of SimpleStringFilter to enable creation of lazy imp...Henri Sara2011-05-031-0/+48
* #6527 Minor protected API improvement in AbstractInMemoryContainerHenri Sara2011-04-273-12/+25
* #6527 Minor cleanup in AbstractInMemoryContainerHenri Sara2011-04-262-21/+39
* #6572 added commentsHenri Sara2011-04-262-0/+8
* #4659 Container javadoc improvements based on review.Henri Sara2011-04-261-20/+31
* #1410 getListeners method for all classes that have addListener/removeListenerArtur Signell2011-04-194-0/+69
* #4995 Nested bean property support: no extra property type parameter to addNe...Henri Sara2011-04-194-20/+35
* #4995 Nested bean property support: NestedMethodProperty does not inherit Met...Henri Sara2011-04-193-134/+143
* #6860 Moved much of the read-only logic to AbstractPropertyHenri Sara2011-04-193-46/+25
* #6860 TextFileProperty read-only notification fixHenri Sara2011-04-191-1/+1
* #6860 introduced AbstractProperty with common functionality of most property ...Henri Sara2011-04-185-573/+191
* #4995 Nested bean property support Henri Sara2011-04-187-124/+620
* #6286 Container filtering improvements: javadoc improvements and corrections ...Henri Sara2011-03-232-13/+21
* #6286 Container filtering improvements: Filterable does not inherit SimpleFil...Henri Sara2011-03-214-23/+42
* #4659 javadoc updates and cleanup for Container and most of its sub-interface...Henri Sara2011-03-211-59/+224
* #6286 Container filtering improvements: javadoc, more unit testsHenri Sara2011-03-172-13/+25
* #6286 Container filtering improvements: initial version of the Compare filter...Henri Sara2011-03-161-0/+316