aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add API support for setting server side drag data (#8915)Adam Wagner2017-03-243-0/+57
| | | | | | | | | | * Add API support for setting server side drag data * Fix javadocs * Add server side drag data API to ASCII doc * Fix some javadocs and documentation details
* Fix default header content changes on init (#8921)Teemu Suo-Anttila2017-03-243-15/+31
| | | | | This patch also enables an old test that was pending #8128 Fixes vaadin/framework8-issues#556
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-2312-87/+346
| | | Fixes #8846
* Fix FlashExpansionTest (#8919)Henri Sara2017-03-231-6/+5
|
* Update since tags for 8.1.0.alpha2 (#8917)8.1.0.alpha2Henri Sara2017-03-232-7/+7
| | | | * Update since tags for 8.1.0.alpha2
* Add tip for GUI components with Vaadin 8 (#8899)Masashi Nakane2017-03-231-0/+4
| | | | | | | | * Use difference GUI component for Vaadin 8 With Vaadin Framework 8, Tutorial learner should use different setting and component for form development * Better explanation
* Improved Binder#hasChanges JavaDoc (#8912)Matti Tahvonen2017-03-221-8/+12
| | | | JavaDoc now more explicitly states that hasChanges is not designed to work with setBean.
* Remove support for transfer data type (#8910)Adam Wagner2017-03-2212-231/+135
| | | | | | * Remove API for setting arbitrary drag data * Store the drag source component in the UI Fixes #8893
* Set column captions when reading grid from a design file (#8770)Artur2017-03-222-4/+14
| | | Fixes #8752
* Fix Flash expanding with percentage sizing (#8898)Olli Tietäväinen2017-03-224-8/+200
| | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035
* Check Trident version to detect compatibility mode (#8884)Dos Moonen2017-03-222-8/+46
| | | IE11 in compatibility mode is actually not too old. It's just not recognized as IE11 if you leave the Trident version out of the equation. Checking the Trident version and using it to determine the actual IE version instead of trusting the possibly emulated MSIE version string.
* Optimize grid by avoiding redundant row refreshes (#8874)Henri Sara2017-03-221-6/+21
| | | | | | * Optimize grid by avoiding redundant row refreshes * Delay more calls to refreshBody()
* Deprecate old DnD functionality (#8864)Pekka Hyvönen2017-03-2236-16/+231
| | | Closes #8795
* Add collapse and expand events to TreeGrid (#8889)Aleksi Hietanen2017-03-214-1/+225
| | | Closes #8760
* Measure TreeGrid performance (#8896)Aleksi Hietanen2017-03-213-16/+198
| | | | | | * Update MemoryIT to report median render and request time * Add TreeGrid and TreeTable performance test UIs Addresses the collapsed cases for #8849, #8850
* Add missing since tags for 8.1.0.alpha1 (#8888)Henri Sara2017-03-217-11/+25
| | | | | | | | * Add missing since tags for 8.1.0.alpha1 * Update @since for DataCommunicatorClientRpc * Update @since for DataCommunicator
* Add more 8.0.3 since tagsHenri Sara2017-03-215-14/+29
|
* Add @since 8.0.3 tagselmot2017-03-219-0/+34
|
* Change fromCollection -> ofCollectionJonni Nakari2017-03-211-3/+3
|
* Support data-location attribute in CustomLayout (#8866)Henri Sara2017-03-206-6/+105
| | | Fixes #8416
* Initial Documentation for TreeGrid and Hierarchical Data (#8880)Pekka Hyvönen2017-03-2015-9/+240
| | | | | | * Initial Documentation for TreeGrid and Hierarchical Data Fixes #8615, part of #8616
* Initial documentation for 8.1 Drag and Drop (#8867)Pekka Hyvönen2017-03-203-502/+127
| | | | | | * Initial documentation for 8.1 Drag and Drop Part of #8395
* Fix some javadoc errors (#8873)Ahmed Ashour2017-03-208-23/+22
|
* Fix readme (#8857)8.1.0.alpha1Johannes Häyry2017-03-171-11/+10
| | | Fixed badly formatted testUI url and header level
* Update release notes for 8.1.0.alpha1 (#8863)Pekka Hyvönen2017-03-171-147/+15
|
* Add tests for non-compatibility GridTeemu Suo-Anttila2017-03-162-0/+112
|
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-166-28/+218
| | | | | | | | | | | | | | * Rename getMaxEscalatorRowCapacity to describe what it does * Always calculate Escalator max row count the same way This changes Escalator to not take a horizontal scrollbar into account when trying to determine "maximum visible rows". This will add another row, compared to previous versions, when there is a horizontal scrollbar. In reality, it would likely make sense to always add 10 more rows to have some buffer above and below the visible area. Fixes #8661
* Handle unknown connectors consistently and quietly as described in #8111 (#8741)Artur2017-03-162-6/+63
| | | | Fixes #8629
* ApplicationRunnerServlet to correctly get last modified application (#8852)Ahmed Ashour2017-03-162-4/+3
| | | Also, change README.txt to the correct test port 8888
* Correctly write margin info for FormLayout into design files (#8804)Artur2017-03-164-26/+85
| | | Fixes #8800
* Remove unnecessary width calculation on Grid initial render (#8848)Henri Sara2017-03-167-31/+232
| | | | | | Do not calculate column widths unnecessarily, especially for columns with fixed width. Fixes #8678
* Hierarchical data (#8842)Aleksi Hietanen2017-03-1629-344/+3165
| | | | | | | * Initial HierarchicalDataProvider for TreeGrid * Initial in-memory hierarchical data implementation * TreeGrid declarative support Fixes #8611, Fixes #8620
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-15103-34/+374
| | | Fixes #8682
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-1526-3/+95
| | | Partial fix for #8682
* Allow changing renderers after column creation (#8841)Teemu Suo-Anttila2017-03-158-26/+296
| | | Closes #8250
* Update custom fonts page.Rolf Smeds2017-03-151-23/+9
|
* components-grid to use correct function setHidable (#8843)Michael Benz2017-03-141-2/+2
| | | | | | | | | * components-grid to use correct function setHidable The correct function to use in Vaadin 8 (also before) is setHidable() https://vaadin.com/api/8.0.0/com/vaadin/ui/Grid.Column.html#setHidable-boolean- For 7.7.7: https://vaadin.com/api/7.7.7/com/vaadin/ui/Grid.Column.html#setHidable-boolean-
* 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.