Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow setting Upload button caption as HTML, move data to SharedState. (#11940) | Anna Koskinen | 2020-04-06 | 1 | -0/+13 |
| | | | Fixes #11810 | ||||
* | Prevent upload if no file is selected. (#11939) | Anna Koskinen | 2020-04-03 | 2 | -1/+7 |
| | | | Fixes #10419 | ||||
* | Add setters to Criterion to fix serialization. (#11926) | Anna Koskinen | 2020-03-26 | 1 | -4/+44 |
| | | | Fixes #11909 | ||||
* | Update to 8.11 snapshot (#11874) | Zhe Sun | 2020-01-16 | 1 | -1/+1 |
| | | | | | * Update to 8.11-SNAPSHOT | ||||
* | Make sure Firefox for iOS isn't detected as too old to function. (#11739) | Felix Fontein | 2019-10-03 | 1 | -2/+6 |
| | | | Change-Id: Iea13b958356b0246586bcb7e9969bc26db43bb96 | ||||
* | Updated row and spacer handling for Escalator (#11438) | Anna Koskinen | 2019-08-29 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | Updated row and spacer handling for Escalator. Main changes: - Spacers are only maintained and checked for rows that have DOM representation, and not at all if there is no details generator. This gives notable performance improvements to some particularly large Grids - Escalator no longer tries to trim away any rows that don't fit within the viewport just because a details row gets opened in Grid. This leads to some increase in simultaneous DOM elements, but simplifies the logic considerably. For example opening or closing details rows doesn't require checking the overall content validity beyond the details row itself anymore, but some repositioning at most. There are also no longer any orphaned spacers without corresponding DOM rows. - Spacers are better integrated into the overall position calculations. - Some public methods that are no longer used by Escalator or have changed functionality or order of operations. Any extending classes that tap into row, spacer, or scroll position handling are likely to need reworking after this update. - Auto-detecting row height is delayed until Escalator is both attached and displayed. | ||||
* | Update the since tag (#11675) | Zhe Sun | 2019-07-30 | 2 | -2/+2 |
| | | | | * Update the since tag | ||||
* | Update to 8.10-SNAPSHOT (#11657) | Zhe Sun | 2019-07-29 | 1 | -1/+1 |
| | |||||
* | 11642 refresh pagelength 0 combobox items after dataprovider update (#11653) | Olli Tietäväinen | 2019-07-12 | 2 | -0/+15 |
| | | | | | | * Fixes #11642. ComboBox with pageLength 0 should be updated if DataProvider changes * added comments, fixed imports | ||||
* | Update release note and Since tag (#11639) | Zhe Sun | 2019-06-27 | 1 | -1/+1 |
| | | | | | | * Update release note for 8.9 * Missing Since | ||||
* | OSGi: Removed static VaadinResourceService access in liferay-integration, ↵ | S.W | 2019-06-27 | 5 | -189/+313 |
| | | | | | | | | osgi-integration (#11335) * Made VaadinResourceService a OSGi component, removed static access of OsgiVaadinResources | ||||
* | Separates a rpc for handling the client event order in DateTimeField (#11574) | Zhe Sun | 2019-06-14 | 1 | -0/+22 |
| | | | | | | | | * Using @Delayed annotation for DateField Rpc * Separate a rpc for handling the time change in DateTimeField * Add test case for wrong event order | ||||
* | Update to 8.9 (#11535) | Sun Zhe | 2019-04-18 | 1 | -1/+1 |
| | | | | | | * Update to 8.9-SNAPSHOT * update in bom module | ||||
* | Clicking on slider makes handler move (#11519) | Anastasia Smirnova | 2019-04-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | * Clicking on slider makes handler move Fixes #1496 * Introducing control over clicking behaviour - User will have to enable process of the click event on handle calling `slider.setEnableClickHandler(true);` - Clean-up the handler logic in VSlider.java - Renaming the property to `updateValueOnClick` - Added JavaDocs - Fixing tests | ||||
* | Adding package name to the @value in JavaDoc (#11453) | Anastasia Smirnova | 2019-03-08 | 1 | -1/+1 |
| | |||||
* | 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 |
| |