aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update release notes for maintenance release8.2.18.2Teemu Suo-Anttila2018-01-101-4/+4
|
* Fix tests for Chrome 63 and focus issues in IE11 (#10495)Teemu Suo-Anttila2018-01-108-19/+18
|
* Fix space key on selection checkbox to select grid row (#10388)Marco Collovati2018-01-102-1/+36
| | | Fixes #10221
* Make profiler work again (#10462)Artur2018-01-101-1/+1
|
* Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479)Marco Collovati2018-01-101-1/+1
| | | Fixes #10434
* Do not create DOM elements for initially hidden columns (#10465)Artur2018-01-102-0/+7
|
* Change the order of inheritance to preserve user.agent property (#10470)Adam Wagner2018-01-101-2/+2
|
* Update Grid.addColumn JavaDoc to tell about nested properties (#10431)Olli Tietäväinen2018-01-101-1/+8
|
* Backport fix for removing Notifications on close (#10504)Teemu Suo-Anttila2018-01-104-16/+106
|
* Updated release notes for 8.2 final (#10459)8.2.0Pekka Hyvönen2017-12-221-14/+15
| | | | Added mention of GridRowDragger, moved PushState navigation to top on features list. Commented unnecessary mention about alpha version.
* Use new validation screenshots (#10455)Teemu Suo-Anttila2017-12-201-0/+0
|
* Force correct Selenium version for Spring Boot test (#10421)Teemu Suo-Anttila2017-12-203-4/+37
|
* Update release notes for release candidate (#10362)8.2.0.rc1Teemu Suo-Anttila2017-12-071-2/+2
|
* Clarify ContentMode javadocs (#10395)Leif Åstrand2017-12-071-5/+6
| | | | * Don't refer to Label * Explicitly mention XSS risk with HTML
* Update to TestBench 5.1.1 (#10391)Guille2017-12-073-15/+2
|
* Fix selection column size calculation without data (#10384)Teemu Suo-Anttila2017-12-073-44/+145
|
* Fix alpine docker image error (#10382)jtomass2017-12-071-7/+6
|
* Fix styling of Window control buttons to show focus (#10285)Anna Koskinen2017-12-074-0/+102
| | | Fixes #8918
* Prevent killing UI if heartbeats are pending (#10371)Teemu Suo-Anttila2017-12-073-5/+112
| | | Fixes #9663
* Add missing JavaDocs and since tags (#10372)Teemu Suo-Anttila2017-12-073-0/+24
|
* Fix RadioButtonGroupTest imports (#10354)Teemu Suo-Anttila2017-11-241-8/+8
|
* Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332)Pekka Hyvönen2017-11-246-2/+231
| | | | | | | * Fix missing v-disabled for RadioButtonGroup * Fix missing v-disabled for CheckBoxGroup Resolves #9258
* Fix issues from TestBench version upgrade (#10360)Teemu Suo-Anttila2017-11-233-6/+18
|
* Fix AbstractIntegrationTest to use new TestBench API (#10358)Anna Koskinen2017-11-231-15/+0
|
* Test for MenuBar's WAI-ARIA attributes (#3922) (#10349)Ansku2017-11-232-0/+105
|
* Improve Binder JavaDocs and APIs (#10347)8.2.0.beta1Teemu Suo-Anttila2017-11-212-7/+30
| | | This patch also adds ValueChangeEvent as a parameter to field value change method in Binder.
* Create DescriptionGenerator in package com.vaadin.ui (#10346)Aleksi Hietanen2017-11-219-10/+39
| | | | Deprecate com.vaadin.ui.components.grid.DescriptionGenerator and subclass it from the new DescriptionGenerator.
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-2123-114/+97
| | | | | | | | | | | | | | | | | * Rename HierarchicalDataCommunicator#getMapper to getHierarchyMapper * Make rpc field in Notification private * Change DropIndexCalculator.ALWAYS_DROP_TO_END to a generic static method * Move EditorImpl#editRow documentation to the interface level * Correct GridDragEndEvent, GridDragStartEvent constructor javadocs * Revert SharedState.registeredEventListeners to a Set * Rename GridDropTarget dropAllowedOnSortedGridRows * Rename ColumnState.contentMode to tooltipContentMode
* Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344)Aleksi Hietanen2017-11-215-118/+192
| | | | | This commit extracts the private nested class AbstractBeanPropertyDefinition from BeanPropertySet to a public class of package com.vaadin.data. Additionally, the nested protected class PropertyFilterDefinition is extracted from NestedBeanPropertyDefinition to a public class in package com.vaadin.data.
* Issue3922disableditem (#10259)Ansku2017-11-214-48/+230
| | | | | | | | | | | * Accessibility for MenuBar (#3922) * TabIndex handling fix and an indexing tweak * Make disabled MenuItems selectable for accessibility (#3922) - It should be possible to navigate to a disabled MenuItem, even if triggering the related command is disabled * Refactor primary style name and aria attribute handling to own method
* FileResource to use bufferSize, and StreamResource to use getCacheTime() ↵Ahmed Ashour2017-11-214-2/+50
| | | | (#10247)
* Remove unused imports (#10330)Ahmed Ashour2017-11-2129-42/+9
|
* Update testbench version (#10336)Guille2017-11-213-26/+2
|
* Add known PushStateNavigation issue to release notes (#10334)Teemu Suo-Anttila2017-11-171-0/+3
|
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-1713-45/+45
| | | The old name GridDragger gave an impression that you're dragging the whole grid instead of rows.
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-169-5/+208
| | | | This pathc also switches GridDragger to by default not allow drops on rows when the grid has been sorted.
* Remove empty li element from release notes (#10326)Teemu Suo-Anttila2017-11-161-1/+0
|
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-1523-43/+43
|
* Fix click listener in WidgetSet test (#10324)Teemu Suo-Anttila2017-11-151-2/+2
|
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-1515-109/+1364
| | | | | | | | | | | | | | | | | | * Added Griddragger. * Refactored the GridDragger to match FW style Unit tests, Test UI and documentation to come next. * Change DropMode to BETWEEN and add Test UIs * Simplify GridDragger API * Fixes and unit tests for GridDragger Fixed issues regarding drop index calculation when sourche and target grid is the same. When the ListDataProvider is not internally using List, always drops to the end. Updates the old data provider instead of creating a new one to preserve filters&sorting.
* Add mention of Wildfly 11 support and a test for it (#10319)Teemu Suo-Anttila2017-11-153-1/+46
|
* Update CDI tutorial wiki link (#10322)Olli Tietäväinen2017-11-151-1/+1
|
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-159-36/+361
| | | | | | | | | | | | | | | | | * Add new drop mode ON_GRID for GridDropTarget Also adds a way to not accept drops on rows when the user has sorted the grid. This way the bad UX can be avoided for showing the drop indicator for the wrong place when the grid has been sorted. This has not been made default behavior to GridDropTarget since it would change behavior compared to 8.1. Instead if is triggerable via API in GridDropTarget. * Refactor sorted grid drop logic to server side * Block setDropMode calls Blocking setDropMode set values if the grid has been sorted and drop on sorted rows is not allowed. The value is used once the grid is not sorted anymore or the drops are allowed on sorted rows.
* Fix TreeGrid to use correct super constructor (#10291)Jerome Meyer2017-11-142-26/+35
| | | Fixes #10195
* Improve nested property support for Binder (#9925)Olli Tietäväinen2017-11-144-12/+477
| | | Fixes #9210
* Add API to read Binding value from bean (#10316)Teemu Suo-Anttila2017-11-132-3/+43
|
* Set no-store headers on UIDL messagesLeif Åstrand2017-11-101-3/+9
| | | | UIDL might contain sensitive information that we should prevent from being stored anywhere.
* set default ContentMode PREFORMATTED in parameterless TooltipInfo ↵Olli Tietäväinen2017-11-101-0/+1
| | | | constructor, fixes undefined enum value access in VTooltip.setTooltipText
* Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278)Ansku2017-11-105-7/+58
|
* Add ContentMode for row and cell descriptions in Grid (#10282)Teemu Suo-Anttila2017-11-107-49/+295
|