]>
source.dussan.org Git - vaadin-framework.git/log
Pekka Hyvönen [Thu, 22 Dec 2016 14:04:48 +0000 (16:04 +0200)]
Remove unused caption from Column constructor (#8077)
* Remove unused caption from Column constructor
Fixes #8063
Ilia Motornyi [Thu, 22 Dec 2016 12:13:23 +0000 (14:13 +0200)]
Partial javadocs fix for vaadin-shared (#8068)
Henri Sara [Thu, 22 Dec 2016 09:25:49 +0000 (11:25 +0200)]
Add TestBench API as an expected artifact in build report (#8075)
Also fixes a syntax error in the script.
Artur [Thu, 22 Dec 2016 08:24:01 +0000 (10:24 +0200)]
Include Framework Element API for TestBench in the project (#8014)
This makes it possible to use the latest Element classes in the
framework tests and to simplify the build process.
The license for the included element classes are changed to Apache2
rogozinds [Wed, 21 Dec 2016 06:06:31 +0000 (22:06 -0800)]
Set focus when click on RadioButton via JS. (#8062)
Sending click even in JS to a RadioButton in RadioButtonGroup doesn't
trigger focus event for RadioButtonGroup in IE11. Fix it.
Same fix for CheckBoxGroup.
Leif Åstrand [Tue, 20 Dec 2016 15:50:32 +0000 (17:50 +0200)]
Global java code cleanup using Eclipse Neon.1
Pekka Hyvönen [Tue, 20 Dec 2016 12:36:53 +0000 (14:36 +0200)]
Remove Google App Engine support, tests and documentation (#8034)
* Remove Google App Engine support and tests
Fixes #8033
Denis [Tue, 20 Dec 2016 08:46:17 +0000 (10:46 +0200)]
Declarative tests improvements
Henri Sara [Tue, 20 Dec 2016 08:40:31 +0000 (10:40 +0200)]
Update build report for GitHub and removed widgets module (#8037)
Denis [Tue, 20 Dec 2016 07:53:33 +0000 (09:53 +0200)]
Fix for Grid declarative format (read). (#8050)
* Fix for Grid declarative format (read).
Fixes vaadin/framework8-issues#576
Juha Seppänen [Tue, 20 Dec 2016 07:09:58 +0000 (09:09 +0200)]
Improved English in line 17 (#8054)
* Improved English in line 17
Changed
"There is only one Binder instance per form and it is used for all fields in that form" into
"There is only one Binder instance for each form and it is used for all fields in that form"
Henri Sara [Mon, 19 Dec 2016 19:52:38 +0000 (21:52 +0200)]
Fix screenshot repository reference (#8053)
Henri Sara [Mon, 19 Dec 2016 17:32:04 +0000 (19:32 +0200)]
Ignore PushRemoveConnectorsTest (#8040)
Temporarily ignore the test as it does not really work and takes a
very long time during builds.
Pekka Hyvönen [Mon, 19 Dec 2016 17:31:36 +0000 (19:31 +0200)]
Fix documentation for /components (#8051)
Added warning where not updated.
Removed outdated documentation.
Tried to fix parts where it was feasible.
Aleksi Hietanen [Mon, 19 Dec 2016 17:30:57 +0000 (19:30 +0200)]
Add chapter datamodel-selection (#8049)
Add initial selection model documentation to datamodel-selection.
jtomass [Mon, 19 Dec 2016 17:05:53 +0000 (19:05 +0200)]
Introduce issue template (#8043)
Introduce issue template to raise awareness of forums and the quality of bug reports.
Denis [Mon, 19 Dec 2016 16:47:33 +0000 (18:47 +0200)]
Fix portal section in the docs. (#8048)
* Update portal sections (outdated message).
Pekka Hyvönen [Mon, 19 Dec 2016 15:25:45 +0000 (17:25 +0200)]
Fix application documentation for 8 (#8045)
* Fix application documentation for 8
Updated where only small changes, mention not updated when more changes.
Denis [Mon, 19 Dec 2016 14:52:19 +0000 (16:52 +0200)]
Remove jpacontainer section from the docs. (#8047)
* Remove jpacontainer section from the docs.
Denis [Mon, 19 Dec 2016 14:12:41 +0000 (16:12 +0200)]
Remove sqlcontainer section. (#8046)
* Remove sqlcontainer section.
Denis [Mon, 19 Dec 2016 13:52:55 +0000 (15:52 +0200)]
Add a note about outdated theme doc files. (#8041)
* Add a note about outdated theme doc files.
Pekka Hyvönen [Mon, 19 Dec 2016 13:45:39 +0000 (15:45 +0200)]
Remove GAE support in release notes (#8044)
* Remove GAE support in release notes
Leif Åstrand [Mon, 19 Dec 2016 13:17:21 +0000 (15:17 +0200)]
Update overview and field sections in the documentation (#8025)
* Update overview and field sections in the documentation
* Fix formatting
* Fix References
* Remove "chapter" word
Pekka Hyvönen [Mon, 19 Dec 2016 13:16:55 +0000 (15:16 +0200)]
Fix broken docs in advanded-shortcuts (#8042)
* Fix broken docs in advanded-shortcuts
Pekka Hyvönen [Mon, 19 Dec 2016 12:58:54 +0000 (14:58 +0200)]
Mention deprecating FontAwesome icons in release notes (#8039)
* Mention deprecating FontAwesome icons in release notes
Part of #7979
Pekka Hyvönen [Mon, 19 Dec 2016 12:38:34 +0000 (14:38 +0200)]
Remove Google App Engine from documentation (#8038)
* Remove Google App Engine from documentation
Mention removal in release notes.
Part of #8033
Juha Seppänen [Mon, 19 Dec 2016 12:17:38 +0000 (14:17 +0200)]
Beta notes and special message to add-on developers (#8036)
* Beta notes and special message to add-on developers
Denis [Mon, 19 Dec 2016 11:56:48 +0000 (13:56 +0200)]
Fix the upload test for IE11 (at least). (#8035)
The upload test should use an Upload in non-immediate mode because the
file name is written in-line into the Upload text input and the button
is used to upload a file without showing a file chooser dialog. The test
for upload in immediate mode works for Chrome (no file chooser window
issue) but it doesn't work for IE11 (at least, may be the same issue for
FF).
So the test UI is just updated to use non-immediate mode.
Pekka Hyvönen [Mon, 19 Dec 2016 09:58:48 +0000 (11:58 +0200)]
Deprecate FontAwesome icon constants (#8032)
Part of #7979
Denis [Mon, 19 Dec 2016 09:43:19 +0000 (11:43 +0200)]
Grid horizontal scrolling fix for Chrome. (#8031)
Henri Sara [Mon, 19 Dec 2016 09:43:00 +0000 (11:43 +0200)]
Use PhantomJS2 for server integration tests (#8030)
* Run server integration tests with PhantomJS2
* Add delay to integration test screenshots
Otherwise, the progress indicator might still be fading when the
screenshot is taken, and the screenshots are not fully stable.
* Reduce integration test startup delays
* Add PhantomJS2 screenshots for integration tests
* Add PhantomJS2 screenshots for tomcat 7 proxy test
Leif Åstrand [Mon, 19 Dec 2016 09:42:09 +0000 (11:42 +0200)]
Update DataProvider documentation for beta (#8023)
* Update DataProvider documentation for beta
Leif Åstrand [Mon, 19 Dec 2016 09:42:00 +0000 (11:42 +0200)]
Update Binder documentation for beta (#8022)
* Update Binder documentation for beta
Denis [Mon, 19 Dec 2016 08:55:05 +0000 (10:55 +0200)]
Fix Grid focusable test. (#8029)
* Fix Grid focusable test.
Teemu Suo-Anttila [Sun, 18 Dec 2016 06:45:05 +0000 (08:45 +0200)]
Add CDI dependency version to vaadin-bom (#8020)
Unify test UIs and test code for Spring and CDI.
Denis [Fri, 16 Dec 2016 13:33:07 +0000 (15:33 +0200)]
Fix for PushLargeData test. (#8019)
* Fix for PushLargeData test.
Denis [Fri, 16 Dec 2016 13:31:35 +0000 (15:31 +0200)]
Fix for MenuBarIsAutoOpenScrollingTest. (#8017)
* Fix for MenuBarIsAutoOpenScrollingTest.
Denis [Fri, 16 Dec 2016 13:26:46 +0000 (15:26 +0200)]
Fix upload test (now it's immediate by default). (#8016)
* Fix upload test (now it's immediate by default).
Denis [Fri, 16 Dec 2016 13:00:35 +0000 (15:00 +0200)]
@since tag is set (#8021)
Aleksi Hietanen [Fri, 16 Dec 2016 08:41:51 +0000 (10:41 +0200)]
Fix test failures in alpha10 (#8013)
* Fix context menu missing box-shadow for Runo on Chrome (#7966)
Change-Id: I318761527a695c741f52b4c18e9f8ea943f89017
* Update Chrome version in VerifyBrowserVersionTest
Denis [Thu, 15 Dec 2016 15:41:34 +0000 (17:41 +0200)]
Add a SortListener to a Grid (#8008)
Fixes vaadin/framework8-issues#568
Pekka Hyvönen [Thu, 15 Dec 2016 15:32:46 +0000 (17:32 +0200)]
Update to TB 5.0.0.alpha2, add to BOM (#8009)
Denis [Thu, 15 Dec 2016 15:03:07 +0000 (17:03 +0200)]
Move old Sort related classes into compatibility module. (#7999)
Fixes vaadin/framework8-issues#563
Pekka Hyvönen [Thu, 15 Dec 2016 14:44:31 +0000 (16:44 +0200)]
Refer to Vaadin Framework in release notes (#8006)
Henri Sara [Thu, 15 Dec 2016 14:34:55 +0000 (16:34 +0200)]
Fix import in SortOrderProvider (#8007)
Ilia Motornyi [Thu, 15 Dec 2016 14:32:39 +0000 (16:32 +0200)]
Delete CheckboxRenderer
Fixes vaadin/framework8-issues#551
Teemu Suo-Anttila [Thu, 15 Dec 2016 13:57:07 +0000 (15:57 +0200)]
Extract interfaces from Grid (#8005)
* Extract interfaces from Grid
Closes vaadin/framework8-issues#566
Pekka Hyvönen [Thu, 15 Dec 2016 12:48:40 +0000 (14:48 +0200)]
Rename com.vaadin.server.data to com.vaadin.data.provider (#8004)
Renamed corresponding test packages too.
Fixes vaadin/framework8-issues#110
Pekka Hyvönen [Thu, 15 Dec 2016 12:16:30 +0000 (14:16 +0200)]
Update and fix release notes (#8001)
Removed outdated parts.
Added missing parts.
Clarified Android support.
Fixed old links for dev.vaadin.com. to point to github.
Leif Åstrand [Thu, 15 Dec 2016 12:03:49 +0000 (14:03 +0200)]
Make m2e ignore phantomjs-maven-plugin (#8002)
* Make m2e ignore phantomjs-maven-plugin
Teemu Suo-Anttila [Thu, 15 Dec 2016 11:58:55 +0000 (13:58 +0200)]
Redesign user-defined column identifiers for Grid (#7983)
Closes vaadin/framework8-issues#494
Pekka Hyvönen [Thu, 15 Dec 2016 11:46:05 +0000 (13:46 +0200)]
Allow defining a focus delegate component for CustomField (#20336)
Ilia Motornyi [Thu, 15 Dec 2016 11:45:08 +0000 (13:45 +0200)]
Rename SerializableBiConsumer into Setter
Denis [Thu, 15 Dec 2016 10:40:54 +0000 (12:40 +0200)]
Migrate 7.7.5 branch patches to v8. (#7969)
* Prevent adding several scrollbar handlers (#19189).
Change-Id: Ib0cc6c6835aab6d263f153362a328bcf2be7bc5c
* Prevent adding several scrollbar handlers (#19189).
* Keep expand ratio for last row/column when reducing grid layout size (#20297)
Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a
* Fixed drag and drop failure when message dragged from email client (#20451)
When dragging message form email client on Windows, item.webkitGetAsEntry()
might return null creating NPE on the client side. Added additional checks
for this situation.
Change-Id: I569f7e6d0d7b137f24be53d1fbce384695ae8c73
* Change expected pre-release version number pattern in publish report
Change-Id: Icdacecc490d2490ea9e262f5c5736c1dece2a89d
* Mark TextField/TextArea as busy when a text change event is pending
(#20469)
Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
# Conflicts:
# client/src/main/java/com/vaadin/client/ui/VTextField.java
# uitest/src/main/java/com/vaadin/tests/components/textfield/TextChangeEvents.java
* Fixed touch scrolling issue in Surface and WP devices (#18737)
Fixed by using pointerevents instead of touchevents when the browser is
IE11,
or Edge. Also added touch-action: none; css rules into escalator.css to
prevent
default touch behaviour on IE11 and Edge. Does not affect IE8 to IE10
browsers,
behaviour on those will stay the same as before the fix.
No new unit tests since we do not have automatic touch testing
possibilities yet.
Please test manually with Surface: IE11 and Edge, use for example
uitest:
com.vaadin.tests.components.grid.basics.GridBasicsomponents.grid.basics.GridBasics
Change-Id: Iddbf1852e6ffafc855f749d6f4ebb235ed0f5703
* Add lazy/simple resize mode to Grid (#20108)
Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
# Conflicts:
# client/src/main/java/com/vaadin/client/connectors/GridConnector.java
# client/src/main/java/com/vaadin/client/widgets/Grid.java
# server/src/main/java/com/vaadin/ui/Grid.java
# shared/src/main/java/com/vaadin/shared/ui/grid/GridState.java
# themes/src/main/themes/VAADIN/themes/base/grid/grid.scss
# uitest/src/main/java/com/vaadin/tests/components/grid/basicfeatures/GridBasicFeatures.java
Change-Id: Ieca56121875198ed559a41c143b28926e2695433
* Fix NPE in case some items don't contain all properties of Grid.
This could occur in when parent is a different entity than its children
in hierarchical data.
Change-Id: Icd53b5b5e5544a3680d0cd99702ab78224b2dc08
# Conflicts:
# server/src/main/java/com/vaadin/data/fieldgroup/FieldGroup.java
# server/src/main/java/com/vaadin/ui/Grid.java
* Mark TextField/TextArea as busy when a text change event is pending
(#20469)
Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
# Conflicts:
# client/src/main/java/com/vaadin/client/ui/VTextField.java
# uitest/src/test/java/com/vaadin/tests/components/textfield/TextChangeEventsTest.java
* Add lazy/simple resize mode to Grid (#20108)
Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
* Removed V8 VTextField unused import, forgotten @RunLocally.
* Don't rely on selenium "sendKeys" behavior.
* Revert "Change expected pre-release version number pattern in publish report"
This reverts commit
8df27b952dddb691aead6a633c5b3724c98bf343 .
* Migrate TextField/TextArea patch from 7.7 to master (modern components)
Mark TextField/TextArea as busy when a text change event is pending
(#20469)
Change-Id: I404985ae0be1e7dc65171b610032f8649e700f50
Teemu Suo-Anttila [Thu, 15 Dec 2016 10:38:57 +0000 (12:38 +0200)]
Fix vaadin-test version number (#7998)
* Fix vaadin-test version number
Denis [Thu, 15 Dec 2016 09:50:04 +0000 (11:50 +0200)]
(Re)introduce server side sort for Grid.
Fixes vaadin/framework8-issues#557
Aleksi Hietanen [Thu, 15 Dec 2016 09:00:24 +0000 (11:00 +0200)]
Add EditorComponentGenerator interface (#7990)
* Add EditorComponentGenerator interface
Closes vaadin/framework8-issues#565
* Add missing @FunctionalInterface
* Rebase onto current master
* Fix imports
* Restore old import order
Aleksi Hietanen [Thu, 15 Dec 2016 08:47:32 +0000 (10:47 +0200)]
Add ValueProvider interface, use where appropriate
Leif Åstrand [Thu, 15 Dec 2016 08:00:09 +0000 (10:00 +0200)]
Combine and rename setFilter and applyFilter (#7963)
setFilter is an unsuitable name since it looks like a setter even though
it isn't one. It's therefore renamed to withFilter.
The difference between setFilter and applyFilter is very confusing. The
original reason for the distinction was that they had incompatible
return types (Void vs F), but this is resolved by changing the
non-appendable version to use ? instead of Void.
One side effect of this change is that setFilter cannot be used on an
appendable filter provider to create a wrapped data provider without
further filtering support. This theorethical case is still supported by
using convertFilter with a Void -> F converter.
Pekka Hyvönen [Wed, 14 Dec 2016 15:00:11 +0000 (17:00 +0200)]
Rename com.vaadin.data.util.converter to com.vaadin.data.converter
Pekka Hyvönen [Wed, 14 Dec 2016 14:49:12 +0000 (16:49 +0200)]
Remove unused JsonUtil (#7989)
Teemu Suo-Anttila [Wed, 14 Dec 2016 14:48:38 +0000 (16:48 +0200)]
Provide more extensive JavaDoc for DataProvider
Ilia Motornyi [Wed, 14 Dec 2016 14:29:41 +0000 (16:29 +0200)]
Miscellaneous Interface Refactoring
Aleksi Hietanen [Wed, 14 Dec 2016 13:36:14 +0000 (15:36 +0200)]
Make AbstractListing implement Focusable (#7965)
* Make AbstractListing implement Focusable
Fixes vaadin/framework8-issues#552
* Add tests for other components that inherit from AbstractListing
* Fix setTabIndex in NativeSelect, ListSelect, RadioButtonGroup
Also adds a test for TwinColSelect.
Pekka Hyvönen [Wed, 14 Dec 2016 13:12:13 +0000 (15:12 +0200)]
Remove usage of Consumer from event listeners (#7985)
Touched event listeners are:
- SelectionListener
- MultiSelectionListener
- SingleSelectionListener
- ValueChangeListener
- ItemClickListener
- BindingValidationStatusHandler
- BinderValidationStatusHandler
- StatusChangeListener
Part of vaadin/framework8-issues#264
Leif Åstrand [Wed, 14 Dec 2016 12:32:07 +0000 (14:32 +0200)]
Rename setRequired to asRequired since it's logically not a setter (#7986)
Denis [Wed, 14 Dec 2016 11:50:06 +0000 (13:50 +0200)]
Provide configuration for events order in month and week views
Denis [Wed, 14 Dec 2016 11:21:52 +0000 (13:21 +0200)]
Rename SelectAllCheckBoxVisible enumeration. (#7981)
Fixes vaadin/framework8-issues#540
Teemu Suo-Anttila [Wed, 14 Dec 2016 11:10:39 +0000 (13:10 +0200)]
Add Vaadin Spring dependency version to BOM (#112)
* Add Vaadin Spring dependency version to BOM
This patch adds a smoke test that check that a basic
Vaadin UI loads and communication works.
* Remove Maven wrapper from Spring Boot test
* Remove .gitignore, add missing newlines
* Minor fixes to pom.xml files
* Separate vaadin-test from vaadin-root
* Fix whitespace
Teemu Suo-Anttila [Wed, 14 Dec 2016 10:38:31 +0000 (12:38 +0200)]
Fix Grid.addColumn without renderer to accept any type (#7974)
Closes vaadin/framework8-issues#500
Pekka Hyvönen [Wed, 14 Dec 2016 10:28:48 +0000 (12:28 +0200)]
Add SerializableEventListener, make it parent of ConnectorEventListener (#7980)
Related to vaadin/framework8-issues#264
Matti Tahvonen [Wed, 14 Dec 2016 09:59:31 +0000 (11:59 +0200)]
fixed bug reporting url to point to github (#7968)
* fixed bug reporting url to point to github
Change-Id: I10ea635a3ee1f63ed16347b1da697b2800a31501
Henri Sara [Wed, 14 Dec 2016 07:59:37 +0000 (09:59 +0200)]
Add compatibility layouts with old defaults. (#7967)
* Add compatibility layouts with old defaults.
Add compatibility versions of HorizontalLayout and VerticalLayout
without margins or spacing for ease of migration.
Fixes vaadin/framework8-issues#560
* Deprecate compatibility layouts
Henri Sara [Wed, 14 Dec 2016 07:27:37 +0000 (09:27 +0200)]
Remove references to Firebug and the firebug chapter from the documentation (#7977)
Pekka Hyvönen [Tue, 13 Dec 2016 14:13:05 +0000 (16:13 +0200)]
Fix broken test for RadioButtonGroup and CheckBoxGroup (#7970)
Selection by clicking options was broken on Chrome 40 on Windows.
Switched the custom element to extend corresponding elements from TestBench API.
Denis [Tue, 13 Dec 2016 13:46:29 +0000 (15:46 +0200)]
Provide declarative support for Grid. (#7961)
Fixes vaadin/framework8-issues#390
Ilia Motornyi [Tue, 13 Dec 2016 09:05:04 +0000 (11:05 +0200)]
No inherited threadlocal
Fixes vaadin/framework8-issues#514
Teemu Suo-Anttila [Tue, 13 Dec 2016 07:31:49 +0000 (09:31 +0200)]
Remove vaadin-widgets module (#7960)
Ilia Motornyi [Mon, 12 Dec 2016 15:44:54 +0000 (17:44 +0200)]
VerticalLayout has spacing = true and margin = true by default .
HorizontalLayout has spacing = true and margin = false by default.
Fixes vaadin/framework8-issues#526
Pekka Hyvönen [Mon, 12 Dec 2016 14:32:59 +0000 (16:32 +0200)]
Change Upload to be in immediate mode by default (#111)
Fixes vaadin/framework8-issues#547
Pekka Hyvönen [Mon, 12 Dec 2016 13:44:01 +0000 (15:44 +0200)]
Reduce javadoc errors by adding missing dependencies
vaadin-all currently has +100 errors/warning when creating javadocs,
this reduces most of them related to missing resources to link to.
Pekka Hyvönen [Mon, 12 Dec 2016 13:43:16 +0000 (15:43 +0200)]
Update liferay dependency to 6.2.5
Official Liferay support for FW 8 is 6.2.
Leif Åstrand [Mon, 12 Dec 2016 12:16:41 +0000 (14:16 +0200)]
Remove unused removeListener method (#7958)
* Remove unused removeListener method
Aleksi Hietanen [Mon, 12 Dec 2016 11:25:19 +0000 (13:25 +0200)]
Add @FunctionalInterface annotation to interfaces where applicable (#7954)
Closes vaadin/framework8-issues#548
Aleksi Hietanen [Mon, 12 Dec 2016 09:43:37 +0000 (11:43 +0200)]
Remove unused EventListener interface (#7953)
Closes vaadin/framework8-issues#550
Tien Nguyen [Mon, 12 Dec 2016 06:25:31 +0000 (08:25 +0200)]
Fix margin in declarative format is recognized as unsupported property gridlayout (#103)
Aleksi Hietanen [Fri, 9 Dec 2016 15:24:01 +0000 (17:24 +0200)]
Erase type of BeanBinder#bindInstanceFields parameter in equality test
Fixes vaadin/framework8-issues#466
Pekka Hyvönen [Fri, 9 Dec 2016 07:57:14 +0000 (09:57 +0200)]
Add list of breaking changes in FW8 to release notes (#102)
* Add list of breaking changes in FW8 to release notes
Fixes vaadin/framework8-issues#226
Aleksi Hietanen [Fri, 9 Dec 2016 07:04:17 +0000 (09:04 +0200)]
Fix license header
Change-Id: I4f91be6d0e9d706c00ad5907c54c56e39292a95d
Aleksi Hietanen [Thu, 8 Dec 2016 13:45:26 +0000 (15:45 +0200)]
Revert changes to ComboBoxSelectingWithNewItemsAllowedTest
Change-Id: I7fa2b3fd79b8fddbfbd7dcfec6d4263b233789c4
Aleksi Hietanen [Thu, 8 Dec 2016 09:34:28 +0000 (11:34 +0200)]
Fix UnknownComponentConnector and ComponentMissingFromDefaultWidgetSet tests
Change-Id: I050c9e07a80c73ff9cf301427e2f32e2d90ce3bb
Aleksi Hietanen [Tue, 29 Nov 2016 14:58:17 +0000 (16:58 +0200)]
Migrate Escalator changes to compatibility escalator
Change-Id: Ie19f0f2c2202dcdcaebc67dd5d16df91c18633be
Aleksi Hietanen [Tue, 29 Nov 2016 14:48:28 +0000 (16:48 +0200)]
Add missing import in FlashIsVisibleTest
Change-Id: I9587edcf6f3832d474b499638a5fb2abd5dc0356
Henri Sara [Sat, 12 Nov 2016 06:47:02 +0000 (08:47 +0200)]
Fix python list syntax in BuildDemos
Change-Id: I42f2f3fa3597f67f259c3ff9f158560303ffb328
Aleksi Hietanen [Tue, 29 Nov 2016 13:46:06 +0000 (15:46 +0200)]
Make clicking outside a ComboBox add a pending new item (#18366)
It should not matter how you move from a field to the next. Tabbing
to the next field already previously caused the new item handler to
be invoked. This fixes the case when you click in the next field to
work the same way.
Change-Id: I3978d87cde8f05dce92edda2a4a116f4a15e0749
Aleksi Hietanen [Tue, 29 Nov 2016 13:37:56 +0000 (15:37 +0200)]
Fix some modern browsers tests failures.
Change-Id: I2a89d3493e2f98ab1b9a0666d9dc075a2457e432
Henri Sara [Thu, 10 Nov 2016 07:08:53 +0000 (09:08 +0200)]
Update Vaadin Spring documentation for 1.1.0
Change-Id: I8dcf5b7576a64b26419136ca6b8927f4c2731d60
Denis Anisimov [Tue, 8 Nov 2016 12:47:36 +0000 (14:47 +0200)]
Update @since tag for 7.7.4.
Change-Id: Ic6711221d0f09ad369c4074d805b237eccb2e5a7
Denis Anisimov [Mon, 7 Nov 2016 14:31:59 +0000 (16:31 +0200)]
Correct addon init param widgetset IT test.
Change-Id: I413481a325ebad15aa16dd639c788cc72f18dc52
Artur Signell [Mon, 10 Oct 2016 15:35:19 +0000 (18:35 +0300)]
Make vaadin-server export the VAADIN package again (#20332)
Change-Id: I7241ec11a9bfe7ebfa6a720b1abb3c4d0fabdb36