summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-0157-313/+340
* Revert widget-set-testutil parent change (#8404)Teemu Suo-Anttila2017-01-311-6/+15
* Add test for compiling a widgetset that inherits Vaadin7WidgetSet (#8403)Teemu Suo-Anttila2017-01-315-2/+66
* Fix documentation examplesIlia Motornyi2017-01-311-7/+10
* Add styling to the unsupported browser page (#570) (#8354)caalador2017-01-311-1/+47
* Patameterize the ValueChangeListeners for rebuilt fields (#8369) (#8388)caalador2017-01-318-42/+45
* Refactor editor API to use Binding instead of a component generator (#8368)Leif Åstrand2017-01-3111-213/+190
* Fix userOriginated state for CheckBox ValueChangeEvent from the user (#8383)Artur2017-01-302-1/+62
* Make compatibility aliases for isRequiredIndicatorVisible() (#8372)Denis2017-01-301-0/+16
* Increase threshold in server side performance test for stability (#8370)Henri Sara2017-01-301-1/+1
* Add reference to Column.setId in javadocs of methods accepting col ids (#8360)Leif Åstrand2017-01-304-2/+14
* Fix NPE when grid is sorted by column with null values Ilia Motornyi2017-01-302-25/+180
* Add convenience constructors to new components (#598) (#8351)caalador2017-01-3015-7/+955
* Add regression tests for HasValue.getOptionalValue (#8352)Leif Åstrand2017-01-281-0/+44
* Introduce empty selection functionality for NativeSelect. (#8336)Denis2017-01-279-7/+245
* Allow to disable user selection in the grid model. (#8345)Denis2017-01-277-11/+145
* Add a default getOptionalValue() to HasValue (#8324)Giovanni Lovato2017-01-271-0/+13
* Add convenience constructors for TextField (#597) (#8341)caalador2017-01-272-1/+120
* Implement GridSortOrder and SortOrderBuilders (#8338)Aleksi Hietanen2017-01-2711-38/+441
* JspIntegrationTest as a separate module (#8228)Ilia Motornyi2017-01-268-40/+188
* Fix some faulty javaDoc namescaalador2017-01-2616-36/+22
* Extract Bean validation logic from Binder to BeanValidationBinderDenis2017-01-258-43/+94
* Update @HtmlImport javadoc to match implementation (#8331)Artur2017-01-251-7/+8
* Show unsupported browser page for FF version less than 45. (#8328)Denis2017-01-252-1/+11
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-2525-50/+784
* Support loading of HTML imports using @HtmlImport (#8301)Artur2017-01-2523-153/+677
* 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