Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Introduce initial data source support for Grid (#12878) | Leif Åstrand | 2013-11-22 | 2 | -0/+110 | |
| * | | | | | Multiple headers and footer rows #3153 | John Ahlroos | 2013-11-22 | 4 | -22/+523 | |
| * | | | | | Merge branch 'master' into grid | John Ahlroos | 2013-11-20 | 23 | -133/+804 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Base grid component and column API (#12829, #12830) | John Ahlroos | 2013-11-19 | 2 | -0/+446 | |
* | | | | | | | Fix race condition that might leave access queue unpurged (#12292) | Leif Åstrand | 2014-03-17 | 2 | -2/+31 | |
* | | | | | | | Make com.vaadin.data.util.filter.Like accept Object as a property id. | Maciej Przepióra | 2014-03-14 | 1 | -2/+2 | |
* | | | | | | | Avoid using toString method to access to SCSS serialized state (#9530). | denisanisimov | 2014-03-13 | 1 | -1/+1 | |
* | | | | | | | Merge changes from origin/7.1 | Build Agent | 2014-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Class AbstractTransactionalQuery should be public (#12285) | Edoardo Vacchi | 2014-03-12 | 1 | -1/+1 | |
* | | | | | | | Do not ever set title to null (#13430) | Artur Signell | 2014-03-11 | 1 | -1/+4 | |
* | | | | | | | Merge changes from origin/7.1 | Build Agent | 2014-03-11 | 1 | -2/+7 | |
|\| | | | | | | ||||||
| * | | | | | | Do not fail assertion if re-setting the same lock (#13440) | Artur Signell | 2014-03-10 | 1 | -2/+7 | |
| * | | | | | | Update to Atmosphere 1.0.18.vaadin3 to fix regressions (#13299). | Artur Signell | 2014-03-05 | 1 | -1/+1 | |
| * | | | | | | Fix fallback from websocket when behind proxy (#13299) | Artur Signell | 2014-03-04 | 1 | -1/+1 | |
* | | | | | | | Resource constructors for Button (#13446) | Artur Signell | 2014-03-11 | 1 | -0/+25 | |
* | | | | | | | Fix Android/org.json incompatibility (#13277) | Artur Signell | 2014-03-11 | 1 | -3/+3 | |
* | | | | | | | Fire value change events from Label when content changes (#12414) | Maciej Przepióra | 2014-03-10 | 1 | -5/+14 | |
* | | | | | | | Default error handler now report relevant exceptions (#11599) | Matti Tahvonen | 2014-03-06 | 1 | -1/+40 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Use separate dependencies instead of shared-deps | Artur Signell | 2014-02-28 | 1 | -2/+2 | |
* | | | | | | Merge changes from origin/7.1 | Build Agent | 2014-02-27 | 3 | -84/+119 | |
|\| | | | | | ||||||
| * | | | | | Fix SQLContainer paging and caching issue (#11199) | Teemu Suo-Anttila | 2014-02-25 | 1 | -79/+101 | |
| * | | | | | Do not prevent deployment if Atmosphere init fails (#13199) | Artur Signell | 2014-02-22 | 2 | -5/+18 | |
* | | | | | | Add change event for Upload (#13222) | Artur Signell | 2014-02-21 | 1 | -1/+91 | |
* | | | | | | Font icon support (#13152) | Marc Englund | 2014-02-20 | 3 | -0/+521 | |
* | | | | | | Merge changes from origin/7.1 | Build Agent | 2014-02-13 | 1 | -43/+42 | |
|\| | | | | | |_|_|_|/ |/| | | | | ||||||
| * | | | | Javadoc formatting fixup | Leif Åstrand | 2014-02-13 | 1 | -43/+42 | |
| * | | | | Fix typo (#11186) | Artur Signell | 2014-02-06 | 1 | -1/+1 | |
* | | | | | Merge changes from origin/7.1 | Jonatan Kronqvist | 2014-02-10 | 9 | -70/+104 | |
|\| | | | | ||||||
| * | | | | Use Calendar as sender for action handlers (#13191) | Henri Sara | 2014-01-30 | 1 | -2/+2 | |
| * | | | | Add deprecated expand ratio methods to FormLayout (#12876) | Artur Signell | 2014-01-21 | 1 | -0/+19 | |
| * | | | | Do not throw NPE for equals(null) (#8910) | Artur Signell | 2014-01-21 | 5 | -0/+18 | |
| * | | | | Remove references to read/write through modes (#13184) | Artur Signell | 2014-01-21 | 1 | -40/+18 | |
| * | | | | Ensure widgetset compile messages go to stdout (#7516) | Artur Signell | 2014-01-21 | 1 | -28/+47 | |
* | | | | | Merge changes from origin/7.1 | Jonatan Kronqvist | 2014-02-07 | 3 | -14/+16 | |
|\| | | | | ||||||
| * | | | | Upload control with empty selection (#9602) | Tomi Virtanen | 2014-01-07 | 1 | -12/+2 | |
| * | | | | Fixed spelling mistake in log message. | John Ahlroos | 2014-01-07 | 1 | -1/+1 | |
| * | | | | Allow user to override Atmosphere init params set by Vaadin (#13088) | Johannes Dahlström | 2013-12-18 | 1 | -1/+13 | |
| * | | | | Backported null value support for NestedMethodProperty to 7.1 (#12884) | Jarno Rantala | 2013-12-16 | 3 | -10/+19 | |
* | | | | | Merge changes from origin/7.1 | Jonatan Kronqvist | 2014-02-07 | 1 | -8/+9 | |
|\| | | | | ||||||
| * | | | | Do not throw NPE if conversion messages is null (#12962) | Artur Signell | 2013-12-03 | 1 | -8/+9 | |
* | | | | | Merge changes from origin/7.1 | Jonatan Kronqvist | 2014-02-06 | 2 | -3/+51 | |
|\| | | | | ||||||
| * | | | | Catch and log exceptions in session lifecycle listeners (#12915) | Henri Sara | 2013-11-27 | 2 | -3/+51 | |
* | | | | | Refactor PushConnection handling (#13223) | Johannes Dahlström | 2014-01-31 | 5 | -143/+176 | |
* | | | | | Remove dead code | Johannes Dahlström | 2014-01-17 | 7 | -19/+0 | |
* | | | | | Remove client side dependencies in server side javadoc (#13073) | Artur Signell | 2014-01-15 | 1 | -7/+3 | |
* | | | | | Add support for using java.util.Date in communications (#13073) | Artur Signell | 2014-01-15 | 3 | -0/+133 | |
* | | | | | Upgrade to atmosphere-runtime 2.0.3.vaadin1 (#12601) | Johannes Dahlström | 2014-01-13 | 3 | -20/+2 | |
* | | | | | Method for retrieving all VaadinSessions inside a HTTP session (#13053) | Artur Signell | 2014-01-13 | 1 | -0/+29 | |
* | | | | | Fixes serialization-related errors | Henrik Paul | 2013-12-18 | 1 | -1/+1 | |
* | | | | | Make fields with value change listener immediate | Matti Tahvonen | 2013-12-18 | 2 | -1/+21 |