summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow focus to another component, when closing the window (#10860)Anastasia Smirnova2018-05-033-7/+15
| | | Resolves #5891
* Fix Window layout when resizing (#10830)Anna Koskinen2018-05-035-1/+108
| | | Fixes #10652
* Update Using RPC To Send Events To The ClientAnastasia Smirnova2018-05-031-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 Motornyi2018-05-034-73/+128
| | | This patch adds a compatibility version of FileTypeResolver.
* Fix usage of debug window in websocket test (#10868)Teemu Suo-Anttila2018-05-032-8/+7
|
* Fix path in CustomLayout JavaDoc (#10867)Anastasia Smirnova2018-05-031-1/+1
| | | Fixes #10866
* Fix links in Release Notes (#10850)Ilia Motornyi2018-05-021-12/+13
|
* Add test to verify proper init of websockets (#10865)Teemu Suo-Anttila2018-05-021-0/+31
|
* Fix removing resize and drag curtains when window is closed (#10515)Artur2018-05-022-0/+45
| | | Fixes #10514
* Enable formatting in testbench-api module (#10852)Ilia Motornyi2018-05-026-21/+25
|
* Fix tests to use shorted screenshot filenames (#10862)Teemu Suo-Anttila2018-05-0212-3/+3
|
* Add mention of formatter plugin to CONTRIBUTING.md (#10853)Teemu Suo-Anttila2018-04-301-0/+2
|
* Removing obsolete link (#10857)Johannes Häyry2018-04-271-5/+0
|
* Disable animate-out for VWindow by default (#10846)Anastasia Smirnova2018-04-273-1/+75
| | | | | | * Disable animate-out for VWindow by default Fixes #5891
* Upgrade atmosphere to 2.4.24.vaadin1 (#10847)Ilia Motornyi2018-04-272-3/+2
| | | Fixes #10816
* Updated to use non-deprecated API (#10855)Matti Tahvonen2018-04-271-1/+1
| | | | * Update layout-orderedlayout.asciidoc
* Updated link to vaadin.com downloads sectionMatti Tahvonen2018-04-251-1/+1
|
* Fix JavaDoc typo in removeFunction (#10845)Jonni Nakari2018-04-241-1/+1
|
* Add @since 8.4 (#10840)Ilia Motornyi2018-04-208-11/+12
|
* Add MenuItem notices to BrowserWindowOpener documentation (#10820)Ilia Motornyi2018-04-203-4/+4
|
* Add initial screenshots for Firefox tests (#10834)Teemu Suo-Anttila2018-04-20329-0/+0
|
* Update example for Comparator in Grid (#10833)Anastasia Smirnova2018-04-201-3/+3
| | | Fixes #10337
* Fix RichTextArea read-only+disabled Anastasia Smirnova2018-04-203-2/+73
| | | Resolves #10541
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-19191-898/+1000
|
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-1912-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 TabTeemu Suo-Anttila2018-04-194-5/+128
|
* Fix AbstractSingleSelect selection and state updates (#10796)Teemu Suo-Anttila2018-04-197-149/+323
|
* Fix recursive menu hiding (#10817)Ilia Motornyi2018-04-181-1/+2
|
* Fix using ConnectorResource icons before attaching ComboBox (#10810)Teemu Suo-Anttila2018-04-174-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 Ekblad2018-04-171-1/+11
|
* Fixes declarative update of existing Composite (#10825)Ilia Motornyi2018-04-173-2/+51
| | | Fixes #10170
* Introduce XVFB cluster testing (#10801)Teemu Suo-Anttila2018-04-17847-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 Smirnova2018-04-164-2/+101
|
* Add a check for tab events trying to set focus outside a modal Window (#10655)Olli Tietäväinen2018-04-164-2/+90
|
* Handle UnparsableDateString correctly (#10803)Anastasia Smirnova2018-04-163-1/+135
| | | Resolves #10681
* Pull request template (#10813)jtomass2018-04-141-0/+10
|
* Add null check to Grid's DnD focus handling (#10822)Anna Koskinen2018-04-133-1/+104
| | | Fixes #10699
* Fix incorrect color value handling in ColorPicker (#10812)Anastasia Smirnova2018-04-1310-18/+139
|
* Fix Grid Column not sortable with backend data and sort property (#10811)Teemu Suo-Anttila2018-04-132-6/+9
|
* Update snapshot version to 8.5 (#10818)Teemu Suo-Anttila2018-04-1264-64/+64
|
* Remove old ignored test (#10806)8.4.0.beta1Ilia Motornyi2018-04-111-84/+0
|
* Added support for getValue and setValue into TestBench RichTextAreaElement ↵Anastasia Smirnova2018-04-105-10/+84
| | | | (#10659)
* Update release notes (#10800)Ilia Motornyi2018-04-091-3/+7
|
* Remove reference to supportsParameters (#10798)Olli Tietäväinen2018-04-091-13/+1
|
* Update screenshots for ComboBoxItemIconTest (#10799)Teemu Suo-Anttila2018-04-091-0/+0
|
* Add "Using debug ids in communication" to LoadTestingWithGatling.asciidoc ↵Johannes Tuikkala2018-04-091-2/+10
| | | | (#10794)
* Ensure that popup is closed in Tabsheet (#10738)Anastasia Smirnova2018-04-094-1/+78
|
* Make it possible to also use an element as root and not only id. (#10785)caalador2018-04-093-2/+72
|
* Add support for ConnectorResources as ComboBox icons (#10795)Teemu Suo-Anttila2018-04-094-18/+103
|
* Fix typos in release notesTeemu Suo-Anttila2018-04-061-2/+2
|