Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update snapshot to 8.8-snapshot (#11397) | Sun Zhe | 2018-12-28 | 1 | -1/+1 |
| | |||||
* | Checkbox allow customizing of input and label classNames. (#11372) | Knoobie | 2018-12-18 | 2 | -1/+10 |
| | | | | | | | | | * add client side integration for custom styles for checkbox.label and checkbox.input * add server side integration for checkbox element styling * add server side tests * add client side test | ||||
* | Improve VMenuBar click handling logic (#11356) | Anastasia Smirnova | 2018-12-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | * Improve VMenuBar click handling logic During `updateFromUIDL` inside MenuBarConnector we empty and re-instantiate the components of MenuBar. When we are modifying the Menubar from the BlurEventListener of another component, we ,by this, remove widgets, therefore clickEvent is not fired and the action of the MenuItem is not proceed as a result. (The BlurEvent is fired before the click event in the chain of events. ) To improve the situation, we catch onMouseDown event , which is fired before BlurEvent,by assigning mouseDown flag to true. Then if no click event has yet happened, we delay the execution of update inside `updateFromUIDL` by default 500 ms. Then if click event occurs, it proceeds normally. The time can be increased/decreased using setter. There is no delay, if we are clicking on the MenuBar as usual or no Blur listener is set. This change allows setting descriptions * Remove accidentally committed comment * Don't update the state on the getDelayMs call | ||||
* | OSGi: Fixing dynamic resource registration after activation (#11334) | S.W | 2018-12-04 | 1 | -13/+28 |
| | | | | | | | | | | * Fixing dynamic resource registration after activation * Fixed formatting * Fixed formatting * Merge branch 'master' into osgi-dynamic-fix | ||||
* | Run formatter to the code (#11227) | Sun Zhe | 2018-10-09 | 1 | -5/+8 |
| | |||||
* | Update master to 8.7-SNAPSHOT (#11208) | Sun Zhe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | Updating since tags (#11200)8.6.0.alpha2 | Mehdi Javan | 2018-09-21 | 3 | -4/+4 |
| | |||||
* | OSGi resource registration via SCR (#11166) | S.W | 2018-09-21 | 5 | -45/+277 |
| | | | * Changed the way resources, themes, and widgetsets are registered to the HttpService by only using the VaadinResourceTrackerComponent | ||||
* | Update project version to 8.6-SNAPSHOT (#11011) | Mehdi Javan | 2018-06-29 | 1 | -1/+1 |
| | |||||
* | 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 |