Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update release notes (#11035)8.5.0.beta2 | Ilia Motornyi | 2018-07-11 | 1 | -2/+1 |
| | |||||
* | Fix initially selected CheckBox rendering in Safari (#11024) | Teemu Suo-Anttila | 2018-07-10 | 1 | -0/+19 |
| | |||||
* | Improve ComboBox keyboard behavior when an item is selected (#11031) | Mehdi Javan | 2018-07-10 | 3 | -0/+98 |
| | | | | | Ignoring filtering options when right arrow, left arrow, home or end key is pressed. Fixes #11016 | ||||
* | Enable selection checkboxes with unbuffered editor (#11032) | Teemu Suo-Anttila | 2018-07-10 | 1 | -1/+3 |
| | | | Fixes #11028 | ||||
* | Fix formatting (#11023) | Ilia Motornyi | 2018-07-10 | 7 | -27/+32 |
| | |||||
* | Fix Firefox coordinates, add missing screenshots (#11022) | Teemu Suo-Anttila | 2018-07-10 | 42 | -65/+172 |
| | |||||
* | Fix wrapping div getting focused in CheckBoxGroup and RadioButtonGroup (#11021) | Teemu Suo-Anttila | 2018-07-10 | 3 | -0/+31 |
| | | | Fixes #9731 | ||||
* | Fix expanding an added TreeGrid node (#11018) | Teemu Suo-Anttila | 2018-07-10 | 3 | -7/+76 |
| | | | Fixes #9997 | ||||
* | Add pluginRepository to test/pom.xml (#11015) | Teemu Suo-Anttila | 2018-07-10 | 1 | -0/+13 |
| | |||||
* | Fix Firefox test issues (#11017) | Teemu Suo-Anttila | 2018-07-10 | 56 | -5/+8 |
| | |||||
* | Add alternative screenshot for Flash test (#11013) | Teemu Suo-Anttila | 2018-07-10 | 1 | -0/+0 |
| | |||||
* | Fix ComboboxScrollableWindowTest to use assertion (#11014) | Teemu Suo-Anttila | 2018-07-10 | 5 | -1/+12 |
| | |||||
* | Remove alpha notice from Release Notes (#11009)8.5.0.beta1 | Mehdi Javan | 2018-06-28 | 1 | -1/+0 |
| | |||||
* | Add mention of Tree being Focusable (#11008) | Teemu Suo-Anttila | 2018-06-28 | 1 | -0/+1 |
| | |||||
* | Upgrade TestBench version to 5.2 (#11005) | Teemu Suo-Anttila | 2018-06-28 | 12 | -133/+72 |
| | |||||
* | Improve version number test for publish report script (#11007) | Teemu Suo-Anttila | 2018-06-28 | 1 | -3/+8 |
| | |||||
* | Mention enahncements in release notes (#11006) | Teemu Suo-Anttila | 2018-06-28 | 1 | -0/+4 |
| | |||||
* | Fix DateFieldUnparseableString test UI (#11004) | Mehdi Javan | 2018-06-28 | 1 | -3/+1 |
| | | | This patch eliminates the use of Apache Commons StringUtils in the test UI. | ||||
* | Fix IE11 tests (#11003) | Teemu Suo-Anttila | 2018-06-27 | 10 | -5/+5 |
| | | | This patch removes non-native events and updates some screenshots. | ||||
* | Memory leak fix in ConnectorTracker (#10996) | Teemu Suo-Anttila | 2018-06-27 | 2 | -1/+6 |
| | |||||
* | Update since tags (#11001)8.5.0.alpha2 | Teemu Suo-Anttila | 2018-06-27 | 6 | -29/+27 |
| | |||||
* | Fix valdiation builds to use correct browser (#11000) | Teemu Suo-Anttila | 2018-06-27 | 18 | -34/+75 |
| | |||||
* | Remove PhantomJS from testing (#10997) | Teemu Suo-Anttila | 2018-06-26 | 54 | -511/+22 |
| | |||||
* | Fix Grid Editor in TabSheet test for Firefox (#10991) | Teemu Suo-Anttila | 2018-06-21 | 1 | -3/+15 |
| | |||||
* | Code cleanup and serialization test in compatibility package (#10977) | Ilia Motornyi | 2018-06-21 | 4 | -194/+30 |
| | |||||
* | Fix TabSheet attaching and detaching components (#10988) | Teemu Suo-Anttila | 2018-06-19 | 7 | -40/+76 |
| | | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985 | ||||
* | Graceful servlet shutdown if no VaadinService is initialized (#10981) | Ilia Motornyi | 2018-06-18 | 1 | -1/+3 |
| | | | Fixes #10980 | ||||
* | Add ACCEPT attribute to Upload (#10906) | Ilia Motornyi | 2018-06-18 | 7 | -0/+75 |
| | | | Fixes #2410 | ||||
* | Update CDI version (#10983) | Teemu Suo-Anttila | 2018-06-15 | 1 | -1/+1 |
| | |||||
* | Clarify widgetset documentation (#10984) | Leif Åstrand | 2018-06-15 | 1 | -5/+5 |
| | |||||
* | Fix temporal renderers serialization (#10929) | Ilia Motornyi | 2018-06-13 | 7 | -29/+349 |
| | |||||
* | Fix formatting of some files (#10972) | Ilia Motornyi | 2018-06-12 | 2 | -12/+19 |
| | |||||
* | Update UsingRPCFromJavaScript.asciidoc (#10975) | Leif Åstrand | 2018-06-12 | 1 | -2/+2 |
| | | | The old syntax links to `.asciidoc` instead of `.html` on vaadin.com/docs. | ||||
* | Update Spring version (#10971) | Teemu Suo-Anttila | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Remove parse error when changing from invalid to empty date text (#10771) | Alexander Nittka | 2018-06-07 | 3 | -4/+94 |
| | | | Fixes #10673. | ||||
* | Rename Internet Explorer screenshots (#10968) | Teemu Suo-Anttila | 2018-06-06 | 413 | -0/+0 |
| | |||||
* | Fix NPE check in BindingValidationStatus (#10964) | Olli Tietäväinen | 2018-06-05 | 2 | -1/+14 |
| | |||||
* | Rename Firefox screenshots (#10967) | Teemu Suo-Anttila | 2018-06-05 | 336 | -13/+12 |
| | |||||
* | Rename Chrome screenshots (#10966) | Teemu Suo-Anttila | 2018-06-05 | 480 | -2/+4 |
| | |||||
* | Use new TestBench and ReferenceNameGenerator (#10963) | Teemu Suo-Anttila | 2018-06-05 | 381 | -428/+49 |
| | | | This patch contains the first part of screenshots being renamed. | ||||
* | Remove vaadin-screenshots submodule (#10956) | Teemu Suo-Anttila | 2018-06-04 | 2 | -4/+0 |
| | |||||
* | Implement serializable predicate helper methods (#10952) | Ilia Motornyi | 2018-06-04 | 1 | -1/+81 |
| | |||||
* | Fix IE11 tests for BrowserStack environment (#10959) | Teemu Suo-Anttila | 2018-06-04 | 40 | -26/+4 |
| | |||||
* | Fix small formatting issues (#10960) | Ilia Motornyi | 2018-06-01 | 5 | -16/+22 |
| | |||||
* | Use random string for autocomplete attribute (#10950) | Ilia Motornyi | 2018-06-01 | 2 | -2/+3 |
| | | | Fixes #7820 | ||||
* | Improved BrowserStack support with local identifiers (#10941) | Teemu Suo-Anttila | 2018-05-31 | 391 | -26/+33 |
| | |||||
* | Fix Grid not removing columns from sort order | Teemu Suo-Anttila | 2018-05-28 | 2 | -4/+31 |
| | | | | Fixes #10928 | ||||
* | Add bottomBorder size to check in Grid (#10946) | Anastasia Smirnova | 2018-05-28 | 1 | -2/+2 |
| | | | Fixes #10931 | ||||
* | Fix MultiSelectionRenderer right-click exception (#10944) | Ilia Motornyi | 2018-05-23 | 2 | -6/+2 |
| | | | Fixes #10942 | ||||
* | Add DesignContext getter to ComponentCreatedEvent (#10943) | Ilia Motornyi | 2018-05-22 | 1 | -0/+11 |
| |