]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
10 years agoFix empty table captions in Valo theme (#14812)
Teemu Pöntelin [Sat, 4 Oct 2014 13:05:49 +0000 (16:05 +0300)]
Fix empty table captions in Valo theme (#14812)

Change-Id: I6d18e9a16ea5c4c4de0653233fefa1af8f76205a

10 years agoIncorrect rendering of Panel with undefined size in Firefox (#14631).
Sergey Budkin [Fri, 3 Oct 2014 09:25:37 +0000 (12:25 +0300)]
Incorrect rendering of Panel with undefined size in Firefox (#14631).

Copied the fix from Valo.

Change-Id: I677fc4cfb65a57211fd82d994d75743fd49a83a2

10 years agoisIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).
Denis Anisimov [Sun, 7 Sep 2014 13:33:30 +0000 (16:33 +0300)]
isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).

Change-Id: I7b3556d5f9c1dd84beec638d7fbff1c5382070a4

10 years agoFieldGroup.commit throws NPE if not bound to an item (#14732).
Sergey Budkin [Mon, 6 Oct 2014 11:42:54 +0000 (14:42 +0300)]
FieldGroup.commit throws NPE if not bound to an item (#14732).

Added null check and corresponding test.

Change-Id: I197dad14d6b5f7bf9bedcdf083d4b1f0f20efdcd

10 years agoAdd favicon.ico to Valo. (#14781)
Sauli Tähkäpää [Wed, 1 Oct 2014 13:01:17 +0000 (16:01 +0300)]
Add favicon.ico to Valo. (#14781)

Change-Id: Ic0c5152d634dfc8f07890cfee18bbebd6e54bbc3

10 years agoCheck eventRouter value against null in Page class (#14803).
Denis Anisimov [Sat, 4 Oct 2014 08:32:32 +0000 (11:32 +0300)]
Check eventRouter value against null in Page class (#14803).

Change-Id: Ia7dd54c4cf10a2c56a5ef36864a6bb94f1d9167f

10 years agoAdd ".v-required" style for required component (#10201).
Denis Anisimov [Sun, 5 Oct 2014 11:48:49 +0000 (14:48 +0300)]
Add ".v-required" style for required component (#10201).

Change-Id: I889587234acdb79e33e625f993c1918befa6aae3

10 years agoAdd outside-range styles for DateField. (#14711)
Jouni Koivuviita [Mon, 22 Sep 2014 10:28:29 +0000 (13:28 +0300)]
Add outside-range styles for DateField. (#14711)

Change-Id: I0f85fb72605c5500b0a835ddf715d60bc9c7a524

10 years agoAssign timezone before setting initial date in DateField. (#14653)
Sauli Tähkäpää [Sat, 13 Sep 2014 22:01:21 +0000 (01:01 +0300)]
Assign timezone before setting initial date in DateField. (#14653)

Change-Id: I3b527084d23ee8bd49887bef3d018c1003f492e2

10 years agoOpen combobox popup on click to icon (#14624).
Denis Anisimov [Sat, 13 Sep 2014 18:51:29 +0000 (21:51 +0300)]
Open combobox popup on click to icon (#14624).

Change-Id: I203b92561ab14d427466945845c6fbb62d6eb07b

10 years agoAudio component requests audio content on each client poll when in Window (#14785)
Sergey Budkin [Wed, 1 Oct 2014 12:02:44 +0000 (15:02 +0300)]
Audio component requests audio content on each client poll when in Window (#14785)

Changed cloning implementation.

Change-Id: Ic909551e6f78a0171f87f1f432b554abb900744c

10 years agoA cursor is displayed when clicking on radio buttons on iOS 8.0 (#14681)
Sergey Budkin [Tue, 30 Sep 2014 12:05:38 +0000 (15:05 +0300)]
A cursor is displayed when clicking on radio buttons on iOS 8.0 (#14681)

Added css instructions for enclosing span to prevent this.

Change-Id: Ib5e396b85ce37ab722e70fddf3553179248d59e8

10 years agoAction on click button contained in table is called two times on iOS 8.0 (#14632)
Sergey Budkin [Tue, 30 Sep 2014 11:58:30 +0000 (14:58 +0300)]
Action on click button contained in table is called two times on iOS 8.0 (#14632)

Added suppression of second phantom click event.

Change-Id: I97d01831b09f0a41976bbefef389f47a0271fc70

10 years agoCall endUpload() in finally block of fail handling (#14677).
Denis Anisimov [Tue, 16 Sep 2014 17:16:59 +0000 (20:16 +0300)]
Call endUpload() in finally block of fail handling (#14677).

Change-Id: I0b5976abf0d8804e8cd34c5dd489da8617ef89f1

10 years agoAdd logging helper functions to AbstractTB3Test.
Sauli Tähkäpää [Tue, 14 Oct 2014 13:09:02 +0000 (16:09 +0300)]
Add logging helper functions to AbstractTB3Test.

Change-Id: Ie2f85c744eac7f8451f22c717a9aea5ea2e74f0e

10 years agoRemoved obsolete fix for webkit scrollbar issue. (#14203)
Sergey Budkin [Tue, 16 Sep 2014 11:43:03 +0000 (14:43 +0300)]
Removed obsolete fix for webkit scrollbar issue. (#14203)

The fix was causing a flicker effect. Initial fix for #2138 was causing
a flicker effect, but the original issue is not reproducing currently
even when the previous fix is reverted.

Tested against tickets #3457, #3875, #7607, #6698 as well as filtering
out and removing rows.

Change-Id: I1aa6943eb93898d75c4e3c5b6d9326b95648bb1f

10 years agoTreeItem double click fixed (#14745)
Guillermo Alvarez [Mon, 29 Sep 2014 07:50:18 +0000 (10:50 +0300)]
TreeItem double click fixed (#14745)

The event wasn't sent immediately and was sometimes
overwritten by following click event.

Change-Id: I7d52030ee8aac2be11b3b3db207d1c7f187d4778

10 years agoRead input stream logic is corrected (#14533).
Denis Anisimov [Fri, 26 Sep 2014 17:44:32 +0000 (20:44 +0300)]
Read input stream logic is corrected (#14533).

Change-Id: I1a8a895d631889e04f7acbde29306e86da344a23

10 years agoFix ComboBox issue with font-based item icons (#14660)
Teemu Pöntelin [Wed, 24 Sep 2014 19:48:55 +0000 (22:48 +0300)]
Fix ComboBox issue with font-based item icons (#14660)

Change-Id: I8f3de9556cc62670c28523886998f89383b76305

10 years agoException on closing inactive UI causes issues (#14651)
Sergey Budkin [Mon, 22 Sep 2014 07:43:02 +0000 (10:43 +0300)]
Exception on closing inactive UI causes issues (#14651)
Added proposed fix

Change-Id: I88085546c2bf47f1e0952d64efadfc40bac12987

10 years agoPossible VaadinSession deadlock when invalidating HTTP session (#14452)
Sergey Budkin [Fri, 19 Sep 2014 13:52:08 +0000 (16:52 +0300)]
Possible VaadinSession deadlock when invalidating HTTP session (#14452)

VaadinService.fireSessionDestroy: session.accessSynchronously -> session.access

Change-Id: I72e08c9285e6b34dac54401c6c84b7175133e481

10 years agoSassDoc stubs, mostly auto-generated by special utility (#14377) 7.3.2
Sergey Budkin [Mon, 8 Sep 2014 09:11:12 +0000 (12:11 +0300)]
SassDoc stubs, mostly auto-generated by special utility (#14377)

Change-Id: Id621c25cae3314dc44a700e1e9dcdae97cda5bfb

10 years agoFix closed issues link in release notes.
Sauli Tähkäpää [Fri, 26 Sep 2014 06:14:49 +0000 (09:14 +0300)]
Fix closed issues link in release notes.

Change-Id: I79565d94c65efb4ae8a61627c9d313707aabe3d5

10 years agoAdd @since to isWindowsPhone(). (#14425)
Sauli Tähkäpää [Fri, 26 Sep 2014 05:44:29 +0000 (08:44 +0300)]
Add @since to isWindowsPhone(). (#14425)

Change-Id: Ia4c212ead39d7b71c56db586c0a8559935cae263

10 years agoRemove Calendar dependency (#14668)
Artur Signell [Tue, 16 Sep 2014 07:09:39 +0000 (10:09 +0300)]
Remove Calendar dependency (#14668)

This can cause GWT compilation problems as java.util.Calendar is not
available in GWT

Change-Id: Ia13d8f433ac43fcfd670c8e05b1295d3c64327cf

10 years agoAdded support PORTLET_CONTEXT for vaadin.resources.path value (#14640)
Taras Hupalo [Wed, 24 Sep 2014 09:10:46 +0000 (12:10 +0300)]
Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640)

Change-Id: Ie801a17ed1eff29a7dc6be61755241777071ab8f

10 years agoSet internal value instead of converted value when locale has changed. (#14400)
Sauli Tähkäpää [Sat, 13 Sep 2014 19:46:28 +0000 (22:46 +0300)]
Set internal value instead of converted value when locale has changed. (#14400)

Change-Id: I2440f6471b8bbb016497bf59cffd023b013460dd

10 years agoDocument that current session and UI are referenced weakly (#14595)
Leif Åstrand [Thu, 4 Sep 2014 06:15:45 +0000 (09:15 +0300)]
Document that current session and UI are referenced weakly (#14595)

Change-Id: Iccf6a2b0da6e47b5b14c40e0ebaab52df1eef92a

10 years agoNotification animations feel janky (Valo) (#14656)
Jouni Koivuviita [Thu, 18 Sep 2014 11:58:42 +0000 (14:58 +0300)]
Notification animations feel janky (Valo) (#14656)

Added a small delay for notification animate-in animations.

Change-Id: Id5596957c56eae391c17e3ea8b942617b848c8f7

10 years agoFix FormLayout has always an odd 12px horizontal margin (#14574)
Jouni Koivuviita [Mon, 1 Sep 2014 13:50:32 +0000 (16:50 +0300)]
Fix FormLayout has always an odd 12px horizontal margin (#14574)

Change-Id: Idaba283636ccbbd3d4fccc8ea10128a464fa463d

10 years agoFixed ComboBox filtering when page length is zero (#14509)
Teemu Pöntelin [Tue, 26 Aug 2014 16:29:35 +0000 (19:29 +0300)]
Fixed ComboBox filtering when page length is zero (#14509)

Change-Id: I663b39a37bcdf4383fa76d04acd127503ced11df

10 years agoFix for audio component starting new playback on each client poll when in Window...
Sergey Budkin [Wed, 17 Sep 2014 12:00:15 +0000 (15:00 +0300)]
Fix for audio component starting new playback on each client poll when in Window (#14645)

Every poll triggers cloning of Window contents at postLayout phase, so media components
are cleared of autoplay attribute.

Change-Id: I0d81cc1bcfd1da1f7c9f1813fb91930139232737

10 years agoFix multiselection pressing shift before starting (#13483)
Guillermo Alvarez [Fri, 12 Sep 2014 12:49:53 +0000 (15:49 +0300)]
Fix multiselection pressing shift before starting (#13483)

selectionRangeStart wasn't set when starting a selection pressing shift.
SelectAllRowsTest was rewritten to enable extension to test this issue.

Change-Id: I1b578b28ba89fc8215ec853d92de09f44c2d58e6

10 years agoDon't scan classpath for any development servlet (#14604)
Leif Åstrand [Thu, 4 Sep 2014 10:09:59 +0000 (13:09 +0300)]
Don't scan classpath for any development servlet (#14604)

Change-Id: If3db4a35609260beff1079cbaafa8827643d9271

10 years agoCalendar event not shown correctly when partially out of view (#7261)
Anna Miroshnik [Thu, 4 Sep 2014 13:38:38 +0000 (17:38 +0400)]
Calendar event not shown correctly when partially out of view (#7261)

only tests. Fix was done during fix of (#12521)

Change-Id: I0097f4b3b0426e007af2eaf20323193ac75e1a8c

10 years agoFix invalid parameter name (#14602)
Leif Åstrand [Thu, 4 Sep 2014 11:00:02 +0000 (14:00 +0300)]
Fix invalid parameter name (#14602)

Change-Id: Ia746e41b7dd81b3465895aad4ca39991aac17d89

10 years agoWebBrowser.isWindowsPhone() is added (#14425).
Denis Anisimov [Sun, 7 Sep 2014 14:39:56 +0000 (17:39 +0300)]
WebBrowser.isWindowsPhone() is added (#14425).

Change-Id: Ia279c4da78ca04e0d3727b605e2ce68b99e8cd65

10 years agoKeyboard scrolling in multiselection mode fixed (#14094)
mtzukanov [Mon, 1 Sep 2014 14:21:11 +0000 (17:21 +0300)]
Keyboard scrolling in multiselection mode fixed (#14094)

Limiting focusing to single item selections.

Change-Id: I12403ddd76fb1eac44d8eca82f251b2b8097b16a

10 years agoFix CustomLayout: component not added at the default location (#14340)
Anna Miroshnik [Wed, 20 Aug 2014 10:47:39 +0000 (14:47 +0400)]
Fix CustomLayout: component not added at the default location (#14340)

Change-Id: I5eb76915b52f6b73ff0799631d98d5711041eeb5

10 years agoFix release notes.
Sauli Tähkäpää [Tue, 16 Sep 2014 12:53:20 +0000 (15:53 +0300)]
Fix release notes.

Change-Id: I16d4fc4644c62a7fd3cf0a9ff28c9f77fff395b3

10 years agoFix release notes to pick tickets with status pending-release/release.
Sauli Tähkäpää [Tue, 16 Sep 2014 12:17:10 +0000 (15:17 +0300)]
Fix release notes to pick tickets with status pending-release/release.

Change-Id: I88cfd3a5f71fe5471c93d816f45ef9457f8023b6

10 years agoUse div instead of notice to avoid UI removing it (#14597) 7.3.1
Manolo Carrasco [Tue, 9 Sep 2014 16:11:45 +0000 (18:11 +0200)]
Use div instead of notice to avoid UI removing it (#14597)

Change-Id: I70cf7f310ee8238a6846316d8c85b3ae4abfd67d

10 years agoFix themes build script not to overwrite all theme files on every iteration. (#14575)
Sauli Tähkäpää [Tue, 16 Sep 2014 07:09:23 +0000 (10:09 +0300)]
Fix themes build script not to overwrite all theme files on every iteration. (#14575)

Change-Id: I58d19f7f5c9e45068b6cc8a7356e41d5d5bce5b6

10 years agoImprove proxy comparison support (#14639)
Juuso Valli [Sat, 13 Sep 2014 12:19:55 +0000 (15:19 +0300)]
Improve proxy comparison support (#14639)

Change-Id: I114ea5bf9d55c78826c1163206caf585b96143ef

10 years agoMake Vaadin component handling proxy-friendly (#14639)
Juuso Valli [Thu, 11 Sep 2014 13:34:03 +0000 (16:34 +0300)]
Make Vaadin component handling proxy-friendly (#14639)

Comparisons with the ==-operator between a proxy and it's underlying
instance fail, so we should use a custom equals method instead.
Change-Id: Iaa86ae830fecbedfb1f55636e25f5affebf5aba3

10 years agoAdd missing comments. (#14482, #14565)
Sauli Tähkäpää [Mon, 15 Sep 2014 09:48:17 +0000 (12:48 +0300)]
Add missing comments. (#14482, #14565)

Change-Id: I647bc8105cbcd13dd1a0c291a9df01f5f43dd65a

10 years agoUpdate to Atmosphere 2.1.2.vaadin5 (#13877)
Sergey Budkin [Fri, 12 Sep 2014 09:12:48 +0000 (12:12 +0300)]
Update to Atmosphere 2.1.2.vaadin5 (#13877)

New version of vaadin atmosphere, picked change from main codebase:
https://github.com/Atmosphere/atmosphere/commit/9eeb5768
Tested manually against Jetty 9.2.3

Change-Id: I90f4a90b1ff651cc475eb01c2156d3c58abd8c2c

10 years agoURI to cval file was wrong in Windows (#14629)
Manolo Carrasco [Tue, 9 Sep 2014 15:51:24 +0000 (17:51 +0200)]
URI to cval file was wrong in Windows (#14629)

Change-Id: Ifdcf8bcaf6f613660b185501be92eec0b43700b5

10 years agoTextFields inside Drag and Drop Wrappers cannot get focus (#12838)
denis.magdenkov [Wed, 10 Sep 2014 11:14:57 +0000 (15:14 +0400)]
TextFields inside Drag and Drop Wrappers cannot get focus (#12838)

Add detection logic to distinguish bweteen click and drag.

Change-Id: I43129183e990266243bfaafe83396f52b09b16d4

10 years agoSet title to empty string for Upload if tooltip is used (#14482).
Denis Anisimov [Wed, 3 Sep 2014 19:49:44 +0000 (22:49 +0300)]
Set title to empty string for Upload if tooltip is used (#14482).

Change-Id: Id9cc9d644772af923d3f5307ea4123df8666a489

10 years agoFix slider inside table is not accessible.(#13681)
Anna Miroshnik [Tue, 9 Sep 2014 10:17:06 +0000 (14:17 +0400)]
Fix slider inside table is not accessible.(#13681)

some fixes after review.
HiddenSliderHandle extends AbstractTestUI instead of UI now.

Change-Id: I83578014ae83219941da745e8373614854c937d7

10 years agoDateField ValueChange is now fired after flags are set (#14487)
Guillermo Alvarez [Fri, 5 Sep 2014 11:07:49 +0000 (14:07 +0300)]
DateField ValueChange is now fired after flags are set (#14487)

When the UI had an invalid string the ValueChange event was fired
before setting all the flags causing an invalid isValid result when
handling ValueChange. Now the event is fired after the flags are set.

Change-Id: Ie4e6ba21edc81bf41c2c661aa27e0ace71e1bef0

10 years agoFix Valo DateField rendering in read-only FieldGroups (#14603)
Heikki Ohinmaa [Thu, 4 Sep 2014 12:26:00 +0000 (15:26 +0300)]
Fix Valo DateField rendering in read-only FieldGroups (#14603)

Change-Id: Icb05cffe68b948777036e282a2055e3343de9252

10 years agoDev mode launch based on Super Dev Mode launch (#14443)
Artur Signell [Wed, 27 Aug 2014 08:38:19 +0000 (11:38 +0300)]
Dev mode launch based on Super Dev Mode launch (#14443)

Change-Id: Ic40ec59317b0f1a7c035963c147225c85a8e049d

10 years agoFix super dev mode launch (#14443)
Artur Signell [Wed, 27 Aug 2014 08:26:35 +0000 (11:26 +0300)]
Fix super dev mode launch (#14443)

Change-Id: Iea23811d55ec2e3079bc6e764127ffe6d8cfc494

10 years agoFix potential invalid JSON output in MetadataWriter (#14591)
Johannes Dahlström [Wed, 3 Sep 2014 13:46:40 +0000 (16:46 +0300)]
Fix potential invalid JSON output in MetadataWriter (#14591)

Change-Id: I90ec428ae11727b9762d53ebb8d94f8c850c425b

10 years agoUpdate DateCellDayEvent size on updateSizes in Connector (#13233).
Denis Anisimov [Sun, 24 Aug 2014 08:59:51 +0000 (11:59 +0300)]
Update DateCellDayEvent size on updateSizes in Connector (#13233).

Change-Id: Ib3142cc62e95ce0e31bb8746eacd5ca4580c1865

10 years agoStreamResource methods equals() and hashCode() are corrected (#14027).
Denis Anisimov [Sat, 16 Aug 2014 13:22:12 +0000 (16:22 +0300)]
StreamResource methods equals() and hashCode() are corrected (#14027).

Change-Id: I68a629a29cc0d6efd2dd7788875a1dc4182ee6bf

10 years agoFixes invalid JavaDoc for DeferredWorker (#14625)
Henrik Paul [Tue, 9 Sep 2014 08:29:26 +0000 (11:29 +0300)]
Fixes invalid JavaDoc for DeferredWorker (#14625)

Change-Id: I479f9e743849abf63ca898a7d6b11e4d4f94dada

10 years agoAdd SubPart support to VaadinFinderLocatorStrategy (#13980)
Teemu Suo-Anttila [Thu, 28 Aug 2014 11:54:21 +0000 (14:54 +0300)]
Add SubPart support to VaadinFinderLocatorStrategy (#13980)

This also fixes recorder issues with negative indices

Change-Id: I1d3fceaf11aed743a957fe72e7ab60c13d7fc5e1

10 years agoOverride IE disabled style for text field (#14565)
Mikael Grankvist [Thu, 4 Sep 2014 12:01:20 +0000 (15:01 +0300)]
Override IE disabled style for text field (#14565)

Change-Id: Ie48e56666c43450c47015067879fdc604c7ac843

10 years agocalendar visible hours shows invalid dates(week/day view) (#12521)
Anna Miroshnik [Thu, 4 Sep 2014 09:32:35 +0000 (13:32 +0400)]
calendar visible hours shows invalid dates(week/day view) (#12521)

Fix: test fails on phantomJs.

Change-Id: I70179c249a180a795e14683e4185068d5395762b

10 years agoOutput legacy locators for TestBench Recorder (#14102).
Mika Murtojarvi [Thu, 28 Aug 2014 10:27:19 +0000 (13:27 +0300)]
Output legacy locators for TestBench Recorder (#14102).

This fixes a regression in Recorder.

Change-Id: I3c9d5939d3f1b41bd5ea8d80acbbb017b6baa062

10 years agoBump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)
Johannes Dahlström [Thu, 28 Aug 2014 12:42:03 +0000 (15:42 +0300)]
Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)

Change-Id: Ifcfe1f90b795072c12d3118db33f3df6c96c568b

10 years agoTable handles both onMouseDown and onMouseUp events (#14347)
Guillermo Alvarez [Tue, 19 Aug 2014 15:38:35 +0000 (18:38 +0300)]
Table handles both onMouseDown and onMouseUp events (#14347)
Now it has the same behaviour that the layout, and checks
that the element under the mouse matches to complete the
click action

Change-Id: I9c61dac24479913c1bb1094edaf8878749984342

10 years agoPass (x,y) coordinates for button click triggered via keyboard (#12650).
Denis Anisimov [Sun, 7 Sep 2014 18:06:59 +0000 (21:06 +0300)]
Pass (x,y) coordinates for button click triggered via keyboard (#12650).

Change-Id: I24363d34f7007650fc66f9b85d7e22a4ab10bb6b

10 years agoTree item fails with ItemClickListener (#14388)
Anna Miroshnik [Mon, 8 Sep 2014 07:32:01 +0000 (11:32 +0400)]
Tree item fails with ItemClickListener (#14388)

Patch for #14388: added modifications to remove the regression on #6845
(RIGHT, MIDDLE mouse buttons listeners)

Change-Id: I3ef95df68efa0a70bbe0d566ceea187505e2999a

10 years agoFixed incorrect week numbers in DateField (#14437)
Teemu Pöntelin [Sun, 17 Aug 2014 20:24:28 +0000 (23:24 +0300)]
Fixed incorrect week numbers in DateField (#14437)

Daylight saving time caused problems with the week number calculation
in the DateTimeService.getISOWeekNumber(Date d) method. If the given
date was inside a DST period, there was a rounding error when calculating
the number of days from the beginning of the year. As a result the week
numbers were calculated incorrectly in a case where the year started with
a Thursday (like for example 2015 and 2026).

Change-Id: Ib3d045ea0b9a1acc44b6f28487b064b3c2b76bb9

10 years agoHandle byte[] type in StatementHelper and correct SQLException (#13305).
Denis Anisimov [Sun, 17 Aug 2014 17:55:15 +0000 (20:55 +0300)]
Handle byte[] type in StatementHelper and correct SQLException (#13305).

Change-Id: I235ebe6250b9c03bbea393df7e8eb8823d119a2c

10 years agoFix to Valo menu for iOS (make the header visible) 7.3.0
Jouni Koivuviita [Mon, 1 Sep 2014 08:16:12 +0000 (11:16 +0300)]
Fix to Valo menu for iOS (make the header visible)

Change-Id: Ib27db90a6dc48f8f8f34adc3c16aa3aa7222d19d

10 years agoIncrease datefield calendarpanel selected date text contrast
Jouni Koivuviita [Thu, 21 Aug 2014 13:25:49 +0000 (16:25 +0300)]
Increase datefield calendarpanel selected date text contrast

Make the text easier to read.

Change-Id: Ieab5b27cccd0694086f17877d6c6b4c37b225b02

10 years agoFetch prerelease tickets for rc and final releases (#14552)
Leif Åstrand [Fri, 29 Aug 2014 10:53:49 +0000 (13:53 +0300)]
Fetch prerelease tickets for rc and final releases (#14552)

Change-Id: Ifd7f515c02c41a84cfa9401b85548a47c6412463

10 years agoFix GridLayout layout issue with empty rows above a component (#14554)
Artur Signell [Fri, 29 Aug 2014 14:33:11 +0000 (17:33 +0300)]
Fix GridLayout layout issue with empty rows above a component (#14554)

* Issue introduced in 8476b57ce2261313f47b21764ddc02cc128b2fd4

Change-Id: Ie84489aac4553e70e7e80561aec748a874a85653

10 years agoValo Sass API documentation, part 2
Jouni Koivuviita [Fri, 29 Aug 2014 13:04:45 +0000 (16:04 +0300)]
Valo Sass API documentation, part 2

Change-Id: Ic707d897a84a308f789b2805a980b696beaa6edd

10 years agoFirst batch of Valo Sass API documentation, plus bug fixes
Jouni Koivuviita [Fri, 29 Aug 2014 10:57:46 +0000 (13:57 +0300)]
First batch of Valo Sass API documentation, plus bug fixes

Also updates the test to always scroll the left panel to the top after
opening a section.

Change-Id: Icdb42795b8ec347b91694c162898f41aa8d80152

10 years agoDo not automatically change DesiredCapabilities so equals works the way tests expect
Artur Signell [Thu, 21 Aug 2014 08:38:22 +0000 (11:38 +0300)]
Do not automatically change DesiredCapabilities so equals works the way tests expect

Change-Id: I573f0a7f8544742396fcd5927bc3292350754c6d

10 years agoBugfixes to Valo (#14490)
Jouni Koivuviita [Thu, 21 Aug 2014 12:16:49 +0000 (15:16 +0300)]
Bugfixes to Valo (#14490)

valo-component-group mixin doesn’t have any parameters. Ruby compiler
produces an error, but Java compiler works anyway (#14479).

Missing semicolon after a line before @include produces an error with
the Ruby compiler, but passes compilation with the Java compiler
(#14480).

Change-Id: If6fa2b5039f4d9daa7ee73380f089b533c2cce0f

10 years agoUse sass-compiler 0.9.10 (#14524)
Artur Signell [Thu, 28 Aug 2014 07:03:44 +0000 (10:03 +0300)]
Use sass-compiler 0.9.10 (#14524)

Change-Id: Ib8c753c59c52421ce9d6a86a407cb9694ee4f5a8

10 years agoIgnore compiled valo test themes
Leif Åstrand [Fri, 22 Aug 2014 11:48:08 +0000 (14:48 +0300)]
Ignore compiled valo test themes

Change-Id: I4f2580230a18adf299334eb43aea4f8bccd7bb4a

10 years agoIgnore files from the classpath for scss cache timestamps (#14506)
Leif Åstrand [Tue, 26 Aug 2014 10:16:11 +0000 (13:16 +0300)]
Ignore files from the classpath for scss cache timestamps (#14506)

Change-Id: I82e3caef915b6a8683608f1834130468b3f16dbf

10 years agoAdd theme class name in init to prevent delay for embedded apps (#14517)
Artur Signell [Tue, 26 Aug 2014 18:29:04 +0000 (21:29 +0300)]
Add theme class name in init to prevent delay for embedded apps (#14517)

Change-Id: I73bf41ca493f76d0a4caa82464ef3c63b3d7f055

10 years agoLog theme loading error when it happens and not later (#14517)
Artur Signell [Tue, 26 Aug 2014 18:28:06 +0000 (21:28 +0300)]
Log theme loading error when it happens and not later (#14517)

Change-Id: I0d19e1c53dfe48a9a501ff25c19318b96c96ef3b

10 years agoRemove defunct __gwt_historyFrame (#11560)
Leif Åstrand [Fri, 22 Aug 2014 17:18:29 +0000 (20:18 +0300)]
Remove defunct __gwt_historyFrame (#11560)

Change-Id: Id3829562f7bb898ee0df873de90f0339ad06adff

10 years agoUpdate TabsheetState.tabs to be declared as List (#14512)
Leif Åstrand [Wed, 27 Aug 2014 11:29:36 +0000 (14:29 +0300)]
Update TabsheetState.tabs to be declared as List (#14512)

Change-Id: I53055ed64e0e9764b48edbc492dae5f16e1dd9bd

10 years agoVTabsheetBase should implement HasEnabled (#14114).
Denis Anisimov [Sat, 16 Aug 2014 15:04:51 +0000 (18:04 +0300)]
VTabsheetBase should implement HasEnabled (#14114).

Change-Id: I31ebc1b4c0698f10c145c6e59d5c951918c5fdbe

10 years agoAdd option for collapsing empty rows/columns in GridLayout (#14392) 7.3.0.rc1
Artur Signell [Fri, 8 Aug 2014 13:01:30 +0000 (16:01 +0300)]
Add option for collapsing empty rows/columns in GridLayout (#14392)

This reverts the new default behavior introduced in fix for #8855.
If you want empty rows/columns to be ignored when rendering,
use GridLayout.setHideEmptyRowsAndColumns(true)

Change-Id: I38a8717d79cec7739b649174654b615db9d8dc7e

10 years agoDepend on sass-compiler, not the old theme-compiler (#14009)
Artur Signell [Wed, 20 Aug 2014 20:50:37 +0000 (23:50 +0300)]
Depend on sass-compiler, not the old theme-compiler (#14009)

Change-Id: I0635ea0a390c868162695291176d0ce416dfaf4c

10 years agoDo not include test themes in theme jar (#13634)
Artur Signell [Wed, 20 Aug 2014 21:08:10 +0000 (00:08 +0300)]
Do not include test themes in theme jar (#13634)

Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0

10 years agoPrevent user text selection by default (Valo)
Jouni Koivuviita [Tue, 19 Aug 2014 17:07:04 +0000 (20:07 +0300)]
Prevent user text selection by default (Valo)

Re-enable for labels, captions, tables and text inputs.

Removed all unnecessary user-select: none; declarations since the top
level declaration will affect the whole dom tree.

Change-Id: I2e74b749340c8649d3b0778d62acafecf878685d

10 years agoDo not hide handle as it causes IE8 problems (#14412)
Artur Signell [Wed, 20 Aug 2014 11:18:58 +0000 (14:18 +0300)]
Do not hide handle as it causes IE8 problems (#14412)

Change-Id: I2b981c00bf1ef3b9e1e0ccd1cdd3678016b11d14

10 years agoMerge remote-tracking branch 'origin/master' into 7.3
Artur Signell [Wed, 20 Aug 2014 10:55:11 +0000 (13:55 +0300)]
Merge remote-tracking branch 'origin/master' into 7.3

10 years agofixes incorrect JSONArray/String usage in ServerRpcHandler (#14471)
Fabian Lange [Wed, 20 Aug 2014 09:56:21 +0000 (11:56 +0200)]
fixes incorrect JSONArray/String usage in ServerRpcHandler (#14471)

As described by Johannes, the RPCRequest constructor first takes whole
JSON as string and builds its attribute json from it (by parsing).
Then it reads from this parsed JSON the array called "rpc".
However it previously did a .toString on it only to re-parse it.
Newer json versions complain that "rpc" is not a string, but an array.

Change-Id: If4bb45abad551b183d757f0aa326c37c070ce103

10 years agoComboBoxValueInput test upgrade (#14292)
Anna Koskinen [Mon, 11 Aug 2014 12:03:31 +0000 (15:03 +0300)]
ComboBoxValueInput test upgrade (#14292)

Change-Id: Id2158d0990f12940f2206095b8edc0946977f27d

10 years agoTableColumnResizeContentsWidth test upgrade (#14292)
Anna Koskinen [Wed, 30 Jul 2014 12:48:20 +0000 (15:48 +0300)]
TableColumnResizeContentsWidth test upgrade (#14292)

Change-Id: I1adc4dfea7bf62191a23a89440eeca677f47e6a6

10 years agoMerge remote-tracking branch 'origin/master' into 7.3
Artur Signell [Tue, 19 Aug 2014 17:53:40 +0000 (20:53 +0300)]
Merge remote-tracking branch 'origin/master' into 7.3

10 years agoComboBoxSlow test upgrade (#14292)
Anna Koskinen [Tue, 5 Aug 2014 15:03:43 +0000 (18:03 +0300)]
ComboBoxSlow test upgrade (#14292)

Change-Id: Ic2e1bfd300a6b18aeddd4c4895c7bb11fec5bb8b

10 years agoCommon components inside Table cells render better (Valo)
Jouni Koivuviita [Tue, 19 Aug 2014 13:28:23 +0000 (16:28 +0300)]
Common components inside Table cells render better (Valo)

Add a new size variant “compact” for Textfield, DateField and ComboBox.
Makes the field fit inside the default row height of the table, but
keeps the font size the same as for a normal field. Borderless fields
also now respect the font color of the container (e.g. a selected table
row).

Update test to include common components inside a table.

Change-Id: I88f4d917579c937536dc4c886dc2b7825db01818

10 years agoLast minute small fixes to Valo
Jouni Koivuviita [Tue, 19 Aug 2014 10:58:38 +0000 (13:58 +0300)]
Last minute small fixes to Valo

Change-Id: Ib4dfac4ee2bb858d02c34a920ad53e37e73b73e1

10 years agoAdd a new variation for Valo
Jouni Koivuviita [Tue, 19 Aug 2014 09:02:04 +0000 (12:02 +0300)]
Add a new variation for Valo

A new variation named “Light”, similar to iOS7 style.

Fix some valo-menu styles to accommodate the new light style better.

Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576

10 years agoSmall adjustment to MenuBar line-height (Valo)
Jouni Koivuviita [Tue, 19 Aug 2014 08:09:22 +0000 (11:09 +0300)]
Small adjustment to MenuBar line-height (Valo)

Change-Id: I00eae3c53d78a4fc086567d677ce8f24e441a880