Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 109 | -517/+4 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 852 | -12970/+0 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 3 | -0/+109 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 738 | -738/+738 |
| | |||||
* | Add row index to ItemClickEvent in Grid (#10754) | Tatu Lund | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix VComboBox internal state cleanup (#10693) | Anna Koskinen | 2018-03-23 | 1 | -0/+42 |
| | | | Fixes vaadin/testbench#1009 | ||||
* | Correctly handle data providers with overriden getId (#10728) | Anastasia Smirnova | 2018-03-22 | 2 | -0/+181 |
| | | | | | Fixes #10647 Fixes #10498 | ||||
* | Grid editor open (#10674) | Anna Koskinen | 2018-03-21 | 1 | -0/+97 |
| | |||||
* | Fix date ranges for date and datetime fields (#10685) | Ilia Motornyi | 2018-03-20 | 1 | -0/+53 |
| | | | Fixes #9765 | ||||
* | Scroll the parent if Grid has already scrolled to the end (#10700) | Anna Koskinen | 2018-03-20 | 1 | -0/+52 |
| | | | Fixes #9477 | ||||
* | Fix selecting rows from header and footer (#10720) | Teemu Suo-Anttila | 2018-03-20 | 1 | -1/+2 |
| | |||||
* | Fix initially disabled items in RadioButtonGroup (#10719) | Teemu Suo-Anttila | 2018-03-19 | 2 | -0/+42 |
| | |||||
* | Initialize VRichTextArea.client in RichTextAreaConnector | Marco Collovati | 2018-03-19 | 1 | -0/+25 |
| | | | Fixes #10536 | ||||
* | Adding stylename to MenuBarItem also as one word (#10704) | Anastasia Smirnova | 2018-03-13 | 1 | -0/+31 |
| | | | Fixes #7912 | ||||
* | Native select add 'disabled' attribute (#10710) | Anastasia Smirnova | 2018-03-13 | 1 | -0/+27 |
| | | | | | | | | | | * Adding disabled attribute to the NativeSelect * Merge branch 'master' into nativeSelectDisabled * Merge branch 'master' into nativeSelectDisabled * Correct formatting issues | ||||
* | Setting of tooltips for grid header/footer cells (#10489) | Artur | 2018-03-13 | 1 | -0/+113 |
| | | | Fixes #7527 | ||||
* | Fix performance issue in Grid initial render with Footer (#10705) | Teemu Suo-Anttila | 2018-03-13 | 1 | -0/+1 |
| | | | | * Fix performance issue in Grid initial render with Footer | ||||
* | Clear VComboBox selection fields when updated on server (#10692) | Anna Koskinen | 2018-03-08 | 1 | -0/+75 |
| | | | Fixes #10660 | ||||
* | Enable setting cursor after the last character (#10670) | Anastasia Smirnova | 2018-03-06 | 1 | -0/+46 |
| | | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions | ||||
* | Fix client and server filter state mismatch in Combobox (#10630) | Anna Koskinen | 2018-02-27 | 1 | -0/+32 |
| | | | Fixes #10624 | ||||
* | Fixes Grid editor visibility inside TabSheet (#10557) | Piotr Wilkin | 2018-02-14 | 1 | -0/+2 |
| | | | | | | Fixes #10146 Fixes #10543 | ||||
* | Set no-store headers for error responses (#10628) | Leif Åstrand | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440) | Olli Tietäväinen | 2018-02-12 | 2 | -0/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10429 * implement focus handing in RadioButtonGroup, fixes #10429 * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * merge * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * fix initial focus handling also on CheckBoxGroup and add tests * add license headers * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * changed client to use lambdas and refactored focus testing to parent class * made FocusTest abstract * Merge branch 'master' of https://github.com/vaadin/framework into radiobuttongroup-focus * don't allow focusing on disabled items & refactor focusing first item | ||||
* | Add recursive expand and collapse method to TreeGrid and Tree (#10283) | Adam Wagner | 2018-02-08 | 3 | -1/+118 |
| | |||||
* | Implement NewItemProvider to replace NewItemHandler (#10606) | Anna Koskinen | 2018-02-07 | 2 | -23/+63 |
| | |||||
* | Add flush() implementation to DateField (#10518) | Adam Wagner | 2018-02-02 | 1 | -0/+44 |
| | | | Fixes #10488 | ||||
* | Add setters to Payload for JsonCodec to be able to encode | Adam Wagner | 2018-02-01 | 1 | -0/+55 |
| | | | Fixes #10428 | ||||
* | Add ARIA label support to DateField (#10538) | Adam Wagner | 2018-01-31 | 2 | -0/+47 |
| | | | Fixes #10454 | ||||
* | Selection handling fix when adding new item to ComboBox. (#10445) | Anna Koskinen | 2018-01-30 | 1 | -0/+138 |
| | | | Fixes #10284 | ||||
* | Fix column width in resize event when mode is SIMPLE (#10442) | Adam Wagner | 2018-01-29 | 1 | -0/+15 |
| | |||||
* | Fix Grid not updating selected item immediately (#10569) | Teemu Suo-Anttila | 2018-01-25 | 1 | -5/+17 |
| | |||||
* | Make modal window focus circulate correctly (#10497) | Olli Tietäväinen | 2018-01-24 | 1 | -0/+22 |
| | |||||
* | Rename widgetEventsAllowed to handleWidgetEvents (#10529) | Leif Åstrand | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Ensure Upload is properly reset after an upload is interrupted (#10522) | Anna Koskinen | 2018-01-11 | 1 | -0/+208 |
| | | | Fixes #9635 | ||||
* | Add Notification.close() to hide a notification from the server (#10483) | Artur | 2018-01-09 | 1 | -4/+28 |
| | | | | | Also fixes the problem that notifications were never removed on the server side Fixes #2114, fixes #10481 | ||||
* | Implement widget event handling for Columns in Grid (#10412) | Teemu Suo-Anttila | 2017-12-29 | 1 | -2/+2 |
| | | | | Fixes #7833 | ||||
* | Add ContentMode for the description of MenuItems (#9984) | Jonas Zipprick | 2017-12-29 | 1 | -3/+9 |
| | | | | | 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 | 1 | -1/+1 |
| | | | Fixes #10476 | ||||
* | Allow setting custom styles to DateField calendar date cells (#10305) | Anna Koskinen | 2017-12-28 | 2 | -0/+28 |
| | | | Fixes #10304 | ||||
* | Fix selection column size calculation without data (#10384) | Teemu Suo-Anttila | 2017-11-29 | 1 | -0/+44 |
| | |||||
* | Fix styling of Window control buttons to show focus (#10285) | Anna Koskinen | 2017-11-28 | 1 | -0/+25 |
| | | | Fixes #8918 | ||||
* | Prevent killing UI if heartbeats are pending (#10371) | Teemu Suo-Anttila | 2017-11-27 | 1 | -0/+47 |
| | | | Fixes #9663 | ||||
* | DateField not to fire focus/blur event when going to sub-components (#10246) | Ahmed Ashour | 2017-11-23 | 2 | -2/+48 |
| | | | Fixes `DateField blur event fires when focus gets to the "calendar button"` #1008 | ||||
* | Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332) | Pekka Hyvönen | 2017-11-22 | 2 | -0/+31 |
| | | | | | | | * 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 | 1 | -0/+5 |
| | |||||
* | Disabled ComboBox should not open popup on pasting (Fixes #7898) (#10240) | Ahmed Ashour | 2017-11-22 | 1 | -0/+26 |
| | |||||
* | Create DescriptionGenerator in package com.vaadin.ui (#10346) | Aleksi Hietanen | 2017-11-21 | 3 | -3/+3 |
| | | | | 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 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | * 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 | ||||
* | Issue3922disableditem (#10259) | Ansku | 2017-11-21 | 1 | -0/+3 |
| | | | | | | | | | | | * 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 | ||||
* | Remove unused imports (#10330) | Ahmed Ashour | 2017-11-21 | 4 | -5/+0 |
| |