]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
9 years agoDon't leak current VaadinSession in test
Leif Åstrand [Thu, 23 Apr 2015 12:57:05 +0000 (15:57 +0300)]
Don't leak current VaadinSession in test

Change-Id: I51d70636138ccf21ec4d7488aca2f071f940a51a

9 years agoFixes regression in Notifications and tests (#14872)
Pekka Hyvönen [Wed, 13 May 2015 11:56:20 +0000 (14:56 +0300)]
Fixes regression in Notifications and tests (#14872)

Change-Id: Ifa52508f5555c47b778cb7f80aa09f665b03b8d4

9 years agoCatch even more exceptions when trying to open a gzipped resource (#13653)
Johannes Dahlström [Wed, 13 May 2015 08:03:58 +0000 (11:03 +0300)]
Catch even more exceptions when trying to open a gzipped resource (#13653)

URL.openConnection may also throw if the file does not exist.

Change-Id: I254a5b6591f34b0f11b20c6c9ab81c0cb51af672

9 years agoCode for current Grid mini tutorials
Leif Åstrand [Tue, 24 Feb 2015 11:30:51 +0000 (13:30 +0200)]
Code for current Grid mini tutorials

Change-Id: Icc5d99713caca43b537e90a267ff2a93da166572

9 years agoAdd missing JavaDoc for Escalator.SubPartArguments (#17814)
Teemu Suo-Anttila [Tue, 12 May 2015 09:18:50 +0000 (12:18 +0300)]
Add missing JavaDoc for Escalator.SubPartArguments (#17814)

Change-Id: Ib90f9325426898d65584cf9928a7730e18745c5d

9 years agoCatch all Exceptions when trying to open a gzipped resource (#13653)
Johannes Dahlström [Tue, 12 May 2015 09:03:40 +0000 (12:03 +0300)]
Catch all Exceptions when trying to open a gzipped resource (#13653)

URLConnection.getInputStream may throw any IOException, not just
FileNotFoundException. Additionally, catch and log unexpected non-IOExceptions
just in case to keep the app from failing hard.

Change-Id: Id7ce7ddee3de38ccd10d9e02e6c587a86b9cac96

9 years agoFixed regression in details row for IE8&9 and another small bug (#17423)
Pekka Hyvönen [Fri, 8 May 2015 07:43:37 +0000 (10:43 +0300)]
Fixed regression in details row for IE8&9 and another small bug (#17423)

Regression caused by the previous patch for the ticket. Details row inherited extra margin-top from parent.
Because some position functions in escalator use left for transforming the rows, the offset caused
by the spacer deco was switched to padding-left from left, so it won't get overridden by the position
funcion.

Change-Id: I774ab9573c95f971a0e625dc8d79370f3d86daec

9 years agoFix Grid and Escalator accessing of SubPartArguments
Teemu Suo-Anttila [Tue, 12 May 2015 08:49:50 +0000 (11:49 +0300)]
Fix Grid and Escalator accessing of SubPartArguments

This patch removes an extra static method from Escalator and makes Grid
and Escalator call SubPartArguments create(String) method directly.

Change-Id: I6825bc89540c6183a8fddeded8133fb7ef8e23f1

9 years agoRevert "Moved accessibility shortcut handling to server-side. [#14843]"
Leif Åstrand [Tue, 24 Mar 2015 08:46:39 +0000 (10:46 +0200)]
Revert "Moved accessibility shortcut handling to server-side. [#14843]"

This reverts commit e88f71dd6d1d7634e3a90a7e53859ff6dc028e21.

Change-Id: I1d4ed60ec4a194f6ed18fa5506134ef3a185a6cf

9 years agoAdd missing @since for 7.5
Leif Åstrand [Tue, 12 May 2015 07:50:45 +0000 (10:50 +0300)]
Add missing @since for 7.5

Change-Id: Id8f78c9ef7670c5413d3b7d28eef732dd1b7512d

9 years agoMake extra API private instead of protected (#16596)
Teemu Suo-Anttila [Tue, 12 May 2015 08:40:04 +0000 (11:40 +0300)]
Make extra API private instead of protected (#16596)

Change-Id: I1ae0923309d4a7bd69f197bdbe308baefbe1512d

9 years agoClarify some @since definitions
Leif Åstrand [Tue, 12 May 2015 07:53:02 +0000 (10:53 +0300)]
Clarify some @since definitions

Change-Id: I0b46be2af610f6b35a6e1119a0859ddbd1c098f9

9 years agoUpdated all empty @since tags to be published in 7.5.0
Pekka Hyvönen [Mon, 11 May 2015 11:05:40 +0000 (14:05 +0300)]
Updated all empty @since tags to be published in 7.5.0

Removed invalid @since from MarginInfo.

Change-Id: I7ad0dee47e8686c5cbca05ca1363ae8741642be8

9 years agoAvoid on-the-fly compilation when running tests (#15135)
Artur Signell [Mon, 27 Apr 2015 15:19:48 +0000 (18:19 +0300)]
Avoid on-the-fly compilation when running tests (#15135)

Change-Id: I507cba331403cb268110dec1d523fb10f37c34c4

9 years agoMention potential gzip incompatibility in release notes (#13653)
Leif Åstrand [Mon, 11 May 2015 12:42:38 +0000 (15:42 +0300)]
Mention potential gzip incompatibility in release notes (#13653)

Change-Id: I11f2e4095ac106e985e2add283c7d36d04cd07e2

9 years agoFixed Grid crash when rendering first time and no header available (#17412)
Pekka Hyvönen [Mon, 11 May 2015 12:07:51 +0000 (15:07 +0300)]
Fixed Grid crash when rendering first time and no header available (#17412)

Need to catch IndexOutOfBoundsException thrown by Escalator.

Change-Id: I7593d6c4eb3f948d494688800dcf42c2ae963b07

9 years agoFixes unnecessary selector specificity for notifications (#14872)
Pekka Hyvönen [Mon, 11 May 2015 09:29:04 +0000 (12:29 +0300)]
Fixes unnecessary selector specificity for notifications (#14872)

Removes nesting for .v-Notification-caption and -description when possible.

Change-Id: I6c68706116f9a90598413ffe43ea429d08616f51

9 years agoFix a typo in AbstractSelect.setItemIcon Javadoc comment.
Teemu Pöntelin [Sun, 10 May 2015 19:53:06 +0000 (22:53 +0300)]
Fix a typo in AbstractSelect.setItemIcon Javadoc comment.

Change-Id: Ifc5780c8d8488363bf40252d959b45cc08d6c68c

9 years agoNotification styles should be scoped more eagerly (#14872)
Denis Anisimov [Sun, 9 Nov 2014 14:24:06 +0000 (16:24 +0200)]
Notification styles should be scoped more eagerly (#14872)

Change-Id: Ifb648b8913c9999d3c0c855f05f79c8356577887

9 years agoAdd opacity filter for disabled menubar item. (#15381)
Sauli Tähkäpää [Sat, 20 Dec 2014 21:53:54 +0000 (23:53 +0200)]
Add opacity filter for disabled menubar item. (#15381)

Change-Id: I457becda9b8741b0b0f85d8985581a2039fa7304

9 years agoHiding/Unhiding Grid column when details row is open (#17691)
Pekka Hyvönen [Wed, 6 May 2015 11:09:40 +0000 (14:09 +0300)]
Hiding/Unhiding Grid column when details row is open (#17691)

Fixes paintRemoveColumns and paintInsertColumns in Escalator.AbstractStaticRowContainer
to not include spacers in row count.
Fixes couple ColumnHidingTests for IE8.
Change-Id: I283ee9fcdf0f3a7d0019948a700225c27a25d701

9 years agoRemoved outdated workaround (#14405)
Anna Koskinen [Fri, 24 Apr 2015 15:45:16 +0000 (18:45 +0300)]
Removed outdated workaround (#14405)

Change-Id: I3b7e6c9d5f5e24589b3dac238fa78814e30d057f

9 years agoFix for declarative FontIcon support (#17275)
Johannes Dahlström [Fri, 24 Apr 2015 12:54:23 +0000 (15:54 +0300)]
Fix for declarative FontIcon support (#17275)

Change-Id: I5d61ed7003811f95bba4ded71937bb08742936c5

9 years agoFixes some broken FF24 tests for Grid.
Pekka Hyvönen [Wed, 6 May 2015 05:31:36 +0000 (08:31 +0300)]
Fixes some broken FF24 tests for Grid.

Change-Id: I7f1d21afd93f7fd74302738d24b4ba91be23ebec

9 years agoFix caption position calculation in GridLayout (#17619)
Teemu Pöntelin [Wed, 29 Apr 2015 19:57:02 +0000 (22:57 +0300)]
Fix caption position calculation in GridLayout (#17619)

Change-Id: I5af773fbc03bc3d44e1aaa06ae974517583fdf4d

9 years agoConvert TableDragColumn tests from TB2 to TB4
Teemu Suo-Anttila [Tue, 5 May 2015 12:45:11 +0000 (15:45 +0300)]
Convert TableDragColumn tests from TB2 to TB4

Change-Id: I16127f7b86bedc7603f5319dcc482c9b53e93a46

9 years agoEnsure browser does not re-use push connection after refresh (#14297, #14416)
Artur Signell [Tue, 28 Apr 2015 20:50:19 +0000 (23:50 +0300)]
Ensure browser does not re-use push connection after refresh (#14297, #14416)

Change-Id: I99748db0f00a6b2189f557fa05a145906a841efc

9 years agoFix the updating of sort indicators (#17440)
Mika Murtojarvi [Mon, 27 Apr 2015 14:42:32 +0000 (17:42 +0300)]
Fix the updating of sort indicators (#17440)

Change-Id: I0f8aa598b6e133a5cc128777cb6f1950dc6666c7

9 years agoConvert LabelTooltip tests from TB2 to TB4
Teemu Suo-Anttila [Tue, 5 May 2015 08:16:17 +0000 (11:16 +0300)]
Convert LabelTooltip tests from TB2 to TB4

Change-Id: Icf6a827ba99872df6d85a38f69b1a9dfe43a2c62

9 years agoFix Grid reloading test to use ElementQuery exists() method
Teemu Suo-Anttila [Tue, 5 May 2015 09:31:44 +0000 (12:31 +0300)]
Fix Grid reloading test to use ElementQuery exists() method

Change-Id: Id45e512acfed304731a11cde3c7593149b05b53e

9 years agoConvert MenuBarNavigationMouse test from TB2 to TB4
Teemu Suo-Anttila [Tue, 5 May 2015 06:58:40 +0000 (09:58 +0300)]
Convert MenuBarNavigationMouse test from TB2 to TB4

Change-Id: Ie6780b20fa4cf046a9adec6d550160b84d15e422

9 years agoMargin for header label in form should override any other rule (#14775).
Denis Anisimov [Sun, 2 Nov 2014 11:29:51 +0000 (13:29 +0200)]
Margin for header label in form should override any other rule (#14775).

Change-Id: I6db8f01cf4842f17db3ee9509a0b7873dfd70ddd

9 years agoSet display to inline-block for TOP_CENTER and TOP_RIGHT (#14137).
Denis Anisimov [Sat, 1 Nov 2014 12:11:39 +0000 (14:11 +0200)]
Set display to inline-block for TOP_CENTER and TOP_RIGHT (#14137).

Change-Id: I317eefabfc93fd00a848f6b57cba9bd73600b3b6

9 years agoProvide variable for default contrast value in valo-font-color (#14793).
Denis Anisimov [Fri, 7 Nov 2014 11:53:45 +0000 (13:53 +0200)]
Provide variable for default contrast value in valo-font-color (#14793).

Change-Id: Ida9552b02cb515fab6fb078a93f9f5c2f6d55014

9 years agoFix enabled handling for DateField and PopupDateField (#17620)
Artur Signell [Fri, 24 Apr 2015 13:51:22 +0000 (16:51 +0300)]
Fix enabled handling for DateField and PopupDateField (#17620)

Change-Id: I3e38bb5c03453b6c1ad5c9bb717241297a779f73

9 years agoConvert InitialFragmentEvent test from TB2 to TB4
Teemu Suo-Anttila [Mon, 4 May 2015 10:13:00 +0000 (13:13 +0300)]
Convert InitialFragmentEvent test from TB2 to TB4

Change-Id: I8c69bc1230076e4c5de09b99a22de21796709f5d

9 years agoConvert BooleanTextField test from TB2 to TB4
Teemu Suo-Anttila [Mon, 4 May 2015 13:14:44 +0000 (16:14 +0300)]
Convert BooleanTextField test from TB2 to TB4

Change-Id: Ib9061494db9e5537364525f55b55ea0820e68b31

9 years agoRender CustomLayout properly even if a slot is missing (#17681)
Artur Signell [Wed, 29 Apr 2015 11:30:55 +0000 (14:30 +0300)]
Render CustomLayout properly even if a slot is missing (#17681)

Change-Id: I1ca0699776b93987c00a23a61a64ba8f3b4cd95e

9 years agoConverted javascript tests to TB4 and added date tests (#16797, #16786)
Artur Signell [Wed, 18 Feb 2015 12:42:20 +0000 (14:42 +0200)]
Converted javascript tests to TB4 and added date tests (#16797, #16786)

Change-Id: Idde67d2e841cb7ee23f78b741b3ae45235bfbdcb

9 years agoMerge "Merge branch 'grid-7.5'"
Teemu Suo-Anttila [Sat, 2 May 2015 10:53:26 +0000 (10:53 +0000)]
Merge "Merge branch 'grid-7.5'"

9 years agoIncorrect documentation for CalendarProvider.getEvents (#17714)
Steven Spungin [Fri, 1 May 2015 14:06:07 +0000 (10:06 -0400)]
Incorrect documentation for CalendarProvider.getEvents (#17714)

Change-Id: I12ec71f918bcba7a9357f13c249955dbfe1a99f6

9 years agoMerge branch 'grid-7.5'
Pekka Hyvönen [Thu, 30 Apr 2015 10:40:45 +0000 (13:40 +0300)]
Merge branch 'grid-7.5'

Change-Id: Ifa976fa4be1258fd35999de17775da70afedb2a8

9 years agoServe pre-compressed static resources by default (#13653)
Matti Tahvonen [Tue, 14 Apr 2015 11:53:35 +0000 (14:53 +0300)]
Serve pre-compressed static resources by default (#13653)

 * enabled widgetset compression in GWT compiler
 * serving compressed static files if available (when serving through
VaadinServlet)

Change-Id: I34c289c85cda74a1d291bf621211aee446c6c80f

9 years agoDetails row decorator and border positioning and sizes (#17423)
Pekka Hyvönen [Wed, 29 Apr 2015 13:44:19 +0000 (16:44 +0300)]
Details row decorator and border positioning and sizes (#17423)

IE8 still isn't pixel perfect, but you can't have 'em all.

Change-Id: I1780441f130032503d783657103066f502dce570

9 years agoUpdate to Atmosphere 2.2.4.vaadin8 (#17456)
Artur Signell [Wed, 29 Apr 2015 07:22:24 +0000 (10:22 +0300)]
Update to Atmosphere 2.2.4.vaadin8 (#17456)

Change-Id: I58a8928e93e13a639c331383731f91ae33a33389

9 years agoAdd missing @since to VDragAndDropManager
Teemu Suo-Anttila [Wed, 29 Apr 2015 07:53:28 +0000 (10:53 +0300)]
Add missing @since to VDragAndDropManager

Change-Id: Icf4bc147b2ca77676ce29c7b2b8a516cbf7b2d23

9 years agoFix PrivateTB3Configuartion to use correct BrowserFactory
Teemu Suo-Anttila [Tue, 28 Apr 2015 11:29:02 +0000 (14:29 +0300)]
Fix PrivateTB3Configuartion to use correct BrowserFactory

This patch also removes an unused private function.

Change-Id: I7734739b3ef895956ff8119c99eca27867263a5e

9 years agoFix MenuBar keyboard navigation and selecting (#17076)
Teemu Suo-Anttila [Thu, 23 Apr 2015 10:53:17 +0000 (13:53 +0300)]
Fix MenuBar keyboard navigation and selecting (#17076)

This patch also changes old TB2 test to TB4.

Change-Id: I7a2ba20267d2db99e29003b764530d65a4eab955

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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