summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix removing rows from the middle of Escalator (#8826)Pekka Hyvönen2017-03-144-9/+46
| | | | | | * Fix removing rows from the middle of Escalator Fixes #8825
* Correct license locationAhmed Ashour2017-03-1415-185/+125
|
* Make test for EditorSaveEvent.bean field Ilia Motornyi2017-03-142-6/+25
| | | * Fixes #8810, #8658
* Build report changes for Vaadin Framework 8.1 (#8823)Henri Sara2017-03-142-14/+9
| | | | | | | | | * Use only one staging repository * Move "Close milestone" to a later step Note that these changes only apply to 8.1+. * Add BOM as expected artifact
* Read/write Grid item type to declarative and create columns correctly (#8769)Artur2017-03-133-18/+438
| | | Fixes #8467
* Correctly adjust upload button borders inside a component group (#8817)Artur2017-03-134-0/+114
| | | | * Correctly adjust upload button borders inside a component group
* Fix broken link (#8812)Ilia Motornyi2017-03-131-1/+1
| | | | * Fix broken link
* Fix detach of grid when it contains frozen columns (#8803)Artur2017-03-135-68/+142
| | | | | | * Fix detach of grid when it contains frozen columns Fixes #8748
* Migrate Escalator tests for 8 (#8811)Pekka Hyvönen2017-03-1313-76/+64
| | | | | | * Migrate Escalator tests for 8 Tests require reindeer / base for escalator to render correctly.
* Update frozen column count when a frozen column is removed (#8788)Artur2017-03-102-2/+45
| | | | * Update frozen column count when a frozen column is removed
* Fix ComboBox popup location on scrolled pages in IE/Firefox Henri Sara2017-03-104-5/+169
| | | Fixes #8778
* Add the bean to grid editor eventsGiovanni Lovato2017-03-103-4/+32
| | | Fixes #8658
* Update JavaDoc for @DesignRoot. (#8805)anssit2017-03-101-4/+5
| | | Emphasise that both location and filename for the design file can be specified in the value parameter.
* RichTextField unnecessarily overwrites clear method (#8802)Ilia Motornyi2017-03-091-7/+0
| | | | | | * RichTextField unnecessarily overwrites clear method Fixes #8801
* Update Atmosphere to resolve problems in servlets with multiple mappings (#8785)Artur2017-03-092-2/+2
| | | Fixes #8734
* Remove mentioning of removed example from progressbar docs (#8799)Adam Wagner2017-03-091-2/+1
| | | | * Remove mentioning of removed example from progressbar docs
* Add @since 8.0.2 for Grid.removeAllColumns() (#8789)Ilia Motornyi2017-03-091-0/+2
|
* Correctly detach components in merged cells (#8773)Artur2017-03-092-0/+28
| | | | | | * Correctly detach components in merged cells This was already once fixed in 7.7 in #8142
* Initial implementation of ComponentRenderer for Grid (#8743)Teemu Suo-Anttila2017-03-098-2/+485
| | | | Fixes #8622 Fixes #8623
* Fix Upload and push in TabSheet (#8782)Ilia Motornyi2017-03-095-6/+88
| | | | | Also fixes JSNI calls in compatibility Upload component. Fixes #8728 for the compatibility package
* Fix JSNI calls in compatibility Escalator (#8783)Ilia Motornyi2017-03-091-8/+8
|
* Fix typo in documentation (#8784)Maciej Aleksandrowicz2017-03-091-1/+1
|
* Include components in joined cells when finding child components (#8772)Artur2017-03-085-46/+58
| | | Fixes #8722
* Remove extra empty javadocs before package declaration (#8776)Ahmed Ashour2017-03-0827-77/+0
|
* Avoid double unregister of columns on the client sideArtur Signell2017-03-083-7/+73
| | | | | | | Columns unregister themselves from the grid through removeColumn, also when the whole grid is removed. Fixes #8748
* Fix license header locationAhmed Ashour2017-03-083-3/+3
|
* Fix some generics warnings in EclipseAhmed Ashour2017-03-0814-26/+30
|
* Update column caption when a text is set in the default header rowArtur2017-03-083-0/+40
| | | Fixes #8751
* Fix client-side error when Upload in TabSheet and Push Johannes Tuikkala2017-03-073-4/+160
| | | Fixes #8728
* Revert multi select using state changeTeemu Suo-Anttila2017-03-073-14/+14
|
* Restore column based width for compatibility selectsTeemu Suo-Anttila2017-03-0710-10/+234
|
* Restore type attributes to compatibility UIDLTeemu Suo-Anttila2017-03-074-1/+12
|
* Revert html content through shared state for OptionGroupTeemu Suo-Anttila2017-03-075-21/+23
|
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-072-18/+1
|
* Revert immediate tests, deprecate HasUserSelectionAllowedTeemu Suo-Anttila2017-03-072-36/+1
|
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-0731-124/+1530
| | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0792-582/+1082
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-0771-423/+436
|
* Eliminate more full classnamesTeemu Suo-Anttila2017-03-074-35/+29
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-0760-906/+308
|
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-0713-294/+69
|
* Always load the deferred connector bundle (#8713)Leif Åstrand2017-03-0712-18/+383
| | | | | | | | | | endDependencyLoading that was used for starting to load the deferred connector bundle is only called during regular application init if the theme wasn't yet loaded when the initial UIDL request finished. With this patch, the bundle is instead set to be loaded after the initial UIDL message has been completely processed. Fixes #4763
* Update getting-started-idea.asciidoc (#8756)Jens Jansson2017-03-071-1/+1
|
* Add missing Grid.removeAllColumns (#8750)Artur2017-03-072-0/+23
| | | Fixes #8704
* Add link to pro tools migration docs (#8742)Guille2017-03-071-0/+10
|
* Use try-with-resources (#8757)Ahmed Ashour2017-03-075-42/+43
| | | To ensure the resource is automatically closed
* Fix warning: '_' should not be used as an identifier (#8755)Ahmed Ashour2017-03-071-19/+19
|
* Fix exception when no columns are shown (#8733)Artur2017-03-065-24/+77
| | | | | | * Fix exception when no columns are shown or all columns are frozen Fixes #8329
* Some cleanup to themes module (#8526)Ilia Motornyi2017-03-062-1/+2
|
* Fix tutorial (use parameterized Grid) (#8738)Alejandro2017-03-031-2/+2
| | | | | | | | | | | | * Updated tutorial: Use Grid::setColumns * Updated tutorial: use Binder instead of BeanBinder * Fixed tutorial (use parameterized Grid) * Fixed tutorial (use parameterized Grid) * Merge branch 'master' of https://github.com/alejandro-du/framework