]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
7 years agoMigrate UsingHibernateWithvaadin
Erik Lumme [Fri, 15 Sep 2017 06:43:26 +0000 (09:43 +0300)]
Migrate UsingHibernateWithvaadin

7 years agoMigrate ScalaAndVaadinHOWTO
Erik Lumme [Fri, 15 Sep 2017 06:17:52 +0000 (09:17 +0300)]
Migrate ScalaAndVaadinHOWTO

7 years agoMigrate UsingPhoneGapBuildWithVaadinTouchKit
Erik Lumme [Fri, 15 Sep 2017 06:10:39 +0000 (09:10 +0300)]
Migrate UsingPhoneGapBuildWithVaadinTouchKit

7 years agoMigrate UsingPython
Erik Lumme [Thu, 14 Sep 2017 13:52:51 +0000 (16:52 +0300)]
Migrate UsingPython

7 years agoMigrate UsingVaadinInAnExistingGWTProject
Erik Lumme [Thu, 14 Sep 2017 13:36:17 +0000 (16:36 +0300)]
Migrate UsingVaadinInAnExistingGWTProject

7 years agoMigrate BuildingVaadinApplicationsOnTopOfActiviti
Erik Lumme [Thu, 14 Sep 2017 13:14:22 +0000 (16:14 +0300)]
Migrate BuildingVaadinApplicationsOnTopOfActiviti

7 years agoMigrate JasperReportsOnVaadinSample
Erik Lumme [Thu, 14 Sep 2017 12:48:24 +0000 (15:48 +0300)]
Migrate JasperReportsOnVaadinSample

7 years agoUpdate title
Erik Lumme [Thu, 14 Sep 2017 12:38:09 +0000 (15:38 +0300)]
Update title

7 years agoMigrate CreatingABasicApplication
Erik Lumme [Thu, 14 Sep 2017 10:51:12 +0000 (13:51 +0300)]
Migrate CreatingABasicApplication

7 years agoMigrate FindingTheCurrentRootAndApplication
Erik Lumme [Thu, 14 Sep 2017 10:45:44 +0000 (13:45 +0300)]
Migrate FindingTheCurrentRootAndApplication

7 years agoMigrate VAccessControl
Erik Lumme [Thu, 14 Sep 2017 10:42:05 +0000 (13:42 +0300)]
Migrate VAccessControl

7 years agoMigrate CreatingAnApplicationWithDIfferentFeaturesForDIfferentClients
Erik Lumme [Thu, 14 Sep 2017 10:25:06 +0000 (13:25 +0300)]
Migrate CreatingAnApplicationWithDIfferentFeaturesForDIfferentClients

7 years agoMigrate ChangingTheDefaultConvertersForAnApplication
Erik Lumme [Thu, 14 Sep 2017 10:21:50 +0000 (13:21 +0300)]
Migrate ChangingTheDefaultConvertersForAnApplication

7 years agoMigrate CreatingYourOwnConverterForString
Erik Lumme [Thu, 14 Sep 2017 10:03:22 +0000 (13:03 +0300)]
Migrate CreatingYourOwnConverterForString

7 years agoMigrate OfflineModeForTouchKit4MobileApps
Erik Lumme [Thu, 14 Sep 2017 09:57:43 +0000 (12:57 +0300)]
Migrate OfflineModeForTouchKit4MobileApps

7 years agoMigrate UsingJDBCwithLazyQueryContainerAndFilteringTable
Erik Lumme [Thu, 14 Sep 2017 08:43:30 +0000 (11:43 +0300)]
Migrate UsingJDBCwithLazyQueryContainerAndFilteringTable

7 years agoMigrate LazyQueryContainer
Erik Lumme [Thu, 14 Sep 2017 07:23:24 +0000 (10:23 +0300)]
Migrate LazyQueryContainer

7 years agoUpdate application-errors.asciidoc (#9971)
Michael Benz [Tue, 12 Sep 2017 10:26:18 +0000 (12:26 +0200)]
Update application-errors.asciidoc (#9971)

Update application-errors.asciidoc removing reference to out-of-sync error, which hasn't been used since version 7.5.

7 years agoFix invalid user visible value in ComboBox (#8115)
Matti Tahvonen [Wed, 6 Sep 2017 09:25:09 +0000 (12:25 +0300)]
Fix invalid user visible value in ComboBox (#8115)

Closes #7902

7 years agoFix ListSelect scrolling behavior on IE (#9910)
Aleksi Hietanen [Mon, 4 Sep 2017 07:56:58 +0000 (10:56 +0300)]
Fix ListSelect scrolling behavior on IE (#9910)

Fixes #9894

7 years agoResize should work within Grid details row (#9799)
Ansku [Thu, 17 Aug 2017 06:32:48 +0000 (09:32 +0300)]
Resize should work within Grid details row (#9799)

Fixes #7341

7 years agoUse separate identifier for push connections (#9150)
Olli Tietäväinen [Thu, 10 Aug 2017 13:07:42 +0000 (16:07 +0300)]
Use separate identifier for push connections (#9150)

By using a separate id we can avoid sending the sessions
CSRF token as a GET parameter when initializing a push connection.

Cherry-picked from #8700 to the 7.7 branch.

7 years agoFix occasional empty rows in Table and TreeTable (#9551)
mlindfors [Wed, 9 Aug 2017 11:14:10 +0000 (14:14 +0300)]
Fix occasional empty rows in Table and TreeTable (#9551)

There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing.
This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost.
Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening.

Fixes #7964
Fixes #5030

7 years agoAdded loop and preload attributes for media elements, fixed null poster (#9161)
Krassimir Valev [Tue, 8 Aug 2017 12:21:15 +0000 (14:21 +0200)]
Added loop and preload attributes for media elements, fixed null poster (#9161)

Fixes #7261
Fixes #5178
Fixes #4409

7 years agoDo full connector tracker cleanup when the session lock is released (#9707) (#9730)
Artur [Tue, 1 Aug 2017 07:56:41 +0000 (10:56 +0300)]
Do full connector tracker cleanup when the session lock is released (#9707) (#9730)

As there is no "request end" call after invoking UI.access() from a background thread,
the connector map was not earlier properly cleaned afterwards. If you toggled visibility of a
component from the background thread, the tracker state became inconsistent.

If this becomes a performance problem, it could probably be optimized to that cleanup
is done in request end and only at the end of access if not inside a request.

Backported from master
Fixes #9693

7 years agoAdd missing @since tags for 7.7.9 7.7.10
Olli Tietäväinen [Mon, 12 Jun 2017 13:24:43 +0000 (16:24 +0300)]
Add missing @since tags for 7.7.9

7 years agoAllow changing NavigationStateManager (#9416)
apolds [Wed, 24 May 2017 05:34:28 +0000 (07:34 +0200)]
Allow changing NavigationStateManager (#9416)

Unregister old NavigationStateManager before setting new one (backport of #9410).

Fixes #9406

7 years agoRemove warning for shortcuts on disabled connector (#9369)
Olli Tietäväinen [Fri, 19 May 2017 10:17:42 +0000 (13:17 +0300)]
Remove warning for shortcuts on disabled connector (#9369)

Remove unnecessary warning on server log when using shortcut on disabled connector.

Fixes #6951

7 years agoClean connector tracker after each access block to stop memory leaks (#9331)
Artur [Wed, 17 May 2017 10:06:47 +0000 (13:06 +0300)]
Clean connector tracker after each access block to stop memory leaks (#9331)

Immediately clean connectors which the client side does not know about

Fixes #9303

7 years agoUpgrade GWT version 7.7.9
Ilia Motornyi [Fri, 5 May 2017 11:24:07 +0000 (14:24 +0300)]
Upgrade GWT version

7 years agoFix issues in Grid with undefined height (#9118)
Teemu Suo-Anttila [Thu, 20 Apr 2017 14:08:54 +0000 (17:08 +0300)]
Fix issues in Grid with undefined height (#9118)

7 years agoFix removing rows over the cached range in Grid
Johannes Tuikkala [Thu, 20 Apr 2017 09:42:52 +0000 (12:42 +0300)]
Fix removing rows over the cached range in Grid

Fixes #8840 for 7.7

7 years agoFix client-side memory leak caused by Grid events (#9062)
Aleksi Hietanen [Wed, 19 Apr 2017 07:33:01 +0000 (10:33 +0300)]
Fix client-side memory leak caused by Grid events (#9062)

Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their
descendants to follow the pattern used in other GWT DomEvents.

Fixes #7633

7 years agoFix calendar dateclick does not work when in readonly mode (#9065)
davidef [Wed, 19 Apr 2017 06:28:06 +0000 (08:28 +0200)]
Fix calendar dateclick does not work when in readonly mode (#9065)

Fixes #4967

7 years agoFix bug column and row expand ratio are not persisted
Tien Nguyen [Thu, 6 Apr 2017 10:21:07 +0000 (13:21 +0300)]
Fix bug column and row expand ratio are not persisted

Fixes #9009

7 years agoFixed links to domain model
Alejandro [Mon, 27 Mar 2017 13:18:36 +0000 (15:18 +0200)]
Fixed links to domain model

7 years agoAdd @since tags for 7.7.8 (#8954) 7.7.8
Henri Sara [Mon, 27 Mar 2017 13:33:08 +0000 (16:33 +0300)]
Add @since tags for 7.7.8 (#8954)

Add @since tags to VFlash and ApplicationConstants

7 years agoAdd vaadin-archetypes as expected artifact (#8953)
Henri Sara [Mon, 27 Mar 2017 13:01:36 +0000 (16:01 +0300)]
Add vaadin-archetypes as expected artifact (#8953)

7 years agoFix Flash expanding with percentage sizing (#8552)
Olli Tietäväinen [Tue, 21 Mar 2017 08:28:22 +0000 (10:28 +0200)]
Fix Flash expanding with percentage sizing (#8552)

Allows Flash embed to expand if percentage dimensions given
Fixes #4035

7 years agoFix some tests for 7.7
Henri Sara [Mon, 13 Mar 2017 14:14:42 +0000 (16:14 +0200)]
Fix some tests for 7.7

7 years agoInclude charset in text/html responses (#8777)
Artur [Thu, 9 Mar 2017 12:50:46 +0000 (14:50 +0200)]
Include charset in text/html responses (#8777)

Fixes #8775

7 years agoFix Panel.setScrollTop() for large values (#8563)
Olli Tietäväinen [Thu, 9 Mar 2017 10:49:07 +0000 (12:49 +0200)]
Fix Panel.setScrollTop() for large values (#8563)

Fixes #1149

7 years agoFix client-side error when Upload in TabSheet and Push (#8779)
Ilia Motornyi [Thu, 9 Mar 2017 08:51:46 +0000 (10:51 +0200)]
Fix client-side error when Upload in TabSheet and Push (#8779)

* Fix client-side error when Upload in TabSheet and Push

Fixes #8728

* Merge 7.7 into 7.7-upload-in-tab-exception-fix

7 years agoCorrectly detach header/footer components when column is removed (#8645)
Artur [Thu, 9 Mar 2017 06:37:54 +0000 (08:37 +0200)]
Correctly detach header/footer components when column is removed (#8645)

* Correctly detach header/footer components when column is removed

Fixes #8638

* Merge branch '7.7' into _detach-header-components-on-remove-column

* Merge branch '7.7' into _detach-header-components-on-remove-column

* Merge branch '7.7' into _detach-header-components-on-remove-column

7 years agoAlways calculate Escalator max row count the same way (#8740)
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

7 years agoHandle unknown connectors consistently and quietly as described in #8111 (#8741)
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

7 years agoFix some tests and update screenshots (#8744)
Henri Sara [Mon, 6 Mar 2017 12:52:29 +0000 (14:52 +0200)]
Fix some tests and update screenshots (#8744)

* Update expected Chrome version to 56

* Update screenshots

7 years agoRemove unnecessary full classnames and parenthesis from code (#8681) 8720/head pr8720/r1
Teemu Suo-Anttila [Thu, 2 Mar 2017 13:55:34 +0000 (15:55 +0200)]
Remove unnecessary full classnames and parenthesis from code (#8681)

This change aims to reduce the number of false positives when comparing Vaadin 7 compatibility package in Vaadin 8 and actual Vaadin 7.7 branch. Conflicting parts are moved to imports as much as possible. Files have been formatted with same Eclipse version.

7 years agoUpdated links to zip files in tutorial (#8659)
Alejandro [Wed, 22 Feb 2017 15:26:51 +0000 (17:26 +0200)]
Updated links to zip files in tutorial (#8659)

* Updated links to zip files in tutorial

7 years agoEnable long tap emulation on iOS for context clicks (#8565) (#8570)
Teemu Suo-Anttila [Wed, 15 Feb 2017 16:59:52 +0000 (18:59 +0200)]
Enable long tap emulation on iOS for context clicks (#8565) (#8570)

Fix release notes mention of context click events

7 years agoFix absoluteLayoutResizeComponents test for IE8 (#8497)
caalador [Wed, 8 Feb 2017 09:30:02 +0000 (11:30 +0200)]
Fix absoluteLayoutResizeComponents test for IE8 (#8497)

IE8 handles the sizings differently from other tested browsers so it
needs to be tested on 'left: auto' and not wrapper div width.

7 years agoFix toggling of WeekNumbers for PopupDateField. (#8405) (#8469)
caalador [Wed, 8 Feb 2017 06:11:42 +0000 (08:11 +0200)]
Fix toggling of WeekNumbers for PopupDateField. (#8405) (#8469)

Refresh calendar body for show week numbers state change.

7 years agoUpdate missing since tags for 7.7.7 (#8474) 7.7.7
Pekka Hyvönen [Tue, 7 Feb 2017 11:00:53 +0000 (13:00 +0200)]
Update missing since tags for 7.7.7 (#8474)

* Add missing since tags for 7.7.7

7 years agoUpdate 7.7 release notes to github era (#8472)
Pekka Hyvönen [Tue, 7 Feb 2017 10:15:51 +0000 (12:15 +0200)]
Update 7.7 release notes to github era (#8472)

* Update 7.7 release notes to github era

Fixes framework8-issues#222

7 years agoFix problem with re-opening the popup (#8446) (#8454)
caalador [Tue, 7 Feb 2017 07:16:07 +0000 (09:16 +0200)]
Fix problem with re-opening the popup (#8446) (#8454)

Fixed problem that disables opening of popup
after closing it by clicking the datefield-button.

7 years agoFix the absolute layout component resize positioning tests. (#8456)
caalador [Mon, 6 Feb 2017 13:21:25 +0000 (15:21 +0200)]
Fix the absolute layout component resize positioning tests. (#8456)

* Fix gthe absolute layout component resize positioning tests.

7 years agoFix caption updating in CustomLayout (#8415) 8655/head pr8655/r2
Artur [Thu, 2 Feb 2017 08:53:03 +0000 (10:53 +0200)]
Fix caption updating in CustomLayout (#8415)

Fixes #8413

7 years agoCall "destroy" instead of "destory" in JavaScriptRenders (#8263)
Artur [Wed, 1 Feb 2017 14:49:16 +0000 (16:49 +0200)]
Call "destroy" instead of "destory" in JavaScriptRenders (#8263)

* Call "destroy" instead of "destory" in JavaScriptRenders

For backwards compatibility, calls "destory" if no "destroy" exists

Fixes #8162

* Merge branch '7.7' into _js-renderer-destory

* Merge branch '7.7' into _js-renderer-destory

* Merge branch '7.7' into _js-renderer-destory

* Merge branch '7.7' into _js-renderer-destory

* Merge branch '7.7' into _js-renderer-destory

7 years agoUse an actually transparent 1x1 image (#8407)
Artur [Wed, 1 Feb 2017 08:36:15 +0000 (10:36 +0200)]
Use an actually transparent 1x1 image (#8407)

Fixes #8348

7 years agoAdd method for refreshing all Grid rows (#8406)
Artur [Wed, 1 Feb 2017 07:46:20 +0000 (09:46 +0200)]
Add method for refreshing all Grid rows (#8406)

* Add method for refreshing all Grid rows

Fixes #8350

7 years agoPrevent reorder of frozen columns when there are hidden columns (#8278)
Artur [Mon, 30 Jan 2017 13:19:55 +0000 (15:19 +0200)]
Prevent reorder of frozen columns when there are hidden columns (#8278)

* Rename variables to indicate whether they use DOM index or Grid index

Grid indexes include hidden columns, DOM/Escalator indexes do not

* Prevent reorder of frozen columns when there are hidden columns

Fixes #8265

* Merge branch '7.7' into _grid-no-reorder-of-frozen-columns

* Merge branch '7.7' into _grid-no-reorder-of-frozen-columns

* Merge branch '7.7' into _grid-no-reorder-of-frozen-columns

* Merge branch '7.7' into _grid-no-reorder-of-frozen-columns

* Merge branch '7.7' into _grid-no-reorder-of-frozen-columns

* Merge branch '7.7' into _grid-no-reorder-of-frozen-columns

* Merge branch '7.7' into _grid-no-reorder-of-frozen-columns

7 years agoMake it possible to disallow user selection in Grid (#8144)
Artur [Mon, 30 Jan 2017 11:47:55 +0000 (13:47 +0200)]
Make it possible to disallow user selection in Grid (#8144)

Fixes #7880

7 years agoImprove Grid extendability (#8343)
Adam Wagner [Fri, 27 Jan 2017 08:59:24 +0000 (10:59 +0200)]
Improve Grid extendability (#8343)

* Improve Grid extendability (#8342).
Find GridState field type using getField() instead of getDeclaredField() so that the field could be found in superclass as well.

Change-Id: I33996f45e848575d11bb206c6a1d30d19e514968

7 years agoRemove invalid trailing comma from Thai date format (#8311)
Artur [Tue, 24 Jan 2017 07:15:49 +0000 (09:15 +0200)]
Remove invalid trailing comma from Thai date format (#8311)

* Remove invalid trailing comma from Thai date format

Fixes #8303

7 years agoFix absolute layout component sizing on size change in Vaadin7 (#8304)
caalador [Mon, 23 Jan 2017 11:29:39 +0000 (13:29 +0200)]
Fix absolute layout component sizing on size change in Vaadin7 (#8304)

Changing from relative to defined size leaves the component positioned wrong,
also changing from defined size to relative size leaves the component in the
wrong position with the wrong size.

Change makes the wrapper rerun setChildWidgetPosition() that adds/removes
necessary css definitions to/from the cssPosition String.

7 years agoServe VAADIN files also from META-INF/resources (#8286)
Artur [Sun, 22 Jan 2017 12:00:59 +0000 (14:00 +0200)]
Serve VAADIN files also from META-INF/resources (#8286)

Fixes #8206

7 years agoFlush the correct editor widget if there are hidden columns (#8276)
Artur [Fri, 20 Jan 2017 08:18:46 +0000 (10:18 +0200)]
Flush the correct editor widget if there are hidden columns (#8276)

Fixes #8266

7 years agoFix navigation using keyboard to frozen column when there are hidden columns (#8277)
Artur [Thu, 19 Jan 2017 20:43:25 +0000 (22:43 +0200)]
Fix navigation using keyboard to frozen column when there are hidden columns (#8277)

7 years agoFix closing of modal window curtains while dragging and resizing (#8281)
Aleksi Hietanen [Thu, 19 Jan 2017 14:02:15 +0000 (16:02 +0200)]
Fix closing of modal window curtains while dragging and resizing (#8281)

Fixes #7496

7 years agoRename variables to indicate whether they use DOM index or Grid index (#8275)
Artur [Thu, 19 Jan 2017 12:23:23 +0000 (14:23 +0200)]
Rename variables to indicate whether they use DOM index or Grid index (#8275)

7 years agoProperly end HTML5 drag operations when no drop is performed (#8242)
Artur [Thu, 19 Jan 2017 06:52:35 +0000 (08:52 +0200)]
Properly end HTML5 drag operations when no drop is performed (#8242)

* Properly end HTML5 drag operations when no drop is performed

No auto test because of https://github.com/SeleniumHQ/selenium/issues/1365

Fixes #4060

7 years agoRemoved broken/obsolete 'Setting up the Development Environment' link (#8251)
Alejandro [Tue, 17 Jan 2017 09:48:07 +0000 (11:48 +0200)]
Removed broken/obsolete 'Setting up the Development Environment' link (#8251)

* Removed broken/obsolete 'Setting up the Development Environment' link

7 years agoProperly report invalid arguments to StaticRow.join() (#8243)
Artur [Mon, 16 Jan 2017 07:29:33 +0000 (09:29 +0200)]
Properly report invalid arguments to StaticRow.join() (#8243)

* Properly report invalid arguments to StaticRow.join()

Closes #8234

7 years agoMake it possible to deselect what was selected on the server (#8235)
Artur [Fri, 13 Jan 2017 09:54:01 +0000 (11:54 +0200)]
Make it possible to deselect what was selected on the server (#8235)

* Make it possible to deselect what was selected on the server

Fixes #8221

7 years agoReset selected icon when blurring a ComboBox (#8082)
Artur [Thu, 12 Jan 2017 07:11:11 +0000 (09:11 +0200)]
Reset selected icon when blurring a ComboBox (#8082)

* Reset selected icon when blurring a ComboBox

Fixes #8073

* Merge branch '7.7' into _combobox-icon-reset-selection

* Merge branch '7.7' into _combobox-icon-reset-selection

7 years agoRemove tracking of unregistered connectors (#8153)
Aleksi Hietanen [Wed, 11 Jan 2017 14:12:56 +0000 (16:12 +0200)]
Remove tracking of unregistered connectors (#8153)

* Remove tracking of unregistered connectors

* Merge branch '7.7' into 8111-remove-unregistered-connector-tracking

* Merge branch '7.7' into 8111-remove-unregistered-connector-tracking

* Add tests that verify markAsDirty is called on old parent

* Merge branch '7.7' into 8111-remove-unregistered-connector-tracking

7 years agoFix exception when Grid is inside a PopupView (#8157)
Artur [Tue, 10 Jan 2017 13:22:31 +0000 (15:22 +0200)]
Fix exception when Grid is inside a PopupView (#8157)

Fixes #7695

7 years agoCorrectly detach components in merged cells when a static row is removed (#8142)
Artur [Mon, 9 Jan 2017 09:18:49 +0000 (11:18 +0200)]
Correctly detach components in merged cells when a static row is removed (#8142)

Fixes #8140

7 years agoreopen Grid details on attach, fixes #8015 (#8074)
Olli Tietäväinen [Mon, 9 Jan 2017 06:39:57 +0000 (08:39 +0200)]
reopen Grid details on attach, fixes #8015 (#8074)

Fixes #8015

7 years agoRender font icon correctly on the 'more' menu item (#8126)
Artur [Thu, 5 Jan 2017 07:03:15 +0000 (09:03 +0200)]
Render font icon correctly on the 'more' menu item (#8126)

* Render font icon correctly on the 'more' menu item

Fixes #8125

7 years agoCall error handler for exceptions in UI.init() (#8055)
Artur [Mon, 2 Jan 2017 09:10:33 +0000 (11:10 +0200)]
Call error handler for exceptions in UI.init() (#8055)

Fixes #4995

7 years agoFix chrome version (#8086)
Ilia Motornyi [Tue, 27 Dec 2016 06:59:49 +0000 (08:59 +0200)]
Fix chrome version (#8086)

* Fix chrome version

7 years agoFix removal of hidden Grid columns (#8071)
Artur [Fri, 23 Dec 2016 06:30:41 +0000 (08:30 +0200)]
Fix removal of hidden Grid columns (#8071)

Fixes #8018

7 years agoUse correct indexes in multiselect checkboxes after removing rows (#8072)
Artur [Thu, 22 Dec 2016 09:40:21 +0000 (11:40 +0200)]
Use correct indexes in multiselect checkboxes after removing rows (#8072)

Fixes #8011

7 years agoFix context menu missing box-shadow for Runo on Chrome (#7966)
Pekka Hyvönen [Wed, 14 Dec 2016 11:13:05 +0000 (13:13 +0200)]
Fix context menu missing box-shadow for Runo on Chrome (#7966)

Change-Id: I318761527a695c741f52b4c18e9f8ea943f89017

7 years agoMake AtmospherePushConnection methods public (#7973)
Artur [Wed, 14 Dec 2016 09:55:49 +0000 (11:55 +0200)]
Make AtmospherePushConnection methods public (#7973)

There is no sensible way to use a custom version of APC, so protected
access does not help in any way to access the underlying resource and/or
connected UI.

7 years agoReplace non-breaking spaces with space (#7957)
Artur [Wed, 14 Dec 2016 07:47:45 +0000 (09:47 +0200)]
Replace non-breaking spaces with space (#7957)

7 years agoEnable changing the backing bean for BeanItem (#4302) (#77)
Artur [Tue, 13 Dec 2016 11:56:54 +0000 (13:56 +0200)]
Enable changing the backing bean for BeanItem (#4302) (#77)

When storing a bean to the database, you typically get a new and updated
bean instance back. By allowing to change the bean instance, we make it
possible to just update the single BeanItem instance which can be used
in many places.

7 years agoUse proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607)
Leif Åstrand [Tue, 13 Dec 2016 09:28:55 +0000 (11:28 +0200)]
Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607)

7 years agoFix margin in declarative format is recognized as unsupported property gridlayout...
Pekka Hyvönen [Mon, 12 Dec 2016 09:35:32 +0000 (11:35 +0200)]
Fix margin in declarative format is recognized as unsupported property gridlayout (#103) (#7952)

Backported to 7.7 from master (8).

Fixes vaadin/framework8-issues#465

Change-Id: I9734341b747b8d16020443c71d72fcfd7e331af7

7 years agoFix java packaging order (#106)
Teemu Suo-Anttila [Fri, 9 Dec 2016 09:15:24 +0000 (11:15 +0200)]
Fix java packaging order (#106)

Closes vaadin/archetypes#113

7 years agoMove Grid event handlers to a list, add method to add custom handlers (#76) 7.7.6
Aleksi Hietanen [Mon, 5 Dec 2016 14:28:47 +0000 (16:28 +0200)]
Move Grid event handlers to a list, add method to add custom handlers (#76)

* Move Grid event handlers to a list, add method to add custom handlers

Change-Id: I2fe67ae961bfb0f7c44ba704346762a0faf6da2c

* Merge branch '7.7' into grid-event-refactoring

7 years agoAdd screenshots as a Git submodule (#86)
Teemu Suo-Anttila [Mon, 5 Dec 2016 12:25:46 +0000 (14:25 +0200)]
Add screenshots as a Git submodule (#86)

7 years agoRefactor Grid event handling methods to instances of a handler interface
Johannes Dahlström [Tue, 2 Aug 2016 09:46:50 +0000 (12:46 +0300)]
Refactor Grid event handling methods to instances of a handler interface

Change-Id: Icbed14cbef14c434f1909fa0350cb0364235c774

7 years agoStart client-side Grid DOM event handling refactor
Johannes Dahlström [Tue, 2 Aug 2016 09:07:22 +0000 (12:07 +0300)]
Start client-side Grid DOM event handling refactor

Change-Id: I67dad4cfbd6e9e355c48703253ff3d6da00e4eef

7 years agoFix wrong year in copyright header
Pekka Hyvönen [Fri, 25 Nov 2016 11:42:57 +0000 (13:42 +0200)]
Fix wrong year in copyright header

Change-Id: Idbf6c1f978b9b36ed82bf8b96a6a649ae4772ae6

7 years agoRe-add body rows when Escalator is reattached to DOM (#20477)
Artur Signell [Thu, 24 Nov 2016 09:31:23 +0000 (11:31 +0200)]
Re-add body rows when Escalator is reattached to DOM (#20477)

Change-Id: I0ae9144817db3bb730c80748d5e9190484b323e7

7 years agoUpdate @since tags for 7.7.5
Pekka Hyvönen [Fri, 25 Nov 2016 06:52:15 +0000 (08:52 +0200)]
Update @since tags for 7.7.5

Change-Id: I73201908b537ca0a65106e03c9bad913b59fae9f

7 years agoFixed touch scrolling issue in Surface and WP devices (#18737) 7.7.5
Johannes Tuikkala [Mon, 14 Nov 2016 07:46:32 +0000 (09:46 +0200)]
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

7 years agoRemove CustomFieldState (#20468)
Pekka Hyvönen [Tue, 22 Nov 2016 07:08:45 +0000 (09:08 +0200)]
Remove CustomFieldState (#20468)

Moves FocusDelegate to AbstractFieldState.
This change is done to revert backwards compatibiity breaking API
change in 7.7.4 when CustomFieldState was introduced.

Change-Id: I76212a8700463140520d5482b740fe0edbfb082c