]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
9 years agoAdd a method for setting visible Grid columns (#17080)
Mika Murtojarvi [Tue, 21 Apr 2015 11:15:20 +0000 (14:15 +0300)]
Add a method for setting visible Grid columns (#17080)

Change-Id: I7ad63af87ae44021bf161d7eadc92ccf33bbd2bb

9 years agoEnable running websocket tests on JBoss EAP 6.4 (#13323)
Artur Signell [Wed, 22 Apr 2015 12:13:23 +0000 (15:13 +0300)]
Enable running websocket tests on JBoss EAP 6.4 (#13323)

Change-Id: I6930aec1bd7b8df102f01b1d7c393e2155591757

9 years agoFix DataSource NPE under when dataChangeHandler is not set (#16590)
Manolo Carrasco [Thu, 5 Feb 2015 11:15:09 +0000 (12:15 +0100)]
Fix DataSource NPE under when dataChangeHandler is not set (#16590)

AbstractRemoteDataSource no longer asserts that data change handler
exists. Changing the DataSource in Grid is now safe even during data
source backend requests.

Change-Id: I57fb1cb6c7fd2aa7b8365a9b283a80a162349af1

9 years agoUpdate link in release notes
Artur Signell [Wed, 22 Apr 2015 12:12:34 +0000 (15:12 +0300)]
Update link in release notes

Change-Id: Iab51700f1f7826383bb3c1272b125c094bf8c391

9 years agoAuto focus modal window (#17021)
Ilya Ermakov [Wed, 18 Mar 2015 17:53:05 +0000 (20:53 +0300)]
Auto focus modal window (#17021)

With this patch a modal window is always given focus on opening and
in the situation when an above-lying window is closed.

Change-Id: Ie13869830df13f411e4f14340745d501a1aabafa

9 years agoDisable broken, non maintained Liferay 6EE test
Artur Signell [Mon, 20 Apr 2015 17:10:07 +0000 (20:10 +0300)]
Disable broken, non maintained Liferay 6EE test

Change-Id: Id13235325831577b5fe2b5c4cd3e24a6b88e3f44

9 years agoUpdate Atmosphere to fix Firefox + JSR356 (#17510)
Artur Signell [Mon, 20 Apr 2015 16:28:30 +0000 (19:28 +0300)]
Update Atmosphere to fix Firefox + JSR356 (#17510)

Change-Id: I9ea4b713678af4d42742d1fe51ae87ca18b8c362

9 years agoDisable websocket tests on Websphere 8 until #16354 is fixed
Artur Signell [Mon, 20 Apr 2015 17:08:01 +0000 (20:08 +0300)]
Disable websocket tests on Websphere 8 until #16354 is fixed

Change-Id: I0908c30b68a98054d95e3ecef0c2d25e6409e1ea

9 years agoFix release notes query url to use https.
Markus Koivisto [Wed, 15 Apr 2015 12:46:39 +0000 (15:46 +0300)]
Fix release notes query url to use https.

Change-Id: Ibd9eea4762a217404b6d09f0749636a47c335161

9 years agoRevert "Reduce reflows when sizing columns (#17315)"
Markus Koivisto [Thu, 16 Apr 2015 12:00:07 +0000 (15:00 +0300)]
Revert "Reduce reflows when sizing columns (#17315)"

This reverts commit 103b329d328ab0dde95da9426462491be510a8be. It causes problems
with screenshot tests (GridColumnAutoWidthServerTest).

Change-Id: I1de4a44573b22e0bea8ffa2626724e2a182cb876

9 years agoAdd Grid declarative multi-select test UI
patrik [Thu, 16 Apr 2015 10:04:27 +0000 (13:04 +0300)]
Add Grid declarative multi-select test UI

Change-Id: I4d59675d7ef71463aa2bc4a8de2fb567533af3e7

9 years agoDeclarative write support for Table (#16367)
Johannes Dahlström [Thu, 16 Apr 2015 11:39:31 +0000 (14:39 +0300)]
Declarative write support for Table (#16367)

Change-Id: I9caa766be3152b35f7fe354b989e8cd6d615a043

9 years agoMade grid StaticCell and StaticRow public (#17415)
Tomi Virkki [Tue, 24 Mar 2015 13:12:09 +0000 (15:12 +0200)]
Made grid StaticCell and StaticRow public (#17415)

These supertypes are needed at least in the Components project.

Change-Id: I7a9314c5198d99074ae42f6b0f3b8bd7e84d71e2

9 years agoUpdate Atmosphere JS to fix Firefox websocket reconnect (#17247)
Artur Signell [Thu, 16 Apr 2015 07:34:48 +0000 (10:34 +0300)]
Update Atmosphere JS to fix Firefox websocket reconnect (#17247)

Change-Id: I58249a6c4eaf03de54ff2a0c7c5a2f55bffb856c

9 years agoDeclarative read support for Table (#16367)
Johannes Dahlström [Wed, 15 Apr 2015 10:36:18 +0000 (13:36 +0300)]
Declarative read support for Table (#16367)

Change-Id: I2327af18b2e1e4d31a057b110eee9495f16d9633

9 years agoDon't clear element content in AbstractComponent.writeDesign (#17488)
Johannes Dahlström [Fri, 17 Apr 2015 12:15:25 +0000 (15:15 +0300)]
Don't clear element content in AbstractComponent.writeDesign (#17488)

WriteDesign now assumes the element it receives is pristine, so elements cannot
be reused without someone else clearing them first. Currently only
DesignContext.createElement directly invokes writeDesign, and it always passes a
new element to it.

Change-Id: Icb777da1d73a28150041914dd9743e7aa0b25e16

9 years agoUpdate favicon when changing themes (#15481)
Leif Åstrand [Tue, 30 Dec 2014 10:18:24 +0000 (12:18 +0200)]
Update favicon when changing themes (#15481)

Change-Id: I3622d211ac5e668f7dce999605118f8f16ffae90

9 years agoUpdate Atmosphere version (#17456, #17454)
Artur Signell [Tue, 14 Apr 2015 06:29:45 +0000 (09:29 +0300)]
Update Atmosphere version (#17456, #17454)

Change-Id: I4effa1cdf163c1d1b4afd2d6513d252c3558605d

9 years agoProperly scan for files even though current directory contains java files
Artur Signell [Thu, 8 Jan 2015 06:55:11 +0000 (08:55 +0200)]
Properly scan for files even though current directory contains java files

Change-Id: I175aebd57cbfcc6960ba2c97d6d0fb5d062f6d97

9 years agoAdd Grid basic features declarative UI
Pekka Hyvönen [Fri, 17 Apr 2015 06:10:33 +0000 (09:10 +0300)]
Add Grid basic features declarative UI

Change-Id: I8bcc14787b4d00361d5ebbb92065632eef47241c

9 years agoRow focus bleeds out of Table area in Valo (#14761)
Jouni Koivuviita [Thu, 20 Nov 2014 10:08:13 +0000 (12:08 +0200)]
Row focus bleeds out of Table area in Valo (#14761)

Redesigned the Table column selector button, now rendered completely
inside the Table header, which works regardless of the placement of the
Table, and with the fix for the main issue.

Change-Id: I63ba34a0afc2d7b0d6b4c2dfd006cb6d0aebf2db

9 years agoAdd GridItemEditor declarative test UI
Teemu Suo-Anttila [Thu, 16 Apr 2015 11:40:46 +0000 (14:40 +0300)]
Add GridItemEditor declarative test UI

Change-Id: I4a26d1508cc422bada57626f67f16d118be5f237

9 years agoFix Grid frozen column declarative support (#16596)
Teemu Suo-Anttila [Thu, 16 Apr 2015 13:46:24 +0000 (16:46 +0300)]
Fix Grid frozen column declarative support (#16596)

Change-Id: I382e52e9eed1e2846036e23d9a6b95859ad3e5dc

9 years agoCreate declarative UI test harness (#17484)
patrik [Thu, 16 Apr 2015 08:26:35 +0000 (11:26 +0300)]
Create declarative UI test harness (#17484)

Change-Id: I8d83830f897b50a73f2fa125d297457f7a90888c

9 years agoConvert some TB2 tests to TB4
Teemu Suo-Anttila [Thu, 5 Mar 2015 11:28:51 +0000 (13:28 +0200)]
Convert some TB2 tests to TB4

- components/ui/CurrentUiRetainedTest
- components/ui/InitiallyEmptyFragmentTest
- components/ui/PollListeningTest
- components/ui/RpcInvocationHandlerToStringTest
- components/ui/UIAccessExceptionHandlingTest
- components/ui/UIInitBrowserDetailsTest
- components/ui/UIInitExceptionTest
- components/ui/UIPollingTest
- components/ui/UITabIndexTest
- components/ui/UIsInMultipleTabsTest
- components/window/CloseSubWindowTest
- components/window/ExtraWindowShownTest
- components/window/RepaintWindowContentsTest
- components/window/WindowShouldRemoveActionHandlerTest
- components/window/WindowWithInvalidCloseListenerTest
- containers/sqlcontainer/TableQueryWithNonUniqueFirstPrimaryKeyTest
- converter/ConverterThatEnforcesAFormatTest
- dd/DnDOnSubtreeTest
- fieldgroup/BasicPersonFormTest
- fieldgroup/CommitHandlerFailuresTest
- fieldgroup/CommitWithValidationOrConversionErrorTest
- fieldgroup/DateFormTest
- fieldgroup/FieldGroupDiscardTest
- fields/TabIndexesTest

renamed:
- components/ui/PollListenerTest -> PollListening

Change-Id: Iac3c153709f6edca28d9f75a85246f1a70176963

9 years agoIterate over copies of listener lists (#17477)
Henri Sara [Thu, 16 Apr 2015 06:19:16 +0000 (09:19 +0300)]
Iterate over copies of listener lists (#17477)

Allows adding/removing view change listeners from listeners.

Change-Id: Idb2227e1423c0297887f01f6df03b74e633ad917

9 years agoKeeping MenuItem custom classes when updating styles (#17427)
Alexey Fansky [Wed, 15 Apr 2015 19:12:11 +0000 (12:12 -0700)]
Keeping MenuItem custom classes when updating styles (#17427)

Change-Id: I54b7e700148797f0145c4ec5f1802ea999142ab3

9 years agoRefactor declarative tests.
Mika Murtojarvi [Tue, 14 Apr 2015 11:10:46 +0000 (14:10 +0300)]
Refactor declarative tests.

In addition, duplicate tests are removed.

Change-Id: I01c681e82416ad408f616d61f9f5b4df81db2c08

9 years agoFix Grid editor area calculation without scrollbars (#17471)
Teemu Suo-Anttila [Wed, 15 Apr 2015 10:33:55 +0000 (13:33 +0300)]
Fix Grid editor area calculation without scrollbars (#17471)

Change-Id: I55791e0bf46b00ea90daaeb1af8b4ca2748ff9d1

9 years agoRe-showed tab is displayed if there is room for it (#17096)
Alexey Fansky [Fri, 13 Mar 2015 19:06:48 +0000 (12:06 -0700)]
Re-showed tab is displayed if there is room for it (#17096)

Change-Id: I52c9a47e2b9eed3a3f73f34e4c3e770b915509bf

9 years agoUse VaadinRequest/Response for static resources (#17462)
Henri Sara [Tue, 14 Apr 2015 11:02:32 +0000 (14:02 +0300)]
Use VaadinRequest/Response for static resources (#17462)

Change-Id: I324bb6b6eb9a72eda02c5308cc6c2284094ce4b8

9 years agoFix Grid inline data declarative support (#16596)
Teemu Suo-Anttila [Tue, 14 Apr 2015 08:45:19 +0000 (11:45 +0300)]
Fix Grid inline data declarative support (#16596)

Change-Id: Ief0238c04ff16674a4102d359381531ae30e9a9f

9 years agoFix Grid Header/Footer declarative support (#16596)
Teemu Suo-Anttila [Fri, 10 Apr 2015 11:55:31 +0000 (14:55 +0300)]
Fix Grid Header/Footer declarative support (#16596)

Change-Id: Iedd02738840b4d1a82681cf090c744f07166fdd4

9 years agoFix Grid Columns declarative support (#16596)
Teemu Suo-Anttila [Mon, 13 Apr 2015 07:56:53 +0000 (10:56 +0300)]
Fix Grid Columns declarative support (#16596)

Change-Id: I62e06ca7be62d81f8cca619775e150250a478b39

9 years agoAdd declarative OptionGroup support (#15549)
patrik [Mon, 13 Apr 2015 09:23:04 +0000 (12:23 +0300)]
Add declarative OptionGroup support (#15549)

Change-Id: I5edb32ffb8282fa76fc21cf6e134eeb48fec04d1

9 years agoVConsole logging -> java.util.logging
Artur Signell [Tue, 7 Apr 2015 15:38:32 +0000 (18:38 +0300)]
VConsole logging -> java.util.logging

Change-Id: Id1b04e1335f0906f8de2d514ff11bc744dc14c49

9 years agoFix Grid column adding to set column sortable correctly (#17446)
Teemu Suo-Anttila [Mon, 13 Apr 2015 07:51:15 +0000 (10:51 +0300)]
Fix Grid column adding to set column sortable correctly (#17446)

Change-Id: I2cfc41f9fab39c387306e89fb18de75c413a7817

9 years agoAdd getter for local id #17444
John Ahlroos [Sun, 12 Apr 2015 06:59:07 +0000 (09:59 +0300)]
Add getter for local id #17444

Change-Id: I0007bdf111bf516cb9e2f244b63fde42213f5c98

9 years agoDeclarative support for Tree inline data (#16321)
Johannes Dahlström [Thu, 9 Apr 2015 14:34:04 +0000 (17:34 +0300)]
Declarative support for Tree inline data (#16321)

<v-tree> elements may now contain a hierarchy of <node> elements.

Change-Id: I6b1703aa4ec598cf0b3a6221f615727efbcbf0ad

9 years agoFix writing of child local ids in AbsoluteLayout (#17421)
Johannes Dahlström [Fri, 10 Apr 2015 13:24:32 +0000 (16:24 +0300)]
Fix writing of child local ids in AbsoluteLayout (#17421)

Change-Id: I49eb3246061e1b011a0f87e94d2a43eb20c31a34

9 years agoFix declarative support for Grid basic properties (#16596)
Johannes Dahlström [Thu, 9 Apr 2015 14:25:07 +0000 (17:25 +0300)]
Fix declarative support for Grid basic properties (#16596)

Change-Id: I8b15ecb2eaff2dc5c8986473a7badbbd29432dda

9 years agoFix GridLayout declarative support (#16594)
Teemu Suo-Anttila [Wed, 8 Apr 2015 10:41:37 +0000 (13:41 +0300)]
Fix GridLayout declarative support (#16594)

Change-Id: I25e52a9246c9ccbc406d1f162b4e9ff69bb411ff

9 years agoPrevent opening Table context menu on short tapping on iOS (#15297)
Ilya Ermakov [Thu, 26 Feb 2015 17:54:29 +0000 (20:54 +0300)]
Prevent opening Table context menu on short tapping on iOS (#15297)

With this patch handling touchstart in Table body is prevented
if it is handled in Table row. This is the smallest patch that solves
the problem, refactoring remains an open problem.

Change-Id: Iea54210ee81a3fdf17e45c6c98026af9080abddf

9 years agoGrid header should render "the same" after changes to header (#17131)
Mikael Grankvist [Fri, 20 Mar 2015 06:07:51 +0000 (08:07 +0200)]
Grid header should render "the same" after changes to header (#17131)

Change-Id: I2a16ffbd59bf4863eb6a7bea8d4b590a693af637

9 years agoAdding a temporary style to VNotification on Chrome >=41 (#17252)
Alexey Fansky [Thu, 9 Apr 2015 18:09:15 +0000 (11:09 -0700)]
Adding a temporary style to VNotification on Chrome >=41 (#17252)

Change-Id: I41c05e8f8487d351035804e0681947956d861479

9 years agoDon't use !important for ColorPicker width in Valo (#17140).
Denis Anisimov [Fri, 13 Mar 2015 08:52:35 +0000 (10:52 +0200)]
Don't use !important for ColorPicker width in Valo (#17140).

Change-Id: I47feff9c78a39e30233f388b938c7e4e53b52051

9 years agoCustomizable DnD preview handle strategy in Dnd manager (#10377,#14880).
Denis Anisimov [Sun, 26 Oct 2014 15:30:34 +0000 (17:30 +0200)]
Customizable DnD preview handle strategy in Dnd manager (#10377,#14880).

Change-Id: Idead68d8274de92b9ba7d7f8d71e669244a017fa

9 years agoGrid layout slots should be slot size not slot content size (#17039)
Mikael Grankvist [Thu, 12 Mar 2015 12:19:14 +0000 (14:19 +0200)]
Grid layout slots should be slot size not slot content size (#17039)

Change-Id: I73a26b0d2f07bb624df6037e4e77f7137fd21791

9 years agoSet value selected by mouse when pressing Enter in ComboBox (#16981)
Ilya Ermakov [Thu, 12 Mar 2015 17:19:36 +0000 (20:19 +0300)]
Set value selected by mouse when pressing Enter in ComboBox (#16981)

With this patch pressing Enter in ComboBox sets value selected by mouse.
Selection by keyboard is not given higher priority.

Change-Id: I2e5f610923a40f67be2c1504a004af0d431a67a3

9 years agoDisplaying tooltip on touch devices underneath the field (#17150)
Alexey Fansky [Wed, 1 Apr 2015 22:08:58 +0000 (15:08 -0700)]
Displaying tooltip on touch devices underneath the field (#17150)

Change-Id: I7381a6212b824f9dafc5fe7359b0e791f15c57b2

9 years agoRefactor declarative tests for two components.
Mika Murtojarvi [Thu, 9 Apr 2015 14:56:27 +0000 (17:56 +0300)]
Refactor declarative tests for two components.

Change-Id: I7e1992fe8fc88bd0d34a4b7d3b945bc4ef68fd7e

9 years agoFix DeclarativeTestBase handling of nonpublic accessors (#17425)
Johannes Dahlström [Thu, 9 Apr 2015 14:15:48 +0000 (17:15 +0300)]
Fix DeclarativeTestBase handling of nonpublic accessors (#17425)

Bean introspector finds public properties inherited from nonpublic superclasses
but their accessor methods are not accessible by default.

Change-Id: I3d79f8361c7f9eb9e37d2c7eb7c19965c986cd20

9 years agoRemove unusable code
Artur Signell [Mon, 19 Jan 2015 13:03:11 +0000 (15:03 +0200)]
Remove unusable code

Change-Id: I5bfa459695da3fe4d2cb271952b8c112b7052e97

9 years agoAdd granular declarative margin support (#17190)
patrik [Wed, 8 Apr 2015 07:00:57 +0000 (10:00 +0300)]
Add granular declarative margin support (#17190)

Change-Id: I36227feeeaf08f41a9d5c179547dfcb575a1fb09

9 years agoJavadoc fix
Leif Åstrand [Thu, 9 Apr 2015 07:07:46 +0000 (10:07 +0300)]
Javadoc fix

Change-Id: Ib60e2f7ffa70030b93715adc453855c4bad7a372

9 years agoDisallow RunLocally annotation in framework tests. Fix NPE for
Teemu Suo-Anttila [Mon, 9 Mar 2015 11:35:32 +0000 (13:35 +0200)]
Disallow RunLocally annotation in framework tests. Fix NPE for
screenshots.

Change-Id: I72793d85dfaba41aefa5370331c1ae81348607e9

9 years agoFix DeclarativeTestBaseBase to return read component with testRead
Teemu Suo-Anttila [Wed, 8 Apr 2015 10:41:10 +0000 (13:41 +0300)]
Fix DeclarativeTestBaseBase to return read component with testRead

Change-Id: Icb916e190c4286c053e9456f65fd7180fb58e2a7

9 years agoFix MenuBar MenuItem caption reading from design (#17361)
Teemu Suo-Anttila [Thu, 2 Apr 2015 10:49:17 +0000 (13:49 +0300)]
Fix MenuBar MenuItem caption reading from design (#17361)

Change-Id: I438039ab8ad83bf0b2153939502903571f231bbb

9 years agoAdd DesignerAttributeHelper.readAttribute with default value (#17416)
Teemu Suo-Anttila [Wed, 8 Apr 2015 10:40:49 +0000 (13:40 +0300)]
Add DesignerAttributeHelper.readAttribute with default value (#17416)

Change-Id: Ic746e761942c3d801c8e1c71bd5866bbd5daeaf4

9 years agoAllow setting local id via DesignContext (#16584).
Mika Murtojarvi [Wed, 8 Apr 2015 08:05:23 +0000 (11:05 +0300)]
Allow setting local id via DesignContext (#16584).

Change-Id: Ie599e8517823ca431d2d9e9232217db53444d7aa

9 years agoFix declarative support for Window (#17314)
Johannes Dahlström [Tue, 31 Mar 2015 12:41:46 +0000 (15:41 +0300)]
Fix declarative support for Window (#17314)

Change-Id: If89a46a4c08ec1491eb00a2f2b8580fb3ef785fc

9 years agoEnable setResponsive/isReponsive API for AbstractComponent (#17369)
patrik [Tue, 7 Apr 2015 10:31:32 +0000 (13:31 +0300)]
Enable setResponsive/isReponsive API for AbstractComponent (#17369)

Change-Id: I2fb48bff5e55d3d494d9fa927305447dc0c4d816

9 years agoMention push path change done for JSR-356 (#16738)
Artur Signell [Thu, 2 Apr 2015 13:19:32 +0000 (16:19 +0300)]
Mention push path change done for JSR-356 (#16738)

Change-Id: I58fee3dfe28375f33a66fb14de82598a6d688c4a

9 years agoAdd selective data write support to AbstractSelect (#17148)
Leif Åstrand [Sun, 15 Mar 2015 12:32:38 +0000 (14:32 +0200)]
Add selective data write support to AbstractSelect (#17148)

Change-Id: I06f82fe05f3b370af85538c0a85f2e60ee28d72d

9 years agoAdd test for #17267
Johannes Dahlström [Mon, 30 Mar 2015 14:13:12 +0000 (17:13 +0300)]
Add test for #17267

Change-Id: I0b9e5c1376176e591cb1e13bfbd9594f54409e56

9 years agoAdd declarative support for PopupView (#16334)
Teemu Suo-Anttila [Wed, 25 Mar 2015 12:31:32 +0000 (14:31 +0200)]
Add declarative support for PopupView (#16334)

Change-Id: Ic5fb0238f538fd05bb6d6e37ddff3ec06175f782

9 years agoFixed typos in javadoc (#17384)
Raphael Ackermann [Sat, 4 Apr 2015 17:12:40 +0000 (19:12 +0200)]
Fixed typos in javadoc (#17384)

Change-Id: Ic74c269031e0131e2db55dace81ae51869308f12

9 years agoSupport JSR-356 websockets (#16738, #14432)
Artur Signell [Wed, 18 Mar 2015 14:22:08 +0000 (16:22 +0200)]
Support JSR-356 websockets (#16738, #14432)

* Initialize Atmosphere in a context listener as JSR-356 requires
* Do not run JSR-356 or websocket tests on servers without support
* Adds /run-jsr356/ for testing JSR-356 websockets with uitest.war
* Change push path to /PUSH (from /PUSH/) to be compatible with JSR 356
  endpoint mappings in Atmosphere (#14381)

Change-Id: Iec43f26df8c7b2bd347a713623a5298cc9e7b2cd

9 years agoFix declarative support for AbstractColorPicker (#16336)
Teemu Suo-Anttila [Thu, 26 Mar 2015 13:52:08 +0000 (15:52 +0200)]
Fix declarative support for AbstractColorPicker (#16336)

Change-Id: Icd85e028aa3ae9592fc795cadf00f1f8b7eae552

9 years agoDon't remove frozen columns when columns reordered in Grid #16901
Pekka Hyvönen [Tue, 31 Mar 2015 09:03:56 +0000 (12:03 +0300)]
Don't remove frozen columns when columns reordered in Grid #16901

Change-Id: Ib812ecd6afeb92d56bb179bcb120c65f20d26a8c

9 years agoMake test work in uitest.war
Artur Signell [Tue, 31 Mar 2015 07:40:47 +0000 (10:40 +0300)]
Make test work in uitest.war

Change-Id: I8db1b39e2b6372b460550c56884d3bea47c1155e

9 years agoAllow customizing declarative tag names (#16933)
Leif Åstrand [Mon, 23 Mar 2015 14:58:17 +0000 (16:58 +0200)]
Allow customizing declarative tag names (#16933)

Change-Id: Icadaaab9166763e8e2086c6c114efd799ab580d6

9 years agoReduce reflows when sizing columns (#17315)
Leif Åstrand [Fri, 27 Mar 2015 11:57:51 +0000 (13:57 +0200)]
Reduce reflows when sizing columns (#17315)

This patch increases the reported fps from 10 to 17 in Chrome and from 5
to 10 in Firefox. No automatic test since performance testing on our
shared testing infrastructure would be quite error-prone.

Change-Id: I0bb6af250743058a8f32bb2df89da97660e94b52

9 years agoDo proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)
Maciej Przepióra [Mon, 16 Mar 2015 14:44:43 +0000 (15:44 +0100)]
Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)

Change-Id: I5f9462923fce9f033bc89b791d68607a1e0fc5c7

9 years agoReset index of selected item when it's removed (#17248).
Denis Anisimov [Thu, 26 Mar 2015 17:56:07 +0000 (19:56 +0200)]
Reset index of selected item when it's removed (#17248).

Change-Id: Id38f48d84e9f55334af2e44b2dc49b1a3c7ef390

9 years agoUse vaadin-parent as parent in POMs (#17300)
Henri Sara [Thu, 26 Mar 2015 09:02:26 +0000 (11:02 +0200)]
Use vaadin-parent as parent in POMs (#17300)

Change-Id: Ibbc3cb3c820a2c676e38e4ad9aa943ef200572b4

9 years agoFix publishing of POM-only modules (#17025)
Henri Sara [Thu, 26 Mar 2015 14:12:03 +0000 (16:12 +0200)]
Fix publishing of POM-only modules (#17025)

Change-Id: I22c015cc333fd08a1bc3207ef51bcfc67399398c

9 years agoMake Grid update column renderers (#16552)
Patrik Lindström [Tue, 24 Mar 2015 10:58:25 +0000 (12:58 +0200)]
Make Grid update column renderers (#16552)

Change-Id: I3adf9d0cc32f800a535a82ffe5d6ba503a36e746

9 years agoFix declarative support for AbstractMedia (#16330 #16331 #16332)
Miki [Fri, 6 Feb 2015 12:49:03 +0000 (14:49 +0200)]
Fix declarative support for AbstractMedia (#16330 #16331 #16332)

Also fixes HTTPS resource handling (#17267)

Contains tests for both Audio and Video.

Change-Id: Id4a7325f0d29f6857ff2236757b28b9eb911e39a

9 years agoFix declarative support for MenuBar (#16328)
Miki [Tue, 10 Feb 2015 13:04:27 +0000 (15:04 +0200)]
Fix declarative support for MenuBar (#16328)

Change-Id: Icd70a02aa8ffef9d1aca4b833ac23aeff5813771

9 years agoFix Calendar declarative support (#16595)
Teemu Suo-Anttila [Tue, 24 Mar 2015 08:08:58 +0000 (10:08 +0200)]
Fix Calendar declarative support (#16595)

Change-Id: Ib9a33d6d0fe48e63e5043a84a47375f123eccb58

9 years agoFix build scripts for BOM (#17025)
Henri Sara [Thu, 26 Mar 2015 11:25:57 +0000 (13:25 +0200)]
Fix build scripts for BOM (#17025)

Change-Id: Ia59a2423d8e22e15a978dd73baf08b5fa6388ea6

9 years agoSplitPanel should have an event for the splitter being moved (#3855)
wodencafe [Wed, 4 Feb 2015 17:28:51 +0000 (11:28 -0600)]
SplitPanel should have an event for the splitter being moved (#3855)

Change-Id: I473e5a0f8420c95971af52ef230849f468ebbbad

9 years agoUse native scrolling in IE on touch devices (#14864)
Juho Nurminen [Thu, 26 Mar 2015 08:23:14 +0000 (10:23 +0200)]
Use native scrolling in IE on touch devices (#14864)

Change-Id: I8c652944b917d6392e2d02052b00ddb119ec242c

9 years agoBuild Maven BOM for Vaadin (#17025)
Henri Sara [Thu, 19 Mar 2015 13:36:36 +0000 (15:36 +0200)]
Build Maven BOM for Vaadin (#17025)

Change-Id: I842a5f1551012744354371e1c099f6ca2360029c

9 years agoFix declarative support for DragAndDropWrapper (#16324)
Miki [Fri, 6 Feb 2015 13:27:59 +0000 (15:27 +0200)]
Fix declarative support for DragAndDropWrapper (#16324)

Change-Id: I132e37fe54fb5949748c0e0ec265bd411ff91ce3

9 years agoDisables selection when Grid's editor is open (#17132).
Alexey Fansky [Mon, 23 Mar 2015 18:55:55 +0000 (11:55 -0700)]
Disables selection when Grid's editor is open (#17132).

Change-Id: Ibbbffbfe2e8bcb763031ac277c2c36ce4eb4e3fc

9 years agoRevert "Make push path configurable (#14432)."
Artur Signell [Thu, 19 Mar 2015 09:49:32 +0000 (09:49 +0000)]
Revert "Make push path configurable (#14432)."

Breaks long polling fallback when implemented this way

This reverts commit 735f0748344d7ee594c4e52a715d867dfdb23cb1.

Conflicts:
push/build.xml
push/ivy.xml
server/src/com/vaadin/server/Constants.java
uitest/src/com/vaadin/tests/push/PushPathTest.java

Change-Id: I07f6fedafc648b0ee403865ccb322017d2a8d571

9 years agoFixed scroll jump by using native focusing in IE (#15294)
Johannes Tuikkala [Thu, 5 Mar 2015 11:32:33 +0000 (13:32 +0200)]
Fixed scroll jump by using native focusing in IE (#15294)

Change-Id: I412ba219f31567ebba019b7d6ce4db4af9be9363

9 years agoFix Declarative support for Slider (#17196)
Johannes Dahlström [Wed, 18 Mar 2015 13:42:48 +0000 (15:42 +0200)]
Fix Declarative support for Slider (#17196)

Change-Id: I5cc390566af38115939416591a549f06e39d3153

9 years agoFix Table column header sorting on Chrome (#14796)
Anna Miroshnik [Fri, 6 Mar 2015 13:05:09 +0000 (16:05 +0300)]
Fix Table column header sorting on Chrome (#14796)

This fix is similar to the fix that has been made for other similar
cases (i.e. #13381).
Couldn't find a reliable way to reproduce the problem. Hopefully this
will fix the issue.

Was reproduced (before fix) on Google Chrome 40.0.2214.115 m on
TableSortingStopsWorkingOnChrome test one time (but then suddenly it
started to work again).
Was reproduced (before fix) on Project TableSorting once, as described
in the ticket. That project has been attached to the ticket.

Change-Id: Id901c9ce4a0a7c369572bf4374223851658aa703

9 years agoFix declarative support for CustomLayout (#17210)
Johannes Dahlström [Mon, 23 Mar 2015 10:10:07 +0000 (12:10 +0200)]
Fix declarative support for CustomLayout (#17210)

CustomLayout now has a public default constructor. If a template is not set
using one of the setters, a warning message is displayed like in the case where
the template file is specified but not found.

Change-Id: I5d56f24fafc5c82e6ab76dec393a0c25bd78aae5

9 years agoExpect Chrome 41
Artur Signell [Mon, 23 Mar 2015 20:15:51 +0000 (22:15 +0200)]
Expect Chrome 41

Change-Id: I64c8788c0ae6160c565dfc0cfb4a87a7ed86bc81

9 years agoUse special logic for allocating selection col widths (#17091)
Leif Åstrand [Fri, 20 Mar 2015 14:51:45 +0000 (16:51 +0200)]
Use special logic for allocating selection col widths (#17091)

Change-Id: I2d0a80a26e8211d6f5e9110e1476f857803b4d3f

9 years agoMake UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235
John Ahlroos [Fri, 20 Mar 2015 11:14:02 +0000 (13:14 +0200)]
Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235

Change-Id: I4ee650efdc8683dd1d6fedf5e53460c48186ed88

9 years agoFix Declarative support for BigDecimal properties (#17205)
Johannes Dahlström [Wed, 18 Mar 2015 13:35:47 +0000 (15:35 +0200)]
Fix Declarative support for BigDecimal properties (#17205)

Change-Id: I766172c125b7e771b4bc8e2db1f39d1ae828fea6

9 years agoFix Declarative support for primitive float and double properties (#17204)
Johannes Dahlström [Wed, 18 Mar 2015 13:26:39 +0000 (15:26 +0200)]
Fix Declarative support for primitive float and double properties (#17204)

Also improve tests.

Change-Id: I99e064c931770fb8af511ea5c8e2c7fc2da2464e

9 years agoRun SDM in strict mode to easier catch silly mistakes (#13567)
Leif Åstrand [Thu, 19 Mar 2015 13:28:38 +0000 (15:28 +0200)]
Run SDM in strict mode to easier catch silly mistakes (#13567)

Change-Id: I6739260499e66245eff2b05bfeb84c430ef5ca19

9 years agoDo not log severe messages which serve no purpose (#17222)
Artur Signell [Thu, 19 Mar 2015 10:29:59 +0000 (12:29 +0200)]
Do not log severe messages which serve no purpose (#17222)

Change-Id: Ifaa0cddc1523f547d8d7f935e739889aa9ddd45a

9 years agoRe-enable support for the firefox.path property
Leif Åstrand [Sat, 14 Mar 2015 13:48:52 +0000 (15:48 +0200)]
Re-enable support for the firefox.path property

Change-Id: I14d4ca1a2ef51ff77404cd6577cbe7cb35a2f75d