Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix expanding an added TreeGrid node (#11018) | Teemu Suo-Anttila | 2018-07-04 | 1 | -7/+4 |
| | | | Fixes #9997 | ||||
* | Memory leak fix in ConnectorTracker (#10996) | Teemu Suo-Anttila | 2018-07-04 | 2 | -1/+6 |
| | |||||
* | Fix TabSheet attaching and detaching components (#10988)8.4.4 | Teemu Suo-Anttila | 2018-06-19 | 4 | -37/+28 |
| | | | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985 | ||||
* | Graceful servlet shutdown if no VaadinService is initialized (#10981) | Ilia Motornyi | 2018-06-19 | 1 | -1/+3 |
| | | | Fixes #10980 | ||||
* | Remove parse error when changing from invalid to empty date text (#10771) | Alexander Nittka | 2018-06-19 | 2 | -2/+89 |
| | | | Fixes #10673. | ||||
* | Fix NPE check in BindingValidationStatus (#10964) | Olli Tietäväinen | 2018-06-19 | 2 | -1/+14 |
| | |||||
* | Fix Grid not removing columns from sort order | Teemu Suo-Anttila | 2018-05-31 | 2 | -4/+31 |
| | | | | Fixes #10928 | ||||
* | Fix Grid clearSortOrder not updating state (#10917)8.4.2 | Teemu Suo-Anttila | 2018-05-16 | 2 | -12/+10 |
| | | | Fixes #9074 | ||||
* | Fix Binder javadocs (#10907) | Ilia Motornyi | 2018-05-16 | 1 | -1/+3 |
| | | | Fixes #10399 | ||||
* | URL encode file name in GlobalResourceHandler (#10751) | Marco Collovati | 2018-05-16 | 2 | -4/+77 |
| | | | Fixes #10747 | ||||
* | Set no cache headers for unsupported browsers (#10899) | Anastasia Smirnova | 2018-05-16 | 1 | -0/+1 |
| | | | Fixes #10890 | ||||
* | Fix Grid initial data when changing TabSheet Tab (#10872) | Teemu Suo-Anttila | 2018-05-16 | 1 | -0/+5 |
| | |||||
* | Update since tags for 8.4.18.4.1 | Teemu Suo-Anttila | 2018-05-04 | 1 | -2/+2 |
| | |||||
* | Upgrade atmosphere to 2.4.24.vaadin1 (#10847) | Ilia Motornyi | 2018-05-02 | 1 | -1/+1 |
| | | | Fixes #10816 | ||||
* | Fix JavaDoc typo in removeFunction (#10845) | Jonni Nakari | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | Add modality support to ColorPicker (#10815) | Anastasia Smirnova | 2018-05-02 | 2 | -2/+37 |
| | |||||
* | Add @since 8.4 | elmot | 2018-04-20 | 3 | -2/+3 |
| | |||||
* | Colorpicker validation handling (#10821) | KatriHaapalinna | 2018-04-20 | 8 | -58/+704 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ColorTextField, helper methods, and regex for validating and handling text input * Refactored structure to avoid creating new component for validation * Style to adapt to error indicator * Tests for validating input in ColorPickerPreview component's TextField * Merge branch 'master' into colorpicker_validation * Fix path to server class * Fix test: Submit the new value * Fix test: ignore Phantom JS * Fix hsl+hsla validation patterns to accept '%', test value tweaking * Merge branch 'master' of github.com:vaadin/framework into colorpicker_validation * Fix: remove warning when color is updated from elsewhere * Revisions: input validation only once, Logging level WARN * Revisions: unit tests for color pattern matching * Revisions: moved parsing to utility class, tests for parsing all accepted input formats * Fixed import in tests, comments * Revisions: Logger as constant, ignore utility class in serialization test * Corner case tests * Revisions: protected method for parsing error text, fix to test * Revisions: NPE fix | ||||
* | Fix using ConnectorResource icons before attaching ComboBox (#10810) | Teemu Suo-Anttila | 2018-04-20 | 1 | -0/+11 |
| | | | | | | * Fix using ConnectorResource icons before attaching ComboBox * Update Chrome and PhantomJS screenshots | ||||
* | Fixes declarative update of existing Composite (#10825) | Ilia Motornyi | 2018-04-20 | 3 | -2/+51 |
| | | | Fixes #10170 | ||||
* | Handle UnparsableDateString correctly (#10803) | Anastasia Smirnova | 2018-04-20 | 1 | -1/+12 |
| | | | Resolves #10681 | ||||
* | Fix incorrect color value handling in ColorPicker (#10812) | Anastasia Smirnova | 2018-04-20 | 2 | -15/+39 |
| | |||||
* | Fix Grid Column not sortable with backend data and sort property (#10811) | Teemu Suo-Anttila | 2018-04-20 | 2 | -6/+9 |
| | |||||
* | Ensure that popup is closed in Tabsheet (#10738) | Anastasia Smirnova | 2018-04-09 | 1 | -0/+14 |
| | |||||
* | Add support for ConnectorResources as ComboBox icons (#10795) | Teemu Suo-Anttila | 2018-04-09 | 1 | -14/+54 |
| | |||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 31 | -62/+0 |
| | |||||
* | Update empty since tags for 8.4 and 8.3.3 (#10786) | Ilia Motornyi | 2018-04-04 | 4 | -6/+6 |
| | |||||
* | Added possibility to add listener for connectorMarkedDirty (#10773) | caalador | 2018-04-04 | 4 | -2/+277 |
| | |||||
* | Fix setValue message (#10782) | Ilia Motornyi | 2018-04-03 | 1 | -1/+1 |
| | | | Fixes #10781 | ||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 235 | -3534/+0 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 4 | -1/+159 |
| | |||||
* | Update release notes and since tags for 8.4 (#10760) | Teemu Suo-Anttila | 2018-03-27 | 19 | -91/+111 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 767 | -767/+767 |
| | |||||
* | Add row index to ItemClickEvent in Grid (#10754) | Tatu Lund | 2018-03-27 | 1 | -3/+14 |
| | |||||
* | Fix example in JavaDoc (#10758) | Anastasia Smirnova | 2018-03-27 | 1 | -4/+4 |
| | |||||
* | Added method asRequired with a custom required validator to BindingBuilder. ↵ | Márcio P. Dantas | 2018-03-26 | 2 | -3/+119 |
| | | | | (#10724) | ||||
* | Add API for accessing PropertySet of Grid (#10714) | Aki Väliaho | 2018-03-26 | 1 | -0/+11 |
| | |||||
* | Fix ValueChangeListener order changes with Binder (#10745) | Teemu Suo-Anttila | 2018-03-24 | 2 | -8/+35 |
| | | | Fixes #9917 | ||||
* | Always return a fresh copy of BeanPropertySet from cache (#10635) | Ilia Motornyi | 2018-03-24 | 3 | -63/+176 |
| | |||||
* | Correctly handle data providers with overriden getId (#10728) | Anastasia Smirnova | 2018-03-22 | 2 | -4/+130 |
| | | | | | Fixes #10647 Fixes #10498 | ||||
* | Implement ReadOnlyHasValue helper (#10643) | Ilia Motornyi | 2018-03-20 | 2 | -0/+235 |
| | |||||
* | Fix date ranges for date and datetime fields (#10685) | Ilia Motornyi | 2018-03-20 | 4 | -9/+82 |
| | | | Fixes #9765 | ||||
* | Add option to use error message provider for StringTo converters (#10711) | Teemu Suo-Anttila | 2018-03-19 | 9 | -35/+294 |
| | |||||
* | Add missing null check to Binding (#10726) | Teemu Suo-Anttila | 2018-03-19 | 2 | -3/+24 |
| | | | | * Add missing null check to Binding | ||||
* | Removed misleading Javadoc, as double can never be null (#10722) | Daniel Schwering | 2018-03-16 | 1 | -2/+1 |
| | |||||
* | Upgrade to Atmosphere 2.4.20.vaadin1 (#10706) | Ilia Motornyi | 2018-03-13 | 1 | -1/+1 |
| | | | Fixes #10532 | ||||
* | Setting of tooltips for grid header/footer cells (#10489) | Artur | 2018-03-13 | 3 | -0/+184 |
| | | | Fixes #7527 | ||||
* | Fix missing HTML Tooltip ContentMode for Tree items (#10677) | Aki Väliaho | 2018-03-13 | 1 | -0/+18 |
| | |||||
* | Fixed comment to reflect test expectation (#10676) | Marco Collovati | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | 8.3.2 since (#10678) | Ilia Motornyi | 2018-03-05 | 3 | -3/+3 |
| | | | | * @since 8.3.2 |