aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Initialize VRichTextArea.client in RichTextAreaConnector Marco Collovati2018-03-193-0/+66
| | | Fixes #10536
* Updated stalebot behaviour (#10718)Matti Tahvonen2018-03-191-12/+21
|
* Removed misleading Javadoc, as double can never be null (#10722)Daniel Schwering2018-03-161-2/+1
|
* Add gitter button to readme (#10717)Marcus Hellberg2018-03-151-0/+2
| | | | * Add gitter button to readme
* Temporary disable stalebot (#10715)Ilia Motornyi2018-03-141-1/+1
|
* Adding stylename to MenuBarItem also as one word (#10704)Anastasia Smirnova2018-03-133-0/+70
| | | Fixes #7912
* Upgrade to Atmosphere 2.4.20.vaadin1 (#10706)Ilia Motornyi2018-03-132-2/+2
| | | Fixes #10532
* Native select add 'disabled' attribute (#10710)Anastasia Smirnova2018-03-134-1/+65
| | | | | | | | | | * 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)Artur2018-03-138-3/+504
| | | Fixes #7527
* Fix missing HTML Tooltip ContentMode for Tree items (#10677)Aki Väliaho2018-03-131-0/+18
|
* Fix performance issue in Grid initial render with Footer (#10705)Teemu Suo-Anttila2018-03-132-4/+4
| | | | * Fix performance issue in Grid initial render with Footer
* Stale bot config template (#10646)Ilia Motornyi2018-03-131-0/+17
| | | | * Stale bot config template
* Clear VComboBox selection fields when updated on server (#10692)Anna Koskinen2018-03-083-0/+130
| | | Fixes #10660
* Lost since tags (#10690)Ilia Motornyi2018-03-081-2/+2
|
* Update advanced-dragndrop.asciidoc (#10680)Anastasia Smirnova2018-03-071-3/+13
| | | | | | | | | | | | | | | * Update advanced-dragndrop.asciidoc Fixing example of Drag and drop code. Resolves https://github.com/vaadin/framework/issues/10512 * Update advanced-dragndrop.asciidoc Removed unnecessary spaces * Update advanced-dragndrop.asciidoc Removed unnecessary spaces
* Update components-grid.asciidocAnastasia Smirnova2018-03-061-1/+1
|
* Enable setting cursor after the last character (#10670)Anastasia Smirnova2018-03-063-1/+110
| | | | | | | | | | * Enable setting cursor after the last character Resolves #9157 * Reformat the code * Reformat the code using conventions
* Fixed comment to reflect test expectation (#10676)Marco Collovati2018-03-051-1/+1
|
* 8.3.2 since (#10678)Ilia Motornyi2018-03-059-12/+12
| | | | * @since 8.3.2
* Update datamodel-providers.asciidoc (#10664)Sebastian Köhler2018-02-281-2/+2
|
* Update doc - Added missing void keywordMatti Tahvonen2018-02-281-1/+1
|
* Fix client and server filter state mismatch in Combobox (#10630)Anna Koskinen2018-02-275-9/+98
| | | Fixes #10624
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-155-26/+228
| | | | * Allow configuring content modes for Grid cell tooltips
* Fixes Grid editor visibility inside TabSheet (#10557)Piotr Wilkin2018-02-144-4/+34
| | | | | | Fixes #10146 Fixes #10543
* Add Content-Type with charset to notifications sent via Push KatriHaapalinna2018-02-131-0/+2
| | | Fixes #9922
* Set no-store headers for error responses (#10628)Leif Åstrand2018-02-136-21/+56
|
* Implement focus handing in RadioButtonGroup and CheckboxGroup (#10440)Olli Tietäväinen2018-02-128-1/+277
| | | | | | | | | | | | | | | | | | | | | | | | | 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 more information to an issue template (#10622)Ilia Motornyi2018-02-121-3/+7
|
* Add setReadOnly for Bindings (#10482)Teemu Suo-Anttila2018-02-082-33/+133
|
* Replace RegExp with custom search (#10619)Adam Wagner2018-02-081-20/+24
|
* Add recursive expand and collapse method to TreeGrid and Tree (#10283)Adam Wagner2018-02-0812-51/+599
|
* Update themes-responsive.asciidoc (#10460)dangllucas2018-02-071-3/+5
|
* Implement NewItemProvider to replace NewItemHandler (#10606)Anna Koskinen2018-02-074-33/+156
|
* Change log level for "VaadinServlet Registration" message from WARNING to ↵Ilia Motornyi2018-02-071-1/+1
| | | | INFO (#10613)
* Fix Column.setSortable being overridden (#10604)Teemu Suo-Anttila2018-02-073-43/+108
|
* Fix GridLayout spacing if first row/column empty and set to be hidden (#10593)Anna Koskinen2018-02-062-11/+26
|
* Fix Grid details height calculation issue (#10343)Adam Wagner2018-02-067-3/+204
|
* Fix Grid initial render performance (#10579)Teemu Suo-Anttila2018-02-055-79/+150
| | | Fixes #10232
* Fix code example in DataProvider JavaDoc (#10601)Ilia Motornyi2018-02-051-1/+1
|
* Fix ComboBox new item handler test (#10587)Anna Koskinen2018-02-051-0/+2
|
* Add flush() implementation to DateField (#10518)Adam Wagner2018-02-027-16/+143
| | | Fixes #10488
* Add method for getting complete browser version (#10490)Adam Wagner2018-02-014-14/+107
| | | Fixes #10461
* Add setters to Payload for JsonCodec to be able to encode Adam Wagner2018-02-012-0/+85
| | | Fixes #10428
* Update themes-responsive.asciidocInvenius2018-02-011-3/+1
|
* Optimize style theme duplicates (#10534)AJ2018-01-311-3/+6
|
* Update since tags for 8.3.1 (#10584)Teemu Suo-Anttila2018-01-311-1/+1
|
* Add ARIA label support to DateField (#10538)Adam Wagner2018-01-318-10/+338
| | | Fixes #10454
* Selection handling fix when adding new item to ComboBox. (#10445)Anna Koskinen2018-01-306-9/+544
| | | Fixes #10284
* Add a notice about partially outdated content (#10562)Jouni Koivuviita2018-01-301-0/+4
| | | Fixes #10385
* Fixes Button constructor not setting up RPC (#10566)Morgan Pittkin2018-01-301-1/+1
| | | Fixes #10540