summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-259-75/+162
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-2513-53/+94
* Allow distinct configurable filter and wrapped filter types (#8322)Leif Åstrand2017-01-254-34/+47
* Serve VAADIN files also from META-INF/resources (#8286) (#8320)Artur2017-01-251-4/+5
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-2518-55/+108
* Update data provider documentation to describe the new design (#8317)Leif Åstrand2017-01-241-55/+248
* Support using multiple @JavaScript and @StyleSheet annotations on a class (#8...Artur2017-01-2413-41/+167
* Make BeanBinderPropertySet exclude Object properties (#8306)Leif Åstrand2017-01-242-3/+22
* Unify container wrapping (#8312)Leif Åstrand2017-01-246-91/+71
* Use getFirstSelectedItem() instead of getFirstSelected(). (#8308)Denis2017-01-245-15/+15
* Fix absolute layout component sizing on size change (#8269)caalador2017-01-233-0/+200
* Remove custom preloading support and load scripts using async=false (#8291)Artur2017-01-232-236/+26
* Fix BeanBinderPropertySet to not deserialize into multiple instances (#8305)Leif Åstrand2017-01-233-42/+146
* Code cleanup: Move dependency loading logic to a separate class (#8290)Artur2017-01-234-88/+186
* Add shorthands to ComboBox for setting a ListDataProviderLeif Åstrand2017-01-232-13/+115
* Remove outdated filtering concepts (#8289)Leif Åstrand2017-01-236-235/+7
* Add migration guide to documentation (#8283)Aleksi Hietanen2017-01-231-0/+128
* Add ListDataProvider shorthands for filter conversion (#8279)Leif Åstrand2017-01-224-13/+260
* Updated tutorial to v.8.0.0.beta1 (#8298)Alejandro2017-01-211-76/+114
* Add a data provider wrapper with a configurable filter (#8280)Leif Åstrand2017-01-208-20/+331
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-2096-105/+323
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-1970-85/+3727
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-1911-90/+190
* Allow setting filters directly in ListDataProvider (#8267)Leif Åstrand2017-01-193-5/+280
* Simplified javadoc (#8272)Matti Tahvonen2017-01-181-6/+5
* Better instructions in widgetset optimization view in the debug window. (#8261)Sami Ekblad2017-01-181-5/+5
* Make data providers statefull with regards to default sort orders (#8247)Leif Åstrand2017-01-176-215/+263
* Add getHeaderCellByCaption method to tb-api GridElement (#8248)rogozinds2017-01-173-8/+107
* Add separate modules to test Bean Validation lib necessity. (#8249)Denis2017-01-166-2/+229
* Introduce Binder.setReadOnly() (#8241)Denis2017-01-162-0/+80
* Fix comments in serializable functional interfaces (#8246)Leif Åstrand2017-01-163-5/+5
* Inherit settings from parent pom (#8240)Leif Åstrand2017-01-161-8/+6
* Removed obsolete 'Setting up the Development Environment' link (#8236)Alejandro2017-01-131-2/+0
* Support for HTML5 push/replaceState for proper deep linking features (#8116)Matti Tahvonen2017-01-1314-109/+447
* Use vaadin-snapshots for test projects so that context menu is found (#8237)Leif Åstrand2017-01-131-0/+10
* Add "deselect allowed" feature to the Grid. (#8227)Denis2017-01-139-22/+225
* Support for defining the root element for Javascript components (#8143)Artur2017-01-139-28/+185
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-1326-199/+276
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-13289-918/+483
* Avoid using Guava API in the documentation (#8231)Leif Åstrand2017-01-131-1/+2
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-1318-48/+145
* Use correct format for links in datamodel-overview (#8233)Juha Seppänen2017-01-121-8/+8
* Make server tests use fixed locale where needed (#8226)Henri Sara2017-01-124-5/+13
* Update CONTRIBUTING.md (#8225)Pekka Hyvönen2017-01-121-5/+9
* Integrate BeanBinder functionality into Binder (#8096)Leif Åstrand2017-01-1217-780/+1088
* Fix broken Grid documentation addColumn setHeaderCaption (#8213)Pekka Hyvönen2017-01-111-17/+20
* Remove unused private method (#8224)Leif Åstrand2017-01-111-15/+0
* Import element tests from TestBench (#8117)Artur2017-01-11115-30/+6588
* Fix OSGi configuration for Liferay 7 (#8204)Henri Sara2017-01-101-1/+2
* Correctly reset DataCommunicator when its DataProvider is changed (#8138)Aleksi Hietanen2017-01-1015-33/+288