summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Remove dead codeJohannes Dahlström2014-01-171-6/+0
| |_|/ |/| |
* | | Simplified support for null intermediate properties (#11435)Artur Signell2013-11-304-163/+21
| |/ |/|
* | Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)Jarno Rantala2013-10-164-18/+214
* | Merge changes from origin/7.1Artur Signell2013-09-172-1/+12
|\|
| * NullPointerException in DateToSqlDateConverter (#12284)Edoardo Vacchi2013-09-131-0/+9
| * NullPointerException in TableQuery.fetchMetadata() (#11403)Edoardo Vacchi2013-09-131-1/+3
* | Add StringToLongConverter for automatic handling of long values (#12291)Artur Signell2013-09-032-0/+80
* | Merge changes from origin/7.1Leif Åstrand2013-08-301-1/+1
|\|
| * Fixed a typo in FieldGroup.isModified() JavaDoc. (#12172)Teemu Pöntelin2013-08-121-1/+1
* | Merge from origin/7.1Artur Signell2013-08-191-1/+17
|\|
| * Make sure bean field validators are only added once (#11045)Patrik Lindström2013-08-071-1/+17
* | Merge changes from origin/7.1Artur Signell2013-08-191-1/+16
|\|
| * Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-011-1/+16
* | Support for null intermediate beans in NestedMethodProperty (#11435)Matti Hosio2013-08-094-5/+156
* | BeanValidator changed to throw exception with array of causes (#11324)Jarno Rantala2013-07-301-12/+7
* | Merge changes from origin/7.1Leif Åstrand2013-07-151-0/+5
|\|
| * Fix NPE in Like.java (#10167)Patrik Lindström2013-06-281-0/+5
* | Adds String <-> BigDecimal converter (#9997)Artur Signell2013-07-012-0/+63
* | Removed StringToNumberConverter (#12092)Artur Signell2013-07-012-67/+0
|/
* Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-265-18/+5
* Fix NPE when converting null values (#11895)Artur Signell2013-06-121-20/+39
* Added type parameter to converter methods (#11895)Artur Signell2013-06-1112-50/+124
* Log stack trace using fine when logging toString warningsArtur Signell2013-06-051-0/+5
* Do not log legacy warnings in JUnit tests (#11963)Artur Signell2013-05-311-5/+5
* Add missing license headerArtur Signell2013-05-281-1/+1
* Added Serializable where missing and ignore classes which do not need Seriali...Artur Signell2013-05-281-1/+2
* Added Java Date to Sql Date converter to better support sql dates (#11224)Artur Signell2013-05-242-0/+61
* Modified the logic in setPropertyDatasource which determines if a new convert...Artur Signell2013-05-221-4/+46
* Fixed order of parameters in javadoc (#11158)Artur Signell2013-05-221-3/+3
* Extracted common code for number conveters to abstract super class (#11900)Artur Signell2013-05-225-229/+148
* Merge changes from origin/7.0Leif Åstrand2013-05-171-3/+5
|\
| * SQLContainer.indexOfId() also searches backwards (#11849, #10376)Henri Sara2013-05-141-3/+5
* | Support schemas and catalogs in TableQuery (#7827)Henri Sara2013-04-251-33/+167
* | Replaced Filterable.hasContainerFilters with getContainerFilters (#11234)Artur Signell2013-04-245-8/+63
* | Re-added Property.toString warning messages (#10916)Artur Signell2013-04-244-49/+165
* | Global code reformatLeif Åstrand2013-04-051-1/+2
* | Added Container.hasContainerFilters() API #11234John Ahlroos2013-03-225-1/+33
* | Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-213-230/+292
|\|
| * Eliminate connection/statement/result set leaks in TableQuery (#10582)Leif Åstrand2013-03-133-230/+292
* | Create a PopupDateField by default for Dates (#11159)Artur Signell2013-03-181-1/+2
* | Merge commit '6922bc5b49c5551b289a5025ccd5901e2ac3aafc'Artur Signell2013-03-124-8/+6
|\|
| * Corrected javadoc (#10774)Artur Signell2013-03-061-3/+3
| * Corrected javadoc regarding nested property support (#8210)Artur Signell2013-03-062-4/+2
| * Catch NoSuchFieldException instead of NoSuchFieldError (#10944)Artur Signell2013-03-051-1/+1
* | Merge remote-tracking branch 'origin/7.0'John Ahlroos2013-03-015-19/+34
|\|
| * Fixed BindException when binding nested properties with BeanFieldGroup.buildA...John Ahlroos2013-02-281-2/+12
| * (#10563) Logging now uses parameters.Mikael Grankvist2013-02-284-17/+22
* | Merge "Added support for Dates to DefaultFieldGroupFieldFactory (#8539)"John Ahlroos2013-02-141-0/+25
|\ \
| * | Added support for Dates to DefaultFieldGroupFieldFactory (#8539)Artur Signell2013-02-121-0/+25
| |/
* | Fix JDK 1.7 dependency in #10426Henri Sara2013-02-141-1/+2