summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove broken changelog section for release notes and related code8.0.0.alpha2Artur Signell2016-09-143-218/+4
* Update @since tags for 8.0Henri Sara2016-09-146-11/+11
* Implement support for binding multi-select componentsLeif Åstrand2016-09-148-70/+474
* Selection should be updated each time when new data is set (#244).Denis Anisimov2016-09-143-4/+79
* DataSource.refreshAll() for notifying components to reload (#233).Denis Anisimov2016-09-1414-22/+715
* Use state for ComboBox selectionHenri Sara2016-09-145-73/+23
* Convert ComboBox to inherit AbstractSingleSelectHenri Sara2016-09-143-102/+64
* Implement support for binding single-select componentsJohannes Dahlström2016-09-145-24/+259
* Split Binder tests roughly by categoryJohannes Dahlström2016-09-145-1194/+1303
* Add multi selection support to CheckBoxGroupLeif Åstrand2016-09-1410-123/+471
* Utility functions for helping to use elemental.json with Java 8Artur Signell2016-09-143-0/+453
* Create a CheckBoxGroup that replaces the multi select case of OptionGroupelmot2016-09-1310-0/+886
* Fix invalid javadoc in ListDataSourcePekka Hyvönen2016-09-131-3/+11
* Fix binder.load to reset validation status in the endPekka Hyvönen2016-09-132-1/+43
* Fix inconsistent API naming in Binder and remove unused handlerPekka Hyvönen2016-09-1313-203/+154
* Make ComboBoxConnector extend AbstractListingConnectorHenri Sara2016-09-132-17/+11
* Remove unused state flag in AbstractFieldStateHenri Sara2016-09-132-6/+0
* Clear binder errors after load/bindPekka Hyvönen2016-09-134-3/+135
* Add context event support to new GridArtur Signell2016-09-135-42/+188
* Change ColorPicker to use new ComboBoxArtur Signell2016-09-1328-99/+86
* Remove Vaadin 6 DefaultWidgetSetArtur Signell2016-09-131-9/+0
* Refactor Binder Status Handling APIPekka Hyvönen2016-09-1215-640/+886
* Extract single select stuff to its own test UILeif Åstrand2016-09-123-38/+61
* Merge update and migration section of release notesArtur Signell2016-09-121-85/+56
* Support finding components in v7 packages with ComponentLocatorTeemu Suo-Anttila2016-09-12226-567/+317
* Fix indices in GridSortingTestTeemu Suo-Anttila2016-09-121-5/+5
* Update ComboBox for new DataSource and communication mechanismHenri Sara2016-09-1299-908/+4692
* Add hasChanges to BinderAleksi Hietanen2016-09-122-2/+60
* Add selection support to NativeSelectJohannes Dahlström2016-09-126-20/+125
* Update NativeSelect to use DataSource, extend AbstractListingJohannes Dahlström2016-09-128-6/+452
* Move old NativeSelect UI tests to compatibility packageJohannes Dahlström2016-09-125-5/+7
* Remove unused SingleSelectionJohannes Dahlström2016-09-124-442/+2
* Use fully qualified name for bundlesArtur Signell2016-09-122-3/+3
* Update server and browser support in release notesArtur Signell2016-09-121-13/+9
* Reimplement Grid selection model in terms of AbstractSingleSelectionJohannes Dahlström2016-09-125-25/+79
* Implement new RichTextAreaArtur Signell2016-09-1273-404/+2103
* Add AbstractSingleSelection base classJohannes Dahlström2016-09-122-29/+304
* Add ItemClick events to GridTeemu Suo-Anttila2016-09-124-3/+206
* Add a simple non-connector single selection modelJohannes Dahlström2016-09-125-55/+307
* Make sleep in tests throw RuntimeException to avoid try catchesArtur Signell2016-09-097-33/+11
* Format project pom files using correct settings (4 spaces)Artur Signell2016-09-0917-3072/+3104
* Add Vaadin7Widgetset metadata to manifest8.0.0.alpha1Artur Signell2016-09-091-0/+17
* Migrate ClickableRenderer and subclassesAleksi Hietanen2016-09-0918-39/+730
* Send TextField value to server on flush()Artur Signell2016-09-091-0/+6
* Include compatibility packages in vaadin-all ZIPHenri Sara2016-09-082-0/+28
* Delete broken stylesheet and revert to default style until a newHenri Sara2016-09-082-238/+1
* Remove unused commit author fetching from build.Henri Sara2016-09-083-130/+0
* Add Form level status handler and status labelPekka Hyvönen2016-09-088-38/+628
* Add DescriptionGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-084-2/+212
* Add StyleGenerators for Grid and ColumnsTeemu Suo-Anttila2016-09-086-15/+337