Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update release notes for maintenance release8.2.18.2 | Teemu Suo-Anttila | 2018-01-10 | 1 | -4/+4 |
| | |||||
* | Fix tests for Chrome 63 and focus issues in IE11 (#10495) | Teemu Suo-Anttila | 2018-01-10 | 8 | -19/+18 |
| | |||||
* | Fix space key on selection checkbox to select grid row (#10388) | Marco Collovati | 2018-01-10 | 2 | -1/+36 |
| | | | Fixes #10221 | ||||
* | Make profiler work again (#10462) | Artur | 2018-01-10 | 1 | -1/+1 |
| | |||||
* | Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479) | Marco Collovati | 2018-01-10 | 1 | -1/+1 |
| | | | Fixes #10434 | ||||
* | Do not create DOM elements for initially hidden columns (#10465) | Artur | 2018-01-10 | 2 | -0/+7 |
| | |||||
* | Change the order of inheritance to preserve user.agent property (#10470) | Adam Wagner | 2018-01-10 | 1 | -2/+2 |
| | |||||
* | Update Grid.addColumn JavaDoc to tell about nested properties (#10431) | Olli Tietäväinen | 2018-01-10 | 1 | -1/+8 |
| | |||||
* | Backport fix for removing Notifications on close (#10504) | Teemu Suo-Anttila | 2018-01-10 | 4 | -16/+106 |
| | |||||
* | Updated release notes for 8.2 final (#10459)8.2.0 | Pekka Hyvönen | 2017-12-22 | 1 | -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-Anttila | 2017-12-20 | 1 | -0/+0 |
| | |||||
* | Force correct Selenium version for Spring Boot test (#10421) | Teemu Suo-Anttila | 2017-12-20 | 3 | -4/+37 |
| | |||||
* | Update release notes for release candidate (#10362)8.2.0.rc1 | Teemu Suo-Anttila | 2017-12-07 | 1 | -2/+2 |
| | |||||
* | Clarify ContentMode javadocs (#10395) | Leif Åstrand | 2017-12-07 | 1 | -5/+6 |
| | | | | * Don't refer to Label * Explicitly mention XSS risk with HTML | ||||
* | Update to TestBench 5.1.1 (#10391) | Guille | 2017-12-07 | 3 | -15/+2 |
| | |||||
* | Fix selection column size calculation without data (#10384) | Teemu Suo-Anttila | 2017-12-07 | 3 | -44/+145 |
| | |||||
* | Fix alpine docker image error (#10382) | jtomass | 2017-12-07 | 1 | -7/+6 |
| | |||||
* | Fix styling of Window control buttons to show focus (#10285) | Anna Koskinen | 2017-12-07 | 4 | -0/+102 |
| | | | Fixes #8918 | ||||
* | Prevent killing UI if heartbeats are pending (#10371) | Teemu Suo-Anttila | 2017-12-07 | 3 | -5/+112 |
| | | | Fixes #9663 | ||||
* | Add missing JavaDocs and since tags (#10372) | Teemu Suo-Anttila | 2017-12-07 | 3 | -0/+24 |
| | |||||
* | Fix RadioButtonGroupTest imports (#10354) | Teemu Suo-Anttila | 2017-11-24 | 1 | -8/+8 |
| | |||||
* | Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332) | Pekka Hyvönen | 2017-11-24 | 6 | -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-Anttila | 2017-11-23 | 3 | -6/+18 |
| | |||||
* | Fix AbstractIntegrationTest to use new TestBench API (#10358) | Anna Koskinen | 2017-11-23 | 1 | -15/+0 |
| | |||||
* | Test for MenuBar's WAI-ARIA attributes (#3922) (#10349) | Ansku | 2017-11-23 | 2 | -0/+105 |
| | |||||
* | Improve Binder JavaDocs and APIs (#10347)8.2.0.beta1 | Teemu Suo-Anttila | 2017-11-21 | 2 | -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 Hietanen | 2017-11-21 | 9 | -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 Hietanen | 2017-11-21 | 23 | -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 Hietanen | 2017-11-21 | 5 | -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) | Ansku | 2017-11-21 | 4 | -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 Ashour | 2017-11-21 | 4 | -2/+50 |
| | | | | (#10247) | ||||
* | Remove unused imports (#10330) | Ahmed Ashour | 2017-11-21 | 29 | -42/+9 |
| | |||||
* | Update testbench version (#10336) | Guille | 2017-11-21 | 3 | -26/+2 |
| | |||||
* | Add known PushStateNavigation issue to release notes (#10334) | Teemu Suo-Anttila | 2017-11-17 | 1 | -0/+3 |
| | |||||
* | Rename GridDragger to GridRowDragger (#10333) | Pekka Hyvönen | 2017-11-17 | 13 | -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önen | 2017-11-16 | 9 | -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-Anttila | 2017-11-16 | 1 | -1/+0 |
| | |||||
* | Update since tags in JavaDoc (#10325)8.2.0.alpha3 | Teemu Suo-Anttila | 2017-11-15 | 23 | -43/+43 |
| | |||||
* | Fix click listener in WidgetSet test (#10324) | Teemu Suo-Anttila | 2017-11-15 | 1 | -2/+2 |
| | |||||
* | Add helper for Grid row DnD (#10255) | Pekka Hyvönen | 2017-11-15 | 15 | -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-Anttila | 2017-11-15 | 3 | -1/+46 |
| | |||||
* | Update CDI tutorial wiki link (#10322) | Olli Tietäväinen | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | Add new drop mode ON_GRID for GridDropTarget (#10296) | Pekka Hyvönen | 2017-11-15 | 9 | -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 Meyer | 2017-11-14 | 2 | -26/+35 |
| | | | Fixes #10195 | ||||
* | Improve nested property support for Binder (#9925) | Olli Tietäväinen | 2017-11-14 | 4 | -12/+477 |
| | | | Fixes #9210 | ||||
* | Add API to read Binding value from bean (#10316) | Teemu Suo-Anttila | 2017-11-13 | 2 | -3/+43 |
| | |||||
* | Set no-store headers on UIDL messages | Leif Åstrand | 2017-11-10 | 1 | -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äinen | 2017-11-10 | 1 | -0/+1 |
| | | | | constructor, fixes undefined enum value access in VTooltip.setTooltipText | ||||
* | Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278) | Ansku | 2017-11-10 | 5 | -7/+58 |
| | |||||
* | Add ContentMode for row and cell descriptions in Grid (#10282) | Teemu Suo-Anttila | 2017-11-10 | 7 | -49/+295 |
| |