]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
9 years agoTextField's input prompt is now disabled properly (#15144)
Sara Seppola [Thu, 6 Nov 2014 13:46:17 +0000 (15:46 +0200)]
TextField's input prompt is now disabled properly (#15144)

Change-Id: I9b5d07ec2d8df78c3f120c2a891cc548da787f38

9 years agoAccordion causes SEVERE error in browser console (#15182)
Sergey Budkin [Thu, 13 Nov 2014 14:47:15 +0000 (16:47 +0200)]
Accordion causes SEVERE error in browser console (#15182)

Refactored to remove invisible widgets from DOM.

Change-Id: I94d0ba37f4a75d71df88fbb0b1767ae60f39432d

9 years agoDateField popup doesn't close when popup button is clicked (#14857)
Anna Miroshnik [Mon, 17 Nov 2014 14:33:54 +0000 (17:33 +0300)]
DateField popup doesn't close when popup button is clicked (#14857)

Change-Id: Ieb6ff2f072726fe8707d3cce61569dd623b13ebd

9 years agoMenuBar submenus close unexpectedly if use Valo theme (#15255)
Jouni Koivuviita [Wed, 10 Dec 2014 08:42:37 +0000 (10:42 +0200)]
MenuBar submenus close unexpectedly if use Valo theme (#15255)

This fix is for animation-in and animation-out.

Fix was done in VMenuBar. VOverlay provides now hide() method with
possibility to enable/disable the animations via parameters boolean
animateIn, boolean animateOut. By default they are true (not to break
animate-in, animate-out for VWindow and VNotification)

Change-Id: I49981952c7c18a02edd7fa9e6d247bb18f660207

9 years agoLong events aren't displayed properly when using Container (#15242)
Sergey Budkin [Tue, 25 Nov 2014 17:35:13 +0000 (19:35 +0200)]
Long events aren't displayed properly when using Container (#15242)

Rewrote event selection.

Change-Id: I8f0dd1c5ec736ea14037619b1656a79b7e3532be

9 years agoPosition calendar popup on the left side if there is no space (#14757).
Denis Anisimov [Thu, 6 Nov 2014 07:15:15 +0000 (09:15 +0200)]
Position calendar popup on the left side if there is no space (#14757).

Change-Id: I83836bbf077033712a569c8eff52576b012b4dee

9 years agoMake TextField.clear() use empty string to be consistent with constructor (#14755)
Artur Signell [Tue, 2 Dec 2014 19:19:06 +0000 (21:19 +0200)]
Make TextField.clear() use empty string to be consistent with constructor (#14755)

Change-Id: Ic50ff305277e54f50353fc948b31a89a6b3e083f

9 years agoMake addNestedContainerBean work with existing bean item container items (#15355)
Artur Signell [Tue, 9 Dec 2014 19:18:50 +0000 (21:18 +0200)]
Make addNestedContainerBean work with existing bean item container items (#15355)

Change-Id: I04a91349fce452aa26c304413061440ad74465cc

9 years agoAdd link to IDEA workspace instructions.
Sauli Tähkäpää [Tue, 9 Dec 2014 13:29:10 +0000 (15:29 +0200)]
Add link to IDEA workspace instructions.

Change-Id: I85c2b537926f887bce0e0b370b6be6b56c038053

9 years agoReturning all validation errors in the exception cause when submitting a field group...
Alexey Fansky [Thu, 4 Dec 2014 01:07:43 +0000 (17:07 -0800)]
Returning all validation errors in the exception cause when submitting a field group (#14742)

Following the similar logic as in AbstractField when multiple validation errors occur. Catching all InvalidValueExceptions and putting them together wrapped into the exception.

Change-Id: Ied08fd2155412539b28ef94bc74e6c989c62f709

9 years agoFix issues when using java.sql.Date as DateField range (#15342)
Teemu Pöntelin [Mon, 8 Dec 2014 21:21:08 +0000 (23:21 +0200)]
Fix issues when using java.sql.Date as DateField range (#15342)

Change-Id: I656cc0600f929239605e17ab9cf71dc1ba96582f

9 years agoHierarchy change markAsDirty to AbstractComponentContainer (#14227)
Anna Miroshnik [Mon, 8 Dec 2014 14:25:00 +0000 (17:25 +0300)]
Hierarchy change markAsDirty to AbstractComponentContainer (#14227)

Change-Id: I7a05ad72dfa3d16d85aa4d0cdd235572ec01e31a

9 years agoFix opacity for disabled checkboxes and option groups. (#15239)
Jouni Koivuviita [Thu, 4 Dec 2014 13:58:07 +0000 (15:58 +0200)]
Fix opacity for disabled checkboxes and option groups. (#15239)

Change-Id: I2d09a116d07621053f2fc9524f95e47bf7fc834e

9 years agoBasic tests for default converter factory
Artur Signell [Mon, 1 Dec 2014 20:18:07 +0000 (22:18 +0200)]
Basic tests for default converter factory

Change-Id: I2d9df8a62635164f04d9109e37746686589b696a

9 years agoAdd new StringTo<Byte, Short, BigInteger> Converters (#14583)
Anna Miroshnik [Thu, 4 Dec 2014 12:52:27 +0000 (15:52 +0300)]
Add new StringTo<Byte, Short, BigInteger> Converters (#14583)

DefaultConverterFactory was updated, added missed types.

Change-Id: I65cffc7f91df6f40e132b45e325e15f029f9848c

9 years agoUIInitHandler emits Content-Length when writing json response (#15271)
Fabian Lange [Mon, 24 Nov 2014 11:11:08 +0000 (12:11 +0100)]
UIInitHandler emits Content-Length when writing json response (#15271)

This prevents chunked-transfer mode and allows server infrastructure to
decide correctly on things like compression which benefits from knowing
a content length.

Change-Id: I4e969e0874b506d0f61526662ee78418987937c4

9 years agoSQLContainer removeItem Error when isModified (#8802)
Ilya Ermakov [Fri, 28 Nov 2014 10:09:38 +0000 (13:09 +0300)]
SQLContainer removeItem Error when isModified (#8802)

This patch makes commit() work properly if an item was modified and later deleted.

Change-Id: I5a00024112e7b6bb7ab3750c292a872937f03af9

9 years agoAdd LICENSE file according to GitHub conventions
Leif Åstrand [Thu, 27 Nov 2014 16:19:11 +0000 (18:19 +0200)]
Add LICENSE file according to GitHub conventions

Change-Id: I5e402d399729800435589cf8c186c96ecbdfc698

9 years agoAdd null check to UI.setTheme. (#15326)
Sauli Tähkäpää [Thu, 4 Dec 2014 12:36:11 +0000 (14:36 +0200)]
Add null check to UI.setTheme. (#15326)

Change-Id: I2ab2d24ec05bb618969f59ea15d3a971f88009ca

9 years agoFix opacity for disabled links in Valo. (#15253)
Sauli Tähkäpää [Sun, 23 Nov 2014 12:16:02 +0000 (14:16 +0200)]
Fix opacity for disabled links in Valo. (#15253)

Change-Id: I865526499a6d55a835758f0194a977c36c10304a

9 years agoEscape dynamic and configured theme names in the same way. (#15309)
Leif Åstrand [Fri, 14 Nov 2014 13:27:49 +0000 (15:27 +0200)]
Escape dynamic and configured theme names in the same way. (#15309)

Change-Id: Ib7fd42e6017d0b78e6d5e6bd7f531f0cd6c8c0ab

9 years agoAllow BeanFieldGroup.setItemDataSource() method accept null (#14731).
Denis Anisimov [Mon, 29 Sep 2014 17:40:36 +0000 (20:40 +0300)]
Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).

Change-Id: I7a451f428f0aa3ea7fc322cac6b0e62d830d7987

9 years agoEscape themeUri before rewriting CustomLayout HTML. (#15309)
Leif Åstrand [Tue, 2 Dec 2014 08:24:08 +0000 (10:24 +0200)]
Escape themeUri before rewriting CustomLayout HTML. (#15309)

Change-Id: I192691ac02bf3a98df1424dead5e4fd6385e395d

9 years agoShow push version information in debug window (#14904).
Denis Anisimov [Sun, 19 Oct 2014 11:54:47 +0000 (14:54 +0300)]
Show push version information in debug window (#14904).

Change-Id: Id1761abbf2b2dc29b4138520f11ce51bb4d423fc

9 years agoPrevent NPE in AbstractBeanContainer.getType() method (#15173).
Denis Anisimov [Wed, 5 Nov 2014 17:37:31 +0000 (19:37 +0200)]
Prevent NPE in AbstractBeanContainer.getType() method (#15173).

Change-Id: Ieaed329ed85c68d0da8bd169b4cc5c5886dde212

9 years agoset Cache-Control and Expires header even when not-modified (#8757)
Fabian Lange [Mon, 10 Nov 2014 18:07:12 +0000 (19:07 +0100)]
set Cache-Control and Expires header even when not-modified (#8757)

Usually first a resource is served with the lower code block. this
provides cache-control, expires and last-modification headers to the
browser. But when a not-modified response was served, these headers
were missing. This effectively caused the caching to no longer work once
the not-modified responses are sent out.

Change-Id: I9b1f0cacc91734f88bb0384872da0d426d4b5fe0

9 years agoComment typo fix
Jonni Nakari [Fri, 28 Nov 2014 12:47:29 +0000 (14:47 +0200)]
Comment typo fix

Change-Id: I3f01eb1725b81c834f990f9ea2e69d4dfe420993

9 years agoWindow modalitycurtain will now respect $v-animations-enabled (#15135)
Fabian Lange [Thu, 30 Oct 2014 10:58:26 +0000 (11:58 +0100)]
Window modalitycurtain will now respect $v-animations-enabled (#15135)

Change-Id: I80beea694c2a103aaf1fb479e1de48c515428fbb

9 years agoOne pixel discrepancy in headers and rows border with minimal width (#15118)
Sergey Budkin [Fri, 7 Nov 2014 10:38:05 +0000 (12:38 +0200)]
One pixel discrepancy in headers and rows border with minimal width (#15118)

Disabled old patch for VTreeTable, which caused the problem.

Change-Id: I3fdf6b0890307b27e32ceff4492cb7d0bfc6b680

10 years agoConverted SetCurrentPageFirstItemIndex to TB4. (#15286)
Sauli Tähkäpää [Tue, 25 Nov 2014 12:41:48 +0000 (14:41 +0200)]
Converted SetCurrentPageFirstItemIndex to TB4. (#15286)

Change-Id: Iea990c243e083b3302fd1e448402ac3aa3db08ac

10 years agoPosition tooltips in the visible area (#15129).
Anna Miroshnik [Tue, 25 Nov 2014 09:19:05 +0000 (12:19 +0300)]
Position tooltips in the visible area (#15129).

Based on Mika's reverted patch, with additional fix and test for
regression "an empty tooltip appears while the application is
initializing".

Change-Id: I8237fc9340265708a05a7576a5d9e8e374dc1fea

10 years agoAdd getter to SplitterState.positionReversed (#15285)
Anna Koskinen [Tue, 25 Nov 2014 15:23:45 +0000 (17:23 +0200)]
Add getter to SplitterState.positionReversed (#15285)

Change-Id: I1e3783d21cb5f2832838dfe36c91c7f6a4ddb313

10 years agodo not create a StringWriter when not needed (#15276)
Fabian Lange [Mon, 24 Nov 2014 20:30:59 +0000 (21:30 +0100)]
do not create a StringWriter when not needed (#15276)

Change-Id: I528f4034ef5cf375be31750bbad9baddcd3a2b64

10 years agoUpdate to GWT 2.7.0 (#14522)
Artur Signell [Fri, 21 Nov 2014 07:12:21 +0000 (09:12 +0200)]
Update to GWT 2.7.0 (#14522)

GWT codeserver has been integrated into gwt-dev.jar

Change-Id: Ia9cd252482e25ed8e0d69da7c0e702d6407efd8b

10 years agoFix duplicate detection in test locator.
Sauli Tähkäpää [Thu, 20 Nov 2014 11:04:08 +0000 (13:04 +0200)]
Fix duplicate detection in test locator.

Change-Id: I9a6ebfda4e8b09927eb22bec6ddf2989b8104070

10 years agoRemove IE8 from TextFieldBevelTest. (#14634)
Sauli Tähkäpää [Tue, 18 Nov 2014 10:51:05 +0000 (12:51 +0200)]
Remove IE8 from TextFieldBevelTest. (#14634)

Change-Id: Ie37377b0da800cbe2acbd3e14b972e482c188579

10 years agoDon't iterate all connectors for unregistering (#14714)
Leif Åstrand [Sat, 20 Sep 2014 08:52:55 +0000 (11:52 +0300)]
Don't iterate all connectors for unregistering (#14714)

This reduces the time spent in unregisterRemovedConnectors when updating
the text of one Label with about 380 connectors registered from 20 to 2
ms as reported by the Vaadin profiler. Performance when removing lots of
connectors remains at about 10 ms for removing 360 connectors. Profiled
in Firefox 32 on OS X.

Change-Id: I203fd8790f8ccc7c098ee91c44831a5ac6c4a82b

10 years agoOptimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).
Denis Anisimov [Mon, 22 Sep 2014 17:09:36 +0000 (20:09 +0300)]
Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).

Change-Id: I6f16b9c55f661f5f75628ff627a01f8ec35e714e

10 years agoAlso disable annotation scanning after redeploy
Leif Åstrand [Mon, 10 Nov 2014 18:32:39 +0000 (20:32 +0200)]
Also disable annotation scanning after redeploy

Change-Id: I67d3374a69416363004e3fad75313296ca636ef8

10 years agoUnwanted horizontal scrollbar in Valo menu (#15237)
Jouni Koivuviita [Mon, 17 Nov 2014 15:12:55 +0000 (17:12 +0200)]
Unwanted horizontal scrollbar in Valo menu (#15237)

Change-Id: Ic435e3ca741669db6f707961ac66a4c2e30bf765

10 years agoValo menu broken on Android Chrome (#15236)
Jouni Koivuviita [Mon, 17 Nov 2014 14:52:02 +0000 (16:52 +0200)]
Valo menu broken on Android Chrome (#15236)

Change-Id: Idadbbdfe0a9abaf1dd7ada339b618890b2be6e06

10 years agoAdd constructor for directly extending a connector (#13579)
Leif Åstrand [Thu, 10 Apr 2014 11:05:03 +0000 (14:05 +0300)]
Add constructor for directly extending a connector (#13579)

Change-Id: Id8ba60cf8767ba171a5bcbd5541d8c0c7a9fa62d

10 years agoSet v-bevel to 'false' should unset 'v-textfield-bevel' value (#14634).
Denis Anisimov [Sat, 8 Nov 2014 10:47:05 +0000 (12:47 +0200)]
Set v-bevel to 'false' should unset 'v-textfield-bevel' value (#14634).

Change-Id: Ia3598b9bcef280bef38daa189ab3c7885e5d535a

10 years agoMake junit.test.suite a property.
Sauli Tähkäpää [Fri, 14 Nov 2014 19:15:55 +0000 (21:15 +0200)]
Make junit.test.suite a property.

Change-Id: I3dd66e5f11a99efc3777513dc0e2989e8007c9c1

10 years agoRevert "DateField popup doesn't close when click on popup button (#14857)"
Sauli Tähkäpää [Fri, 14 Nov 2014 12:57:15 +0000 (14:57 +0200)]
Revert "DateField popup doesn't close when click on popup button (#14857)"

This reverts commit 457e802e2fe59ec35089a55acdc7b0321a2d4a5a.

Patch does not fix the issue with "slow" clicks when closing the calendar.

Change-Id: I48384e081cf66dd4fc6cded8ecbd94cef5db57bb

10 years agoDrop indicators in Valo are now working as in Reindeer theme (#14836)
Jouni Koivuviita [Fri, 14 Nov 2014 10:21:26 +0000 (12:21 +0200)]
Drop indicators in Valo are now working as in Reindeer theme (#14836)

Change-Id: I12014c4329ca629dbfc9226b3b70538d33442690

10 years agoRevert "Table column width can be changed from defined to expandratio (#15101)"
Sauli Tähkäpää [Wed, 12 Nov 2014 08:06:22 +0000 (10:06 +0200)]
Revert "Table column width can be changed from defined to expandratio (#15101)"

This reverts commit 7237b88645a27b157bc85d62292dc93faddd19f9.

Change-Id: Ifbe26c90a91a21a1ac416bda8e59acbbd80cf5f0

10 years agoRevert "Position tooltips in the visible area (#15129)."
Sauli Tähkäpää [Thu, 13 Nov 2014 09:53:30 +0000 (11:53 +0200)]
Revert "Position tooltips in the visible area (#15129)."

This reverts commit aacb2f8289bc2faaab1225bd8b0dacd873d7839a.

Changed causes a regression where an empty tooltip appears
while the application is initialising.

Change-Id: I0e0c8ae38975a2ba3835172652e4737f4bc67e6b

10 years agoAdd test suites for running changed and affected tests.
Sauli Tähkäpää [Tue, 11 Nov 2014 09:42:47 +0000 (11:42 +0200)]
Add test suites for running changed and affected tests.

Change-Id: I388e592d4e98d9417fe5273f8e7f7d3e1f7b63e9

10 years agoTable is not caching thousands of rows in vain (#13576)
Sara Seppola [Tue, 4 Nov 2014 09:44:45 +0000 (11:44 +0200)]
Table is not caching thousands of rows in vain (#13576)

Change-Id: I6f6382dd3468db40c36e507b94f84ab1191e100f

10 years agoUpdate supported browser versions (#15207)
Leif Åstrand [Wed, 12 Nov 2014 10:14:07 +0000 (12:14 +0200)]
Update supported browser versions (#15207)

Mention Safari 8 and iOS 8 and bump evergreen browser versions

Change-Id: I9c6494a0e5967539385fabd05b540e1f0622b96c

10 years agoUnit test correction for moving any event in month calendar view(#12413)
Denis Anisimov [Sat, 8 Nov 2014 12:05:07 +0000 (14:05 +0200)]
Unit test correction for moving any event in month calendar view(#12413)

Change-Id: I6e80c77f758a451ffb23c5487e7a25f3c0eed3c7

10 years agoUpdate selection after changes in underlying data source (#13580).
Denis Anisimov [Sun, 24 Aug 2014 11:48:03 +0000 (14:48 +0300)]
Update selection after changes in underlying data source (#13580).

Change-Id: I6354d85bd6bc37b1cbb69f388559278d5a163256

10 years agoUpdate @since to VaadinService.
Sauli Tähkäpää [Tue, 11 Nov 2014 07:01:07 +0000 (09:01 +0200)]
Update @since to VaadinService.

Change-Id: I1b473b9f5316674c5c5ed9a35d776fb8906eb559

10 years agoTreeTable column header and footer height fix (#15121)
Anna Koskinen [Tue, 28 Oct 2014 14:51:45 +0000 (16:51 +0200)]
TreeTable column header and footer height fix (#15121)

Fix for regression caused by (#14812) + Valo test for TreeTables.

Change-Id: I57f911cbf33e52196fa219b4feddfe62db7f6ded

10 years agoDateField popup doesn't close when click on popup button (#14857)
Anna Miroshnik [Fri, 24 Oct 2014 16:07:36 +0000 (20:07 +0400)]
DateField popup doesn't close when click on popup button (#14857)

Fix and tests.

Change-Id: I99d92c32727323fae543a24dfb90e849c3338a8c

10 years agoAllow move any event in month calendar view (#12413).
Denis Anisimov [Sun, 21 Sep 2014 09:36:21 +0000 (12:36 +0300)]
Allow move any event in month calendar view (#12413).

Change-Id: I63491488356a32a233a4ba9a7434a9f4a1f5b9d1

10 years agoColumn drag'n'drop disables HeaderClickEvents until left-click (#15167)
Anna Koskinen [Wed, 5 Nov 2014 12:09:45 +0000 (14:09 +0200)]
Column drag'n'drop disables HeaderClickEvents until left-click (#15167)

Change-Id: Ic64c0eb685c3dd9d7fdb10d9e19745ae2cc36be5

10 years agoPosition tooltips in the visible area (#15129).
Mika Murtojarvi [Wed, 5 Nov 2014 14:47:07 +0000 (16:47 +0200)]
Position tooltips in the visible area (#15129).

Change-Id: If4f13a859fd2e6fc363781bf04e52f780206e9e1

10 years agoAdd null check to FieldGroup.bind. (#14729)
Sauli Tähkäpää [Fri, 26 Sep 2014 10:41:12 +0000 (13:41 +0300)]
Add null check to FieldGroup.bind. (#14729)

Change-Id: I56ee44f34307d76c8c98ca3346feed8e7ee2f72e

10 years agoFix NPE and scroll behavior in TabSheet (#14348).
Mika Murtojarvi [Fri, 5 Sep 2014 13:58:08 +0000 (16:58 +0300)]
Fix NPE and scroll behavior in TabSheet (#14348).

After removing a tab, the TabSheet now scrolls when it is necessary to
show the remaining tabs. A test (TabSheetScrollOnTabCloseTest) ensures
that no scrolling occurs when the removed tab is not in the visible
area.

Change-Id: I81e4e504167ec4d0a527e6bfe94dba8b29fb26bc

10 years agoFix VCalendar to use correct year of week. (#14783)
Sauli Tähkäpää [Fri, 3 Oct 2014 21:03:38 +0000 (00:03 +0300)]
Fix VCalendar to use correct year of week. (#14783)

Change-Id: Id55ad5ed620bd5c187b70ae2a2d0a4c4adea382a

10 years agoReverse asc and desc table sorting indicators for Valo. (#15123)
Sauli Tähkäpää [Sat, 1 Nov 2014 12:04:39 +0000 (14:04 +0200)]
Reverse asc and desc table sorting indicators for Valo. (#15123)

Change-Id: If649d7ab0b4257cfaa1488dfff88afa8ef122f67

10 years agoSet upload button width to 100% when immediate on Valo. (#14485)
Sauli Tähkäpää [Thu, 30 Oct 2014 14:11:10 +0000 (16:11 +0200)]
Set upload button width to 100% when immediate on Valo. (#14485)

Change-Id: I473fc080c143bc242326bd6f2b819450c42ffae5

10 years agoAdd @since to VPopupView.
Sauli Tähkäpää [Sun, 2 Nov 2014 20:22:14 +0000 (22:22 +0200)]
Add @since to VPopupView.

Change-Id: I1b5544603ab2aa13bc1a51e04ff134fd48113c59

10 years agoChange the way classloader for VaadinService is selected (fixes #11295)
Maciej Przepióra [Wed, 22 Oct 2014 12:28:15 +0000 (15:28 +0300)]
Change the way classloader for VaadinService is selected (fixes #11295)

Change-Id: I2a25b4149f927ee7940edf596e8cebaaa48dcd0d

10 years agoUpdate GWT to 2.7.0.beta1vaadin1.
Artur Signell [Thu, 16 Oct 2014 08:28:12 +0000 (11:28 +0300)]
Update GWT to 2.7.0.beta1vaadin1.

Update client-compiler-deps to 1.2.0.
Fix classpaths for devmodes.

Change-Id: I8452271594b4563bf476420ff7ab22985913e397

10 years agoFix a regression in VMenuBar.getSubpartElement (#14879).
Mika Murtojarvi [Mon, 27 Oct 2014 15:44:16 +0000 (17:44 +0200)]
Fix a regression in VMenuBar.getSubpartElement (#14879).

A change done in an earlier patch set
(https://dev.vaadin.com/review/#/c/5283/) caused a test failure with
Internet Explorer 8.

Change-Id: I8159135ab7ec4b73682e90daf393b879bf587930

10 years agoTable column width can be changed from defined to expandratio (#15101)
Sara Seppola [Tue, 28 Oct 2014 14:42:35 +0000 (16:42 +0200)]
Table column width can be changed from defined to expandratio (#15101)

Change-Id: I8dead7fd77b44c8adc5e973f29d5e14bae6fb293

10 years agoFixed typo in Javadoc
Markus Koivisto [Wed, 29 Oct 2014 15:00:42 +0000 (17:00 +0200)]
Fixed typo in Javadoc

Change-Id: I8c84e09c8c485e310638a814fe686fe5f856656e

10 years agoUpload: OutOfMemory if stream already been read (#10096)
Sergey Budkin [Fri, 24 Oct 2014 09:29:58 +0000 (12:29 +0300)]
Upload: OutOfMemory if stream already been read (#10096)

Added -1 check and test.

Change-Id: I3f6c61417353884d22d8e6b33ef21319475c1907

10 years agoFire attach/detach events when Window is added/removed from UI (#14908).
Denis Anisimov [Thu, 23 Oct 2014 16:35:39 +0000 (19:35 +0300)]
Fire attach/detach events when Window is added/removed from UI (#14908).

Change-Id: Idc51aa5ab97a9d3f7a1f316d9536ae1cbaeafe38

10 years agoFix: Navigation to invisible days of week in VAADIN calendar (#12243)
Anna Miroshnik [Wed, 24 Sep 2014 07:33:01 +0000 (11:33 +0400)]
Fix: Navigation to invisible days of week in VAADIN calendar (#12243)

Some changes in BasicBackwardHandler and BasicForwardHandler.
Also test was added (CalendarBackwardForwardTest).
Changes after review.

Change-Id: Ibe0283534b784e3c18134619e1843440ca74e65c

10 years agoSet correct versions for json package imports in OSGi manfiests (#14618)
Maciej Przepióra [Thu, 23 Oct 2014 15:07:20 +0000 (18:07 +0300)]
Set correct versions for json package imports in OSGi manfiests (#14618)

Change-Id: I4761ab889bfacedd66bd7ed5f37fe763d7539bef

10 years agoFix button on immediate upload does not obey setWidth() (#14485)
denis.magdenkov [Wed, 1 Oct 2014 13:50:30 +0000 (17:50 +0400)]
Fix button on immediate upload does not obey setWidth() (#14485)

Added sass selector for upload in base theme.

Change-Id: Iebf796f0965de6afeac98d6e2a2a9246c9251bab

10 years agoSet v-disabled on Button inside Upload when disabled. (#14655)
Sauli Tähkäpää [Sun, 12 Oct 2014 20:42:28 +0000 (23:42 +0300)]
Set v-disabled on Button inside Upload when disabled. (#14655)

Change-Id: Ic28c8e4020eddae32a71b5c7f9da0ad61f2f7af9

10 years agoAdd addButton() AbstractTestUI.
Sauli Tähkäpää [Mon, 13 Oct 2014 11:56:50 +0000 (14:56 +0300)]
Add addButton() AbstractTestUI.

Change-Id: I55a02e96466b63f6b00047cc87ab111f6c08e45b

10 years agoRefactor VaadinFinderLocatorStrategy
Dmitrii Rogozin [Tue, 21 Oct 2014 13:58:01 +0000 (16:58 +0300)]
Refactor VaadinFinderLocatorStrategy

Change-Id: I9a3b3087f49f65e6ee0733fab42573d2b84c188e

10 years agoFormLayout margins do not work (#14610)
Jouni Koivuviita [Tue, 21 Oct 2014 11:13:15 +0000 (14:13 +0300)]
FormLayout margins do not work (#14610)

Change-Id: Ibad03664be53489121914a2dd7bb051cc6e5350c

10 years agoFix: Empty space on page after expanded component (#12672)
Anna Miroshnik [Tue, 7 Oct 2014 15:37:30 +0000 (19:37 +0400)]
Fix: Empty space on page after expanded component (#12672)

Full defect name: Empty space on page after expanded component - incorrect height calculation in Chrome

Layout:
[
Panel (auto x auto) [
Grid (auto x auto)
]
AnyComponent (100% x 100%)
<EMPTY SPACE>

Also sleep() was removed from tests BaseLayoutExpandTest and
BaseAddReplaceMoveTest

Change-Id: Ie8a14a58dd53a26a133ea99a7b809d92c1b33a1f

10 years agoTest fix now that FormLayout margins work again. (#14890)
Anna Koskinen [Wed, 22 Oct 2014 08:26:52 +0000 (11:26 +0300)]
Test fix now that FormLayout margins work again. (#14890)

Change-Id: Ifa7d4ae9d36c1180a5c635833a9a13ad576d5c70

10 years agoAdd @since to ContainerEventProvider. (#14178)
Sauli Tähkäpää [Thu, 16 Oct 2014 12:49:25 +0000 (15:49 +0300)]
Add @since to ContainerEventProvider. (#14178)

Change-Id: Ic44e8abf1e7405735c940573558e150b4e0de35d

10 years agoAdd @since to isEnabled() and setEnabled(). (#14797)
Sauli Tähkäpää [Thu, 16 Oct 2014 13:01:26 +0000 (16:01 +0300)]
Add @since to isEnabled() and setEnabled(). (#14797)

Change-Id: Ic9b7e8f597afd68c4190b7eaffaee203876e24e0

10 years agoFix @since for isIPhone() and isIPad(). (#14424, #14423)
Sauli Tähkäpää [Thu, 16 Oct 2014 06:00:03 +0000 (09:00 +0300)]
Fix @since for isIPhone() and isIPad(). (#14424, #14423)

Change-Id: I8b72b362134d564165a7037e0722c3ff28f59497

10 years agoFieldGroup should not throw NPE when data source is not set (#14901).
Denis Anisimov [Tue, 21 Oct 2014 17:41:05 +0000 (20:41 +0300)]
FieldGroup should not throw NPE when data source is not set (#14901).

Change-Id: I74bea857306fac5123aa86cdabc70d81c2a72094

10 years agoAvoid errors if window.vaadin does not exist
Manolo Carrasco [Thu, 11 Sep 2014 16:12:19 +0000 (18:12 +0200)]
Avoid errors if window.vaadin does not exist

Change-Id: I5d57ca13030c75831a47bc6f6e1a73b845f7ea73

10 years agoFix VaadinFinderLocator for UIElement (#14010).
Dmitrii Rogozin [Mon, 20 Oct 2014 13:25:22 +0000 (16:25 +0300)]
Fix VaadinFinderLocator for UIElement (#14010).

Change-Id: If25ebdcdd4df438402d1cdc60a63c629e84c73a0

10 years agoUpdate testbench icon in debug window (#14913)
Dmitrii Rogozin [Tue, 21 Oct 2014 10:54:53 +0000 (13:54 +0300)]
Update testbench icon in debug window (#14913)

Change-Id: Ic114cb1c61a925347e70da3820e4b9f22abeb27c

10 years agoReplace no-break-spaces with whitespaces (#14890)
Sara Seppola [Thu, 16 Oct 2014 13:54:11 +0000 (16:54 +0300)]
Replace no-break-spaces with whitespaces (#14890)

Change-Id: Ib378fbea73bc16caa12deb14f760025e68f16288

10 years agoAdded missing test when unframed (#14450)
Guillermo Alvarez [Mon, 20 Oct 2014 11:40:38 +0000 (14:40 +0300)]
Added missing test when unframed (#14450)

Now we check closing element is present in unframed tabsheets

Change-Id: If29c1006db0f9267d213b5f063a1c478efe60ea9

10 years agoMake PopupPanel attach to overlay container in a GWT 2.7 compatible way (#14881)
Artur Signell [Fri, 17 Oct 2014 14:49:32 +0000 (17:49 +0300)]
Make PopupPanel attach to overlay container in a GWT 2.7 compatible way (#14881)

Change-Id: I71fcac37888c920ba62660b829f4cae3de6dd67a

10 years agoCorrect positioning and sizing logic for context menu (#14863).
Denis Anisimov [Tue, 14 Oct 2014 19:16:00 +0000 (22:16 +0300)]
Correct positioning and sizing logic for context menu (#14863).

Change-Id: Ic2edd6e6f53cd8ae3dc2d39477f59261356beafd

10 years agoFix TabSheet becomes unresponsive after setSelectedTab (#14710)
Guillermo Alvarez [Fri, 17 Oct 2014 08:00:37 +0000 (11:00 +0300)]
Fix TabSheet becomes unresponsive after setSelectedTab (#14710)

Fixed unresponsiveness issue without removing the waitingForResponse
flag from VTabsheet. The flag is now set in revertToSharedStateSelection

Change-Id: I62cabc44d4ac4c284b0b35921d8624483b0150be

10 years agoNew tests for Removing and re-adding all rows in Table (#14581)
Guillermo Alvarez [Thu, 16 Oct 2014 12:40:51 +0000 (15:40 +0300)]
New tests for Removing and re-adding all rows in Table (#14581)

Refactor of test into separate tests.
Addition of new cases to test when a new container is added and
when all items are removed and only one item is added

Change-Id: I6103404d1f21c02d7469f61ce942f7379b00a17b

10 years agoUpdate atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)
Sauli Tähkäpää [Wed, 15 Oct 2014 10:24:37 +0000 (13:24 +0300)]
Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)

Change-Id: Ie239bf110909f8acb47f2141431965061f9ac407

10 years agoChange getSubPartElement(String) to ignore text icons (#14879).
Mika Murtojarvi [Fri, 17 Oct 2014 14:34:22 +0000 (17:34 +0300)]
Change getSubPartElement(String) to ignore text icons (#14879).

The test for this change set will be included in the TestBench project,
since the API required by the test is not present here.

Change-Id: Ia31d4ba49dabdb74d81e5b9d23db7af809d96942

10 years agoFix Tabsheet close button not shown on tabsheet (Firefox 24) (#14450)
Jouni Koivuviita [Fri, 17 Oct 2014 09:03:48 +0000 (12:03 +0300)]
Fix Tabsheet close button not shown on tabsheet (Firefox 24) (#14450)

Change-Id: I099f94f47f2f7aa5856026f6cf6e53629732527c

10 years agoAdd missing tests (#12976)
Guillermo Alvarez [Wed, 15 Oct 2014 12:33:18 +0000 (15:33 +0300)]
Add missing tests (#12976)

Adapted TB2 tests included in changeset number [26188] of Vaadin 6.8 SVN

Change-Id: Ib935524538e06bd51acc01068df6ad86beba05fb

10 years agofix: Tooltip does not shrink when content changes (#11871)
Anna Miroshnik [Tue, 23 Sep 2014 13:18:45 +0000 (17:18 +0400)]
fix: Tooltip does not shrink when content changes (#11871)

Change-Id: I6b0cc0996560b2f8dd28e110e455445952c0fbd9

10 years agoUse isConnectorEnabled instead of isEnabled for DnD service (#12781)
Denis Anisimov [Thu, 16 Oct 2014 07:49:22 +0000 (10:49 +0300)]
Use isConnectorEnabled instead of isEnabled for DnD service (#12781)

Change-Id: Ica20d57283db74d66176de7c696136a9a3615c41