]>
source.dussan.org Git - vaadin-framework.git/log
Adam Wagner [Wed, 12 Apr 2017 07:10:25 +0000 (10:10 +0300)]
Replace drag over class name with conventional ones (#9059)
Generate drop target style names on every dragenter to make sure they match the primary style name.
Fixes #9058
Adam Wagner [Fri, 7 Apr 2017 10:03:09 +0000 (13:03 +0300)]
Remove Extension suffix from grid drag and drop class names (#9035)
Adam Wagner [Fri, 7 Apr 2017 06:52:06 +0000 (09:52 +0300)]
Make it possible to drop things between Grid rows (#8979)
Adam Wagner [Thu, 30 Mar 2017 10:18:10 +0000 (13:18 +0300)]
Create drag start and drag end events for Grid to have access to dragged items on server side (#8950)
* Create grid drag source event to be able to access dragged items on server side (#8931)
* Create grid drag end event to have access to dragged items on server side (#8931)
* Change addListener method name so that no castig would be needed
* Fix drop listener in dnd UI test
* Fix review issues
* Fix more review issues
Adam Wagner [Thu, 16 Mar 2017 18:35:46 +0000 (20:35 +0200)]
Make it possible to drop things on top of Grid rows (#8747)
* Create initial grid drop target classes
* Reorganize event listener attach and removal
* Add Javadocs and annotations
* Make it possible to drop things on top of Grid rows (#8400)
* Fix javadocs for indicator methods
* Add drop target indicator on dragover event as well in case the element doesn't have one yet.
* Remove additional drop target and formatting
* Create grid drop event and listener
* Create API for getting info about drop target row
* Add javadocs
* Rename server RPC method
* Fix javadocs
* Use Optional instead of null as return type
* Add addListener method for grid drop target and fix javadocs
* Fix some javascript
Adam Wagner [Thu, 16 Mar 2017 08:32:22 +0000 (10:32 +0200)]
Make all selected rows draggable (#8746)
* Make all selected rows draggable (#8397)
* Add swich for changing selection mode
* Drag only visible selected rows when selection mode is MULTI
* Highlight that only visible selected rows are dragged
Adam Wagner [Mon, 6 Mar 2017 11:22:37 +0000 (13:22 +0200)]
Add possiblity to customize drag data for each row (#8706)
Fixes #8396
Adam Wagner [Tue, 28 Feb 2017 07:41:04 +0000 (09:41 +0200)]
Make Grid rows draggable (#8690)
* Make Grid rows draggable (#8396)
* Add @author and @since tags, javadocs and minor fixes
Ilia Motornyi [Fri, 24 Mar 2017 12:14:00 +0000 (14:14 +0200)]
Fix TreeGridBasicFeaturesTest for IE11 (#8933)
Teemu Suo-Anttila [Fri, 24 Mar 2017 11:04:09 +0000 (13:04 +0200)]
Improve caching when expanding nodes in hierarchical data (#8902)
Fixes #8790
Adam Wagner [Fri, 24 Mar 2017 09:28:58 +0000 (11:28 +0200)]
Clean DropEvent and DragEndEvent properties (#8925)
* Add dropEffect parameter to DragEndEvent (#8895)
* Remove drop effect from drop event (#8895)
* Make sure that drop effect is not null
Teemu Suo-Anttila [Fri, 24 Mar 2017 09:16:39 +0000 (11:16 +0200)]
Make CloseSessionTest more stable with waitUntil (#8928)
Aleksi Hietanen [Fri, 24 Mar 2017 08:34:05 +0000 (10:34 +0200)]
Add possibility to configure the content mode of TabSheet tabs (#8920)
Fixes #8590
Adam Wagner [Fri, 24 Mar 2017 08:32:48 +0000 (10:32 +0200)]
Add API support for setting server side drag data (#8915)
* 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
Teemu Suo-Anttila [Fri, 24 Mar 2017 07:22:10 +0000 (09:22 +0200)]
Fix default header content changes on init (#8921)
This patch also enables an old test that was pending #8128
Fixes vaadin/framework8-issues#556
Teemu Suo-Anttila [Thu, 23 Mar 2017 13:28:37 +0000 (15:28 +0200)]
Add feature to disable collapsing items in TreeGrid (#8879)
Fixes #8846
Henri Sara [Thu, 23 Mar 2017 11:13:33 +0000 (13:13 +0200)]
Fix FlashExpansionTest (#8919)
Henri Sara [Thu, 23 Mar 2017 09:44:57 +0000 (11:44 +0200)]
Update since tags for 8.1.0.alpha2 (#8917)
* Update since tags for 8.1.0.alpha2
Masashi Nakane [Thu, 23 Mar 2017 08:41:34 +0000 (01:41 -0700)]
Add tip for GUI components with Vaadin 8 (#8899)
* Use difference GUI component for Vaadin 8
With Vaadin Framework 8, Tutorial learner should use different setting and component for form development
* Better explanation
Matti Tahvonen [Wed, 22 Mar 2017 16:58:15 +0000 (18:58 +0200)]
Improved Binder#hasChanges JavaDoc (#8912)
JavaDoc now more explicitly states that hasChanges is not designed to work with setBean.
Adam Wagner [Wed, 22 Mar 2017 14:41:35 +0000 (16:41 +0200)]
Remove support for transfer data type (#8910)
* Remove API for setting arbitrary drag data
* Store the drag source component in the UI
Fixes #8893
Artur [Wed, 22 Mar 2017 14:12:31 +0000 (16:12 +0200)]
Set column captions when reading grid from a design file (#8770)
Fixes #8752
Olli Tietäväinen [Wed, 22 Mar 2017 08:41:37 +0000 (10:41 +0200)]
Fix Flash expanding with percentage sizing (#8898)
Allows Flash embed to expand if percentage dimensions given
Fixes #4035
Dos Moonen [Wed, 22 Mar 2017 06:46:00 +0000 (07:46 +0100)]
Check Trident version to detect compatibility mode (#8884)
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.
Henri Sara [Wed, 22 Mar 2017 06:37:57 +0000 (08:37 +0200)]
Optimize grid by avoiding redundant row refreshes (#8874)
* Optimize grid by avoiding redundant row refreshes
* Delay more calls to refreshBody()
Pekka Hyvönen [Wed, 22 Mar 2017 06:32:34 +0000 (08:32 +0200)]
Deprecate old DnD functionality (#8864)
Closes #8795
Aleksi Hietanen [Tue, 21 Mar 2017 13:53:59 +0000 (15:53 +0200)]
Add collapse and expand events to TreeGrid (#8889)
Closes #8760
Aleksi Hietanen [Tue, 21 Mar 2017 13:52:16 +0000 (15:52 +0200)]
Measure TreeGrid performance (#8896)
* Update MemoryIT to report median render and request time
* Add TreeGrid and TreeTable performance test UIs
Addresses the collapsed cases for #8849, #8850
Henri Sara [Tue, 21 Mar 2017 12:50:24 +0000 (14:50 +0200)]
Add missing since tags for 8.1.0.alpha1 (#8888)
* Add missing since tags for 8.1.0.alpha1
* Update @since for DataCommunicatorClientRpc
* Update @since for DataCommunicator
Henri Sara [Tue, 21 Mar 2017 07:55:59 +0000 (09:55 +0200)]
Add more 8.0.3 since tags
elmot [Thu, 16 Mar 2017 11:33:46 +0000 (13:33 +0200)]
Add @since 8.0.3 tags
Jonni Nakari [Mon, 20 Mar 2017 15:54:50 +0000 (16:54 +0100)]
Change fromCollection -> ofCollection
Henri Sara [Mon, 20 Mar 2017 15:10:32 +0000 (17:10 +0200)]
Support data-location attribute in CustomLayout (#8866)
Fixes #8416
Pekka Hyvönen [Mon, 20 Mar 2017 15:05:29 +0000 (17:05 +0200)]
Initial Documentation for TreeGrid and Hierarchical Data (#8880)
* Initial Documentation for TreeGrid and Hierarchical Data
Fixes #8615, part of #8616
Pekka Hyvönen [Mon, 20 Mar 2017 14:04:56 +0000 (16:04 +0200)]
Initial documentation for 8.1 Drag and Drop (#8867)
* Initial documentation for 8.1 Drag and Drop
Part of #8395
Ahmed Ashour [Mon, 20 Mar 2017 12:41:26 +0000 (13:41 +0100)]
Fix some javadoc errors (#8873)
Johannes Häyry [Fri, 17 Mar 2017 07:53:10 +0000 (09:53 +0200)]
Fix readme (#8857)
Fixed badly formatted testUI url and header level
Pekka Hyvönen [Fri, 17 Mar 2017 07:38:09 +0000 (09:38 +0200)]
Update release notes for 8.1.0.alpha1 (#8863)
Teemu Suo-Anttila [Thu, 16 Mar 2017 09:42:14 +0000 (11:42 +0200)]
Add tests for non-compatibility Grid
Artur [Tue, 7 Mar 2017 10:44:01 +0000 (12:44 +0200)]
Always calculate Escalator max row count the same way (#8740)
* 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
Artur [Tue, 7 Mar 2017 07:46:33 +0000 (09:46 +0200)]
Handle unknown connectors consistently and quietly as described in #8111 (#8741)
Fixes #8629
Ahmed Ashour [Thu, 16 Mar 2017 09:38:47 +0000 (10:38 +0100)]
ApplicationRunnerServlet to correctly get last modified application (#8852)
Also, change README.txt to the correct test port 8888
Artur [Thu, 16 Mar 2017 09:25:35 +0000 (11:25 +0200)]
Correctly write margin info for FormLayout into design files (#8804)
Fixes #8800
Henri Sara [Thu, 16 Mar 2017 08:23:02 +0000 (10:23 +0200)]
Remove unnecessary width calculation on Grid initial render (#8848)
Do not calculate column widths unnecessarily, especially for columns
with fixed width.
Fixes #8678
Aleksi Hietanen [Thu, 16 Mar 2017 06:53:38 +0000 (08:53 +0200)]
Hierarchical data (#8842)
* Initial HierarchicalDataProvider for TreeGrid
* Initial in-memory hierarchical data implementation
* TreeGrid declarative support
Fixes #8611, Fixes #8620
Ilia Motornyi [Wed, 15 Mar 2017 19:08:47 +0000 (21:08 +0200)]
Replacement guide javadocs for deprecated classes
Fixes #8682
Ilia Motornyi [Wed, 15 Mar 2017 12:10:46 +0000 (14:10 +0200)]
Replacement guide javadocs for deprecated classes, part two (#8719)
Partial fix for #8682
Teemu Suo-Anttila [Wed, 15 Mar 2017 12:00:50 +0000 (14:00 +0200)]
Allow changing renderers after column creation (#8841)
Closes #8250
Rolf Smeds [Wed, 15 Mar 2017 11:27:55 +0000 (13:27 +0200)]
Update custom fonts page.
Michael Benz [Tue, 14 Mar 2017 14:19:35 +0000 (15:19 +0100)]
components-grid to use correct function setHidable (#8843)
* 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-
Pekka Hyvönen [Tue, 14 Mar 2017 13:06:07 +0000 (15:06 +0200)]
Fix removing rows from the middle of Escalator (#8826)
* Fix removing rows from the middle of Escalator
Fixes #8825
Ahmed Ashour [Tue, 14 Mar 2017 13:04:30 +0000 (14:04 +0100)]
Correct license location
Ilia Motornyi [Tue, 14 Mar 2017 12:33:02 +0000 (14:33 +0200)]
Make test for EditorSaveEvent.bean field
* Fixes #8810, #8658
Henri Sara [Tue, 14 Mar 2017 08:26:10 +0000 (10:26 +0200)]
Build report changes for Vaadin Framework 8.1 (#8823)
* 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
Artur [Mon, 13 Mar 2017 14:33:45 +0000 (16:33 +0200)]
Read/write Grid item type to declarative and create columns correctly (#8769)
Fixes #8467
Artur [Mon, 13 Mar 2017 13:47:15 +0000 (15:47 +0200)]
Correctly adjust upload button borders inside a component group (#8817)
* Correctly adjust upload button borders inside a component group
Ilia Motornyi [Mon, 13 Mar 2017 10:00:26 +0000 (12:00 +0200)]
Fix broken link (#8812)
* Fix broken link
Artur [Mon, 13 Mar 2017 06:29:26 +0000 (08:29 +0200)]
Fix detach of grid when it contains frozen columns (#8803)
* Fix detach of grid when it contains frozen columns
Fixes #8748
Pekka Hyvönen [Mon, 13 Mar 2017 06:29:09 +0000 (08:29 +0200)]
Migrate Escalator tests for 8 (#8811)
* Migrate Escalator tests for 8
Tests require reindeer / base for escalator to render correctly.
Artur [Fri, 10 Mar 2017 15:08:44 +0000 (17:08 +0200)]
Update frozen column count when a frozen column is removed (#8788)
* Update frozen column count when a frozen column is removed
Henri Sara [Fri, 10 Mar 2017 11:08:36 +0000 (13:08 +0200)]
Fix ComboBox popup location on scrolled pages in IE/Firefox
Fixes #8778
Giovanni Lovato [Fri, 10 Mar 2017 10:55:55 +0000 (11:55 +0100)]
Add the bean to grid editor events
Fixes #8658
anssit [Fri, 10 Mar 2017 08:50:18 +0000 (10:50 +0200)]
Update JavaDoc for @DesignRoot. (#8805)
Emphasise that both location and filename for the design file can be specified in the value parameter.
Ilia Motornyi [Thu, 9 Mar 2017 18:32:50 +0000 (20:32 +0200)]
RichTextField unnecessarily overwrites clear method (#8802)
* RichTextField unnecessarily overwrites clear method
Fixes #8801
Artur [Thu, 9 Mar 2017 18:24:06 +0000 (20:24 +0200)]
Update Atmosphere to resolve problems in servlets with multiple mappings (#8785)
Fixes #8734
Adam Wagner [Thu, 9 Mar 2017 14:26:43 +0000 (16:26 +0200)]
Remove mentioning of removed example from progressbar docs (#8799)
* Remove mentioning of removed example from progressbar docs
Ilia Motornyi [Thu, 9 Mar 2017 09:42:13 +0000 (11:42 +0200)]
Add @since 8.0.2 for Grid.removeAllColumns() (#8789)
Artur [Thu, 9 Mar 2017 09:35:45 +0000 (11:35 +0200)]
Correctly detach components in merged cells (#8773)
* Correctly detach components in merged cells
This was already once fixed in 7.7 in #8142
Teemu Suo-Anttila [Thu, 9 Mar 2017 07:29:51 +0000 (09:29 +0200)]
Initial implementation of ComponentRenderer for Grid (#8743)
Fixes #8622
Fixes #8623
Ilia Motornyi [Thu, 9 Mar 2017 07:29:20 +0000 (09:29 +0200)]
Fix Upload and push in TabSheet (#8782)
Also fixes JSNI calls in compatibility Upload component.
Fixes #8728 for the compatibility package
Ilia Motornyi [Thu, 9 Mar 2017 07:26:03 +0000 (09:26 +0200)]
Fix JSNI calls in compatibility Escalator (#8783)
Maciej Aleksandrowicz [Thu, 9 Mar 2017 06:43:00 +0000 (07:43 +0100)]
Fix typo in documentation (#8784)
Artur [Wed, 8 Mar 2017 14:34:03 +0000 (16:34 +0200)]
Include components in joined cells when finding child components (#8772)
Fixes #8722
Ahmed Ashour [Wed, 8 Mar 2017 14:07:28 +0000 (18:07 +0400)]
Remove extra empty javadocs before package declaration (#8776)
Artur Signell [Mon, 6 Mar 2017 19:13:17 +0000 (21:13 +0200)]
Avoid double unregister of columns on the client side
Columns unregister themselves from the grid through removeColumn, also
when the whole grid is removed.
Fixes #8748
Ahmed Ashour [Tue, 7 Mar 2017 11:47:10 +0000 (12:47 +0100)]
Fix license header location
Ahmed Ashour [Tue, 7 Mar 2017 11:15:05 +0000 (12:15 +0100)]
Fix some generics warnings in Eclipse
Artur [Wed, 8 Mar 2017 07:56:15 +0000 (09:56 +0200)]
Update column caption when a text is set in the default header row
Fixes #8751
Johannes Tuikkala [Tue, 7 Mar 2017 12:40:17 +0000 (14:40 +0200)]
Fix client-side error when Upload in TabSheet and Push
Fixes #8728
Teemu Suo-Anttila [Tue, 7 Mar 2017 08:41:38 +0000 (10:41 +0200)]
Revert multi select using state change
Teemu Suo-Anttila [Mon, 6 Mar 2017 14:19:51 +0000 (16:19 +0200)]
Restore column based width for compatibility selects
Teemu Suo-Anttila [Mon, 6 Mar 2017 14:04:08 +0000 (16:04 +0200)]
Restore type attributes to compatibility UIDL
Teemu Suo-Anttila [Mon, 6 Mar 2017 13:46:39 +0000 (15:46 +0200)]
Revert html content through shared state for OptionGroup
Teemu Suo-Anttila [Mon, 6 Mar 2017 13:27:09 +0000 (15:27 +0200)]
Add missing since, remove unused command
Teemu Suo-Anttila [Thu, 2 Mar 2017 13:46:06 +0000 (15:46 +0200)]
Revert immediate tests, deprecate HasUserSelectionAllowed
Teemu Suo-Anttila [Thu, 2 Mar 2017 13:16:54 +0000 (15:16 +0200)]
Picked all changes from 7.7
Synchronises parts of compatibility package code to match 7.7
Picks suitable patches for 8 code as well
Teemu Suo-Anttila [Wed, 1 Mar 2017 12:27:49 +0000 (14:27 +0200)]
Synchronize code between V7 and compatibility package
Teemu Suo-Anttila [Fri, 24 Feb 2017 15:06:58 +0000 (17:06 +0200)]
Revert diamond operator changes
Teemu Suo-Anttila [Fri, 24 Feb 2017 13:40:27 +0000 (15:40 +0200)]
Eliminate more full classnames
Teemu Suo-Anttila [Fri, 24 Feb 2017 13:34:45 +0000 (15:34 +0200)]
Remove unnecessary full classname references
Aleksi Hietanen [Wed, 11 Jan 2017 14:12:56 +0000 (16:12 +0200)]
Remove tracking of unregistered connectors (#8153)
Leif Åstrand [Tue, 7 Mar 2017 09:13:57 +0000 (11:13 +0200)]
Always load the deferred connector bundle (#8713)
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
Jens Jansson [Tue, 7 Mar 2017 09:12:28 +0000 (11:12 +0200)]
Update getting-started-idea.asciidoc (#8756)
Artur [Tue, 7 Mar 2017 08:50:13 +0000 (10:50 +0200)]
Add missing Grid.removeAllColumns (#8750)
Fixes #8704
Guille [Tue, 7 Mar 2017 08:39:37 +0000 (10:39 +0200)]
Add link to pro tools migration docs (#8742)
Ahmed Ashour [Tue, 7 Mar 2017 08:38:05 +0000 (09:38 +0100)]
Use try-with-resources (#8757)
To ensure the resource is automatically closed
Ahmed Ashour [Tue, 7 Mar 2017 08:35:09 +0000 (09:35 +0100)]
Fix warning: '_' should not be used as an identifier (#8755)
Artur [Mon, 6 Mar 2017 11:20:35 +0000 (13:20 +0200)]
Fix exception when no columns are shown (#8733)
* Fix exception when no columns are shown or all columns are frozen
Fixes #8329
Ilia Motornyi [Mon, 6 Mar 2017 07:44:30 +0000 (09:44 +0200)]
Some cleanup to themes module (#8526)
Alejandro [Fri, 3 Mar 2017 10:54:51 +0000 (12:54 +0200)]
Fix tutorial (use parameterized Grid) (#8738)
* 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