]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
8 years agoMake sure RPC queue is only flushed when there are pending invocations (#19684)
Artur Signell [Wed, 13 Apr 2016 10:29:46 +0000 (13:29 +0300)]
Make sure RPC queue is only flushed when there are pending invocations (#19684)

Change-Id: I95c47739fb785ed111642a41b0928a5dcde3fea2

8 years agoPrevent closing of uncloseable Window on esc (#19700)
Teemu Pöntelin [Sun, 3 Apr 2016 20:22:48 +0000 (23:22 +0300)]
Prevent closing of uncloseable Window on esc (#19700)

Change-Id: I4d67cd84c6f4179da6d6fea6b881e8ccd65e70d9

8 years agoDocumentation for container switch limitations (#18323)
elmot [Wed, 6 Apr 2016 07:45:12 +0000 (10:45 +0300)]
Documentation for container switch limitations (#18323)

Change-Id: If6fa13c84c8afb5caaf2d46ac283f704baf88695

8 years agoFocus click element inside a drag'n'drop wrapper (#14826)
Artur Signell [Sun, 24 Jan 2016 13:30:15 +0000 (15:30 +0200)]
Focus click element inside a drag'n'drop wrapper (#14826)

Focus inside a drag'n'drop wrapper does not work out of the box as mousedown is
cancelled to avoid text selection when starting a dnd operation.

This change explicitly calls focus on the element at the location which was clicked.

Input elements will now be able to gain focus but e.g. clicking to move the caret
inside a text area won't work as mousedown is cancelled.

Change-Id: I89e046ddb0b1044bc6a2f11fda4edbe5fda25743

8 years agoUpdate gwt-rpc.asciidoc
Enver Haase [Fri, 8 Apr 2016 16:37:08 +0000 (18:37 +0200)]
Update gwt-rpc.asciidoc

Change-Id: Idcb88006e671ca80e2877b44b479d0cfd6084b49

8 years agoUpdate gwt-shared-state.asciidoc
Enver Haase [Fri, 8 Apr 2016 16:26:38 +0000 (18:26 +0200)]
Update gwt-shared-state.asciidoc

Change-Id: I6d9dac7b3cb167cfa77b08d9d935437229713a83

8 years agoDocumentation for container switch limitations (#18323)
elmot [Wed, 6 Apr 2016 07:50:23 +0000 (10:50 +0300)]
Documentation for container switch limitations (#18323)

Change-Id: Ib8ce5d82fe2c270296bf9196fec103edc1534d46

8 years agoFix Grid to not refresh already focused cell (#19653)
Teemu Suo-Anttila [Thu, 3 Mar 2016 14:14:33 +0000 (16:14 +0200)]
Fix Grid to not refresh already focused cell (#19653)

This removes a row repaint when a cell that already has focus is clicked
again.

Change-Id: I3e4f4f1aec49e2128cd47f7c0b1b1bb4611fbb04

8 years agoRefresh grid body after resize (#19664)
Markus Koivisto [Tue, 5 Apr 2016 13:08:09 +0000 (16:08 +0300)]
Refresh grid body after resize (#19664)

Change-Id: I8531f9d39aaa5854108e1bee9db121b0e54be770

8 years agoFix Escalator BodyContainer logical top row tracking (#17262)
Markus Koivisto [Tue, 5 Apr 2016 08:33:28 +0000 (11:33 +0300)]
Fix Escalator BodyContainer logical top row tracking (#17262)

Change-Id: I43041999cba9429e3a08b09f14ac2e8f58774285

8 years agoRemove TB2 tests and integration tests for legacy servers/portals
Artur Signell [Thu, 31 Mar 2016 12:22:02 +0000 (15:22 +0300)]
Remove TB2 tests and integration tests for legacy servers/portals

Change-Id: I1c6d830c8a71674c264738f709ad12da3b91cd5c

8 years agoAdd documentation for Eclipse Notification Center
Markus Koivisto [Wed, 9 Mar 2016 09:25:03 +0000 (11:25 +0200)]
Add documentation for Eclipse Notification Center

Change-Id: Ie00911096ca93d557a812415f27fe8d54bfd6180

8 years agoFix ClassPathExplorer widgetset source directory lookup (#19694)
Teemu Suo-Anttila [Tue, 22 Mar 2016 14:11:25 +0000 (16:11 +0200)]
Fix ClassPathExplorer widgetset source directory lookup (#19694)

Change-Id: I2daf32e0c49501ef3807fd694a641491b26d46bd

8 years agoFixed some missing images and broken xrefs, as well as problems in the getting-starte...
Marko Gronroos [Fri, 18 Mar 2016 13:52:20 +0000 (15:52 +0200)]
Fixed some missing images and broken xrefs, as well as problems in the getting-started chapter (#19639).

Change-Id: Ie8e371c059f70600bafcf781938ef35878f41324

8 years agoFixed some broken xrefs. #19639
Marko Gronroos [Thu, 17 Mar 2016 15:46:59 +0000 (17:46 +0200)]
Fixed some broken xrefs. #19639

Change-Id: Ia509c4426a7632c0a9471ec62bd32ea51273b4cb

8 years agoReorganized the Getting Started chapter to separate installation and project creation...
Marko Gronroos [Thu, 17 Mar 2016 13:58:58 +0000 (15:58 +0200)]
Reorganized the Getting Started chapter to separate installation and project creation chapters. #19639

Change-Id: I4aab29b8b9ab23091903016e9cc91850c4ca3b93

8 years agoFormatting fixes mainly to chapters 1-4.
Marko Gronroos [Wed, 16 Mar 2016 13:09:46 +0000 (15:09 +0200)]
Formatting fixes mainly to chapters 1-4.

Change-Id: Ie7699ae777791689e0026e241efdf46274776bff

8 years agoRestored Ivy project creation until Maven support becomes official in the plugin...
Marko Gronroos [Tue, 15 Mar 2016 12:14:56 +0000 (14:14 +0200)]
Restored Ivy project creation until Maven support becomes official in the plugin. Various fixes and improved the diagrams in the section as well.

Change-Id: If32f877b7bfa569d91eaf3fc9d8543e4e4599aa1

8 years agoAdded an installation steps diagram.
Marko Gronroos [Fri, 11 Mar 2016 14:35:59 +0000 (16:35 +0200)]
Added an installation steps diagram.

Change-Id: Ifeb4bc84b148461547f10fd83a20cd4b386f4d27

8 years agoFix JavaScriptStringRenderer to work in IE8
Leif Åstrand [Fri, 11 Mar 2016 13:16:17 +0000 (15:16 +0200)]
Fix JavaScriptStringRenderer to work in IE8

Change-Id: I035a9d7a4aba378852443743b5ab84b3fc59f24e

8 years agoUpdate getting started documentation using Maven
Henri Sara [Fri, 4 Mar 2016 14:43:18 +0000 (16:43 +0200)]
Update getting started documentation using Maven

Change-Id: I61f22511eefc8125f8cd84d768a5fa69b8707446

8 years agoUpdate @since tags for 7.6.4 and related javadoc
Henri Sara [Tue, 8 Mar 2016 17:29:38 +0000 (19:29 +0200)]
Update @since tags for 7.6.4 and related javadoc

Change-Id: Ia548da265c4cdfae13c6f0f76939f767ccf60975

8 years agoTry to detect Liferay 7 requests correctly (#19645)
Artur Signell [Tue, 1 Mar 2016 18:03:16 +0000 (20:03 +0200)]
Try to detect Liferay 7 requests correctly (#19645)

Change-Id: I5bc616b216e3ecadc76b8f0ef542e74eb4493bda

8 years agoCorrectly report timing information again (#19661)
Artur Signell [Mon, 7 Mar 2016 19:07:39 +0000 (21:07 +0200)]
Correctly report timing information again (#19661)

Change-Id: I3d37118c7bafeac3340a6f0305c96bfe601ebb59

8 years agoSupport string data in javascript renderers (#18209)
Leif Åstrand [Tue, 9 Jun 2015 12:41:25 +0000 (15:41 +0300)]
Support string data in javascript renderers (#18209)

Change-Id: I2be48aa7a60920193a2f4bd9a413979cb9c48f34

8 years agoMake table take parent enable state changes into account (#19455)
Artur Signell [Fri, 15 Jan 2016 06:19:13 +0000 (08:19 +0200)]
Make table take parent enable state changes into account (#19455)

Change-Id: I11d9e7bcdc3471157b9c21881d463ef5a747d2c1

8 years agoMake it possible to intercept RPC calls without copy/paste
Artur Signell [Thu, 22 Oct 2015 12:13:27 +0000 (15:13 +0300)]
Make it possible to intercept RPC calls without copy/paste

Change-Id: I50c2e4a95b492a42c4291e8dcbede3de87f1be6f

8 years agoFix GridClientKeyEventsTest on IE8
Teemu Suo-Anttila [Fri, 4 Mar 2016 15:26:29 +0000 (17:26 +0200)]
Fix GridClientKeyEventsTest on IE8

Change-Id: I08b41559a0cb5bd27727d6be533149916a41b61c

8 years agoUpgrade commons-collections to 3.2.2 (#19539)
elmot [Sat, 20 Feb 2016 10:30:08 +0000 (12:30 +0200)]
Upgrade commons-collections to 3.2.2 (#19539)

Change-Id: Idd1f93ef2c6b7da05b26c931a4e5aa95215a1091

8 years agoFix ScrollbarBundle to use proper rounding instead of truncate (#19657)
Teemu Suo-Anttila [Fri, 4 Mar 2016 15:19:13 +0000 (17:19 +0200)]
Fix ScrollbarBundle to use proper rounding instead of truncate (#19657)

Change-Id: Ib90bd0762f02ce43b0057e0b27b8491ad6e987d5

8 years agoMake ARS without UI parameter redirect to last modified UI
Leif Åstrand [Fri, 15 May 2015 09:36:04 +0000 (12:36 +0300)]
Make ARS without UI parameter redirect to last modified UI

Change-Id: I7841fb0356b6a1bba5963bef7b6f660a752c4790

8 years agoDon't set null value for unmapped client side keys. (#15181)
Sauli Tähkäpää [Thu, 6 Nov 2014 22:00:24 +0000 (00:00 +0200)]
Don't set null value for unmapped client side keys. (#15181)

Change-Id: Icff63665d6cbef5a5dfd07c64a4535f6bf55de08

8 years agoFixed broken headings and images.
Marko Gronroos [Thu, 3 Mar 2016 15:52:46 +0000 (17:52 +0200)]
Fixed broken headings and images.

Change-Id: I9bf5095e7861ae51911bd8561966ec8357979fa2

8 years agoTutorial navigation and formatting
Matti Tahvonen [Wed, 2 Mar 2016 14:40:45 +0000 (16:40 +0200)]
Tutorial navigation and formatting

Change-Id: I54551e97bd9a994a861f98ba431c354ad23bbd01

8 years agoCropped project wizard screenshots and such.
Marko Gronroos [Thu, 3 Mar 2016 13:33:25 +0000 (15:33 +0200)]
Cropped project wizard screenshots and such.

Change-Id: I2b5c82d8a15a4cc7bae56ded8a3bb325994d9d42

8 years agoAdded header to the tutorial and revised the beginning.
Marko Gronroos [Tue, 1 Mar 2016 14:58:31 +0000 (16:58 +0200)]
Added header to the tutorial and revised the beginning.

Change-Id: Ie26cc22da9185d4aba794372279927e7cc1a4374

8 years agoOmit timings in production mode (#19644)
Henri Sara [Tue, 1 Mar 2016 12:00:23 +0000 (14:00 +0200)]
Omit timings in production mode (#19644)

* UIDL responses only include server side timing information when not
in production mode.
* Update documentation accordingly.

Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42

8 years agoFix DragAndDropWrapper update after file upload (#19616)
maxschuster [Sun, 21 Feb 2016 23:10:21 +0000 (00:10 +0100)]
Fix DragAndDropWrapper update after file upload (#19616)

After a file has been uploaded VDragAndDropWrapper tries to pull changes
from the server by calling
ApplicationConnection.sendPendingVariableChanges() which has no effect.

This change replaces the
ApplicationConnection.sendPendingVariableChanges() call with an RPC.

Change-Id: Ibdf7f4d702add9507dbe54c1fdb402f0f4b19d19

8 years agoAdded tutorial to documentation
Matti Tahvonen [Mon, 29 Feb 2016 15:14:16 +0000 (17:14 +0200)]
Added tutorial to documentation

Change-Id: I805c001ab86d4be0c0842d07ef15e02e7cf939cb

8 years agoRename jpacontainer-addon to jpacontainer in documentation.
Carlos Freund [Wed, 3 Feb 2016 13:40:02 +0000 (14:40 +0100)]
Rename jpacontainer-addon to jpacontainer in documentation.

The add-on itself was renamed to "jpacontainer" a few years ago.

Change-Id: I3bd2b17d9f76cc91ba1c380c64cd175d03119ef1

8 years agoUse @Inherited for annotations that have inherited semantic (#12351).
Denis Anisimov [Sat, 22 Nov 2014 10:27:01 +0000 (12:27 +0200)]
Use @Inherited for annotations that have inherited semantic (#12351).

Change-Id: I70f0d79095bfd05b83905df6a3eedd1a5e93b48e

8 years agoMarginInfo CTOR with two booleans: vertical, horizontal (#14113).
Denis Anisimov [Sat, 15 Nov 2014 14:49:09 +0000 (16:49 +0200)]
MarginInfo CTOR with two booleans: vertical, horizontal (#14113).

Change-Id: Iad15b95abeb24e7dd1e06b1d9f70844cb061cb49

8 years agoRemove JSON license references as org.json is not in use anymore (#19543)
Artur Signell [Wed, 17 Feb 2016 11:22:15 +0000 (13:22 +0200)]
Remove JSON license references as org.json is not in use anymore (#19543)

Change-Id: Ia0fa238dfb743293f742a979a06c31ffd6350e4f

8 years agoRead GridLayout component alignments from declarative files (#19536)
Artur Signell [Sun, 14 Feb 2016 11:50:12 +0000 (13:50 +0200)]
Read GridLayout component alignments from declarative files (#19536)

Change-Id: I04524b71f6cdc2a31cb87958c30b6f698789511c

8 years agoDisable browser's own autocomplete suggestions in ComboBox (#16647)
Leif Åstrand [Sun, 14 Feb 2016 12:33:17 +0000 (14:33 +0200)]
Disable browser's own autocomplete suggestions in ComboBox (#16647)

Change-Id: I600d4c506511ed688d39b93cc6fde6c7a49a5353

8 years agoFixed critically broken comment blocks, broken emphasis and escaping, and some other...
Marko Gronroos [Thu, 11 Feb 2016 17:48:45 +0000 (19:48 +0200)]
Fixed critically broken comment blocks, broken emphasis and escaping, and some other formatting, and moved book preface, chapter structure, and index to the docs repository.

Change-Id: If9299da4415f3181d59b8384e5ac96f940bd5229

8 years agoAdd missing @since for 7.6.3
elmot [Tue, 16 Feb 2016 14:31:49 +0000 (16:31 +0200)]
Add missing @since for 7.6.3

Change-Id: Iccd7f1e00a245a1ba5572f4086a55bdbe40218c9

8 years agoPrevent HTTP Response splitting in case the server doesn't (#19611)
Leif Åstrand [Wed, 10 Dec 2014 08:49:45 +0000 (10:49 +0200)]
Prevent HTTP Response splitting in case the server doesn't (#19611)

Prevent user-provided input used in the redirect from containing newline
characters as the user agent would interpret subsequent parts of the
input as additional headers or the actual HTTP payload.

At least modern versions of Tomcat and Jetty already protect against
this kind of attack by escaping received header values, but that is not
necessarily the case for older versions or other servlet engines.

See https://www.owasp.org/index.php/HTTP_Response_Splitting for details.

Change-Id: If4b9bf5fba953073de49c1ab1cba8e5e6bc8e546

8 years agoFix Editor trying to detach save and cancel buttons when unbuffered
Teemu Suo-Anttila [Tue, 16 Feb 2016 06:33:59 +0000 (08:33 +0200)]
Fix Editor trying to detach save and cancel buttons when unbuffered

This is a fix to an regression in some grid patch.

Change-Id: Ibd35d7a06f0e0b15e854bf036ccfb7f462e2d37f

8 years agoLock session during deserialization (#19310)
Leif Åstrand [Sun, 14 Feb 2016 10:17:10 +0000 (12:17 +0200)]
Lock session during deserialization (#19310)

Change-Id: I0f0c029d6de88b74bae1c7253b7665d5570e3767

8 years agoFix AbstractRemoteDataSource cache clean up on remove (#19482)
Teemu Suo-Anttila [Thu, 4 Feb 2016 11:11:36 +0000 (13:11 +0200)]
Fix AbstractRemoteDataSource cache clean up on remove (#19482)

Change-Id: Ib9fc54ef018afe7f571204aba41182333b77c47f

8 years agoFix Components cleanup on Header/FooterRow remove in Grid (#19497)
Teemu Suo-Anttila [Fri, 22 Jan 2016 12:23:55 +0000 (14:23 +0200)]
Fix Components cleanup on Header/FooterRow remove in Grid (#19497)

Change-Id: I596d0cc13b782398b4c5c8338b8370e69862ea88

8 years agoFix NPE if stopping navigation in onBeforeUnload (#19541)
Artur Signell [Sun, 7 Feb 2016 17:23:29 +0000 (19:23 +0200)]
Fix NPE if stopping navigation in onBeforeUnload (#19541)

Change-Id: Idcba5ceeff9df88a4ea7fe6b34e2e2537b7ee58c

8 years agoTest using Wildfly 10 (#19565)
Artur Signell [Sun, 7 Feb 2016 15:05:01 +0000 (17:05 +0200)]
Test using Wildfly 10 (#19565)

Change-Id: Ife0d04d197c10a609c90e257c106a581b2be4c42

8 years agoFix Grid DetailsGenerator being removed on Container change (#19593)
Teemu Suo-Anttila [Fri, 12 Feb 2016 07:35:41 +0000 (09:35 +0200)]
Fix Grid DetailsGenerator being removed on Container change (#19593)

Change-Id: Ied328804260b1a7bb35093fca1d972735559cf41

8 years agoFix NPE on column width detection in TreeTable and RowGenerator (#19437)
Teemu Suo-Anttila [Mon, 18 Jan 2016 11:52:14 +0000 (13:52 +0200)]
Fix NPE on column width detection in TreeTable and RowGenerator (#19437)

Change-Id: I7ed03d34124dda839bddc2507274a63b1e22f05f

8 years agoUpdate themes-compiling.asciidoc.
Matti Tahvonen [Sun, 24 Jan 2016 20:35:30 +0000 (22:35 +0200)]
Update themes-compiling.asciidoc.

Adding tip about non-compiling theme, re-phrased other on-the-fly compilation
instructions.

Change-Id: I196235823ba95723e3a7436c075cb7e9ee9951be

8 years agoFix removing extension from a connector that is not its parent (#19569)
Teemu Suo-Anttila [Mon, 8 Feb 2016 14:42:00 +0000 (16:42 +0200)]
Fix removing extension from a connector that is not its parent (#19569)

Change-Id: I0201c2dc94cd50d09931d54bb9e18893e6737d9c

8 years agoOpen editor deferred to allow column size calculations on init (#19488)
Teemu Suo-Anttila [Tue, 19 Jan 2016 21:43:07 +0000 (23:43 +0200)]
Open editor deferred to allow column size calculations on init (#19488)

Change-Id: I6c7e8ba462345bad8d6d185b0a3160ae82726f46

8 years agoFix Editor overlay position when footer is displayed on top (#19491)
Teemu Suo-Anttila [Tue, 19 Jan 2016 18:46:05 +0000 (20:46 +0200)]
Fix Editor overlay position when footer is displayed on top (#19491)

Change-Id: Ifffe66c8a872fe3625cf8c60115b172610b6e9b5

8 years agoMake project Java 8 compatible
Artur Signell [Wed, 20 Jan 2016 14:29:18 +0000 (16:29 +0200)]
Make project Java 8 compatible

Change-Id: I875e152b8851d7b962be47f369c1f6b483193260

8 years agoSpecify the license of the documentation in the LICENSE file.
Jonatan Kronqvist [Tue, 19 Jan 2016 12:22:36 +0000 (14:22 +0200)]
Specify the license of the documentation in the LICENSE file.

Added a mention that the license of the documentation is CC-BY-ND
and not Apache 2.0, as the other contents of the repository.

Change-Id: If74ac2abbff2d6eea10d0f1f17ef1f1cc60e98d9

8 years agoFix a broken link to cdi-tutorial
Grzegorz Solecki [Tue, 2 Feb 2016 16:00:14 +0000 (16:00 +0000)]
Fix a broken link to cdi-tutorial

Change-Id: I49c0566a40f0c58a37435ff7b12d0a349849712b

8 years agoAdded JavaDoc for PropertyId
Matti Tahvonen [Sun, 24 Jan 2016 19:19:08 +0000 (21:19 +0200)]
Added JavaDoc for PropertyId

Change-Id: I78d14f3936b4a01f1decd079eb4ac4010a5635d2

8 years agoChrome version updated
elmot [Mon, 1 Feb 2016 13:35:41 +0000 (15:35 +0200)]
Chrome version updated

Change-Id: I5d8167cb1126858764b9108d31ac4be4cdae98cb

8 years agoMake hiding/showing components in grid header/footer work (#19297)
Artur Signell [Sat, 16 Jan 2016 17:44:26 +0000 (19:44 +0200)]
Make hiding/showing components in grid header/footer work (#19297)

Change-Id: Iebe1135e26f2f6fae98befb7c42e3c0fdb18c13b

8 years agoAdd missing @since for 7.6.2
elmot [Thu, 28 Jan 2016 17:26:42 +0000 (19:26 +0200)]
Add missing @since for 7.6.2

Change-Id: I6f33dcdc4785b8e73f768abfe955fba178bd9c76

8 years agoFix GeneratedPropertyContainer with non-Sortable Containers (#19511)
Artur Signell [Mon, 25 Jan 2016 13:02:32 +0000 (15:02 +0200)]
Fix GeneratedPropertyContainer with non-Sortable Containers (#19511)

Adds a missing throw to sort method and fixes
getSortableContainerPropertyIds to return an empty collection if not
sortable.

Change-Id: I5df34234867762ce88e181a10ec015cd0336cd39

8 years agoAdded source code types to code listings
Marko Grönroos [Mon, 25 Jan 2016 12:49:37 +0000 (14:49 +0200)]
Added source code types to code listings

Change-Id: I2f94f2f1602fe252524016930c7c64ac970b545a

8 years agoFixed formatting in built-in filter types list
Marko Grönroos [Mon, 25 Jan 2016 09:30:02 +0000 (11:30 +0200)]
Fixed formatting in built-in filter types list

Change-Id: If69c5a9822a8b07526ffb9e52c2161af4c1093a3

8 years agoadded sampler links to layout components in documentaition
berndhopp [Fri, 22 Jan 2016 16:29:30 +0000 (17:29 +0100)]
added sampler links to layout components in documentaition

Change-Id: I736bfeb7e3d8bf10e08a6058768ea73ff83553bb

8 years agoUse the Live Demo icon from under the relative image path.
Marko Gronroos [Thu, 21 Jan 2016 16:47:32 +0000 (18:47 +0200)]
Use the Live Demo icon from under the relative image path.

Change-Id: I3b17adc5477cbc74e07ac92ec39692c3a0599ad1

8 years agofix links in to sampler
berndhopp [Fri, 22 Jan 2016 14:36:47 +0000 (15:36 +0100)]
fix links in to sampler

Change-Id: I9ec68675b211b6ed8b11d44f4857980c1d7643e8

8 years agoAdd documentation to master branch
Markus Koivisto [Fri, 22 Jan 2016 12:55:18 +0000 (14:55 +0200)]
Add documentation to master branch

Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674

8 years agoMake Checkbox label send context click events also (#19456)
Artur Signell [Sun, 17 Jan 2016 14:56:33 +0000 (16:56 +0200)]
Make Checkbox label send context click events also (#19456)

Change-Id: Ic23a84357e1d0d333905ce6b3931c41ee90148f6

8 years agoFix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)
Marlon Richert [Fri, 8 Jan 2016 09:51:35 +0000 (11:51 +0200)]
Fix IE8 DateField and ComboBox buttons in Grid editor cell (#19431)

Change-Id: I163dc33fd092077f2ec1dc36a33e118f91f5c306

8 years agoDo not process click events for disabled optiongroups (#19433)
Artur Signell [Sat, 16 Jan 2016 11:02:45 +0000 (13:02 +0200)]
Do not process click events for disabled optiongroups (#19433)

This removes the warning logged on the server side when the RPC reaches it
for the disabled component. As this is more of a cosmetic change, there is
no automatic test.

Change-Id: I8bfa83bd0a26c585e1614d821ac3b598294db09d

8 years agoPropertly handle null in StringToCollectionConverter (#19481)
Artur Signell [Sun, 17 Jan 2016 12:03:53 +0000 (14:03 +0200)]
Propertly handle null in StringToCollectionConverter (#19481)

Change-Id: I9a01528910c5f9ec830e236fd8acd78dda763f24

8 years agoAllow legacy components to paint infinity double values again (#19447)
Artur Signell [Sat, 16 Jan 2016 11:11:22 +0000 (13:11 +0200)]
Allow legacy components to paint infinity double values again (#19447)

JsonPaintTarget.addAttribute(String,double) converts infinity values to
{ "name": Infinity }. This is not valid JSON but has "always worked" and
at least NumberField relies on being able to send infinity values.

For state and RPC it's not possible to send 'infinity' as JsonNumber
converts those to null.

It is not possible to send 'infinity' back to the server using a legacy
variable either as also in this case JsonNumber is used and the value becomes
null.

This fix should be reverted when legacy variable support is removed.

Change-Id: I4b5366420e11915236eff447e3eeedc458cf8cea

8 years agoTest for selection after container reset (#19469, #19465)
Artur Signell [Sun, 17 Jan 2016 17:15:48 +0000 (19:15 +0200)]
Test for selection after container reset (#19469, #19465)

Change-Id: I04ba09bd8396ac46f5df160d982c613961fd43bf

8 years agoRemove out of date javadoc (#19454)
Artur Signell [Thu, 14 Jan 2016 07:21:12 +0000 (09:21 +0200)]
Remove out of date javadoc (#19454)

Change-Id: If5461521aec2fd2faef0f51d6e0fe724ce3a899e

8 years agoCorrectly include base theme for font support (#19470)
Artur Signell [Thu, 14 Jan 2016 18:47:45 +0000 (20:47 +0200)]
Correctly include base theme for font support (#19470)

Change-Id: I2cb5ddd8d2d8421793c258994f3bb930f4488273

8 years agoClean up SingleSelectionModel client-side on data source change (#19469)
Teemu Suo-Anttila [Wed, 13 Jan 2016 15:26:50 +0000 (17:26 +0200)]
Clean up SingleSelectionModel client-side on data source change (#19469)

Change-Id: Ie0044341725b858e5cbae150da757aba878fc9ed

8 years agoFix demo and archetype build scripts to deploy all wars at once
Teemu Suo-Anttila [Wed, 13 Jan 2016 10:01:40 +0000 (12:01 +0200)]
Fix demo and archetype build scripts to deploy all wars at once

Change-Id: I5ddf43d0c895404abf2139c847ac805ef08452c8

8 years agoAdd clarifying comment to CustomDetailsGenerator
Teemu Suo-Anttila [Tue, 12 Jan 2016 15:29:44 +0000 (17:29 +0200)]
Add clarifying comment to CustomDetailsGenerator

Change-Id: I9e6668b1fbc0a956bf34b48b75df59279005d097

8 years agoAdd missing @since for 7.6.1
Teemu Suo-Anttila [Tue, 12 Jan 2016 15:27:49 +0000 (17:27 +0200)]
Add missing @since for 7.6.1

Change-Id: Ic28598e561f0fc325b6f74ace3398d46ba996fb5

8 years agoUse LayoutManager for details rows (#18821, #18619)
Leif Åstrand [Mon, 30 Nov 2015 12:38:25 +0000 (14:38 +0200)]
Use LayoutManager for details rows (#18821, #18619)

Change-Id: I430e55db8a3e2860f68f5351e06d8d069a657d6e

8 years agoAdd a simple waitForApplication for servlet integration tests
Teemu Suo-Anttila [Tue, 12 Jan 2016 11:36:02 +0000 (13:36 +0200)]
Add a simple waitForApplication for servlet integration tests

This waitForApplication checks if an UI element exists on the page. If
not, then it will wait 10 seconds in order for it to appear. This should
reduce the amount of false negatives in server tests.

Change-Id: I37a398e60c247920fd56fc05b747e0f93f3f2dd2

8 years agoSplit VOverlay functionality to a new base class (#19347)
Teemu Suo-Anttila [Thu, 7 Jan 2016 15:20:13 +0000 (17:20 +0200)]
Split VOverlay functionality to a new base class (#19347)

This fixes the missing z-index for the Grid popup.

Change-Id: I5474fe653ad4ece38e9bc3cb2331a1d2190ea898

8 years agocheckstyle configuration contains invalid module RedundantThrows (#18941)
Andreas Höhmann [Sun, 20 Sep 2015 15:39:53 +0000 (17:39 +0200)]
checkstyle configuration contains invalid module RedundantThrows (#18941)

just removed module "RedundantThrows" from vaadin-checkstyle.xml
Change-Id: Id12fbf5b052c9b08aaf834f5bbdfbc9d24f287a7

8 years agoUse simple date format for BasicCrudGridEditorRow test UI
Teemu Suo-Anttila [Fri, 8 Jan 2016 14:23:32 +0000 (16:23 +0200)]
Use simple date format for BasicCrudGridEditorRow test UI

This patch also forces locales to US for all the date formats to avoid
issues on different default locales.

Change-Id: I7445f4ff1a25d83ab9dbb0633caefcea56d50acc

8 years agoConvert ComboBoxItemIcon test to TB4
Henri Sara [Fri, 8 Jan 2016 12:03:37 +0000 (14:03 +0200)]
Convert ComboBoxItemIcon test to TB4

Change-Id: I939fe7e5c5b57c007a543f5f7c491c8c9f11e773

8 years agoConvert TableContextMenuAndIcons test to TB4
Henri Sara [Fri, 8 Jan 2016 12:48:03 +0000 (14:48 +0200)]
Convert TableContextMenuAndIcons test to TB4

Change-Id: I510617c5cd728a3bf0b27d706e11c6c3f12ee19e

8 years agoFix ScrollbarBundle to not round down pixel values (#19421)
Teemu Suo-Anttila [Thu, 7 Jan 2016 13:45:26 +0000 (15:45 +0200)]
Fix ScrollbarBundle to not round down pixel values (#19421)

Since Escalator now uses subpixels in most cases, scrollbar calculation
fails when ScrollbarBundle calls Math.floor for the offset size. Removed
rounding, added a pixel epsilon check that we don't make a scrollbar
when it's not really needed.

Change-Id: I228fd7dd48d4506e5b2b7bb799291c9a122ea3fe

8 years agoFix DateFormat for Editor tests as well
Teemu Suo-Anttila [Thu, 7 Jan 2016 15:46:56 +0000 (17:46 +0200)]
Fix DateFormat for Editor tests as well

Change-Id: Ice7b77ab1bcb1cdecd50fc8e480c1ca2f8dae26c

8 years agoFix GridThemeUI to use more stable date format
Teemu Suo-Anttila [Thu, 7 Jan 2016 12:47:56 +0000 (14:47 +0200)]
Fix GridThemeUI to use more stable date format

Change-Id: I94099919f68d3ffeb340bed30d9066e0911d53cf

8 years agoAlways stick Grid column resize handle to the right edge (#19409)
Johannes Dahlström [Mon, 4 Jan 2016 13:05:59 +0000 (15:05 +0200)]
Always stick Grid column resize handle to the right edge (#19409)

Change-Id: I329bc5ae8138be731770211e995225cb3ca4fc76

8 years agoSupport non-AbstractFieldConnector fields with Grid Editor (#19440)
Teemu Suo-Anttila [Tue, 5 Jan 2016 14:26:22 +0000 (16:26 +0200)]
Support non-AbstractFieldConnector fields with Grid Editor (#19440)

Change-Id: Ib3eaf0b35cfe88391c8ab3b5fcbe668d67c2dd3c

8 years agoAlways set header/footer style name to TH (#19209)
Artur Signell [Wed, 30 Dec 2015 08:51:38 +0000 (10:51 +0200)]
Always set header/footer style name to TH (#19209)

Change-Id: I8d0240fb76b9841e7290bf13588975da20c78b62

8 years agoConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)
Artur Signell [Mon, 3 Aug 2015 11:09:24 +0000 (14:09 +0300)]
ConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)

Change-Id: Ifd2151a76ff77127170f2d95a800dfb7d601a7d3