aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/tests
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* fix: Add row limit to DataCommunicator row data requests (#12415)Tatu Lund2021-09-301-0/+19
* Cleaned out old references to removed buildhelpers and widgets modules. (#12383)Anna Koskinen2021-08-251-3/+0
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-243-5/+19
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* DateField value should actively adjust to the set resolution. (#12183)7.7.23Anna Koskinen2021-01-223-8/+51
* Add convenience overloading for setColumn (#12093)8.12.0.alpha2Tatu Lund2020-09-041-0/+19
* Clear thread local instances on connection lost in push handler (#12042)Tatu Lund2020-06-301-0/+1
* Refresh DataProvider only once when reordering the grid using GridRowDragger ...Martín López2020-05-111-0/+20
* Provide extensive error information on GridLayout.OutOfBoundsException and Il...Martin Vysny2019-02-211-0/+24
* Add API to access features of SelectionModels (#10939)Teemu Suo-Anttila2018-09-041-0/+62
* Fix Grid MultiSelectionModel to always use getId (#11086)Teemu Suo-Anttila2018-07-302-1/+102
* Fix formatting (#11023)Ilia Motornyi2018-07-041-3/+2
* Code cleanup and serialization test in compatibility package (#10977)Ilia Motornyi2018-06-211-5/+13
* Fix temporal renderers serialization (#10929)Ilia Motornyi2018-06-132-6/+163
* Fix formatting of some files (#10972)Ilia Motornyi2018-06-121-11/+18
* Remove parse error when changing from invalid to empty date text (#10771)Alexander Nittka2018-06-071-0/+82
* Fix Grid not removing columns from sort orderTeemu Suo-Anttila2018-05-281-4/+23
* Fix Grid clearSortOrder not updating state (#10917)Teemu Suo-Anttila2018-05-151-2/+9
* Fix using runo icons in FileTypeResolver (#10858)Ilia Motornyi2018-05-031-0/+1
* Enable formatting in testbench-api module (#10852)Ilia Motornyi2018-05-022-15/+13
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-1926-79/+91
* Colorpicker validation handling (#10821)KatriHaapalinna2018-04-196-0/+433
* Fixes declarative update of existing Composite (#10825)Ilia Motornyi2018-04-171-0/+29
* Fix Grid Column not sortable with backend data and sort property (#10811)Teemu Suo-Anttila2018-04-131-1/+1
* Remove empty comments (#10789)Ilia Motornyi2018-04-0522-32/+0
* Added possibility to add listener for connectorMarkedDirty (#10773)caalador2018-04-041-0/+155
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-28145-2180/+0
* Update copyright year (#10761)Ilia Motornyi2018-03-27136-136/+136
* Fix date ranges for date and datetime fields (#10685)Ilia Motornyi2018-03-201-0/+6
* Fix Column.setSortable being overridden (#10604)Teemu Suo-Anttila2018-02-072-27/+73
* Rename contentMode to descriptionContentMode in MenuItem (#10494)Leif Åstrand2018-01-081-5/+5
* Add ContentMode for the description of MenuItems (#9984)Jonas Zipprick2017-12-291-1/+24
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-213-19/+19
* FileResource to use bufferSize, and StreamResource to use getCacheTime() (#10...Ahmed Ashour2017-11-212-0/+47
* Remove unused imports (#10330)Ahmed Ashour2017-11-218-14/+6
* Rename GridDragger to GridRowDragger (#10333)Pekka Hyvönen2017-11-172-12/+12
* Add documentation on GridDragger (#10328)Pekka Hyvönen2017-11-162-0/+38
* Add helper for Grid row DnD (#10255)Pekka Hyvönen2017-11-152-0/+458
* Add new drop mode ON_GRID for GridDropTarget (#10296)Pekka Hyvönen2017-11-151-0/+152
* Fix TreeGrid to use correct super constructor (#10291)Jerome Meyer2017-11-141-0/+6
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-5/+3
* add Grid.Column#get/setAssistiveCaption (#10219)Knoobie2017-10-301-0/+7
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-271-1/+0
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-268-25/+24
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-263-7/+7
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-231-3/+14
* Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)Ahmed Ashour2017-10-201-17/+79
* AbstractDateField.formatDate() to be abstract (#10186)Ahmed Ashour2017-10-201-0/+5
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-2010-12/+14