]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Tue, 28 Apr 2015 10:13:32 +0000 (13:13 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoFix TreeTable declarative support (#16368)
Johannes Dahlström [Wed, 22 Apr 2015 12:08:30 +0000 (15:08 +0300)]
Fix TreeTable declarative support (#16368)

Also fix some small issues in Table declarative:
* Write null property values as empty strings instead of NPEing
* Read/write item ids from/to <tr item-id="...">

Change-Id: Ieccc3f49c5021f8a4a50d4ea671f9086ad8f997c

9 years agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Tue, 28 Apr 2015 09:53:42 +0000 (12:53 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Tue, 28 Apr 2015 06:25:18 +0000 (09:25 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoAdd missing @since to DDEventHandleStrategy class
Teemu Suo-Anttila [Mon, 27 Apr 2015 16:40:47 +0000 (19:40 +0300)]
Add missing @since to DDEventHandleStrategy class

Change-Id: Ie39a5cc7649ff520da857be3a6a02e5881bcc718

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Mon, 27 Apr 2015 08:40:11 +0000 (11:40 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoMake public getLogger functions private (#17645)
Teemu Suo-Anttila [Mon, 27 Apr 2015 07:59:07 +0000 (10:59 +0300)]
Make public getLogger functions private (#17645)

Change-Id: Ic5cb52a522039fbcbcbf0349cedd81e8eae2f6a1

9 years agoFixed Grid details row height regression and refactored tests (#17423)
Pekka Hyvönen [Thu, 23 Apr 2015 11:29:25 +0000 (14:29 +0300)]
Fixed Grid details row height regression and refactored tests (#17423)

Fixed regression caused by initial #17423 change
Refactored tests for Grid's details row and added @TestCategory("grid").

Change-Id: I0b68eb7d6650d16700104f76b00972483d615855

9 years agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Fri, 24 Apr 2015 11:02:00 +0000 (14:02 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoAdd support for custom Grid sidebar items (#17569)
Leif Åstrand [Tue, 21 Apr 2015 14:06:50 +0000 (17:06 +0300)]
Add support for custom Grid sidebar items (#17569)

The current implementation does not in all cases enforce that visibility
toggles are always before any custom items. The JavaDoc warns about this
and the order is also restored whenever a visibility toggle is added or
removed.

Change-Id: I7160a04d6c96b2d6d821b13e420172e6115bc072

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 24 Apr 2015 07:47:03 +0000 (10:47 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoMake restoreInstances clear value when previous value was gc:ed (#17603)
Leif Åstrand [Thu, 23 Apr 2015 12:54:29 +0000 (15:54 +0300)]
Make restoreInstances clear value when previous value was gc:ed (#17603)

Change-Id: I61992c04cac578dc1158efd9c76484eacc8a6b6a

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 24 Apr 2015 07:07:46 +0000 (10:07 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoAlways include content-type in JSON XHR response (#17608)
Artur Signell [Thu, 23 Apr 2015 11:12:14 +0000 (14:12 +0300)]
Always include content-type in JSON XHR response (#17608)

Change-Id: I0be5315dd514f99d69b1dc511a45acc5e7c288ca

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 23 Apr 2015 17:02:52 +0000 (20:02 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoSimplified tracking of servers which support websockets
Artur Signell [Thu, 23 Apr 2015 09:54:59 +0000 (12:54 +0300)]
Simplified tracking of servers which support websockets

Change-Id: Ibc1d82a9751c93506bb69970d55adfa810ad0b50

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 23 Apr 2015 12:44:12 +0000 (15:44 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoRemove broken custom String[] serialization (#17146)
Leif Åstrand [Sat, 14 Mar 2015 13:45:22 +0000 (15:45 +0200)]
Remove broken custom String[] serialization (#17146)

Change-Id: If40b6c4e979e4258a22a7d2d1af0532d3e8f11bc

9 years agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Thu, 23 Apr 2015 12:34:08 +0000 (15:34 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 23 Apr 2015 11:50:35 +0000 (14:50 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoConvert PopupDateFieldValueChangeEventsTest from TB2 to TB4
Teemu Suo-Anttila [Thu, 23 Apr 2015 10:54:10 +0000 (13:54 +0300)]
Convert PopupDateFieldValueChangeEventsTest from TB2 to TB4

Change-Id: I0442574763ba5c29f24100f47497b5992ecafbc8

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 23 Apr 2015 11:25:34 +0000 (14:25 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoAdd JavaDocs to MarginInfo object (#17564)
patrik [Tue, 21 Apr 2015 08:57:50 +0000 (11:57 +0300)]
Add JavaDocs to MarginInfo object (#17564)

Change-Id: I6e8b4f3dfa374f4c7eb5421867d7943abae6e941

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 23 Apr 2015 10:01:16 +0000 (13:01 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoFixed theming issues with Grid's Sidebar (#17412)
Pekka Hyvönen [Wed, 22 Apr 2015 14:17:18 +0000 (17:17 +0300)]
Fixed theming issues with Grid's Sidebar (#17412)

- if columns hidable when grid rendered, sidebar button had invalid height
- removed border radius from grid sidebar
- inherit font color for grid sidebar button

Change-Id: Ib35d917b35e701bd736a28f19b34dbece7fcbe71

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Wed, 22 Apr 2015 13:24:04 +0000 (16:24 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Wed, 22 Apr 2015 13:05:26 +0000 (16:05 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Wed, 22 Apr 2015 09:55:33 +0000 (12:55 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoMerge remote-tracking branch 'origin/master' into grid-7.5
Teemu Suo-Anttila [Wed, 22 Apr 2015 09:44:40 +0000 (12:44 +0300)]
Merge remote-tracking branch 'origin/master' into grid-7.5

Change-Id: I01c7d52b1e80483ec46f87ac8c5d7a48d4c01c84

9 years agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Wed, 22 Apr 2015 09:40:26 +0000 (12:40 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoFixed regression and fragile test for Grid.
Pekka Hyvönen [Tue, 21 Apr 2015 12:42:54 +0000 (15:42 +0300)]
Fixed regression and fragile test for Grid.

- Fixed regression caused by #17423 in IE8
- Fixed fragile tests for focusing spacer content in Grid
- Changed TestCategory for EscalatorBasicClientFeaturesTest from 'escalator' to 'grid'.

Change-Id: I644f85a68fee643e468342093ad537dcd7bf8626

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Mon, 20 Apr 2015 08:44:51 +0000 (11:44 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Mon, 20 Apr 2015 07:35:10 +0000 (10:35 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Sat, 18 Apr 2015 19:04:12 +0000 (22:04 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 17:47:56 +0000 (20:47 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 14:40:06 +0000 (17:40 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 13:40:30 +0000 (16:40 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 13:25:16 +0000 (16:25 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 13:11:52 +0000 (16:11 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 12:06:09 +0000 (15:06 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 07:19:31 +0000 (10:19 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 06:44:47 +0000 (09:44 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

9 years agoMerge branch 'master' into grid-7.5
Pekka Hyvönen [Fri, 17 Apr 2015 06:42:07 +0000 (09:42 +0300)]
Merge branch 'master' into grid-7.5

Change-Id: I6175398df4c3a07656a2682843615a0d7bd32a45

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 agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Fri, 17 Apr 2015 06:31:24 +0000 (09:31 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 14:19:11 +0000 (17:19 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 11:50:15 +0000 (14:50 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoDeclarative support and test for Grid.Column.hidingToggleCaption #17481
Pekka Hyvönen [Thu, 16 Apr 2015 11:25:55 +0000 (14:25 +0300)]
Declarative support and test for Grid.Column.hidingToggleCaption #17481

Change-Id: Ic20686649b28530160498742e78f69074e32e596

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 10:24:20 +0000 (13:24 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 09:50:41 +0000 (12:50 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 09:42:21 +0000 (12:42 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoDeclarative support and tests for Grid's 7.5 features (#17481)
Pekka Hyvönen [Thu, 16 Apr 2015 07:48:59 +0000 (10:48 +0300)]
Declarative support and tests for Grid's 7.5 features (#17481)

- Grid.Column.hidden and Grid.Column.hidable
- Grid.columnReorderingAllowed

Change-Id: Iee2e3ff7472bceef314403b750549c99e26a9546

9 years agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 08:52:35 +0000 (11:52 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoCalculate Grid sidebar button height when closed #17412
Pekka Hyvönen [Tue, 14 Apr 2015 12:39:18 +0000 (15:39 +0300)]
Calculate Grid sidebar button height when closed #17412

+ contains Valo theming fixes for all browsers.
+ includes screenshot test for sidebar in Valo

Change-Id: Ic6401057efff7e4d4ab65c46885dda2d995bce5d

9 years agoMerge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 07:19:38 +0000 (10:19 +0300)]
Merge branch 'refs/heads/grid-7.5' into 'snapshot/7.5'

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 07:11:23 +0000 (10:11 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoGrid.Column setHidable and setHidden return the Column #17478
Pekka Hyvönen [Thu, 16 Apr 2015 06:50:30 +0000 (09:50 +0300)]
Grid.Column setHidable and setHidden return the Column #17478

Change-Id: I720b66d14a151964cf071deee380704c73f88744

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Thu, 16 Apr 2015 05:55:14 +0000 (08:55 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMove details row decorators out of spacers td #17423
Pekka Hyvönen [Mon, 13 Apr 2015 05:36:27 +0000 (08:36 +0300)]
Move details row decorators out of spacers td #17423

Change-Id: Ie6c0166ad307b9172acccaa781d6fea316ee6390

9 years agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Wed, 15 Apr 2015 13:56:28 +0000 (16:56 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge branch 'refs/heads/master' into 'snapshot/7.5'
Teamcity [Wed, 15 Apr 2015 09:12:25 +0000 (12:12 +0300)]
Merge branch 'refs/heads/master' into 'snapshot/7.5'

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 agoMerge remote-tracking branch 'origin/master' into grid-7.5
Teemu Suo-Anttila [Wed, 15 Apr 2015 07:24:44 +0000 (10:24 +0300)]
Merge remote-tracking branch 'origin/master' into grid-7.5

Change-Id: I03fdd2014fd0393341db0f650c065f6d27905b73

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