]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
9 years agoBetter error messages for addColumn/setColumns (#18019, #17890)
Artur Signell [Tue, 2 Jun 2015 18:21:44 +0000 (21:21 +0300)]
Better error messages for addColumn/setColumns (#18019, #17890)

Change-Id: Iadf455ae6cbc60e0ce0b88fe7c12df946ed08cf0

9 years agoDND-drop-marker should not be on top of sidebar opening button #17692
Pekka Hyvönen [Thu, 7 May 2015 09:30:41 +0000 (12:30 +0300)]
DND-drop-marker should not be on top of sidebar opening button #17692

When sidebar opening button is visible, the column dnd-drop marker should
not be on top of it.

Change-Id: I67428bc5f49ce08c8df11ad84b529e17ad2bc2da

9 years agoRemove duplicate primary stylename from split panels (#17846)
Teppo Kurki [Wed, 3 Jun 2015 12:34:43 +0000 (15:34 +0300)]
Remove duplicate primary stylename from split panels (#17846)

Change-Id: Ia0d839654cd14e0109f09d5625fe21ae41a689a3

9 years agoUse headerCaption as default hidingToggleCaption (#18028)
Teppo Kurki [Wed, 3 Jun 2015 11:26:35 +0000 (14:26 +0300)]
Use headerCaption as default hidingToggleCaption (#18028)

Change-Id: Ifaf288da98d6d1d1c02760784b832cb5b5d93c07

9 years agoFixed CvalChecker invalid version message (#17879)
Teppo Kurki [Thu, 4 Jun 2015 19:02:41 +0000 (22:02 +0300)]
Fixed CvalChecker invalid version message (#17879)

Change-Id: I2eed6d907be299ebca3e69d7f492aff6f1244fe4

9 years agoForget GridLayout column expand ratios when removing columns (#18068)
Teppo Kurki [Thu, 4 Jun 2015 20:06:01 +0000 (23:06 +0300)]
Forget GridLayout column expand ratios when removing columns (#18068)

Change-Id: I49e3e54a3e408a2c82ff5d2a0d51c037f60397c5

9 years agoRemove redundant array copy (#18040)
Leif Åstrand [Thu, 28 May 2015 07:55:35 +0000 (10:55 +0300)]
Remove redundant array copy (#18040)

Change-Id: I86ffcd63441ab55a4fec95b1ba7bd017cabd4c72

9 years agoEnsure PhantomJS2 tests are run on version 2
Artur Signell [Thu, 4 Jun 2015 18:10:57 +0000 (21:10 +0300)]
Ensure PhantomJS2 tests are run on version 2

Change-Id: I802992a13c81a43d9f2c021184947fa83b17cdaf

9 years agoRequired indicator for Table now works as expected (#17294)
Matti Tahvonen [Wed, 3 Jun 2015 13:32:18 +0000 (16:32 +0300)]
Required indicator for Table now works as expected (#17294)

Table is a field (and one of the most powerful ones), but it cannot be
used as required, especially if one wants to use the built in "required
indicators" in Vaadin. Those only work if client side connector extends
AbstractFieldConnector so Table is now extending it as well and
(I expect that it ) needs to do the AbstractHasComponentsConnector
stuff internally.

Change-Id: I4ceb719366621053c7fe4c9691d624d61ed57567

9 years agoDo not send value change to server for non-immediate CheckBox (#18102)
Teppo Kurki [Wed, 3 Jun 2015 19:06:42 +0000 (22:06 +0300)]
Do not send value change to server for non-immediate CheckBox (#18102)

Change-Id: I60a58af72d7166869d8bdc8930e16440e02d2ac5

9 years agoAllow specifying location of PhantomJS binary
Artur Signell [Thu, 28 May 2015 20:14:05 +0000 (23:14 +0300)]
Allow specifying location of PhantomJS binary

Change-Id: Idf04ba5c3712a387010bc2a28a119e81499f1f75

9 years agoAllow arbitrary serializable types as Renderer data type (#15410)
Johannes Dahlström [Mon, 1 Jun 2015 14:09:04 +0000 (17:09 +0300)]
Allow arbitrary serializable types as Renderer data type (#15410)

Change-Id: If535c5603116be204e11936f9186ce3856b74b03

9 years agoFix GridEditorClientTest focus checks on IE8
Teemu Suo-Anttila [Wed, 3 Jun 2015 09:06:04 +0000 (12:06 +0300)]
Fix GridEditorClientTest focus checks on IE8

Change-Id: I68f63cf521fd81c8b5a384c60d88526365d3c9af

9 years agoReset heartbeat timestamp when reopening UI (#18101)
Leif Åstrand [Wed, 3 Jun 2015 08:30:06 +0000 (11:30 +0300)]
Reset heartbeat timestamp when reopening UI (#18101)

Change-Id: I288bae95e364277819727a99854d94fbbc98b162

9 years agoEncode numeric values as JSON numbers (#18039)
Leif Åstrand [Thu, 28 May 2015 07:47:44 +0000 (10:47 +0300)]
Encode numeric values as JSON numbers (#18039)

Change-Id: Ibb0422ed00de498957e9baf995bb7835b60aafef

9 years agoFix MenuBar handling with extremely wide first level sub menus
Teemu Suo-Anttila [Wed, 3 Jun 2015 08:53:12 +0000 (11:53 +0300)]
Fix MenuBar handling with extremely wide first level sub menus

Change-Id: I42831b67bd366002396300b8c793ccac27999849

9 years agoUse GWT CheckBoxes in MultiSelectionRenderer (#17554)
Teemu Suo-Anttila [Tue, 2 Jun 2015 14:38:23 +0000 (17:38 +0300)]
Use GWT CheckBoxes in MultiSelectionRenderer (#17554)

Simple input checkboxes are replaced with GWT checkboxes so styling them
is easier.

Change-Id: I609a79a382ba2e3b7d6ea2895d51cc33b9028a3b

9 years agoConvert a ComboBox test to TB4. 7.5.0.beta3
Mika Murtojarvi [Tue, 2 Jun 2015 08:10:18 +0000 (11:10 +0300)]
Convert a ComboBox test to TB4.

Also fixes a bug in the test introduced in
https://dev.vaadin.com/review/#/c/7117/8.

Change-Id: I39ce310fd71296a8d8c223dfc09185c983b19299

9 years agoAdd screenshot comparison for DisabledMenuBarItemTest
Teemu Suo-Anttila [Mon, 1 Jun 2015 13:58:28 +0000 (16:58 +0300)]
Add screenshot comparison for DisabledMenuBarItemTest

Change-Id: Ib4f9531da8b0ebb0b6294b5539bf7ab578a776b8

9 years agoUpdate @since tag.
Mika Murtojarvi [Tue, 2 Jun 2015 14:03:58 +0000 (17:03 +0300)]
Update @since tag.

Change-Id: I7b403d239168155a1530e82f280189d2f528a3fc

9 years agoReplaced incorrect setter/getter with prope ones and fixed declarative (#17982)
Artur Signell [Mon, 25 May 2015 16:20:36 +0000 (19:20 +0300)]
Replaced incorrect setter/getter with prope ones and fixed declarative (#17982)

Change-Id: If1109d3759d9e6414f7d60ae3b12286aa9e29566

9 years agoRefactor MenuBar handling methods to AbstractTB3Test
Teemu Suo-Anttila [Mon, 1 Jun 2015 12:46:19 +0000 (15:46 +0300)]
Refactor MenuBar handling methods to AbstractTB3Test

This patch uses the new menubar handling in AccordionClipsContentTest

Change-Id: Ib54b8b7c51b04fb98785af214aebdd33126aa61d

9 years agoProperly handle readonly fields when clearing FieldGroup (#17166)
Artur Signell [Fri, 15 May 2015 09:38:01 +0000 (12:38 +0300)]
Properly handle readonly fields when clearing FieldGroup (#17166)

Change-Id: I42b9fe5d945d23e202a252a8be12976608da19bf

9 years agoFix for javadocs
elmot [Fri, 29 May 2015 15:13:33 +0000 (18:13 +0300)]
Fix for javadocs

Change-Id: Id8cec85e279907795947e0b0e98649fde6eecb2d

9 years agoFix for Valo notification mixins (#14872).
Denis Anisimov [Sun, 17 May 2015 09:34:32 +0000 (12:34 +0300)]
Fix for Valo notification mixins (#14872).

Change-Id: I6477557c605443419ee3fc9f3398ae5af4956aa7

9 years agoEnsure method and property names are capitalized using English locale (#13389)
Artur Signell [Wed, 27 May 2015 19:03:26 +0000 (22:03 +0300)]
Ensure method and property names are capitalized using English locale (#13389)

Change-Id: Idde4fc54950f2bb83e0bb8d36a84a5bf075eb8de

9 years agoFix GridEditorClientTest focus checks on IE browsers
Teemu Suo-Anttila [Fri, 29 May 2015 08:20:58 +0000 (11:20 +0300)]
Fix GridEditorClientTest focus checks on IE browsers

Change-Id: I50551d5dd294165445b98be1076cc91aaa3555a0

9 years agoAdd @since 7.5
Mika Murtojarvi [Fri, 29 May 2015 10:41:53 +0000 (13:41 +0300)]
Add @since 7.5

Change-Id: I860b5cf00415bc17a28b52b4a8109392a6939dc6

9 years agoInput prompt shouldn't get set when input has focus (#18027)
Anna Koskinen [Thu, 28 May 2015 13:41:07 +0000 (16:41 +0300)]
Input prompt shouldn't get set when input has focus (#18027)

Change-Id: Ide792fec9bf9050cea0b7616536965e42d74b16a

9 years agoAdds a textual null representation to Grid renderers(#16560) 7.5.0.beta2
Ilia Motornyi [Tue, 17 Mar 2015 09:47:53 +0000 (11:47 +0200)]
Adds a textual null representation to Grid renderers(#16560)

Adds an optional textual value for null to Grid.AbstractRenderer

Change-Id: I4998476308e4259306f1774f309968520d8672e5

9 years agoFocus the field in the the active cell when manually opening Grid editor
Johannes Dahlström [Mon, 25 May 2015 15:05:31 +0000 (18:05 +0300)]
Focus the field in the the active cell when manually opening Grid editor

Also move focus back to Grid when manually closing the editor.

Change-Id: I3ec54c00500ddd3872e7d20109191ac7db8bb950

9 years agoShow declarative output for component selected in debug window (#17960)
Artur Signell [Fri, 22 May 2015 17:38:35 +0000 (20:38 +0300)]
Show declarative output for component selected in debug window (#17960)

Change-Id: I975eef2f06db4395925f76e40c044078028b0e66

9 years agoLess restrictive RPC interface detection in registerRpc (#10945)
vandeti [Sat, 4 Apr 2015 12:55:00 +0000 (14:55 +0200)]
Less restrictive RPC interface detection in registerRpc (#10945)

Change-Id: I664740523b35b64b0fd0c4fdc21597a2245537cd

9 years agoBackport a resynchronization fix for 7.5 (#15405)
Artur Signell [Fri, 17 Apr 2015 19:36:03 +0000 (22:36 +0300)]
Backport a resynchronization fix for 7.5 (#15405)

Change-Id: I62178ada54de6a814704dd7e166e9e9e3403c83b

9 years agoUpdate to GWT version 2.7.0.vaadin3.
Mika Murtojarvi [Wed, 27 May 2015 13:46:50 +0000 (16:46 +0300)]
Update to GWT version 2.7.0.vaadin3.

The fix in the new GWT version is
https://dev.vaadin.com/review/gitweb?p=gwt.git;a=commit;h=d6116973b0b211e50243efe5f88aa893ffdbd037
(GWT RPC fix addressing a memory leak on IE9)

Change-Id: I39f3a17167cfd69c2b90d0f225a967a281fd9ef5

9 years agoUpdate browser version test to Chrome 43
Mika Murtojarvi [Wed, 27 May 2015 11:33:10 +0000 (14:33 +0300)]
Update browser version test to Chrome 43

Change-Id: Ifbc59644f02a2a5384fa6fa22d397863459a93b1

9 years agoSelect all checkbox when pressing space on the cell (#16685)
Artur Signell [Mon, 25 May 2015 17:27:46 +0000 (20:27 +0300)]
Select all checkbox when pressing space on the cell (#16685)

Change-Id: I71ca4d7d390bdaf42cf3d9317564e6ad8f96cc25

9 years agoAdd class name for not editable editor cells (#18021)
Teemu Suo-Anttila [Wed, 27 May 2015 08:07:00 +0000 (11:07 +0300)]
Add class name for not editable editor cells (#18021)

Change-Id: Ib9bfb1fd3fe2f3caef745aa0d8fad5913759cb9e

9 years agoUpdate loading indicators (#18015).
Mika Murtojarvi [Tue, 26 May 2015 14:24:12 +0000 (17:24 +0300)]
Update loading indicators (#18015).

Change-Id: I8669e604ac75ce25b43c1be6a323a007f8e00c67

9 years agoFix Grid client-side event support (#17986)
Teemu Suo-Anttila [Mon, 25 May 2015 12:14:39 +0000 (15:14 +0300)]
Fix Grid client-side event support (#17986)

Added a public API to get an EventCellReference for the most recent
fired event. Also EventCellReference now contains information on Grid
section and some related helpers.

Change-Id: Ia8a166da6f322084d65f9b1cb242e22b0e66e53b

9 years agoUse GWT.create instead of new in Grid client-side (#18011)
Teemu Suo-Anttila [Tue, 26 May 2015 12:44:25 +0000 (15:44 +0300)]
Use GWT.create instead of new in Grid client-side (#18011)

Change-Id: I34db328092965e0dd8c63c9e65504b637a3fa9e5

9 years agoSplit AbstractGridExtension from AbstractRenderer (#18003)
Teemu Suo-Anttila [Tue, 26 May 2015 08:47:39 +0000 (11:47 +0300)]
Split AbstractGridExtension from AbstractRenderer (#18003)

Change-Id: Ibe5766cde606091ce2bd58055472fa7cf3f21374

9 years agoUpdate active tab index when overriding selection (#15274)
Leif Åstrand [Fri, 22 May 2015 10:17:28 +0000 (13:17 +0300)]
Update active tab index when overriding selection (#15274)

Change-Id: I0480b640cec251bb430cdb9224e2a23ea26b7259

9 years agoRemove value casting to integer in Slider.setValue (#17370)
Sauli Tähkäpää [Fri, 3 Apr 2015 20:39:41 +0000 (23:39 +0300)]
Remove value casting to integer in Slider.setValue (#17370)

- Added decimal rounding also to min/max boundaries.
- Rearranged also resolution/min/max value setting in constructor.

Change-Id: Ia90fd27b95f727673c16a90fed1130d98b915ea9

9 years agoFix font icon codepoint formatting in DesignResourceConverter (#17970)
Maciej Przepióra [Mon, 25 May 2015 08:08:59 +0000 (10:08 +0200)]
Fix font icon codepoint formatting in DesignResourceConverter (#17970)

ResourceReference.getURL() is now used to ensure consistency.

Change-Id: Ic204a826c093fc34af2be1e0e4e8a8dd4f820e09

9 years agoOnly sort when enter is pressed on default header (#16732)
Artur Signell [Mon, 18 May 2015 20:40:25 +0000 (23:40 +0300)]
Only sort when enter is pressed on default header (#16732)

Change-Id: I3bae7c341064f26c6be3c9b66b33239716043fec

9 years agoDo not scan for WebSocketProtocol (#17807)
Artur Signell [Fri, 22 May 2015 19:09:26 +0000 (22:09 +0300)]
Do not scan for WebSocketProtocol (#17807)

Change-Id: Ie8e4c827174542a3e7908f20a1cc2d90fab08917

9 years agoAdd pointer to new location for methods moved to WidgetUtil (#17952)
Leif Åstrand [Fri, 22 May 2015 06:40:14 +0000 (09:40 +0300)]
Add pointer to new location for methods moved to WidgetUtil (#17952)

Change-Id: I0614f598337eacc647d82068776e934074e3ac29

9 years agoFix adding a column to Table and immediately changing its size (#17927)
Teemu Suo-Anttila [Thu, 21 May 2015 05:45:20 +0000 (08:45 +0300)]
Fix adding a column to Table and immediately changing its size (#17927)

Change-Id: I970c771f647b7587aac3985ebeea0f0b20805fec

9 years agoRename GridSidebarThemeTest screenshot identifiers
Teemu Suo-Anttila [Thu, 21 May 2015 10:28:29 +0000 (13:28 +0300)]
Rename GridSidebarThemeTest screenshot identifiers

Change-Id: Ie732c559a93260888e5144bc1da486df11b6fef6

9 years agoFix GridStructureTest to workaround Chrome + Selenium issue
Teemu Suo-Anttila [Wed, 20 May 2015 13:45:56 +0000 (16:45 +0300)]
Fix GridStructureTest to workaround Chrome + Selenium issue

Test now check for cell content rather than header.

Change-Id: I1a46a0411189352bf7e5117bcc45306803364d9f

9 years agoSelectable row should have pointer-type cursor [#17911]
Anna Koskinen [Wed, 20 May 2015 06:53:38 +0000 (09:53 +0300)]
Selectable row should have pointer-type cursor [#17911]

Change-Id: I74ee0c13c08bbd3e10ab43df0344d2b23c5b7161

9 years agoFix GridDetailsLocationTest SubPixel issues with IE8 and IE9
Teemu Suo-Anttila [Tue, 19 May 2015 10:29:56 +0000 (13:29 +0300)]
Fix GridDetailsLocationTest SubPixel issues with IE8 and IE9

This patch also changes the way this test handles CheckBoxes
making the test more stable.

Change-Id: I1b6c2b987dbe69bd1fc7b8cdc14adbbe206ed484

9 years agoReturn components in merged header/footer cells only once (#17904)
Artur Signell [Tue, 19 May 2015 16:47:43 +0000 (19:47 +0300)]
Return components in merged header/footer cells only once (#17904)

Change-Id: I763ff330f20e50c43d352524058fa8993401bf43

9 years agoFix a Grid test failure on Firefox
Mika Murtojarvi [Tue, 19 May 2015 09:55:50 +0000 (12:55 +0300)]
Fix a Grid test failure on Firefox

Change-Id: I3d6ab2abd146a53ee0d93b1d738ae7a3379c4ff5

9 years agoFix Grid test failures on various browsers
Teemu Suo-Anttila [Tue, 19 May 2015 12:32:03 +0000 (15:32 +0300)]
Fix Grid test failures on various browsers

Change-Id: I4f28fce512ddb547477f9752ad5f4a602ee13489

9 years agoEnsure the whole hierarchy is refreshed when opening editor row (#17459)
Artur Signell [Mon, 18 May 2015 20:09:47 +0000 (23:09 +0300)]
Ensure the whole hierarchy is refreshed when opening editor row (#17459)

Change-Id: Iff691f27b70ccbad004dbc55411be977c5acff03

9 years agoHandle generated empty string style names properly (#17335)
Artur Signell [Mon, 18 May 2015 18:39:06 +0000 (21:39 +0300)]
Handle generated empty string style names properly (#17335)

Change-Id: I1adce18f238fd4357b0eb1be68ebf7a3aaa6dd6e

9 years agoEnsure VDebugWindow.get() always returns the real instance (#17871)
Leif Åstrand [Mon, 18 May 2015 10:39:06 +0000 (13:39 +0300)]
Ensure VDebugWindow.get() always returns the real instance (#17871)

Change-Id: Ia0af0cc3e6c3129a117dd31e6bce54e1226eb9c7

9 years agoMake fields with validators immediate (#13709) 7.5.0.beta1
Artur Signell [Fri, 1 May 2015 16:44:40 +0000 (19:44 +0300)]
Make fields with validators immediate (#13709)

Change-Id: I113aa38869cf4dceec24315e70d3b44eae526f65

9 years agoAdd missing OSGi import to make designs work (#17377)
Artur Signell [Mon, 18 May 2015 17:25:30 +0000 (20:25 +0300)]
Add missing OSGi import to make designs work (#17377)

Change-Id: I28bbbc7a9079fc81e90d1d3f35f675234e560404

9 years agoDo not leave transaction open if remove fails (#17858)
Artur Signell [Fri, 15 May 2015 19:59:05 +0000 (22:59 +0300)]
Do not leave transaction open if remove fails (#17858)

Change-Id: Iae9243bd0dc90e130e2866adef472a4d09c4a16f

9 years agoConvert theme tests from TB2 to TB4
Teemu Suo-Anttila [Wed, 6 May 2015 10:05:22 +0000 (13:05 +0300)]
Convert theme tests from TB2 to TB4

This change makes FixedNotificationElement work with
notifications and rounded edges.

Change-Id: I8e682fab471aa89bef5fc67d5aafdc3e37333a17

9 years agoMake TableQuery only release connections reserved through its pool (#12370)
Artur Signell [Fri, 15 May 2015 14:50:51 +0000 (17:50 +0300)]
Make TableQuery only release connections reserved through its pool (#12370)

Updated all SQLContainer tests to track that connection are correctly
reserved and released

Change-Id: I3f12527683a19d44a2db265491b6ba9331c0980b

9 years agoUpdate VerifyBrowserVersionTest for Chrome 42
Teemu Suo-Anttila [Mon, 18 May 2015 07:22:51 +0000 (10:22 +0300)]
Update VerifyBrowserVersionTest for Chrome 42

Change-Id: I66559919989c5545aa8266fee947c0bfc80d2b58

9 years agoFix MenuItemStyleRemoved test UI to work with IE8
Teemu Suo-Anttila [Mon, 18 May 2015 07:22:15 +0000 (10:22 +0300)]
Fix MenuItemStyleRemoved test UI to work with IE8

Change-Id: I0987168f4531b8b548dbde03afd99da363ae31d4

9 years agoUpdate release notes for beta1
Leif Åstrand [Wed, 13 May 2015 08:08:16 +0000 (11:08 +0300)]
Update release notes for beta1

Change-Id: I4ab9082fbe7e488375377432b4289d6d25db9686

9 years agoFix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089)
Artur Signell [Fri, 15 May 2015 19:02:17 +0000 (22:02 +0300)]
Fix clear/isEmpty in TextArea/PasswordField/RichTextArea/ProgressBar (#17089)

Change-Id: Ic793cbb7eb36408c765a01cc987ba7fe8800b80c

9 years agoOutput parameters in alphabetic order to be deterministic (#17857)
Artur Signell [Fri, 15 May 2015 20:05:27 +0000 (23:05 +0300)]
Output parameters in alphabetic order to be deterministic (#17857)

Change-Id: I8fdb5404cca6e28080f8c4315bb1daa136313744

9 years agoRemove unused out of sync message (#17860)
Artur Signell [Fri, 15 May 2015 21:03:22 +0000 (00:03 +0300)]
Remove unused out of sync message (#17860)

Change-Id: Ic12cc7928931a66d4738b4976d2ee90d38a49197

9 years agoWrong floating element pos. on DND column reorder Grid #17693
Pekka Hyvönen [Wed, 6 May 2015 08:52:47 +0000 (11:52 +0300)]
Wrong floating element pos. on DND column reorder Grid #17693

When Grid was wider, the floating element did follow mouse to the
right after some point.
Also makes sure floating element is not shown on top of frozen columns
when auto scrolling left.

Change-Id: Ied779222c484f1f22119f89c0e720f868bbc898e

9 years agoMake FormLayout work with HTML captions (#17143)
Leif Åstrand [Mon, 30 Mar 2015 13:02:05 +0000 (16:02 +0300)]
Make FormLayout work with HTML captions (#17143)

Change-Id: I334441fd2f8d5f6d9e0629f5d7b564e9008f3fe5

9 years agoPotential fix for test ssh problems with Debian 8
Artur Signell [Wed, 13 May 2015 11:32:55 +0000 (14:32 +0300)]
Potential fix for test ssh problems with Debian 8

Change-Id: I037df97677d514acc11264ac13efcbbc2f15d09c

9 years agoFix typo in Tree Javadoc (#17834)
Steven Spungin [Wed, 13 May 2015 12:27:19 +0000 (08:27 -0400)]
Fix typo in Tree Javadoc (#17834)

Change-Id: I0d12588169736d045beca1ddc1e2fc5659cbbf61

9 years agoReport identifier if field binding fails (#17837)
Artur Signell [Wed, 13 May 2015 14:17:30 +0000 (17:17 +0300)]
Report identifier if field binding fails (#17837)

Change-Id: Ie3787792ab508adbf570d1a913ab49ec86924fbb

9 years agoDon't show loading spinner if there are no tabs (#15241)
Leif Åstrand [Thu, 20 Nov 2014 13:23:44 +0000 (15:23 +0200)]
Don't show loading spinner if there are no tabs (#15241)

Change-Id: Ib2f08fc036d0f9940a865353c43d2433767df1fc

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