Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ACCEPT attribute to Upload (#10906) | Ilia Motornyi | 2018-06-18 | 1 | -0/+6 |
| | | | Fixes #2410 | ||||
* | Add @since 8.4 (#10840) | Ilia Motornyi | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 16 | -43/+56 |
| | |||||
* | Fix incorrect color value handling in ColorPicker (#10812) | Anastasia Smirnova | 2018-04-13 | 1 | -0/+8 |
| | |||||
* | Update snapshot version to 8.5 (#10818) | Teemu Suo-Anttila | 2018-04-12 | 1 | -1/+1 |
| | |||||
* | Update empty since tags for 8.4 and 8.3.3 (#10786) | Ilia Motornyi | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 1 | -15/+0 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 3 | -4/+37 |
| | |||||
* | Update release notes and since tags for 8.4 (#10760) | Teemu Suo-Anttila | 2018-03-27 | 1 | -8/+5 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 265 | -265/+265 |
| | |||||
* | Add row index to ItemClickEvent in Grid (#10754) | Tatu Lund | 2018-03-27 | 1 | -1/+3 |
| | |||||
* | Fix date ranges for date and datetime fields (#10685) | Ilia Motornyi | 2018-03-20 | 1 | -5/+9 |
| | | | Fixes #9765 | ||||
* | Setting of tooltips for grid header/footer cells (#10489) | Artur | 2018-03-13 | 1 | -0/+7 |
| | | | Fixes #7527 | ||||
* | 8.3.2 since (#10678) | Ilia Motornyi | 2018-03-05 | 1 | -1/+1 |
| | | | | * @since 8.3.2 | ||||
* | Fix client and server filter state mismatch in Combobox (#10630) | Anna Koskinen | 2018-02-27 | 1 | -0/+7 |
| | | | Fixes #10624 | ||||
* | Replace RegExp with custom search (#10619) | Adam Wagner | 2018-02-08 | 1 | -20/+24 |
| | |||||
* | Add recursive expand and collapse method to TreeGrid and Tree (#10283) | Adam Wagner | 2018-02-08 | 1 | -0/+7 |
| | |||||
* | Add method for getting complete browser version (#10490) | Adam Wagner | 2018-02-01 | 1 | -14/+41 |
| | | | Fixes #10461 | ||||
* | Add setters to Payload for JsonCodec to be able to encode | Adam Wagner | 2018-02-01 | 1 | -0/+30 |
| | | | Fixes #10428 | ||||
* | Update since tags for 8.3.1 (#10584) | Teemu Suo-Anttila | 2018-01-31 | 1 | -1/+1 |
| | |||||
* | Add ARIA label support to DateField (#10538) | Adam Wagner | 2018-01-31 | 1 | -0/+27 |
| | | | Fixes #10454 | ||||
* | Selection handling fix when adding new item to ComboBox. (#10445) | Anna Koskinen | 2018-01-30 | 1 | -0/+34 |
| | | | Fixes #10284 | ||||
* | Upgrade minor version in the project to 8.4 (#10520) | Teemu Suo-Anttila | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Rename widgetEventsAllowed to handleWidgetEvents (#10529) | Leif Åstrand | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Recognise Firefox and its version on iOS (#10466) | Adam Wagner | 2018-01-10 | 1 | -3/+9 |
| | | | Fixes #9592 | ||||
* | Rename contentMode to descriptionContentMode in MenuItem (#10494) | Leif Åstrand | 2018-01-08 | 1 | -1/+1 |
| | |||||
* | Add missing since tags and JavaDocs (#10487)8.3.0.alpha1 | Teemu Suo-Anttila | 2018-01-03 | 2 | -0/+9 |
| | |||||
* | Implement widget event handling for Columns in Grid (#10412) | Teemu Suo-Anttila | 2017-12-29 | 1 | -1/+1 |
| | | | | Fixes #7833 | ||||
* | Add ContentMode for the description of MenuItems (#9984) | Jonas Zipprick | 2017-12-29 | 1 | -0/+2 |
| | | | | | 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. | ||||
* | Allow setting custom styles to DateField calendar date cells (#10305) | Anna Koskinen | 2017-12-28 | 1 | -0/+6 |
| | | | Fixes #10304 | ||||
* | Clarify ContentMode javadocs (#10395) | Leif Åstrand | 2017-12-01 | 1 | -5/+6 |
| | | | | * Don't refer to Label * Explicitly mention XSS risk with HTML | ||||
* | 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 | 3 | -26/+13 |
| | | | | | | | | | | | | | | | | | * 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 documentation on GridDragger (#10328) | Pekka Hyvönen | 2017-11-16 | 1 | -0/+3 |
| | | | | This pathc also switches GridDragger to by default not allow drops on rows when the grid has been sorted. | ||||
* | Update since tags in JavaDoc (#10325)8.2.0.alpha3 | Teemu Suo-Anttila | 2017-11-15 | 4 | -9/+9 |
| | |||||
* | Add new drop mode ON_GRID for GridDropTarget (#10296) | Pekka Hyvönen | 2017-11-15 | 3 | -3/+16 |
| | | | | | | | | | | | | | | | | | * 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 setting custom tab index for TabSheet or Accordion (#9574) (#10278) | Ansku | 2017-11-10 | 1 | -0/+1 |
| | |||||
* | Add ContentMode for row and cell descriptions in Grid (#10282) | Teemu Suo-Anttila | 2017-11-10 | 2 | -6/+28 |
| | |||||
* | Fix javadoc ending (#10274) | Ahmed Ashour | 2017-11-06 | 3 | -3/+3 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 10 | -21/+10 |
| | |||||
* | add Grid.Column#get/setAssistiveCaption (#10219) | Knoobie | 2017-10-30 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | * add Grid#Column#get/setAssistiveCaption * fix test and update doc * move testGridAssistiveCaption to GridTest * delete test file * delete test file * Delete GridAssistiveCaptionTest.java * Create GridAssistiveCaptionTest * Create GridAssistiveCaption * Rename GridAssistiveCaption to GridAssistiveCaption.java * Rename GridAssistiveCaptionTest to GridAssistiveCaptionTest.java * Reformat using eclipse | ||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 2 | -6/+6 |
| | | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense | ||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 19 | -35/+35 |
| | |||||
* | Grid column to be sortable when implemented/supported (Fixes #8792). (#10190) | Ahmed Ashour | 2017-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | * Grid column to be sortable when implemented/supported * Fix GridDeclarativeTest * Parameterize to Grid<Person> * Revert Parameterize to Grid<Person>, JDK with generics. * Assertions for other columns * Fix test Fixes #8792 | ||||
* | AbstractDateField.formatDate() to be abstract (#10186) | Ahmed Ashour | 2017-10-20 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 4 | -12/+16 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Fix IDE usage of Elemental in vaadin-shared (#10178) | Teemu Suo-Anttila | 2017-10-16 | 1 | -0/+21 |
| | |||||
* | Fix some checkstyle warnings (#10179) | Ahmed Ashour | 2017-10-13 | 1 | -2/+4 |
| | |||||
* | Convert AbstractDateField not to be a LegacyComponent (#10148) | Ahmed Ashour | 2017-10-13 | 3 | -26/+107 |
| | |||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 1 | -1/+1 |
| |