Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow focus to another component, when closing the window (#10860) | Anastasia Smirnova | 2018-05-03 | 3 | -7/+15 |
| | | | Resolves #5891 | ||||
* | Fix Window layout when resizing (#10830) | Anna Koskinen | 2018-05-03 | 5 | -1/+108 |
| | | | Fixes #10652 | ||||
* | Update Using RPC To Send Events To The Client | Anastasia Smirnova | 2018-05-03 | 1 | -2/+2 |
| | | | | | Update the article to make it compile, if using right imports Addresses : https://github.com/vaadin/framework/issues/10439 | ||||
* | Fix using runo icons in FileTypeResolver (#10858) | Ilia Motornyi | 2018-05-03 | 4 | -73/+128 |
| | | | This patch adds a compatibility version of FileTypeResolver. | ||||
* | Fix usage of debug window in websocket test (#10868) | Teemu Suo-Anttila | 2018-05-03 | 2 | -8/+7 |
| | |||||
* | Fix path in CustomLayout JavaDoc (#10867) | Anastasia Smirnova | 2018-05-03 | 1 | -1/+1 |
| | | | Fixes #10866 | ||||
* | Fix links in Release Notes (#10850) | Ilia Motornyi | 2018-05-02 | 1 | -12/+13 |
| | |||||
* | Add test to verify proper init of websockets (#10865) | Teemu Suo-Anttila | 2018-05-02 | 1 | -0/+31 |
| | |||||
* | Fix removing resize and drag curtains when window is closed (#10515) | Artur | 2018-05-02 | 2 | -0/+45 |
| | | | Fixes #10514 | ||||
* | Enable formatting in testbench-api module (#10852) | Ilia Motornyi | 2018-05-02 | 6 | -21/+25 |
| | |||||
* | Fix tests to use shorted screenshot filenames (#10862) | Teemu Suo-Anttila | 2018-05-02 | 12 | -3/+3 |
| | |||||
* | Add mention of formatter plugin to CONTRIBUTING.md (#10853) | Teemu Suo-Anttila | 2018-04-30 | 1 | -0/+2 |
| | |||||
* | Removing obsolete link (#10857) | Johannes Häyry | 2018-04-27 | 1 | -5/+0 |
| | |||||
* | Disable animate-out for VWindow by default (#10846) | Anastasia Smirnova | 2018-04-27 | 3 | -1/+75 |
| | | | | | | * Disable animate-out for VWindow by default Fixes #5891 | ||||
* | Upgrade atmosphere to 2.4.24.vaadin1 (#10847) | Ilia Motornyi | 2018-04-27 | 2 | -3/+2 |
| | | | Fixes #10816 | ||||
* | Updated to use non-deprecated API (#10855) | Matti Tahvonen | 2018-04-27 | 1 | -1/+1 |
| | | | | * Update layout-orderedlayout.asciidoc | ||||
* | Updated link to vaadin.com downloads section | Matti Tahvonen | 2018-04-25 | 1 | -1/+1 |
| | |||||
* | Fix JavaDoc typo in removeFunction (#10845) | Jonni Nakari | 2018-04-24 | 1 | -1/+1 |
| | |||||
* | Add @since 8.4 (#10840) | Ilia Motornyi | 2018-04-20 | 8 | -11/+12 |
| | |||||
* | Add MenuItem notices to BrowserWindowOpener documentation (#10820) | Ilia Motornyi | 2018-04-20 | 3 | -4/+4 |
| | |||||
* | Add initial screenshots for Firefox tests (#10834) | Teemu Suo-Anttila | 2018-04-20 | 329 | -0/+0 |
| | |||||
* | Update example for Comparator in Grid (#10833) | Anastasia Smirnova | 2018-04-20 | 1 | -3/+3 |
| | | | Fixes #10337 | ||||
* | Fix RichTextArea read-only+disabled | Anastasia Smirnova | 2018-04-20 | 3 | -2/+73 |
| | | | Resolves #10541 | ||||
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 191 | -898/+1000 |
| | |||||
* | Colorpicker validation handling (#10821) | KatriHaapalinna | 2018-04-19 | 12 | -59/+1403 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix | ||||
* | Fix for navigating in Grid using Tab | Teemu Suo-Anttila | 2018-04-19 | 4 | -5/+128 |
| | |||||
* | Fix AbstractSingleSelect selection and state updates (#10796) | Teemu Suo-Anttila | 2018-04-19 | 7 | -149/+323 |
| | |||||
* | Fix recursive menu hiding (#10817) | Ilia Motornyi | 2018-04-18 | 1 | -1/+2 |
| | |||||
* | Fix using ConnectorResource icons before attaching ComboBox (#10810) | Teemu Suo-Anttila | 2018-04-17 | 4 | -2/+12 |
| | | | | | | * Fix using ConnectorResource icons before attaching ComboBox * Update Chrome and PhantomJS screenshots | ||||
* | Documentation: Updated version example and added a mvn example snippet (#10827) | Sami Ekblad | 2018-04-17 | 1 | -1/+11 |
| | |||||
* | Fixes declarative update of existing Composite (#10825) | Ilia Motornyi | 2018-04-17 | 3 | -2/+51 |
| | | | Fixes #10170 | ||||
* | Introduce XVFB cluster testing (#10801) | Teemu Suo-Anttila | 2018-04-17 | 847 | -331/+492 |
| | | | | | | | | | This patch adds the ability and configuration for running tests against cluster running Chrome browsers in XVFB environment. It also contains multiple fixes for combining newer Selenium and Chrome as well as fixes tests that depend on timezones. | ||||
* | Add modality support to ColorPicker (#10815) | Anastasia Smirnova | 2018-04-16 | 4 | -2/+101 |
| | |||||
* | Add a check for tab events trying to set focus outside a modal Window (#10655) | Olli Tietäväinen | 2018-04-16 | 4 | -2/+90 |
| | |||||
* | Handle UnparsableDateString correctly (#10803) | Anastasia Smirnova | 2018-04-16 | 3 | -1/+135 |
| | | | Resolves #10681 | ||||
* | Pull request template (#10813) | jtomass | 2018-04-14 | 1 | -0/+10 |
| | |||||
* | Add null check to Grid's DnD focus handling (#10822) | Anna Koskinen | 2018-04-13 | 3 | -1/+104 |
| | | | Fixes #10699 | ||||
* | Fix incorrect color value handling in ColorPicker (#10812) | Anastasia Smirnova | 2018-04-13 | 10 | -18/+139 |
| | |||||
* | Fix Grid Column not sortable with backend data and sort property (#10811) | Teemu Suo-Anttila | 2018-04-13 | 2 | -6/+9 |
| | |||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 64 | -64/+64 |
| | |||||
* | Remove old ignored test (#10806)8.4.0.beta1 | Ilia Motornyi | 2018-04-11 | 1 | -84/+0 |
| | |||||
* | Added support for getValue and setValue into TestBench RichTextAreaElement ↵ | Anastasia Smirnova | 2018-04-10 | 5 | -10/+84 |
| | | | | (#10659) | ||||
* | Update release notes (#10800) | Ilia Motornyi | 2018-04-09 | 1 | -3/+7 |
| | |||||
* | Remove reference to supportsParameters (#10798) | Olli Tietäväinen | 2018-04-09 | 1 | -13/+1 |
| | |||||
* | Update screenshots for ComboBoxItemIconTest (#10799) | Teemu Suo-Anttila | 2018-04-09 | 1 | -0/+0 |
| | |||||
* | Add "Using debug ids in communication" to LoadTestingWithGatling.asciidoc ↵ | Johannes Tuikkala | 2018-04-09 | 1 | -2/+10 |
| | | | | (#10794) | ||||
* | Ensure that popup is closed in Tabsheet (#10738) | Anastasia Smirnova | 2018-04-09 | 4 | -1/+78 |
| | |||||
* | Make it possible to also use an element as root and not only id. (#10785) | caalador | 2018-04-09 | 3 | -2/+72 |
| | |||||
* | Add support for ConnectorResources as ComboBox icons (#10795) | Teemu Suo-Anttila | 2018-04-09 | 4 | -18/+103 |
| | |||||
* | Fix typos in release notes | Teemu Suo-Anttila | 2018-04-06 | 1 | -2/+2 |
| |