summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up state hierarchy for AbstractFieldStateTeemu Suo-Anttila2016-11-0211-76/+37
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-0222-148/+193
* Add Bindinding.setRequiredPekka Hyvönen2016-11-026-112/+132
* Introduces ValidationResult interface to replace Result in validators.Denis Anisimov2016-11-0122-122/+253
* Add error message provider to provide translationsTeemu Suo-Anttila2016-11-015-7/+175
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-0134-168/+311
* Add target test-all for UI testsHenri Sara2016-11-011-0/+25
* Implement focus/blur events for RadioButtonGroup.Denis Anisimov2016-10-3110-121/+327
* M-day calendar event is hidden if firstVisibleHourOfDay is set (#14737)Anna Miroshnik2016-10-314-12/+217
* Implement focus/blur listeners for NativeSelect.Denis Anisimov2016-10-319-70/+281
* Update ServletIntegrationUI to use ValoAleksi Hietanen2016-10-311-2/+0
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-3117-121/+608
* Remove Locale from BeanValidator because of ValueContextPekka Hyvönen2016-10-313-54/+25
* Date/time issues are fixed in the tests.Denis Anisimov2016-10-312-1/+7
* Serve static files also in servletPath/VAADIN (#14398)Artur Signell2016-10-294-22/+180
* Remove JavaDoc mentions of RepaintRequestEvent (#19953)Leif Åstrand2016-10-284-19/+3
* Fix broken GridSortingTest caused by theme changeAleksi Hietanen2016-10-271-1/+1
* Update VerifyBrowserVersionTest to Chrome 54Aleksi Hietanen2016-10-261-1/+1
* Add ValueContext to ValidatorsTeemu Suo-Anttila2016-10-2617-122/+88
* Rename Binder methodsPekka Hyvönen2016-10-2618-302/+309
* Disable default null representation one way converter.Denis Anisimov2016-10-263-20/+161
* Update to GWT 2.8.0 FinalPekka Hyvönen2016-10-261-1/+1
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-2636-123/+163
* Remove undocumented, unused extra default methods from ConverterTeemu Suo-Anttila2016-10-251-11/+0
* Grid html/component content in headersAleksi Hietanen2016-10-257-35/+361
* Fix setValue() methods behavior null argument value + javadocsTeemu Suo-Anttila2016-10-2520-28/+274
* Update ValueChange API to use Component and HasValue<>.Denis Anisimov2016-10-2528-150/+182
* Binder.bindInstanceFields(Object) method implementation (#47).Denis Anisimov2016-10-2516-26/+656
* Add compatibility-themes to ivysettings and all-assembly-descriptorAleksi Hietanen2016-10-242-0/+3
* Correct serializable issues and test that components can be serializedLeif Åstrand2016-10-2425-137/+402
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-10-241-1/+2
* Add ValueContext parameter for ConvertersTeemu Suo-Anttila2016-10-2440-144/+394
* Move old SelectionEvent to V7 and create a new selection event supertype Denis Anisimov2016-10-2417-30/+157
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-2412-44/+292
* Add utility for outputting the full declarative syntax of componentsAleksi Hietanen2016-10-246-94/+370
* Derive Listing components from HasValue.Denis Anisimov2016-10-2110-228/+370
* Fix bad pom.xml syntax introduced in previous commit8.0.0.alpha5Pekka Hyvönen2016-10-211-16/+18
* Add correct release profile to bomPekka Hyvönen2016-10-211-0/+16
* Provide declarative tests for all V7 field components.Denis Anisimov2016-10-2115-197/+891
* Add missing groupId to bom/pom.xmlPekka Hyvönen2016-10-201-0/+1
* Revert "Initial support for null representations in Binder"Denis Anisimov2016-10-206-159/+36
* Add vaadin-all as parent for bomPekka Hyvönen2016-10-201-1/+5
* Initial support for null representations in BinderTeemu Suo-Anttila2016-10-206-36/+159
* Implement basic footer support for GridTeemu Suo-Anttila2016-10-196-8/+367
* Throw exception from multiple columns with same identifierTeemu Suo-Anttila2016-10-192-3/+15
* Fix Mockito/Hamcrest build classpath conflictJohn Ahlroos2016-10-182-2/+19
* Fix root dependencies from leaking to BOMPekka Hyvönen2016-10-181-5/+1
* Add "valo-menu-hover" stylename to make responsive menu appear w/o adding cod...Marc Englund2016-10-176-20/+113
* Use identifiers for Grid ColumnsTeemu Suo-Anttila2016-10-176-63/+157
* Use diffstate for JS connectors (#20335)Leif Åstrand2016-10-176-7/+265