summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)Anna Miroshnik2016-11-043-1/+139
* Pass array of length when possiblePer-Åke Minborg2016-11-041-1/+1
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-043-4/+4
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-047-16/+16
* Use chain of .append() methods instead of String concatenationPer-Åke Minborg2016-11-047-16/+13
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-4/+150
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-0426-730/+788
* Add demo validation and deployment status traffic light to new build reportAleksi Hietanen2016-11-042-16/+38
* Improve GenerateBuildTestAndStagingReport8.0.0.alpha6Aleksi Hietanen2016-11-031-5/+19
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-0310-109/+115
* Remove redundant invocations of .toString()Per-Åke Minborg2016-11-022-3/+3
* Remove manual array copyPer-Åke Minborg2016-11-025-16/+10
* Replace single character Strings with character literalsPer-Åke Minborg2016-11-026-14/+14
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-024-6/+6
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-0211-118/+111
* Replace String.indexOf with String.containsPer-Åke Minborg2016-11-021-2/+2
* Replace with multi-catchPer-Åke Minborg2016-11-025-26/+8
* Convert to try-with-resourcePer-Åke Minborg2016-11-0211-86/+76
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-025-6/+6
* Add @Override annotationsPer-Åke Minborg2016-11-022-0/+6
* Add bracesPer-Åke Minborg2016-11-021-3/+5
* Improve script GenerateBuildTestAndStagingReportAleksi Hietanen2016-11-021-65/+66
* Use operator assignments where possiblePer-Åke Minborg2016-11-026-8/+8
* Remove redundant castsPer-Åke Minborg2016-11-023-6/+6
* Add private constructor for utility classesPer-Åke Minborg2016-11-0217-1/+53
* Make SelectionModel API only server side.Denis Anisimov2016-11-0229-122/+126
* Move read-only to AbstractFieldState (#8514)Teemu Suo-Anttila2016-11-0213-50/+108
* Add new publish report scriptHenri Sara2016-11-021-0/+95
* Initial version for new combined build, testing and staging report scriptAleksi Hietanen2016-11-021-0/+161
* Create SingleSelect semantic interface which extends HasValue.Denis Anisimov2016-11-022-1/+32
* 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