Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce Grid's sort complexity. (#11566) | Anna Koskinen | 2019-05-15 | 1 | -4/+5 |
| | | | | | | - limit DataCommunicator workaround from #11320 to ComboBox only - don't reset DataCommunicator before modifying all sorting data Fixes #11532 | ||||
* | Code format (#11548) | Sun Zhe | 2019-04-29 | 1 | -1/+1 |
| | | | | | | * Code format * Merge branch 'master' into code-format | ||||
* | Custom serializers accessors (#10658) | Olli Tietäväinen | 2019-02-22 | 1 | -0/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | * add accessor methods for CUSTOM_SERIALIZERS in JsonCodec * javadoc * removed removeCustomSerializer method, renamed putCustomSerializer to addCustomSerializer, added sanity checks and JavaDocs * refactored addCustomJsonSerializer to set, added test UI * move enums to be parsed after custom serializers * move adding custom serializer to static block * throw an exception if multiple serializers are registered for class * updated javadocs * changed CustomJSONSerializerTest to a SingleBrowserTest * moved CustomJSONSerializerTest to server/ and it's now not a browser test * removed CustomJSONSerializerTest | ||||
* | Provide extensive error information on GridLayout.OutOfBoundsException and ↵ | Martin Vysny | 2019-02-21 | 1 | -0/+24 |
| | | | | | | IllegalArgumentException (#11461) | ||||
* | Update release note and since tag (#11386) | Sun Zhe | 2018-12-20 | 1 | -23/+28 |
| | | | | * Some formatting changes | ||||
* | Checkbox allow customizing of input and label classNames. (#11372) | Knoobie | 2018-12-18 | 1 | -0/+107 |
| | | | | | | | | | * 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 | ||||
* | Request data update before client response (#11341) | Sun Zhe | 2018-12-11 | 1 | -5/+4 |
| | | | | | | | | | * Request data update before client response * fix the accidental commit * add tests fixes #11320 | ||||
* | Fixing NPE in Binder, ported from Flow (#11290) | Mehdi Javan | 2018-11-06 | 1 | -0/+54 |
| | |||||
* | Remove objects from ActiveDataHandler that are no longer available in used ↵ | Ilia Motornyi | 2018-09-07 | 1 | -1/+64 |
| | | | | | | DataProvider (#11167) Remove objects from DataCommunicator.ActiveDataHandler that are no longer available in used DataProvider. | ||||
* | Add API to access features of SelectionModels (#10939) | Teemu Suo-Anttila | 2018-09-04 | 1 | -0/+62 |
| | |||||
* | Add fallback resolvers for CurrentInstance (#10974) | Gilberto Torrezan | 2018-09-03 | 1 | -0/+120 |
| | | | | | | | | | This allow applications to inject custom default instances when the current instances cannot be found by regular means. For example, when VaadinServlet.getCurrent() would return null, a fallback resolver could be invoked to properly create the servlet and return it. | ||||
* | Fix Grid MultiSelectionModel to always use getId (#11086) | Teemu Suo-Anttila | 2018-07-30 | 2 | -1/+102 |
| | | | Fixes #11083 | ||||
* | Fix DataCommunicator not sending data on filter updates (#11068) | Teemu Suo-Anttila | 2018-07-19 | 2 | -1/+44 |
| | |||||
* | Fix formatting (#11023) | Ilia Motornyi | 2018-07-04 | 2 | -4/+3 |
| | |||||
* | Code cleanup and serialization test in compatibility package (#10977) | Ilia Motornyi | 2018-06-21 | 1 | -5/+13 |
| | |||||
* | Fix TabSheet attaching and detaching components (#10988) | Teemu Suo-Anttila | 2018-06-19 | 1 | -9/+13 |
| | | | | | | | This patch reverts the fix #10557 and replaces it with a proper solution from Grid perspective. Fixes #10987 Fixes #10985 | ||||
* | Fix temporal renderers serialization (#10929) | Ilia Motornyi | 2018-06-13 | 4 | -15/+171 |
| | |||||
* | Fix formatting of some files (#10972) | Ilia Motornyi | 2018-06-12 | 1 | -11/+18 |
| | |||||
* | Remove parse error when changing from invalid to empty date text (#10771) | Alexander Nittka | 2018-06-07 | 1 | -0/+82 |
| | | | Fixes #10673. | ||||
* | Fix NPE check in BindingValidationStatus (#10964) | Olli Tietäväinen | 2018-06-05 | 1 | -0/+13 |
| | |||||
* | Fix small formatting issues (#10960) | Ilia Motornyi | 2018-06-01 | 1 | -8/+16 |
| | |||||
* | Fix Grid not removing columns from sort order | Teemu Suo-Anttila | 2018-05-28 | 1 | -4/+23 |
| | | | | Fixes #10928 | ||||
* | Fix Grid clearSortOrder not updating state (#10917) | Teemu Suo-Anttila | 2018-05-15 | 1 | -2/+9 |
| | | | Fixes #9074 | ||||
* | URL encode file name in GlobalResourceHandler (#10751) | Marco Collovati | 2018-05-09 | 1 | -0/+68 |
| | | | Fixes #10747 | ||||
* | Fix using runo icons in FileTypeResolver (#10858) | Ilia Motornyi | 2018-05-03 | 1 | -0/+1 |
| | | | This patch adds a compatibility version of FileTypeResolver. | ||||
* | Enable formatting in testbench-api module (#10852) | Ilia Motornyi | 2018-05-02 | 2 | -15/+13 |
| | |||||
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 36 | -144/+176 |
| | |||||
* | Colorpicker validation handling (#10821) | KatriHaapalinna | 2018-04-19 | 6 | -0/+433 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 AbstractSingleSelect selection and state updates (#10796) | Teemu Suo-Anttila | 2018-04-19 | 1 | -1/+16 |
| | |||||
* | Fixes declarative update of existing Composite (#10825) | Ilia Motornyi | 2018-04-17 | 1 | -0/+29 |
| | | | Fixes #10170 | ||||
* | Fix Grid Column not sortable with backend data and sort property (#10811) | Teemu Suo-Anttila | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | Remove empty comments (#10789) | Ilia Motornyi | 2018-04-05 | 28 | -53/+0 |
| | |||||
* | Added possibility to add listener for connectorMarkedDirty (#10773) | caalador | 2018-04-04 | 1 | -0/+155 |
| | |||||
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 234 | -3518/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 222 | -222/+222 |
| | |||||
* | Added method asRequired with a custom required validator to BindingBuilder. ↵ | Márcio P. Dantas | 2018-03-26 | 1 | -0/+92 |
| | | | | (#10724) | ||||
* | Fix ValueChangeListener order changes with Binder (#10745) | Teemu Suo-Anttila | 2018-03-24 | 1 | -0/+25 |
| | | | Fixes #9917 | ||||
* | Always return a fresh copy of BeanPropertySet from cache (#10635) | Ilia Motornyi | 2018-03-24 | 2 | -24/+134 |
| | |||||
* | Correctly handle data providers with overriden getId (#10728) | Anastasia Smirnova | 2018-03-22 | 1 | -0/+97 |
| | | | | | Fixes #10647 Fixes #10498 | ||||
* | Implement ReadOnlyHasValue helper (#10643) | Ilia Motornyi | 2018-03-20 | 1 | -0/+116 |
| | |||||
* | Fix date ranges for date and datetime fields (#10685) | Ilia Motornyi | 2018-03-20 | 1 | -0/+6 |
| | | | Fixes #9765 | ||||
* | Add option to use error message provider for StringTo converters (#10711) | Teemu Suo-Anttila | 2018-03-19 | 1 | -0/+23 |
| | |||||
* | Add missing null check to Binding (#10726) | Teemu Suo-Anttila | 2018-03-19 | 1 | -0/+19 |
| | | | | * Add missing null check to Binding | ||||
* | Fixed comment to reflect test expectation (#10676) | Marco Collovati | 2018-03-05 | 1 | -1/+1 |
| | |||||
* | Add setReadOnly for Bindings (#10482) | Teemu Suo-Anttila | 2018-02-08 | 1 | -10/+38 |
| | |||||
* | Add recursive expand and collapse method to TreeGrid and Tree (#10283) | Adam Wagner | 2018-02-08 | 2 | -3/+3 |
| | |||||
* | Fix Column.setSortable being overridden (#10604) | Teemu Suo-Anttila | 2018-02-07 | 2 | -27/+73 |
| | |||||
* | Rename contentMode to descriptionContentMode in MenuItem (#10494) | Leif Åstrand | 2018-01-08 | 1 | -5/+5 |
| | |||||
* | Add ContentMode for the description of MenuItems (#9984) | Jonas Zipprick | 2017-12-29 | 1 | -1/+24 |
| | | | | | 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 | 2 | -7/+25 |
| | | | Fixes #10476 |