summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix broken DateField for ValoThemeTestUIPekka Hyvönen2016-10-041-1/+10
* Clean up ColorPickerPopupJohannes Dahlström2016-10-031-55/+32
* Make ColorPicker an AbstractField<Color>Johannes Dahlström2016-10-0310-260/+181
* Copy ColorPicker to compatibility-server (again)Johannes Dahlström2016-10-0327-9/+3869
* Update GWT version to 2.8.0-rc3Teemu Suo-Anttila2016-10-031-1/+1
* Do not derive DataSource from Function and replace apply method #307.Denis Anisimov2016-10-0310-34/+42
* Migrating 7.7.1, 7.7.2, 7.7.3 to V8.Denis Anisimov2016-10-0379-197/+2401
* Fix parameterized runner to be compatible with TestBench 4.1Artur Signell2016-09-301-0/+15
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-3092-2068/+543
* Fix RadioButtonGroup client-side NPE which breaks item icons.elmot2016-09-304-20/+85
* Unify listeners on the server sideAleksi Hietanen2016-09-29156-981/+1084
* Fix item caption generators in RadioButton/CheckBoxGroupAleksi Hietanen2016-09-298-80/+124
* ListSelect with new data binding API8.0.0.alpha3Pekka Hyvönen2016-09-2815-322/+963
* Implement default header row in new GridJohannes Dahlström2016-09-288-68/+394
* Initial support for multiple headers in new GridJohannes Dahlström2016-09-2710-18/+925
* Revert ComboBox in compatibility packages to V7 version (#201).Denis Anisimov2016-09-277-802/+723
* Remove documentation for cursors in data sourcesArtur Signell2016-09-271-63/+0
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-2726-474/+2403
* Update DateRangeValidator to be LocalDate based (#320).Denis Anisimov2016-09-262-23/+13
* Extract validation availability check out of BeanValidator (#251).Denis Anisimov2016-09-234-53/+192
* Mark all server compatibility classes deprecated (#144).Denis Anisimov2016-09-23185-256/+763
* Migrate AbstractJavaScriptRenderer to the new Grid (#182).Denis Anisimov2016-09-2310-3/+717
* Rename PopupDateField to DateField #297.Denis Anisimov2016-09-23103-1567/+1575
* Reintroduce grid column sizingAleksi Hietanen2016-09-236-14/+619
* Re-add back Form to compatibility package (#296).Denis Anisimov2016-09-2214-24/+2308
* Fix typo in documentationSteven Spungin2016-09-221-1/+1
* Update to Chrome 53Artur Signell2016-09-211-1/+1
* Updated link to new step 1 video in tutorial (the new video uses Vaadin 7.7 s...Alejandro Duarte2016-09-211-1/+1
* Make CheckBoxGroup.SimpleMultiSelectModel return a selection copy #293.Denis Anisimov2016-09-212-1/+15
* Avoid explicit casting to getter return type in getDescriptor() (#292).Denis Anisimov2016-09-212-3/+22
* Move ItemIconProvider out of ComboBox, rename to IconGeneratorAleksi Hietanen2016-09-218-36/+69
* Reintroduce grid column hidingAleksi Hietanen2016-09-207-8/+458
* Move ItemCaptionProvider out of ComboBox (#184).Denis Anisimov2016-09-209-38/+70
* Tests that selection works when enabled and doesn't when disabled (#291)Denis Anisimov2016-09-204-28/+221
* Update to TestBench 4.1.0Artur Signell2016-09-206-41/+7
* Override forSelect methods for BeanBinder to return narrowed type.Denis Anisimov2016-09-201-0/+17
* Move ItemStyleProvider out of ComboBox and unify with GridAleksi Hietanen2016-09-204-79/+115
* Test and fix a CheckBoxGroup icon provider and item enabled providerelmot2016-09-194-2/+77
* Create a RadioButtonGroup that replaces the single select case of OptionGroupelmot2016-09-1610-0/+1088
* Added Slider into compatibility packagePekka Hyvönen2016-09-1611-0/+1654
* Fix regression that broke widget set compilation in 7.7.1 (#20285)Ingo Kegel2016-09-161-1/+1
* Remove grid-gwt and parking from tested demosTeemu Suo-Anttila2016-09-151-2/+0
* Fix AbstractTextFieldConnector super classArtur Signell2016-09-159-6/+199
* Add CheckBoxRendererAleksi Hietanen2016-09-155-12/+182
* 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