summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove obsolete release scripts (#74)Henri Sara2016-12-022-176/+0
* Remove Gerrit mentions from contribution guideArtur2016-12-021-72/+2
* Add comments clarifying the use of UUID for security tokensLeif Åstrand2016-12-022-0/+12
* Fix focus and blur tests for CheckBoxGroup, NativeSelect and RatioButtonGroupAleksi Hietanen2016-12-013-11/+14
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-016-76/+275
* Add test for NativeSelect caption generators8.0.0.alpha8Teemu Suo-Anttila2016-12-013-0/+129
* Small fixes to javadocselmot2016-12-0113-15/+15
* Fix ListDataProvider and SortOrder javadocHenri Sara2016-11-302-3/+13
* Use item caption generator in NativeSelectTeemu Suo-Anttila2016-11-301-2/+16
* NoSelectionModel for GridPekka Hyvönen2016-11-306-6/+346
* Add AbstractSelectionModel for GridPekka Hyvönen2016-11-309-106/+247
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-3021-267/+1117
* Fix typo in README.mdAleksi Hietanen2016-11-291-1/+1
* Fix sorted data provider data change event propagationTeemu Suo-Anttila2016-11-296-226/+555
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-2911-12/+900
* Rename FilteringDataProviderWrapper to DataProviderWrapperTeemu Suo-Anttila2016-11-293-11/+11
* Grid merging footer cellselmot2016-11-296-59/+217
* Remove ItemFilter from ComboBoxTeemu Suo-Anttila2016-11-292-49/+8
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-2927-278/+431
* Make it possible to reset single select valuesLeif Åstrand2016-11-295-0/+185
* Add MultiSelect support for GridPekka Hyvönen2016-11-2940-642/+1954
* Provide in-memory sorting information in QueryTeemu Suo-Anttila2016-11-299-54/+78
* Unify usage of HandlerRegistration #19267Denis Anisimov2016-11-297-7/+7
* Ensure all BeanBinding chaining methods return BeanBindingLeif Åstrand2016-11-292-0/+75
* Simplify Binding API by removing the FIELDTYPE type parameterLeif Åstrand2016-11-298-100/+90
* Remove unused field in ComboBoxTeemu Suo-Anttila2016-11-291-6/+0
* Add ComboBox custom filtering methods and testsTeemu Suo-Anttila2016-11-283-0/+260
* Add a fallback to Declarative*GeneratorTeemu Suo-Anttila2016-11-285-9/+30
* Add filter type to DataCommunicatorTeemu Suo-Anttila2016-11-285-39/+39
* Type Listing for DataProvider to allow custom filter typesTeemu Suo-Anttila2016-11-2841-165/+342
* Use state classes for Embedded, InlineDateField and NativeButtonHenri Sara2016-11-283-0/+34
* Add missing getState(boolean) methodsHenri Sara2016-11-2815-8/+83
* Add shared state for CustomComponent and DragAndDropWrapperHenri Sara2016-11-284-0/+77
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-2812-15/+112
* Change addXXListener method in VaadinService to return Registration.Denis Anisimov2016-11-281-16/+40
* Revert Upload listener registration changes in compatibility packageHenri Sara2016-11-271-30/+96
* Provide tests for "required indicator" property for options groups.Denis Anisimov2016-11-256-0/+307
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-2518-43/+1874
* Upgrade to TestBench 5 alpha1 and JUnit 4.12Artur Signell2016-11-257-17/+12
* Data should be updated when it's set for disabled components.Denis Anisimov2016-11-2511-15/+296
* Grid merging header cellselmot2016-11-248-45/+232
* Provide declarative support for listing components.Denis Anisimov2016-11-2425-305/+1746
* Add helper for updating the diffstate of a componentLeif Åstrand2016-11-235-9/+43
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-2340-260/+171
* Remove unused theme getter (#11412)Artur Signell2016-11-221-23/+0
* Fix field value change event handling for unbound binderAleksi Hietanen2016-11-226-60/+161
* Implement chaining of filters for data providersTeemu Suo-Anttila2016-11-225-42/+292
* Add UI.access() safeguard for shared data providersTeemu Suo-Anttila2016-11-221-1/+2
* Add DataProvider.setFilter methodTeemu Suo-Anttila2016-11-223-3/+64
* Add DataProvider.convertFilter, fix ListDataProvider filteringTeemu Suo-Anttila2016-11-217-53/+183