aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/data
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from origin/7.1Artur Signell2014-04-23117-125/+125
|\
| * Update copyright year to 2014Artur Signell2014-04-16118-126/+126
* | Merge changes from origin/7.1Artur Signell2014-04-232-7/+27
|\|
| * Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-141-1/+1
| * Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)Teemu Suo-Anttila2014-04-142-7/+27
* | Merge branch '7.2'Jonatan Kronqvist2014-04-144-212/+18
|\ \
| * | Revert "Added ItemSetAddEvent and ItemSetRemoveEvent (#2794)"Jonatan Kronqvist2014-04-114-212/+18
* | | Don't allocate unnecessary memory for empty array of Objects inDenis Anisimov2014-04-101-9/+17
|/ /
* | Added convenience methods for bean binding (#13068)Matti Tahvonen2014-03-271-0/+54
* | Remove all unnecessary semicolons reported by EclipseLeif Åstrand2014-03-215-6/+6
* | Format project files according to conventionsArtur Signell2014-03-191-12/+10
* | Revert "Merge branch 'master' into grid"John Ahlroos2014-03-181-148/+0
* | Merge branch 'master' into gridLeif Åstrand2014-03-181-0/+148
|\ \
| * \ Merge branch 'master' into gridHenrik Paul2014-03-032-122/+143
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-02-127-46/+36
| |\ \ \
| * | | | Grid supports data set changes (#12645)Henrik Paul2013-12-171-12/+59
| * | | | Merge branch 'master' into grid-mergeHenrik Paul2013-12-044-163/+21
| |\ \ \ \
| * | | | | Introduce initial data source support for Grid (#12878)Leif Åstrand2013-11-221-0/+101
* | | | | | Make com.vaadin.data.util.filter.Like accept Object as a property id.Maciej Przepióra2014-03-141-2/+2
* | | | | | Merge changes from origin/7.1Build Agent2014-03-131-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Class AbstractTransactionalQuery should be public (#12285)Edoardo Vacchi2014-03-121-1/+1
* | | | | Merge changes from origin/7.1Build Agent2014-02-271-79/+101
|\| | | |
| * | | | Fix SQLContainer paging and caching issue (#11199)Teemu Suo-Anttila2014-02-251-79/+101
* | | | | Merge changes from origin/7.1Build Agent2014-02-131-43/+42
|\| | | | | |_|_|/ |/| | |
| * | | Javadoc formatting fixupLeif Åstrand2014-02-131-43/+42
* | | | Merge changes from origin/7.1Jonatan Kronqvist2014-02-106-40/+36
|\| | |
| * | | Do not throw NPE for equals(null) (#8910)Artur Signell2014-01-215-0/+18
| * | | Remove references to read/write through modes (#13184)Artur Signell2014-01-211-40/+18
| * | | Backported null value support for NestedMethodProperty to 7.1 (#12884)Jarno Rantala2013-12-163-10/+19
| * | | Add StringToLongConverter for automatic handling of long values (#12225)Artur Signell2013-10-302-0/+80
* | | | 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