| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove mentioning of removed example from progressbar docs (#8799) | Adam Wagner | 2017-03-16 | 1 | -2/+1 |
* | Add @since 8.0.2 for Grid.removeAllColumns() (#8789) | Ilia Motornyi | 2017-03-16 | 1 | -0/+2 |
* | Correctly detach components in merged cells (#8773) | Artur | 2017-03-16 | 2 | -0/+28 |
* | Fix Upload and push in TabSheet (#8782) | Ilia Motornyi | 2017-03-16 | 5 | -6/+88 |
* | Fix JSNI calls in compatibility Escalator (#8783) | Ilia Motornyi | 2017-03-16 | 1 | -8/+8 |
* | Fix typo in documentation (#8784) | Maciej Aleksandrowicz | 2017-03-16 | 1 | -1/+1 |
* | Include components in joined cells when finding child components (#8772) | Artur | 2017-03-16 | 5 | -46/+58 |
* | Remove extra empty javadocs before package declaration (#8776) | Ahmed Ashour | 2017-03-16 | 27 | -77/+0 |
* | Avoid double unregister of columns on the client side | Artur Signell | 2017-03-16 | 3 | -7/+73 |
* | Fix license header location | Ahmed Ashour | 2017-03-16 | 3 | -3/+3 |
* | Fix some generics warnings in Eclipse | Ahmed Ashour | 2017-03-16 | 14 | -26/+30 |
* | Update column caption when a text is set in the default header row | Artur | 2017-03-16 | 3 | -0/+40 |
* | Fix client-side error when Upload in TabSheet and Push | Johannes Tuikkala | 2017-03-16 | 3 | -4/+160 |
* | Always load the deferred connector bundle (#8713) | Leif Åstrand | 2017-03-16 | 12 | -18/+383 |
* | Add Column.getValueProvider to Grid (#8732) | Artur | 2017-03-16 | 2 | -4/+63 |
* | Allow powerful Navigator subclassing (#8663) | Giovanni Lovato | 2017-03-16 | 1 | -4/+17 |
* | Add support for rendering HTML in ButtonRenderer (#8606) | Artur | 2017-03-16 | 6 | -13/+81 |
* | Support Vaadin custom protocols in Vaadin-Refresh redirects (#8597) | Artur | 2017-03-16 | 5 | -1/+95 |
* | Translate "context://" to the context root of the web app | Artur | 2017-03-16 | 13 | -3/+299 |
* | Make Eclipse add vaadin-icons source folder (#8531) | Henri Sara | 2017-03-16 | 1 | -1/+41 |
* | Revert multi select using state change8.0.2 | Teemu Suo-Anttila | 2017-03-07 | 3 | -14/+14 |
* | Restore column based width for compatibility selects | Teemu Suo-Anttila | 2017-03-07 | 10 | -10/+234 |
* | Restore type attributes to compatibility UIDL | Teemu Suo-Anttila | 2017-03-07 | 4 | -1/+12 |
* | Revert html content through shared state for OptionGroup | Teemu Suo-Anttila | 2017-03-07 | 5 | -21/+23 |
* | Add missing since, remove unused command | Teemu Suo-Anttila | 2017-03-07 | 2 | -18/+1 |
* | Revert immediate tests, deprecate HasUserSelectionAllowed | Teemu Suo-Anttila | 2017-03-07 | 2 | -36/+1 |
* | Picked all changes from 7.7 | Teemu Suo-Anttila | 2017-03-07 | 31 | -124/+1530 |
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 92 | -582/+1082 |
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 71 | -423/+436 |
* | Eliminate more full classnames | Teemu Suo-Anttila | 2017-03-07 | 4 | -35/+29 |
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 60 | -906/+308 |
* | Remove tracking of unregistered connectors (#8153) | Aleksi Hietanen | 2017-03-07 | 13 | -294/+69 |
* | Update getting-started-idea.asciidoc (#8756) | Jens Jansson | 2017-03-07 | 1 | -1/+1 |
* | Add missing Grid.removeAllColumns (#8750) | Artur | 2017-03-07 | 2 | -0/+23 |
* | Add link to pro tools migration docs (#8742) | Guille | 2017-03-07 | 1 | -0/+10 |
* | Use try-with-resources (#8757) | Ahmed Ashour | 2017-03-07 | 5 | -42/+43 |
* | Fix warning: '_' should not be used as an identifier (#8755) | Ahmed Ashour | 2017-03-07 | 1 | -19/+19 |
* | Fix exception when no columns are shown (#8733) | Artur | 2017-03-07 | 5 | -24/+77 |
* | Some cleanup to themes module (#8526) | Ilia Motornyi | 2017-03-07 | 2 | -1/+2 |
* | Fix tutorial (use parameterized Grid) (#8738) | Alejandro | 2017-03-07 | 1 | -2/+2 |
* | Fix documentation links (#8726) | Artur | 2017-03-07 | 2 | -10/+10 |
* | Remove unnecessary override and correct javadoc typo (#8716) | Peter Lehto | 2017-03-07 | 1 | -9/+1 |
* | Fix js state partial updates (#8695) | Leif Åstrand | 2017-03-07 | 4 | -6/+135 |
* | Minor fix for javadocs (#8710) | Ilia Motornyi | 2017-03-07 | 1 | -3/+3 |
* | Easy DevelopmentServerLauncher run with maven (#8677) | Ilia Motornyi | 2017-03-07 | 2 | -23/+53 |
* | Remove mention of removed API (#8701) | Guille | 2017-03-07 | 1 | -3/+0 |
* | Updated tutorial: Use Grid::setColumns and Binder (#8698) | Alejandro | 2017-03-07 | 1 | -21/+18 |
* | Fix some issues with Binder serialization (#8660)8.0.1 | Ilia Motornyi | 2017-02-27 | 8 | -12/+44 |
* | Add snapshot profile (#8672) | Henri Sara | 2017-02-27 | 1 | -0/+63 |
* | Add update checker (#8654) | Henri Sara | 2017-02-27 | 2 | -0/+185 |