summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)Anna Miroshnik2016-11-043-1/+139
| | | | | | | full name of defect: Can't scroll down submenus using the scrollbar when MenuBar.isAutoOpen() == true Tests. Change-Id: I2cbe797c96dc6a780df147e165babb23f7fbdef3
* Pass array of length when possiblePer-Åke Minborg2016-11-041-1/+1
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7220
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-043-4/+4
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721f
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-047-16/+16
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721e
* Use chain of .append() methods instead of String concatenationPer-Åke Minborg2016-11-047-16/+13
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721d
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-4/+150
| | | | Change-Id: I193fe9e8a0ee03d66e4b63d5f85c0e9a9233c0de
* Create MultiSelect interface to replace Multi selection model.Denis Anisimov2016-11-0426-730/+788
| | | | | | Fixes vaadin/framework8-issues#423 Change-Id: Ifd252b8feed323708a7ae73af2b836832570d192
* Add demo validation and deployment status traffic light to new build reportAleksi Hietanen2016-11-042-16/+38
| | | | Change-Id: I0cd71e14c213d3c96a41599aaa03f33b15b797c7
* Improve GenerateBuildTestAndStagingReport8.0.0.alpha6Aleksi Hietanen2016-11-031-5/+19
| | | | | | | | - Filters out testbench from @since check - Adds links to staging repositories - Adds direct links to apidiffs for each module Change-Id: I4b83b68dc1d0ab94252fb23303e3fcc4a2a041bc
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-0310-109/+115
| | | | | | This reverts commit 73078c7560d40db80dae6a6fb8047c29a92dd8d0. Change-Id: I2757232d1312ae5162550d9fafb26c2d657c1b7f
* Remove redundant invocations of .toString()Per-Åke Minborg2016-11-022-3/+3
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721c
* Remove manual array copyPer-Åke Minborg2016-11-025-16/+10
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721b
* Replace single character Strings with character literalsPer-Åke Minborg2016-11-026-14/+14
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721a
* Remove Boolean constructor invocation and add foreachPer-Åke Minborg2016-11-024-6/+6
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7219
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-0211-118/+111
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7218
* Replace String.indexOf with String.containsPer-Åke Minborg2016-11-021-2/+2
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7217
* Replace with multi-catchPer-Åke Minborg2016-11-025-26/+8
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7216
* Convert to try-with-resourcePer-Åke Minborg2016-11-0211-86/+76
| | | | | | And also replace "utf-8" with StandardCharsets.UTF_8 Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7215
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-025-6/+6
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7214
* Add @Override annotationsPer-Åke Minborg2016-11-022-0/+6
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7240
* Add bracesPer-Åke Minborg2016-11-021-3/+5
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7213
* Improve script GenerateBuildTestAndStagingReportAleksi Hietanen2016-11-021-65/+66
| | | | Change-Id: I3107f7fbbaf8cc17020b8e2cc9cf6a5f7f328c50
* Use operator assignments where possiblePer-Åke Minborg2016-11-026-8/+8
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7212
* Remove redundant castsPer-Åke Minborg2016-11-023-6/+6
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7211
* Add private constructor for utility classesPer-Åke Minborg2016-11-0217-1/+53
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7210
* Make SelectionModel API only server side.Denis Anisimov2016-11-0229-122/+126
| | | | | | | Client side doesn't use selection model anymore. Fixes vaadin/framework8-issues#421 Change-Id: If3ecb1c2f3a0024df9bfdfd182eaf8cf8625ac75
* Move read-only to AbstractFieldState (#8514)Teemu Suo-Anttila2016-11-0213-50/+108
| | | | Change-Id: I0baea991bd80075d63c5d57e3b07f4e9fcb12676
* Add new publish report scriptHenri Sara2016-11-021-0/+95
| | | | Change-Id: Ie71a9ddf99e6e381ed5d5d873bc8eba7cefa1665
* Initial version for new combined build, testing and staging report scriptAleksi Hietanen2016-11-021-0/+161
| | | | Change-Id: I93c34fc289df6afa5adaea89fcdb1b7f5e494cae
* Create SingleSelect semantic interface which extends HasValue.Denis Anisimov2016-11-022-1/+32
| | | | Change-Id: I132f814105ce97cf625e59f78731bea778ae2cfd
* Clean up state hierarchy for AbstractFieldStateTeemu Suo-Anttila2016-11-0211-76/+37
| | | | Change-Id: I33c8c977bf8cd2d4c637d7988586496ce963465f
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-0222-148/+193
| | | | Change-Id: Ib867b71cab4cf5cda89f272986930297b7a84ced
* Add Bindinding.setRequiredPekka Hyvönen2016-11-026-112/+132
| | | | | | | | | | Shorthand for making field show required indicator and validating against empty. Removes obsolete NotNullValidator and NotEmptyValidator. Latter is still used in some tests, that why it is still in test packages. Fixes vaadin/framework8-issues#29 Change-Id: Ib116739a20a0bbd1b1460423ee36ed2752c5496a
* Introduces ValidationResult interface to replace Result in validators.Denis Anisimov2016-11-0122-122/+253
| | | | | | Fixes vaadin/framework8-issues#414 Change-Id: I2d4e101f29542fadfdd30ce63455a0e078e0e735
* Add error message provider to provide translationsTeemu Suo-Anttila2016-11-015-7/+175
| | | | Change-Id: I657535d377c471369e8c77fa1db946c490023939
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-0134-168/+311
| | | | | | | | | | | Vaadin 7 compatiblity fields still use setRequired via AbstractField (legacy). Public setRequiredIndicator is added to AbstractField, AbstractMultiSelect and AbstractSingleSelect. Internally it is still handled on AbstractComponent & -Connector level. Changes the declarative syntax, required -> required-indicator-visible. Fixes vaadin/framework8-issue#419 Change-Id: I940dc66944d27584bd78e5452aee627ee3abd03a
* Add target test-all for UI testsHenri Sara2016-11-011-0/+25
| | | | | | | The target allows running both normal and server integration tests without cleaning the screenshot directory in between. Change-Id: Ic0d5db325b831114434a83c7d77be36ac8b20a61
* Implement focus/blur events for RadioButtonGroup.Denis Anisimov2016-10-3110-121/+327
| | | | | | Fixes vaadin/framework8-issues#333 Change-Id: I55f5d6a0cd690f2c0b5e757318a5f528a67ef34e
* M-day calendar event is hidden if firstVisibleHourOfDay is set (#14737)Anna Miroshnik2016-10-314-12/+217
| | | | | | | | | | Calendar week and day views should be correct when using setFirstVisibleHourOfDay() and the end event time is 00:00 of the following day. Fix + Tests. Change-Id: If9f42de5e9c476cb48a2f169f150b42a9c0ab6c2
* Implement focus/blur listeners for NativeSelect.Denis Anisimov2016-10-319-70/+281
| | | | | | Fixes vaadin/framework8-issues#332 Change-Id: I19996ea83ed1fbe2b115d92d6be5e6a5e158f283
* Update ServletIntegrationUI to use ValoAleksi Hietanen2016-10-311-2/+0
| | | | Change-Id: Ib3d633a215dc4c9655612110ff23afa782d7a381
* Implement focus and blur events for CheckBoxGroup.Denis Anisimov2016-10-3117-121/+608
| | | | | | | Fixes vaadin/framework8-issues#334 Change-Id: I4c7ca424cc4f4a1f0cdecd7671827465ab74ace7
* Remove Locale from BeanValidator because of ValueContextPekka Hyvönen2016-10-313-54/+25
| | | | | | Fixes vaadin/framework8-issues#417 Change-Id: I0d299cb040cc21e9708906f12f4133109f1b2a90
* Date/time issues are fixed in the tests.Denis Anisimov2016-10-312-1/+7
| | | | | | | | | - legacy DateField declarative format tests are fixed (day light saving time is taken into account). - CalendarMonthViewDndEvent UI because you are not supposed to work on Sundays (when the test is broken). Change-Id: If7ddf238a7fab104514211df4a12fa6d071f5af2
* Serve static files also in servletPath/VAADIN (#14398)Artur Signell2016-10-294-22/+180
| | | | Change-Id: I6891827a1fb99216d4e286c761d1384a88000604
* Remove JavaDoc mentions of RepaintRequestEvent (#19953)Leif Åstrand2016-10-284-19/+3
| | | | Change-Id: Ief1191b34018e6049c8d20d341150c0b9804f621
* Fix broken GridSortingTest caused by theme changeAleksi Hietanen2016-10-271-1/+1
| | | | Change-Id: I19e86202532e7b1e698ee0640a136be949ec02b0
* Update VerifyBrowserVersionTest to Chrome 54Aleksi Hietanen2016-10-261-1/+1
| | | | Change-Id: I4171d8b95b8a3ac6aa8ff04d03e71008709d470f
* Add ValueContext to ValidatorsTeemu Suo-Anttila2016-10-2617-122/+88
| | | | Change-Id: I2ac99adf1fdb60dc0638e6fe98c4542ebd5f21a5
* Rename Binder methodsPekka Hyvönen2016-10-2618-302/+309
| | | | | | | | | | | save -> writeBean, saveIfValid -> writeBeanIfValid, load -> readBean, bind -> setBean, unbind -> removeBean. Now setBean accepts null to reset the bean instead of throwing NPE. Closes vaadin/framework8-issues#91 Change-Id: I42cbad5856cac11a03bfcefd0fa91a02c41b7234