Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update release notes (#11035)8.5.0.beta2 | Ilia Motornyi | 2018-07-11 | 1 | -2/+1 |
| | |||||
* | Remove alpha notice from Release Notes (#11009)8.5.0.beta1 | Mehdi Javan | 2018-06-28 | 1 | -1/+0 |
| | |||||
* | Add mention of Tree being Focusable (#11008) | Teemu Suo-Anttila | 2018-06-28 | 1 | -0/+1 |
| | |||||
* | Mention enahncements in release notes (#11006) | Teemu Suo-Anttila | 2018-06-28 | 1 | -0/+4 |
| | |||||
* | Update release notes for 8.5.0.alpha1 (#10888) | Teemu Suo-Anttila | 2018-05-07 | 1 | -21/+10 |
| | |||||
* | Fix links in Release Notes (#10850) | Ilia Motornyi | 2018-05-02 | 1 | -12/+13 |
| | |||||
* | Fix AbstractSingleSelect selection and state updates (#10796) | Teemu Suo-Anttila | 2018-04-19 | 1 | -0/+1 |
| | |||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Update release notes (#10800) | Ilia Motornyi | 2018-04-09 | 1 | -3/+7 |
| | |||||
* | Fix typos in release notes | Teemu Suo-Anttila | 2018-04-06 | 1 | -2/+2 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 1 | -0/+1 |
| | |||||
* | Update release notes and since tags for 8.4 (#10760) | Teemu Suo-Anttila | 2018-03-27 | 1 | -1/+8 |
| | |||||
* | Remove unnecessary buildhelpers module (#10742) | Teemu Suo-Anttila | 2018-03-22 | 1 | -1/+0 |
| | |||||
* | Fix date ranges for date and datetime fields (#10685) | Ilia Motornyi | 2018-03-20 | 1 | -0/+1 |
| | | | Fixes #9765 | ||||
* | Update release notes to mention correct Java versions (#10576) | Teemu Suo-Anttila | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 2 | -9/+5 |
| | |||||
* | Update release notes for 8.3 (#10480) | Teemu Suo-Anttila | 2017-12-30 | 1 | -34/+10 |
| | |||||
* | Update version number to 8.3-SNAPSHOT (#10348) | Teemu Suo-Anttila | 2017-11-22 | 1 | -1/+1 |
| | |||||
* | Fix issues from API review for 8.2 (#10342) | Aleksi Hietanen | 2017-11-21 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add known PushStateNavigation issue to release notes (#10334) | Teemu Suo-Anttila | 2017-11-17 | 1 | -0/+3 |
| | |||||
* | Remove empty li element from release notes (#10326) | Teemu Suo-Anttila | 2017-11-16 | 1 | -1/+0 |
| | |||||
* | Add helper for Grid row DnD (#10255) | Pekka Hyvönen | 2017-11-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+1 |
| | |||||
* | AbstractDateField.formatDate() to be abstract (#10186) | Ahmed Ashour | 2017-10-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | * AbstractDateField.formatDate to be abstract Remove invalidDateString paramter, as it can be deduced * Fix test * Remove AbstractDateField.getResolutionVariable VAbstractTextualDate: rename updateDateVariables() to updateBufferedResolutions() * Revert to use fixed value of MONDAY. * release notes * updateAndSendBufferedValues() * Missed call to updateAndSendBufferedValues(); * release note | ||||
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 1 | -2/+2 |
| | | | | | | * Fix typos * Fix | ||||
* | Convert AbstractDateField not to be a LegacyComponent (#10148) | Ahmed Ashour | 2017-10-13 | 1 | -0/+1 |
| | |||||
* | Add ErrorLevel to Validators and results (#10099) | Teemu Suo-Anttila | 2017-10-11 | 1 | -0/+1 |
| | | | Fixes #9792 | ||||
* | Edit grid row by index - server side (#10040) | Piotr Wilkin | 2017-10-10 | 1 | -1/+1 |
| | | | | | Opening grid editor from server side. Fixes #8477. Addressing #8820 will be the user's responsibility as fetching index of item might be slow. | ||||
* | Registration to remove state.registeredEventListeners (fixes #9634) (#10130) | Ahmed Ashour | 2017-10-04 | 1 | -0/+1 |
| | | | This changes SharedState.registeredEventListeners to be a Map that keeps track of how many listeners of each type have been added, and handles unregistering of such listeners correctly. | ||||
* | Add role="grid" and aria-multiselectable to grid (#10009) | Knoobie | 2017-10-04 | 1 | -0/+1 |
| | | | Also adds aria-selected for grid rows. | ||||
* | Revert "Store Vaadin session after each update" (#10112)8.2.0.alpha2 | Henri Sara | 2017-09-28 | 1 | -1/+0 |
| | | | | | This reverts commit 48e202a80653c2c8a9e31db11814d23b87d6ec19. Also reverts the related release notes update. | ||||
* | Add since tags and update release notes (#10109) | Henri Sara | 2017-09-28 | 1 | -0/+10 |
| | |||||
* | Support addCloseListener for Notification (#10027) | Ahmed Ashour | 2017-09-27 | 1 | -1/+3 |
| | | | | | Converts Notification to an Extension and adds support for listening to the closing of notifications. Fixes #888 | ||||
* | Convert Embedded not to be a LegacyComponent (#10088) | Ahmed Ashour | 2017-09-27 | 1 | -0/+1 |
| | |||||
* | Implement error level on client side (#9817) | Adam Wagner | 2017-09-27 | 1 | -0/+2 |
| | | | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests. Resolves #3139 | ||||
* | Fix BindingBuilder to always use the same instance (#10004) | Teemu Suo-Anttila | 2017-09-26 | 1 | -0/+1 |
| | | | | | | This allows using BindingBuilder either in a type safe chained manner or with separate calls for the same instance at the cost of less strict type checking. Fixes #9927 Fixes #9619 | ||||
* | Improve Binder value change handling with bean validation (#9988) | Teemu Suo-Anttila | 2017-09-25 | 1 | -1/+2 |
| | | | | | | | Changed values are now only applied to the bean when they pass both field and bean validation. Any change that breaks validation will be pending and is attempted to apply when another change event comes. This patch also makes the order of status change event handler and listener call order. This addresses some of the issues raised in #9955. | ||||
* | Replace tab with spaces in .xml files (#10064) | Ahmed Ashour | 2017-09-22 | 1 | -46/+46 |
| | |||||
* | Replace CRLF with LF (#10062) | Henri Sara | 2017-09-22 | 1 | -97/+97 |
| | | | | | | | After this change, .gitattributes will take care of keeping native line endings. * Replace CRLF with LF in non-Java files | ||||
* | Add scroll logic from TreeGrid to Tree (#10005) | Piotr Wilkin | 2017-09-20 | 1 | -0/+1 |
| | | | Fixes #9967 | ||||
* | Remove redundant versions in POMs (#9990) | Ahmed Ashour | 2017-09-14 | 1 | -1/+0 |
| | |||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Update release notes for 8.2.0.alpha1 (#9937) | Henri Sara | 2017-09-07 | 1 | -31/+17 |
| | |||||
* | Provide API for setting row heights in Grid for different sections (#9810) | Teemu Suo-Anttila | 2017-08-11 | 1 | -0/+1 |
| | | | Fixes #9425 | ||||
* | Remove margin-left for FontAwesome icons in ComboBox (#9805) | Teemu Suo-Anttila | 2017-08-10 | 1 | -0/+1 |
| | |||||
* | Update release notes incompatible changes heading (#9771) | Henri Sara | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | Update release notes for maintenance versions (#9755) | Henri Sara | 2017-08-01 | 1 | -3/+4 |
| | |||||
* | Update release notes for 8.1 final (#9722)8.1.0 | Henri Sara | 2017-07-24 | 1 | -4/+4 |
| | | | Remove pre-release mention and update current browser versions. | ||||
* | Fix typo in release notes (#9710) | Henri Sara | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Remove mention of height limitation in Tree (#9689) | Teemu Suo-Anttila | 2017-07-18 | 1 | -1/+0 |
| | | | Related to #9631 |