summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* PopupDateFieldExtendedRange test upgrade (#14292)Anna Koskinen2014-08-153-142/+517
| | | | Change-Id: I62f3f17cfbd5ddb5e1cd1b6085f4437fa49cfad1
* Make read only textfield visually different from normal text fieldsJouni Koivuviita2014-08-151-1/+1
| | | | | | | 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
* Add new "colored" style for Label (Valo)Jouni Koivuviita2014-08-155-1/+18
| | | | | | | | | 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
* TextFieldRelativeWidth test upgrade (#14292)Anna Koskinen2014-08-153-87/+53
| | | | Change-Id: Ia879f22f171c97fd614a92526db3cd00f35d9d27
* Valo Tree Drag & Drop styles broken (#14360)Jouni Koivuviita2014-08-151-1/+8
| | | | Change-Id: Iafee03aaea3266ab32edb407e605ff3d8de474e1
* ExtraWindowShownWaiAria test upgrade (#14292)Anna Koskinen2014-08-152-136/+128
| | | | Change-Id: I83f0d08850d2e03008601f10043314c00818bdaa
* Add two new size variants for Valo, tiny and hugeJouni Koivuviita2014-08-1513-6/+205
| | | | | | | Available as additional style names for buttons, text fields/text areas, combo boxes, date fields and labels. Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
* Window close and maximize/restore buttons not visible on initial render in ↵Jouni Koivuviita2014-08-152-1/+14
| | | | | | | | | IE8 (Valo) #14413 Remove unnecessary FontAwesome declaration as well, which made the characters look bad in IE8. Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c
* Update GWT version (#14376)Juho Nurminen2014-08-151-1/+1
| | | | Change-Id: Idc948853a1a8529e42cbab5e4dce5938897d39dc
* Update VBrowserDetails to handle the new IE11 UA on WP 8.1 Update (#14376)Juho Nurminen2014-08-152-2/+13
| | | | Change-Id: I7fdd091a3b2994270e9928eb4f118ab5ca59ef30
* Update modernie property provider to recognize IE11 on WP 8.1 Update (#14376)Juho Nurminen2014-08-151-1/+1
| | | | Change-Id: I8df8260bf875dd2a3cf974885bde8b473f4951a5
* Upgraded TestTooSmallSubwindowSize from TB2 (#14292)Anna Koskinen2014-08-153-41/+142
| | | | Change-Id: I351e94c6827e4585ddeb0060251f9ba7c5c55df4
* TabSheet focus/blur events fixed (#14304)Bogdan Udrescu2014-08-145-404/+767
| | | | | | | | 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
* Always use cursor detection for improved test stabilityArtur Signell2014-08-142-2/+5
| | | | Change-Id: I3ac7a8b404da907fbe025b2ab1af03dd7c32813e
* Made Valo test UI deterministic and added TB testArtur Signell2014-08-1412-111/+521
| | | | Change-Id: I342fad836ad0d4014748a06c8ccfed53a99e6ece
* Support setting persistent hover and require window focus parametersArtur Signell2014-08-141-0/+38
| | | | Change-Id: I0b2bb3fba1a8a854799fd087601ba54988ec423b
* Prevent browser to scroll when space it pressed on a TabSheet (#14320)Bogdan Udrescu2014-08-143-1/+136
| | | | | | | | | | 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
* Workaround for super dev mode line offset issue (#14051)Artur Signell2014-08-131-0/+4
| | | | Change-Id: I29f59fce90b7060a97787d3c3ce12f890af40079
* Allow for multiple license keys in a single license file #14408Jonatan Kronqvist2014-08-132-9/+158
| | | | | | | | | | | | | | | | | | 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
* Make test more reliableArtur Signell2014-08-131-1/+4
| | | | Change-Id: I16a0000ae506b5aef4f4d44cf0ee7235da14a21a
* Pressing [down]+[enter] on a combobox now closes the popup. (#14379)Guillermo Alvarez2014-08-133-8/+106
| | | | | | | | 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
* Correctly display an item which is too long for the textfield. (#13477)Guillermo Alvarez2014-08-132-6/+59
| | | | | | | New JSNI function allows direction parameter in setSelectionRange. This allows setting selection backward and fixes the issue in FF. Change-Id: I1e34b70983e3f525b7009668877038f108d286a7
* Converted serialization test to be run in validation buildsArtur Signell2014-08-112-41/+26
| | | | Change-Id: Ia6f809349a8ee81bd2d150176c69c6d6ae10491f
* SingleBrowserTest for testing browser-unrelated functionalityArtur Signell2014-08-115-33/+51
| | | | Change-Id: Ife2ce000cae1386334596a99592263bd489a5204
* Make component group spacing adjustable with a variable (Valo)Jouni Koivuviita2014-08-112-3/+7
| | | | | | Use in the dark variation to prevent overlapping box-shadows. Change-Id: I622caebd92a14396ab84a9919e4d181d8fd54f3f
* Make custom panel caption styles better looking (Valo)Jouni Koivuviita2014-08-111-4/+30
| | | | | | | | | | | 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
* Fix combo box and date field small & large styles box-shadow on focus (Valo)Jouni Koivuviita2014-08-112-10/+16
| | | | | | | Don’t override any other state than the “normal” for large & small styles (box-shadow in particular) Change-Id: I295b5e2300a4b2137171fb0aa55d5bbf3feb8cf6
* Small adjustment to valo-menu-item selection colorJouni Koivuviita2014-08-112-2/+3
| | | | | | Now lighter bg on light colors and darker bg on dark colors. Change-Id: Id61b88d1cae65330c6f7b2cc3bb93880a7de9965
* Make success and failure label styles blend more to the theme (Valo)Jouni Koivuviita2014-08-111-2/+2
| | | | Change-Id: Iece29f5b06a644e374935534399686d938de7501
* Added more hierarchy levels to the hierarchical container in ValoThemeUI testJouni Koivuviita2014-08-111-1/+27
| | | | Change-Id: Ic35c2f77a5acb0221792ad0a0195e4566dbece00
* Small adjustment to Table column drag-n-drop indicators (Valo)Jouni Koivuviita2014-08-111-5/+6
| | | | Change-Id: I40a2fead8ba84b5e827823eae7c73593e8561225
* Fix TreeTable expand/collapse indicator (Valo)Jouni Koivuviita2014-08-111-1/+2
| | | | Change-Id: If4498c832f6a2fd4e3ebfb0e01e35909b1b6c3a5
* Split common-stylenames to individual component files (#14374)Jouni Koivuviita2014-08-1128-638/+725
| | | | | | | | | | | 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
* Update Font Awesome to the latest version (#14396)Jouni Koivuviita2014-08-115-706/+930
| | | | | | | | | | | | 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
* Stop running TB2 tests on Safari 5 and Opera 12Artur Signell2014-08-101-1/+1
| | | | | | | | | | | 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
* Avoid starting 4 dummy sessions and leave them open for each testArtur Signell2014-08-081-0/+1
| | | | Change-Id: I00ccee8830f09a864df49a3abe2d588bd717c30f
* ResponsiveConnector should request layout update when breakpoints changeJouni Koivuviita2014-08-074-4/+143
| | | | | | (#14354) Change-Id: Ie995268f8d89a951e9ebb351edde4ba1e824101e
* Refactor Valo main menu styles into separate mixinsJouni Koivuviita2014-08-076-188/+497
| | | | | | | | | | | | | | 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
* Valo reports theme version wrong in debug window (#14338)Jouni Koivuviita2014-08-071-0/+5
| | | | Change-Id: I15f35e2c1e5e61027fc4fca6593f24f1112624c7
* Update textfield readonly style (Valo)Jouni Koivuviita2014-08-071-3/+5
| | | | | | | Make readonly textfields show better inside panels for instance (so that they look different from normal textfields). Change-Id: If2b9b810a5bf0d7388563ea1d7560bbf1b9f149a
* Notification delay is not set to 0 when the notification is clicked (#14368)Jouni Koivuviita2014-08-071-20/+21
| | | | | | | | 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
* Fix native select font color (Valo)Jouni Koivuviita2014-08-072-1/+1
| | | | Change-Id: Ibeb5849417776847f40422ff1b9fb99c63d23af7
* Fix color picker button for IE8Jouni Koivuviita2014-08-071-0/+17
| | | | | | | | | | | 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
* Empty rows in Table are badly styles (#14112)Jouni Koivuviita2014-08-072-1/+15
| | | | | | | | | 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
* VerticalSplitPanel inside a HorizontalSplitPanel doesn't display its second ↵Jouni Koivuviita2014-08-073-59/+165
| | | | | | component (Valo theme) (#14152) Change-Id: I81b340206a6020d349593926156264b85253c4e6
* Rich text area has broken icons in Valo theme (#14219)Jouni Koivuviita2014-08-071-1/+1
| | | | Change-Id: I5e7d6a11bee0127bc3f9f4dd32c0828f28b0659d
* TexArea 'white-space: normal' breaks multiline texts in Valo (#14225)Jouni Koivuviita2014-08-071-1/+1
| | | | Change-Id: I228d065d13cc6f85f6901702d33121c675af6fc4
* Fix tree row height in IE8 (Valo)Jouni Koivuviita2014-08-071-1/+3
| | | | Change-Id: Ia942f91d22e7fa459e345ea4036e56d071054eb7
* Context menu is not shown in Table body on mobile browsers (#13694)Heikki Ohinmaa2014-08-0712-76/+382
| | | | | | Includes updated tests. Change-Id: I928b888302a2cd22b7c94600fd4f8b7608ba0ca8
* Ensure IE starts tests with an empty cacheArtur Signell2014-08-071-0/+3
| | | | Change-Id: Id959872b1bce4422341daf6325b6f5fbf77ad24b