Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update release notes for 8.3 (#10480) | Teemu Suo-Anttila | 2017-12-30 | 1 | -34/+10 |
| | |||||
* | Implement widget event handling for Columns in Grid (#10412) | Teemu Suo-Anttila | 2017-12-29 | 6 | -10/+114 |
| | | | | Fixes #7833 | ||||
* | Add ContentMode for the description of MenuItems (#9984) | Jonas Zipprick | 2017-12-29 | 6 | -10/+129 |
| | | | | | Adds the ability to set the content mode for the description of a menu item that is part of a menu bar. This functionality was already available for every AbstractComponent but missing for the menu items of menu bars. If no content mode is specified it defaults to the PREFORMATED content mode. | ||||
* | Treat fields as readonly when bound with null setter (#10477) | Marco Collovati | 2017-12-29 | 4 | -8/+41 |
| | | | Fixes #10476 | ||||
* | Upgrade Vaadin CDI version to 3.0.0.alpha2 (#10226) | Teemu Suo-Anttila | 2017-12-29 | 16 | -54/+510 |
| | | | | This patch also adds tests for PushState and URI Fragment navigation with CDI. | ||||
* | Remove workarounds from Spring integration test (#10430) | Teemu Suo-Anttila | 2017-12-29 | 8 | -67/+5 |
| | | | This patch makes the BOM use Spring 3.0.0.alpha1 | ||||
* | Fix javadoc for Notification TYPE_TRAY_NOTIFICATION (#10479) | Marco Collovati | 2017-12-29 | 1 | -1/+1 |
| | | | Fixes #10434 | ||||
* | Allow setting custom styles to DateField calendar date cells (#10305) | Anna Koskinen | 2017-12-28 | 9 | -0/+207 |
| | | | Fixes #10304 | ||||
* | Add css class to selected items in CheckboxGroup and RadiobuttonGroup (#10394) | Marco Collovati | 2017-12-28 | 5 | -7/+54 |
| | | | | | | Adds v-select-option-selected class to the selected group items in CheckboxGroup and RadiobuttonGroup Fixes #3387 | ||||
* | Make Binder.setReadonly ignore effectively readonly bindings (#10368) | Marco Collovati | 2017-12-28 | 3 | -5/+56 |
| | | | | | | | Binder.setReadonly will ignore bindings with null setter or property without an accessible setter when changing field read only flag. Fixes #10252 | ||||
* | 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. |