Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not create DOM elements for initially hidden columns (#10465) | Artur | 2017-12-28 | 2 | -0/+7 |
| | |||||
* | Change the order of inheritance to preserve user.agent property (#10470) | Adam Wagner | 2017-12-27 | 1 | -2/+2 |
| | |||||
* | Update Grid.addColumn JavaDoc to tell about nested properties (#10431) | Olli Tietäväinen | 2017-12-27 | 1 | -1/+8 |
| | |||||
* | 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-07 | 3 | -4/+37 |
| | |||||
* | Fix typo | David Steinkopff | 2017-12-03 | 1 | -2/+2 |
| | |||||
* | Clarify ContentMode javadocs (#10395) | Leif Åstrand | 2017-12-01 | 1 | -5/+6 |
| | | | | * Don't refer to Label * Explicitly mention XSS risk with HTML | ||||
* | Escape CDATA element (#10377) | Olli Tietäväinen | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Update to TestBench 5.1.1 (#10391) | Guille | 2017-11-29 | 3 | -15/+2 |
| | |||||
* | Update bean validation article to use FW8 APIs (#10387) | AMahdy AbdelAziz | 2017-11-29 | 1 | -6/+5 |
| | | | | | Suggested by [Jean-Christophe Gueriaud](https://vaadin.com/forum/#!/thread/16876180). Closes #10386 | ||||
* | Update version number to 8.3-SNAPSHOT (#10390) | Guille | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Fix selection column size calculation without data (#10384) | Teemu Suo-Anttila | 2017-11-29 | 3 | -44/+145 |
| | |||||
* | Fix alpine docker image error (#10382) | jtomass | 2017-11-29 | 1 | -7/+6 |
| | |||||
* | Update vaadin.version in embedding documentation (#10383) | Olli Tietäväinen | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | Fix styling of Window control buttons to show focus (#10285) | Anna Koskinen | 2017-11-28 | 4 | -0/+102 |
| | | | Fixes #8918 | ||||
* | Prevent killing UI if heartbeats are pending (#10371) | Teemu Suo-Anttila | 2017-11-27 | 3 | -5/+112 |
| | | | Fixes #9663 | ||||
* | Add missing JavaDocs and since tags (#10372) | Teemu Suo-Anttila | 2017-11-24 | 3 | -0/+24 |
| | |||||
* | Improve commit message example in CONTRIBUTING.md (#10357) | Aleksi Hietanen | 2017-11-23 | 1 | -3/+13 |
| | |||||
* | Fix issues from TestBench version upgrade (#10360) | Teemu Suo-Anttila | 2017-11-23 | 3 | -6/+18 |
| | |||||
* | Update to JSoup 1.11.2 (#10353) | Leif Åstrand | 2017-11-23 | 11 | -11/+12 |
| | | | | | Also update declarative writing to use true instead of "" for empty attributes because of changed defaults in JSoup. For v7, the tests are updated instead of touching the implementations. | ||||
* | DateField not to fire focus/blur event when going to sub-components (#10246) | Ahmed Ashour | 2017-11-23 | 6 | -25/+142 |
| | | | Fixes `DateField blur event fires when focus gets to the "calendar button"` #1008 | ||||
* | Fix AbstractIntegrationTest to use new TestBench API (#10358) | Anna Koskinen | 2017-11-23 | 1 | -15/+0 |
| | |||||
* | Fix RadioButtonGroupTest imports (#10354) | Teemu Suo-Anttila | 2017-11-22 | 1 | -8/+8 |
| | |||||
* | Update datamodel-forms.asciidoc (#10350) | jcgueriaud | 2017-11-22 | 1 | -9/+8 |
| | | | This patch fixes the BinderValidationStatusHandler example in the documentation. | ||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 65 | -65/+65 |
| | |||||
* | Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332) | Pekka Hyvönen | 2017-11-22 | 6 | -2/+231 |
| | | | | | | | * Fix missing v-disabled for RadioButtonGroup * Fix missing v-disabled for CheckBoxGroup Resolves #9258 | ||||
* | Test for MenuBar's WAI-ARIA attributes (#3922) (#10349) | Ansku | 2017-11-22 | 2 | -0/+105 |
| | |||||
* | Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240) | Ahmed Ashour | 2017-11-22 | 4 | -21/+79 |
| | |||||
* | Fix nested bean property name (#10271) | schaerl | 2017-11-22 | 4 | -39/+72 |
| | | | | | | | | | * Changed retrieval of names of nested properties (#10159) The getName() function in NestedBeanPropertyDefinition will return only the top level name, which causes problems when adding a nested property that has the same name as a non-nested (e.g "value" & "sub.value") This change should fix this behaviour by changing the return value of "getName()" of NestedBeanPropertyDefinition and introducing a function "getTopLevelName()" that only returns the last part of the full name for where it's needed | ||||
* | Improve Binder JavaDocs and APIs (#10347) | 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-20 | 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 |
| |