]>
source.dussan.org Git - vaadin-framework.git/log
Teemu Suo-Anttila [Thu, 13 Jul 2017 11:38:47 +0000 (14:38 +0300)]
Use new test screenshots
Teemu Suo-Anttila [Tue, 11 Jul 2017 13:37:13 +0000 (16:37 +0300)]
Add missing since for 8.0.7
Aleksi Hietanen [Mon, 22 May 2017 11:55:02 +0000 (14:55 +0300)]
Fix CheckboxFocusClickTest on Firefox (#9397)
Teemu Suo-Anttila [Wed, 5 Jul 2017 09:37:39 +0000 (12:37 +0300)]
Revert "Update Atmosphere to support latest Jetty versions (#9359)"
This reverts commit
6fdea957798b24156fcb301269b867112b96bfb9 .
Teemu Suo-Anttila [Mon, 19 Jun 2017 10:23:47 +0000 (13:23 +0300)]
Fix displaying Grid sort order set from server (#9530)
Fixes #8316
Artur [Thu, 15 Jun 2017 17:04:38 +0000 (20:04 +0300)]
Only throw from Binder.bindInstanceFields if there are no bindings at all (#9487)
Fixes #8986
Teemu Suo-Anttila [Mon, 12 Jun 2017 13:29:49 +0000 (16:29 +0300)]
Add handler for row height changing in Grid
Fixes #9488
Teemu Suo-Anttila [Mon, 5 Jun 2017 12:06:25 +0000 (15:06 +0300)]
Show empty selection caption in ComboBox (#9468)
Fixes #9079
Henri Sara [Fri, 26 May 2017 12:32:32 +0000 (15:32 +0300)]
Make component iterators unmodifiable
Fixes #9404
Artur [Fri, 19 May 2017 11:48:42 +0000 (14:48 +0300)]
Clear errors when clearing binder fields (#9364)
Calling readBean(null) should reset the form state to the initial state
it was in before calling writeBean(bean)
Matti Tahvonen [Fri, 19 May 2017 08:30:29 +0000 (11:30 +0300)]
Fix resetting of last filter in VComboBox (#9381)
Currently the reset method resets the lastFilter as well and then the logic thinks items don’t need to be refreshed when popup is reopened.
Fixes #9027
Fixes #7790
Artur [Thu, 18 May 2017 15:05:34 +0000 (18:05 +0300)]
Update Atmosphere to support latest Jetty versions (#9359)
Fixes #8134, #8135
Teemu Suo-Anttila [Tue, 16 May 2017 12:01:03 +0000 (15:01 +0300)]
Properly init client-side data in GridDataChangeHandlerTest
Aleksi Hietanen [Wed, 10 May 2017 12:17:10 +0000 (15:17 +0300)]
Wrap DataCommunicator#getBackEndSorting in an unmodifiable list
Artur [Fri, 12 May 2017 05:32:45 +0000 (08:32 +0300)]
Properly remove service destroy listeners (#9304)
Fixes #9291
Knoobie [Thu, 11 May 2017 06:04:43 +0000 (08:04 +0200)]
Make clicking checkbox label call focus listeners (#9271)
Fixes the remaining issue from #3944 for Firefox so that a click on the checkbox label calls the focus listener.
Fixes #9290
Knoobie [Tue, 9 May 2017 06:39:25 +0000 (08:39 +0200)]
Fix the missing focus and blur implementations (#9269)
Add (FieldEvents.FocusNotifier & FieldEvents.BlurNotifier) in AbstractTextField.
The fields TextField, TextArea and PasswordField are the only focusable input fields where this Implementation is missing.
Pekka Hyvönen [Fri, 26 May 2017 07:26:03 +0000 (10:26 +0300)]
Fix @since tags from #9208 to point to 8.0.7 (#9440)
Mikhail Buzuverov [Fri, 26 May 2017 06:01:35 +0000 (11:01 +0500)]
Added constructors which takes DataCommunicator instance to Grid (#9206) (#9208)
Constructors are backported from master (8.1)
Teemu Suo-Anttila [Mon, 8 May 2017 10:40:02 +0000 (13:40 +0300)]
Add since tags for 8.0.6
Teemu Suo-Anttila [Mon, 8 May 2017 07:40:56 +0000 (10:40 +0300)]
Use 8.0 branch of vaadin-screenshots
elmot [Fri, 5 May 2017 12:54:00 +0000 (15:54 +0300)]
Update screenshots reference
Teemu Suo-Anttila [Tue, 28 Mar 2017 07:07:00 +0000 (10:07 +0300)]
Fix data not being sent again when adding DataGenerators (#8947)
* Fix data not being sent again when adding DataGenerators
* Fix header component detaching, revert early header cleanup
Teemu Suo-Anttila [Thu, 20 Apr 2017 17:08:27 +0000 (20:08 +0300)]
Remove unnecessary logging from setHeightByRows in Escalator
Teemu Suo-Anttila [Wed, 19 Apr 2017 11:27:13 +0000 (14:27 +0300)]
Fix issues in Grid with undefined height (#9104)
Aleksi Hietanen [Wed, 19 Apr 2017 10:54:16 +0000 (13:54 +0300)]
Fix client-side memory leak caused by Grid events (#9103)
Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their
descendants to follow the pattern used in other GWT DomEvents.
Fixes #7633
Henri Sara [Tue, 18 Apr 2017 12:56:49 +0000 (15:56 +0300)]
Add missing methods to compatibility AbstractRendererConnector
Fixes #9096
Artur [Tue, 18 Apr 2017 11:21:13 +0000 (14:21 +0300)]
Ignore all external events in the Profiler (#9033)
This fixes problems with profiling the initial paint:
"SEVERE: Got end event for leftoversDownload.runAsync but is currently in null"
Artur [Tue, 18 Apr 2017 09:53:30 +0000 (12:53 +0300)]
Fix problem when reading a nested Design based on a GridLayout (#9092)
The parent Design must leave child handling to the nested design, when
there are no children defined in the parent Design. This fixes a problem
with com.vaadin.ui.GridLayout$OutOfBoundsException when the reading
operation of the parent design tries to set number of rows according to
its empty content.
Aleksi Hietanen [Thu, 13 Apr 2017 14:27:52 +0000 (17:27 +0300)]
Always send a push identifier on UI initialization
Aleksi Hietanen [Thu, 13 Apr 2017 08:48:49 +0000 (11:48 +0300)]
Use separate identifier for push connections
Closes #8700
Aleksi Hietanen [Thu, 13 Apr 2017 08:12:48 +0000 (11:12 +0300)]
Remove sendKeys workaround from ComboBoxElement (#9046)
Artur [Thu, 13 Apr 2017 07:52:19 +0000 (10:52 +0300)]
Correctly set ListSelect style names
Fixes #8901
Artur [Thu, 13 Apr 2017 07:26:13 +0000 (10:26 +0300)]
Notify a resource load listener many times if it has been added many times (#9075)
This is what the javadoc promises and what DependencyLoader relies on
Artur [Thu, 13 Apr 2017 07:25:20 +0000 (10:25 +0300)]
Provide GridLayout size and cell elements to JS and TB (#9019)
Knoobie [Thu, 13 Apr 2017 07:22:07 +0000 (10:22 +0300)]
Check for NullPointer to remove exception spam
Leif Åstrand [Wed, 12 Apr 2017 10:48:10 +0000 (13:48 +0300)]
Use setCaption Javadocs inherited from Component (#9066)
Component.setCaption has thorough Javadocs that are shadowed by a very
brief snippet in AbstractComponent and an erroneous description in
Panel. By removing those snippets, component classes will instead
inherit a much more useful description of the method.
Guille [Tue, 11 Apr 2017 17:21:28 +0000 (20:21 +0300)]
Fix typo in license (#9060)
Alejandro [Tue, 11 Apr 2017 11:34:53 +0000 (14:34 +0300)]
Update last video of the tutorial (#9054)
This change updates the video for the last step of the tutorial
Alejandro [Mon, 10 Apr 2017 11:54:56 +0000 (14:54 +0300)]
Updated embedded videos (#9043)
* Updated to new videos for Vaadin 8
* Update tutorial.adoc
Aleksi Hietanen [Mon, 10 Apr 2017 10:42:03 +0000 (13:42 +0300)]
Remove compile-time mockito dependency from client module
Artur [Fri, 7 Apr 2017 09:39:29 +0000 (12:39 +0300)]
Use release version of TestBench
Aleksi Hietanen [Fri, 7 Apr 2017 07:32:13 +0000 (10:32 +0300)]
Update Chrome version in VerifyBrowserVersionTest
Artur [Thu, 6 Apr 2017 10:32:45 +0000 (13:32 +0300)]
Send view width as width and not height
Artur [Tue, 4 Apr 2017 10:43:50 +0000 (13:43 +0300)]
Correctly set style names for NativeSelect (#9006)
Fixes #9005
Stephen Wellington [Mon, 3 Apr 2017 08:18:21 +0000 (11:18 +0300)]
Fix Editor not saving values by pressing Enter (#8946)
Fixes #8945
Artur [Mon, 3 Apr 2017 06:57:48 +0000 (09:57 +0300)]
Make bindInstanceFields not bind fields already bound using functions (#8998)
Fixes #8858
Jens Jansson [Mon, 3 Apr 2017 05:16:33 +0000 (08:16 +0300)]
Fixed @WidgetSet typo -> @Widgetset (#8996)
Jens Jansson [Sat, 1 Apr 2017 11:46:18 +0000 (14:46 +0300)]
Moved docs comment to own row (#8993)
* Moved docs comment to own row
Anyone can read the TODO comment on https://vaadin.com/docs/-/part/framework/advanced/advanced-logging.html. The comment is directly on same row as normal text, which means that it will be printed out when asciidoc is transformed to html. I moved it now to a new row which will make the asciidoc parser treat is as a comment. Please make a proper fix for it.
Samuel DALICHAMPT [Thu, 30 Mar 2017 13:47:24 +0000 (16:47 +0300)]
Fix method reference syntax in Grid documentation (#8978)
Teemu Suo-Anttila [Thu, 30 Mar 2017 10:36:09 +0000 (13:36 +0300)]
Fix column indexing when setting a renderer (#8976)
Fixes #8943
elmot [Fri, 21 Apr 2017 09:17:04 +0000 (12:17 +0300)]
Remove future version from `@since`
Aleksi Hietanen [Mon, 27 Mar 2017 08:10:37 +0000 (11:10 +0300)]
Fix infinite loop in data communication (#8927)
* Fix infinite loop in data communication
* Switch to less aggressive reset when data communication is out of sync
* Remove triggering of reset if reset is already being performed
* Avoid redundant collection of streams in DataCommunicator
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
Jonni Nakari [Mon, 20 Mar 2017 15:54:50 +0000 (16:54 +0100)]
Change fromCollection -> ofCollection
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
Ilia Motornyi [Fri, 5 May 2017 07:19:44 +0000 (10:19 +0300)]
Upgrade GWT to version 2.8.1 (#9237)
Ilia Motornyi [Thu, 6 Apr 2017 12:30:18 +0000 (14:30 +0200)]
Fix bug column and row expand ratio are not persisted (#9028)
Fixes #9009
Pekka Hyvönen [Thu, 30 Mar 2017 07:39:51 +0000 (10:39 +0300)]
Add missing @since for 8.0.5 and 7.7.8
Artur [Thu, 9 Mar 2017 12:50:46 +0000 (14:50 +0200)]
Include charset in text/html responses (#8777)
Fixes #8775
Olli Tietäväinen [Thu, 9 Mar 2017 10:49:07 +0000 (12:49 +0200)]
Fix Panel.setScrollTop() for large values (#8563)
Fixes #1149
Artur Signell [Mon, 27 Mar 2017 18:51:03 +0000 (21:51 +0300)]
Make CustomField iterator() comply with contract
Fixes #8957
hlxnd [Tue, 28 Mar 2017 13:27:12 +0000 (15:27 +0200)]
Fix ComboBox item select method in example (#8964)
Pekka Hyvönen [Tue, 28 Mar 2017 12:58:56 +0000 (15:58 +0300)]
Update Vaadin Spring to 2.0.1 in BOM (#8963)
* Update Vaadin Spring to 2.0.1 in BOM
Ilia Motornyi [Tue, 28 Mar 2017 11:29:37 +0000 (13:29 +0200)]
Fix NativeSelect inner component size (#8737)
Fixes #8702
Teemu Suo-Anttila [Tue, 28 Mar 2017 07:07:00 +0000 (10:07 +0300)]
Fix data not being sent again when adding DataGenerators (#8947)
* Fix data not being sent again when adding DataGenerators
* Fix header component detaching, revert early header cleanup
Pekka Hyvönen [Mon, 27 Mar 2017 13:04:35 +0000 (16:04 +0300)]
Fix Binder documentation on ValidationException (#8949)
Jouni Koivuviita [Mon, 27 Mar 2017 11:43:48 +0000 (14:43 +0300)]
Add `closable` style to Error Notifications (#8903)
Add an additional stylename `critical-error` that styles the
notification like the Error-type, but without the close button.
Fixes #8296
Pekka Hyvönen [Tue, 14 Mar 2017 14:14:57 +0000 (16:14 +0200)]
Fix removing rows over the cached range in Grid
Fixes #8840
Artur [Mon, 27 Mar 2017 08:14:49 +0000 (11:14 +0300)]
Use computed style for Escalator size calculations (#8861)
* Use computed style for Escalator size calculations
The old method of using getBoundingClientRect does not work as expected
if a transform has been applied to the element or one of its parents.
For instance PopupView animates itself using a scale(0) -> scale(1)
animation. When scale(0) is active, getBoundingClientRect will return 0
for all sizes while computed style ignores the transform and returns the
expected value.
Fixes #8793
Teemu Suo-Anttila [Fri, 24 Mar 2017 09:16:39 +0000 (11:16 +0200)]
Make CloseSessionTest more stable with waitUntil (#8928)
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
Henri Sara [Thu, 23 Mar 2017 11:13:33 +0000 (13:13 +0200)]
Fix FlashExpansionTest (#8919)
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.
Aleksi Hietanen [Mon, 27 Mar 2017 12:51:37 +0000 (15:51 +0300)]
Fix infinite loop in data communication (#8951)
Fixes #8479 for Vaadin Framework 8.0
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
Henri Sara [Tue, 21 Mar 2017 07:55:59 +0000 (09:55 +0200)]
Add more 8.0.3 since tags
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()
Henri Sara [Mon, 20 Mar 2017 15:10:32 +0000 (17:10 +0200)]
Support data-location attribute in CustomLayout (#8866)
Fixes #8416
Jonni Nakari [Tue, 21 Mar 2017 06:53:49 +0000 (07:53 +0100)]
Fix documentation: change setPlaceHolder to setPlaceholder (#8883)
elmot [Thu, 16 Mar 2017 11:33:46 +0000 (13:33 +0200)]
Add @since 8.0.3 tags
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
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
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