]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
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 agoCalendarNotifications test rewrite
Heikki Ohinmaa [Tue, 19 Aug 2014 10:26:20 +0000 (13:26 +0300)]
CalendarNotifications test rewrite

Change-Id: I78f8b0c6a762541f62a3881ce8abb52837d1cad9

10 years agoEnable assertions in widgetsets built with ide.xml (#14431)
Johannes Dahlström [Fri, 15 Aug 2014 08:30:29 +0000 (11:30 +0300)]
Enable assertions in widgetsets built with ide.xml (#14431)

Also add property to customize log level.

Change-Id: I817400aec13fe2b12c382d97b404c08b06dc263a

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 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 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 agoUse a separate servlet instance for static files during testing
Artur Signell [Wed, 20 Aug 2014 19:13:40 +0000 (22:13 +0300)]
Use a separate servlet instance for static files during testing

There is something strange going on in Tomcat 8 and/or Atmosphere where
the websocket endpoint is deployed for /VAADIN/* and not for /run/* when
the same servlet is used

Change-Id: If0f5d7b87e410feeb53d1407919fa30cc794468a

10 years agoFix VTextField w/ InputPrompt and ShortcutListener (#13492)
hp279 [Thu, 22 May 2014 11:30:41 +0000 (04:30 -0700)]
Fix VTextField w/ InputPrompt and ShortcutListener (#13492)

Previously, VTextField value was not updated when used w/ InputPrompt and ShortcutListener.

Change-Id: I53631fe4e866dc6a861d1ea9d263dd5204ec6d7e

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 agoAdd option for collapsing empty rows/columns in GridLayout (#14392)
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 agoConvert CustomComponentChildVisibility to TB4.
Sauli Tähkäpää [Sun, 6 Jul 2014 11:37:48 +0000 (14:37 +0300)]
Convert CustomComponentChildVisibility to TB4.

Change-Id: I8d1a61df37eb3af1f5c0ebcdcf3097df59a44652

10 years agoAll day property support is added to ContainerEventProvider (#14178).
Denis Anisimov [Sun, 17 Aug 2014 15:04:11 +0000 (18:04 +0300)]
All day property support is added to ContainerEventProvider (#14178).

Change-Id: I8d5580895a218440a8295ed79453d6cbe24195b1

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 agoAdded support for focus and blur listeners in NativeSelect (#6847)
Niklas Nyholm [Fri, 11 Jul 2014 10:37:41 +0000 (13:37 +0300)]
Added support for focus and blur listeners in NativeSelect (#6847)

Implemented BlurNotifier and FocusNotifier interfaces in NativeSelect

Change-Id: Ief38d72edee05bef07f0d57367811bab2c6def50

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 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 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 agoRetry local driver in the same way as remote driver
Artur Signell [Sat, 16 Aug 2014 17:31:42 +0000 (20:31 +0300)]
Retry local driver in the same way as remote driver

PhantomJS sometimes fails to start properly in validation builds

Change-Id: I768dd4c7fd67d7e05d25311f8e309d3b9764d11b

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

10 years agoMake test more stable
Artur Signell [Tue, 19 Aug 2014 11:54:16 +0000 (14:54 +0300)]
Make test more stable

* Added tests for tabsheet variants

Change-Id: Ib8d5c88cdedf1bbac439f91346b7b8a6a6756ede

10 years agoUpdate @since tags for new API (#14330)
Artur Signell [Mon, 18 Aug 2014 05:56:51 +0000 (08:56 +0300)]
Update @since tags for new API (#14330)

Change-Id: Ieee79bc4e1c61c7a0b00e19c0bca8826b0e10cff

10 years agoScript for replacing all empty @since tags with a given version
Artur Signell [Tue, 19 Aug 2014 10:30:59 +0000 (13:30 +0300)]
Script for replacing all empty @since tags with a given version

Change-Id: I10cefbeb4028b6b511db5af94c287656c32a5efe

10 years agoTableWithContainerRequiringEqualsForItemId test upgrade (#14292)
Anna Koskinen [Fri, 8 Aug 2014 14:22:56 +0000 (17:22 +0300)]
TableWithContainerRequiringEqualsForItemId test upgrade (#14292)

Change-Id: I08da5a69e11f625d3d34f26dbd097d7a0973a541

10 years agoPrevent erroneous screenshot removal (#14446)
Juuso Valli [Mon, 18 Aug 2014 09:15:33 +0000 (12:15 +0300)]
Prevent erroneous screenshot removal (#14446)

Change-Id: I6832399a888a8f99a77b6d345271d02e5cec3f54

10 years agoTable column resize does not work in Valo (Firefox) ( #14401)
Jouni Koivuviita [Tue, 19 Aug 2014 08:06:02 +0000 (11:06 +0300)]
Table column resize does not work in Valo (Firefox) ( #14401)

Fix a similar issue with context menu items also.

Change-Id: I1c851ea43aa81a39e2c4596315b34976df0cba62

10 years agoTreeTablePartialUpdates test upgrade (#14292)
Anna Koskinen [Thu, 14 Aug 2014 13:08:38 +0000 (16:08 +0300)]
TreeTablePartialUpdates test upgrade (#14292)

Change-Id: I32029461c7a4eeec1b54ce8a3f0b730f22deca1b

10 years agoTabSheet focus/blur patch for 7.3 (#14304)
Bogdan Udrescu [Fri, 15 Aug 2014 04:59:14 +0000 (07:59 +0300)]
TabSheet focus/blur patch for 7.3 (#14304)

Remove the listeners from VTabSheet and use them as inner.

Change-Id: I65bc84fe6120abcaa01d22fcc373802f4f773bdc

10 years agoLabelEmbeddedClickThroughForTable test upgrade (#14292)
Anna Koskinen [Tue, 5 Aug 2014 10:49:57 +0000 (13:49 +0300)]
LabelEmbeddedClickThroughForTable test upgrade (#14292)

Change-Id: Ic9799343357735580976687ee02afb3bec142861

10 years agoUIScrollTest test upgrade (#14292)
Anna Koskinen [Mon, 4 Aug 2014 11:22:40 +0000 (14:22 +0300)]
UIScrollTest test upgrade (#14292)

Change-Id: I5203b69d2f4ad67107ac347bff9b56b6d66c63bd

10 years agoCorrect error notification behavior on touch devices (#14447)
Juho Nurminen [Mon, 18 Aug 2014 11:23:37 +0000 (14:23 +0300)]
Correct error notification behavior on touch devices (#14447)

Change-Id: I610e81aeb3e1f3f124c27e549ba58e9e28cacecf

10 years agoSortLabelsInTable test upgrade (#14292)
Anna Koskinen [Wed, 30 Jul 2014 09:04:47 +0000 (12:04 +0300)]
SortLabelsInTable test upgrade (#14292)

Change-Id: I07d2b0882ea5520f3d7ec30e29d4c42fb9167c9c

10 years agoTreeTablePartialUpdatesPageLength0 test upgrade (#14292)
Anna Koskinen [Thu, 14 Aug 2014 13:58:28 +0000 (16:58 +0300)]
TreeTablePartialUpdatesPageLength0 test upgrade (#14292)

Change-Id: I8f7717138247c46d7b85f4fab46328d5d118dbef

10 years agoFixes DragAndDropWrapper does not support choosing a custom component as the drag...
Sebastian Nyholm [Tue, 27 May 2014 11:46:47 +0000 (14:46 +0300)]
Fixes DragAndDropWrapper does not support choosing a custom component as the drag image (#13836)

Amend : Fixes the comments for the last commit.
Amend 2: Fixes a nullpointer found in a certain test scenario

Change-Id: I72327f5f8ab9e46d88e1ebed8f1db3a7da39d7d8

10 years agoUIProviderInitParameter test upgrade (#14292)
Anna Koskinen [Tue, 12 Aug 2014 11:47:03 +0000 (14:47 +0300)]
UIProviderInitParameter test upgrade (#14292)

Change-Id: I44e7fa4b0d890972d4e6d14c3159aa9db9131c1d

10 years agoTableRowScrolledBottom test upgrade (#14292)
Anna Koskinen [Thu, 31 Jul 2014 08:36:44 +0000 (11:36 +0300)]
TableRowScrolledBottom test upgrade (#14292)

Change-Id: I382a4da5f186239c5791d1e63e9a75ece9039760

10 years agoTabSheet focus/blur API improvement (#14304)
Bogdan Udrescu [Fri, 15 Aug 2014 13:05:53 +0000 (16:05 +0300)]
TabSheet focus/blur API improvement (#14304)

Simplify the new inner API in the VTabSheet which solves the
focus/blur issue.

The blur and focus events should be linked with the TabSheet
component as a whole. Any click inside the TabSheet should
trigger one single focus and any leave the blur.

Change-Id: I90dd05f056441920a286b6debdc288fb1a9a7e10

10 years agoUpdate GWT version (#14051)
Artur Signell [Sat, 16 Aug 2014 21:07:36 +0000 (00:07 +0300)]
Update GWT version (#14051)

The new version fixes source map generation when collapse-all-properties is on

Change-Id: I4bcf9bd64a8dd9bc2e65c225df9ba4313e3d4194

10 years agoMake test stable again
Artur Signell [Sat, 16 Aug 2014 16:58:11 +0000 (19:58 +0300)]
Make test stable again

Change-Id: I1e02ce31ec7f0235158a5b04812c031e040c7ba2

10 years agoRemove unnecessary negative border radius declarations from menu bar (Valo)
Jouni Koivuviita [Fri, 15 Aug 2014 09:23:49 +0000 (12:23 +0300)]
Remove unnecessary negative border radius declarations from menu bar (Valo)

Change-Id: I3739cdacf6a117cd0d75cab3566a82ee0fedd6bd

10 years agoModularize menubar mixins and add submenu indicator for top level items
Jouni Koivuviita [Tue, 12 Aug 2014 12:02:40 +0000 (15:02 +0300)]
Modularize menubar mixins and add submenu indicator for top level items

Refactored menubar mixins so that less overrides are necessary from
normal button styles, and so that custom colored and custom sized menu
bars are possible.

Add new examples to test app for “drop down buttons” and “split
buttons” using MenuBar.

Change-Id: I2b0b76817d1c9119f82b2c2f4d7e5b95a9f05a5c

10 years agoPopupDateFieldExtendedRange test upgrade (#14292)
Anna Koskinen [Tue, 12 Aug 2014 10:19:54 +0000 (13:19 +0300)]
PopupDateFieldExtendedRange test upgrade (#14292)

Change-Id: I62f3f17cfbd5ddb5e1cd1b6085f4437fa49cfad1

10 years agoMake read only textfield visually different from normal text fields
Jouni Koivuviita [Tue, 12 Aug 2014 12:27:06 +0000 (15:27 +0300)]
Make read only textfield visually different from normal text fields

If the background color of the app is the same as the textfield
background color, make the textfield background color slightly darker.

Change-Id: I4870c3e396cdd8c586bfd3f0e812cf1f5ebab1eb

10 years agoAdd new "colored" style for Label (Valo)
Jouni Koivuviita [Tue, 12 Aug 2014 12:07:45 +0000 (15:07 +0300)]
Add new "colored" style for Label (Valo)

Makes any Label text colored, by default the same as $v-selection-color.

Modify the Forms and Labels examples to use the new style, and remove
the fixed color from “light” style form layout for header labels.

Change-Id: I27a4fce56b1f734aa5c2c837bf1684284b0d96cc

10 years agoTextFieldRelativeWidth test upgrade (#14292)
Anna Koskinen [Mon, 11 Aug 2014 12:35:30 +0000 (15:35 +0300)]
TextFieldRelativeWidth test upgrade (#14292)

Change-Id: Ia879f22f171c97fd614a92526db3cd00f35d9d27

10 years agoValo Tree Drag & Drop styles broken (#14360)
Jouni Koivuviita [Fri, 15 Aug 2014 09:28:07 +0000 (12:28 +0300)]
Valo Tree Drag & Drop styles broken (#14360)

Change-Id: Iafee03aaea3266ab32edb407e605ff3d8de474e1

10 years agoExtraWindowShownWaiAria test upgrade (#14292)
Anna Koskinen [Tue, 29 Jul 2014 13:02:56 +0000 (16:02 +0300)]
ExtraWindowShownWaiAria test upgrade (#14292)

Change-Id: I83f0d08850d2e03008601f10043314c00818bdaa

10 years agoAdd two new size variants for Valo, tiny and huge
Jouni Koivuviita [Fri, 15 Aug 2014 09:32:34 +0000 (12:32 +0300)]
Add two new size variants for Valo, tiny and huge

Available as additional style names for buttons, text fields/text
areas, combo boxes, date fields and labels.

Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f

10 years agoWindow close and maximize/restore buttons not visible on initial render in IE8 (Valo...
Jouni Koivuviita [Thu, 14 Aug 2014 11:48:26 +0000 (14:48 +0300)]
Window close and maximize/restore buttons not visible on initial render in IE8 (Valo) #14413

Remove unnecessary FontAwesome declaration as well, which made the
characters look bad in IE8.

Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c

10 years agoUpdate GWT version (#14376)
Juho Nurminen [Thu, 14 Aug 2014 17:08:06 +0000 (20:08 +0300)]
Update GWT version (#14376)

Change-Id: Idc948853a1a8529e42cbab5e4dce5938897d39dc

10 years agoUpdate VBrowserDetails to handle the new IE11 UA on WP 8.1 Update (#14376)
Juho Nurminen [Thu, 14 Aug 2014 14:54:24 +0000 (17:54 +0300)]
Update VBrowserDetails to handle the new IE11 UA on WP 8.1 Update (#14376)

Change-Id: I7fdd091a3b2994270e9928eb4f118ab5ca59ef30

10 years agoUpdate modernie property provider to recognize IE11 on WP 8.1 Update (#14376)
Juho Nurminen [Thu, 14 Aug 2014 14:11:38 +0000 (17:11 +0300)]
Update modernie property provider to recognize IE11 on WP 8.1 Update (#14376)

Change-Id: I8df8260bf875dd2a3cf974885bde8b473f4951a5

10 years agoUpgraded TestTooSmallSubwindowSize from TB2 (#14292)
Anna Koskinen [Thu, 24 Jul 2014 15:06:16 +0000 (18:06 +0300)]
Upgraded TestTooSmallSubwindowSize from TB2 (#14292)

Change-Id: I351e94c6827e4585ddeb0060251f9ba7c5c55df4

10 years agoTabSheet focus/blur events fixed (#14304)
Bogdan Udrescu [Thu, 7 Aug 2014 12:31:07 +0000 (15:31 +0300)]
TabSheet focus/blur events fixed (#14304)

The blur and focus events should be linked with the TabSheet
component as a whole. Any click inside the TabSheet should
trigger one single focus and any leave the blur.

Change-Id: Id24a2fab12aafe6f7aa3a44635e5b9e935a1cfe1

10 years agoAlways use cursor detection for improved test stability
Artur Signell [Wed, 6 Aug 2014 15:07:00 +0000 (18:07 +0300)]
Always use cursor detection for improved test stability

Change-Id: I3ac7a8b404da907fbe025b2ab1af03dd7c32813e

10 years agoMade Valo test UI deterministic and added TB test
Artur Signell [Mon, 11 Aug 2014 19:27:35 +0000 (22:27 +0300)]
Made Valo test UI deterministic and added TB test

Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece

10 years agoSupport setting persistent hover and require window focus parameters
Artur Signell [Mon, 11 Aug 2014 10:43:53 +0000 (13:43 +0300)]
Support setting persistent hover and require window focus parameters

Change-Id: I0b2bb3fba1a8a854799fd087601ba54988ec423b

10 years agoPrevent browser to scroll when space it pressed on a TabSheet (#14320)
Bogdan Udrescu [Mon, 11 Aug 2014 10:08:39 +0000 (13:08 +0300)]
Prevent browser to scroll when space it pressed on a TabSheet (#14320)

Browser page scroll by default when space key is pressed.
The TabSheet uses the space key (32) to select the tab
when navigating using left/right keys. So when the space
is pressed the default browser page scroll behavior is
now prevented.

Change-Id: I8c3c7c4904109018d2f91447235e30dbd29eec5d

10 years agoWorkaround for super dev mode line offset issue (#14051)
Artur Signell [Wed, 13 Aug 2014 17:00:17 +0000 (20:00 +0300)]
Workaround for super dev mode line offset issue (#14051)

Change-Id: I29f59fce90b7060a97787d3c3ce12f890af40079

10 years agoAllow for multiple license keys in a single license file #14408
Jonatan Kronqvist [Tue, 12 Aug 2014 10:52:09 +0000 (13:52 +0300)]
Allow for multiple license keys in a single license file #14408

License files can now contain multiple keys to support different
versions of a product. The keys are identified by the major version
number followed by an equals sign and the key for that version, e.g.

  1 = foo-bar-baz
  2 = baz-foo-bar

The license file can also contain a "default" license key, which
is used for all versions except for the explicitly defined ones, e.g.

  foo-bar-baz
  3 = baz-bar-foo
  4 = bar-baz-baz

Change-Id: Id07d22e9fdc44189c4298b634006cf0df128bfd9

10 years agoMake test more reliable
Artur Signell [Tue, 12 Aug 2014 14:19:33 +0000 (17:19 +0300)]
Make test more reliable

Change-Id: I16a0000ae506b5aef4f4d44cf0ee7235da14a21a

10 years agoPressing [down]+[enter] on a combobox now closes the popup. (#14379)
Guillermo Alvarez [Wed, 6 Aug 2014 14:25:09 +0000 (17:25 +0300)]
Pressing [down]+[enter] on a combobox now closes the popup. (#14379)

Pressing down to open the popup menu and then pressing enter to select
the same item as is already selected will now cause the same behavior
as pressing the escape key when there are suggestions.

Change-Id: I6052608cc5916d306a981aa0f98b0ae822da5eb4

10 years agoCorrectly display an item which is too long for the textfield. (#13477)
Guillermo Alvarez [Mon, 11 Aug 2014 07:56:58 +0000 (10:56 +0300)]
Correctly display an item which is too long for the textfield. (#13477)

New JSNI function allows direction parameter in setSelectionRange.
This allows setting selection backward and fixes the issue in FF.

Change-Id: I1e34b70983e3f525b7009668877038f108d286a7

10 years agoConverted serialization test to be run in validation builds
Artur Signell [Wed, 6 Aug 2014 16:00:26 +0000 (19:00 +0300)]
Converted serialization test to be run in validation builds

Change-Id: Ia6f809349a8ee81bd2d150176c69c6d6ae10491f

10 years agoSingleBrowserTest for testing browser-unrelated functionality
Artur Signell [Wed, 6 Aug 2014 12:30:05 +0000 (15:30 +0300)]
SingleBrowserTest for testing browser-unrelated functionality

Change-Id: Ife2ce000cae1386334596a99592263bd489a5204

10 years agoMake component group spacing adjustable with a variable (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 11:21:19 +0000 (14:21 +0300)]
Make component group spacing adjustable with a variable (Valo)

Use in the dark variation to prevent overlapping box-shadows.

Change-Id: I622caebd92a14396ab84a9919e4d181d8fd54f3f

10 years agoMake custom panel caption styles better looking (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 10:52:04 +0000 (13:52 +0300)]
Make custom panel caption styles better looking (Valo)

If the background color of the caption is darker than the normal
background color, add a colored border around the whole caption.
Otherwise only draw the bottom border using the default background
color.

Fix caption bevel and “well” style box shadow handling as well.

Change-Id: I1964df984ba50da8fcd1eed48edeb89abc5d3d8c

10 years agoFix combo box and date field small & large styles box-shadow on focus (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 10:48:24 +0000 (13:48 +0300)]
Fix combo box and date field small & large styles box-shadow on focus (Valo)

Don’t override any other state than the “normal” for large & small
styles (box-shadow in particular)

Change-Id: I295b5e2300a4b2137171fb0aa55d5bbf3feb8cf6

10 years agoSmall adjustment to valo-menu-item selection color
Jouni Koivuviita [Thu, 7 Aug 2014 07:51:27 +0000 (10:51 +0300)]
Small adjustment to valo-menu-item selection color

Now lighter bg on light colors and darker bg on dark colors.

Change-Id: Id61b88d1cae65330c6f7b2cc3bb93880a7de9965

10 years agoMake success and failure label styles blend more to the theme (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 07:41:01 +0000 (10:41 +0300)]
Make success and failure label styles blend more to the theme (Valo)

Change-Id: Iece29f5b06a644e374935534399686d938de7501

10 years agoAdded more hierarchy levels to the hierarchical container in ValoThemeUI test
Jouni Koivuviita [Thu, 7 Aug 2014 07:35:59 +0000 (10:35 +0300)]
Added more hierarchy levels to the hierarchical container in ValoThemeUI test

Change-Id: Ic35c2f77a5acb0221792ad0a0195e4566dbece00

10 years agoSmall adjustment to Table column drag-n-drop indicators (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 07:12:30 +0000 (10:12 +0300)]
Small adjustment to Table column drag-n-drop indicators (Valo)

Change-Id: I40a2fead8ba84b5e827823eae7c73593e8561225

10 years agoFix TreeTable expand/collapse indicator (Valo)
Jouni Koivuviita [Thu, 7 Aug 2014 06:48:55 +0000 (09:48 +0300)]
Fix TreeTable expand/collapse indicator (Valo)

Change-Id: If4498c832f6a2fd4e3ebfb0e01e35909b1b6c3a5

10 years agoSplit common-stylenames to individual component files (#14374)
Jouni Koivuviita [Thu, 7 Aug 2014 19:15:01 +0000 (22:15 +0300)]
Split common-stylenames to individual component files (#14374)

Moved notification and valo-menu styles to the components folder as
well, and added them to the $v-included-components list.

Additional styles are now also controlled with a list variable, which
lists all components whose additional styles should be included in the
build.

Change-Id: Ifb8d49d71622decf8fa0d4875985fcafd908a1f8

10 years agoUpdate Font Awesome to the latest version (#14396)
Jouni Koivuviita [Fri, 8 Aug 2014 09:30:53 +0000 (12:30 +0300)]
Update Font Awesome to the latest version (#14396)

Update the font icon to version 4.1.0.

The enum is now sorted alphabetically by the icon name, while
previously it was sorted by the code point.

The new list is copied from http://fontawesome.io/cheatsheet/ which
contains all the icons in the font.

Change-Id: I41a69248a9e3bd25c90b7f79b5814cdb46b10bbc

10 years agoStop running TB2 tests on Safari 5 and Opera 12
Artur Signell [Fri, 8 Aug 2014 07:33:17 +0000 (10:33 +0300)]
Stop running TB2 tests on Safari 5 and Opera 12

While still supported, these browsers are completely outdated and the
tests no longer give us meaningful information. When TestBench 2 tests
are converted to TB4, they will no longer be run on either of these browser.

To improve the situation in the future, TB4 tests should be run on
Safari 7 and latest Opera

Change-Id: Ib49376e30e105aea89218aa352c44a4c3ec8778f

10 years agoAvoid starting 4 dummy sessions and leave them open for each test
Artur Signell [Fri, 8 Aug 2014 14:40:19 +0000 (17:40 +0300)]
Avoid starting 4 dummy sessions and leave them open for each test

Change-Id: I00ccee8830f09a864df49a3abe2d588bd717c30f

10 years agoResponsiveConnector should request layout update when breakpoints change
Jouni Koivuviita [Mon, 4 Aug 2014 07:15:44 +0000 (10:15 +0300)]
ResponsiveConnector should request layout update when breakpoints change
(#14354)

Change-Id: Ie995268f8d89a951e9ebb351edde4ba1e824101e

10 years agoRefactor Valo main menu styles into separate mixins
Jouni Koivuviita [Tue, 5 Aug 2014 21:39:05 +0000 (00:39 +0300)]
Refactor Valo main menu styles into separate mixins

Add a new utility mixin for defining width-ranges and height-ranges.

Refactored ValoThemeUI to use Responsive and styled it to fit in a
variety of viewport widths.

Fixed an issue with “flat-dark” using named colors, which trips the
“type-of” function.

Theme “theme select”.

Change-Id: Iff55ca2c23d2e279b6199590db2fdfe51423c1df

10 years agoValo reports theme version wrong in debug window (#14338)
Jouni Koivuviita [Tue, 5 Aug 2014 20:39:26 +0000 (23:39 +0300)]
Valo reports theme version wrong in debug window (#14338)

Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7

10 years agoUpdate textfield readonly style (Valo)
Jouni Koivuviita [Tue, 5 Aug 2014 20:17:28 +0000 (23:17 +0300)]
Update textfield readonly style (Valo)

Make readonly textfields show better inside panels for instance (so
that they look different from normal textfields).

Change-Id: If2b9b810a5bf0d7388563ea1d7560bbf1b9f149a

10 years agoNotification delay is not set to 0 when the notification is clicked (#14368)
Jouni Koivuviita [Thu, 7 Aug 2014 14:22:14 +0000 (17:22 +0300)]
Notification delay is not set to 0 when the notification is clicked (#14368)

Reintroduce the delay timer which triggers the hiding of the
notification. When the notification is clicked, no timer is used, the
notification is hidden immediately.

Change-Id: I93ecc5dcc34c10092b85f4e0daf7ecacfef77f7a

10 years agoFix native select font color (Valo)
Jouni Koivuviita [Tue, 5 Aug 2014 20:09:59 +0000 (23:09 +0300)]
Fix native select font color (Valo)

Change-Id: Ibeb5849417776847f40422ff1b9fb99c63d23af7

10 years agoFix color picker button for IE8
Jouni Koivuviita [Tue, 5 Aug 2014 20:08:10 +0000 (23:08 +0300)]
Fix color picker button for IE8

The selected color hex value is no longer overlapping with the color
square.

But now when there’s no hex value as the button caption, there’s extra
white space on the right edge of the button, which is unavoidable. This
is a lesser evil.

Change-Id: I9c7e36fdf22f63c9cad6972f0f2038513f841d6b

10 years agoEmpty rows in Table are badly styles (#14112)
Jouni Koivuviita [Thu, 7 Aug 2014 11:42:46 +0000 (14:42 +0300)]
Empty rows in Table are badly styles (#14112)

Reduced padding around widgets inside table cells also.

Set z-index for drag’n’drop styles to set the above any relative
positioned widgets inside table cells.

Change-Id: I512c61428aa88678261f276148d3ba39134a6411

10 years agoVerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second component...
Jouni Koivuviita [Thu, 7 Aug 2014 14:03:37 +0000 (17:03 +0300)]
VerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second component (Valo theme) (#14152)

Change-Id: I81b340206a6020d349593926156264b85253c4e6

10 years agoRich text area has broken icons in Valo theme (#14219)
Jouni Koivuviita [Tue, 5 Aug 2014 19:57:31 +0000 (22:57 +0300)]
Rich text area has broken icons in Valo theme (#14219)

Change-Id: I5e7d6a11bee0127bc3f9f4dd32c0828f28b0659d

10 years agoTexArea 'white-space: normal' breaks multiline texts in Valo (#14225)
Jouni Koivuviita [Tue, 5 Aug 2014 19:56:06 +0000 (22:56 +0300)]
TexArea 'white-space: normal' breaks multiline texts in Valo (#14225)

Change-Id: I228d065d13cc6f85f6901702d33121c675af6fc4

10 years agoFix tree row height in IE8 (Valo)
Jouni Koivuviita [Tue, 5 Aug 2014 19:54:46 +0000 (22:54 +0300)]
Fix tree row height in IE8 (Valo)

Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7

10 years agoContext menu is not shown in Table body on mobile browsers (#13694)
Heikki Ohinmaa [Thu, 7 Aug 2014 10:27:14 +0000 (13:27 +0300)]
Context menu is not shown in Table body on mobile browsers (#13694)

Includes updated tests.

Change-Id: I928b888302a2cd22b7c94600fd4f8b7608ba0ca8