summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * NotificationsWaiAria test rewrite to TB3.Heikki Ohinmaa2014-08-073-118/+144
| | | | | | | | Change-Id: Ifd83ec30c02e7c39eb8d3d4b1c1cf058da939ce1
| * Correctly display an item which is too long for the textfield. (#13477)Guillermo Alvarez2014-08-073-6/+150
| | | | | | | | | | | | | | As setSelectionRange is not working correctly in IE the current approach sets the direction before setting the text and resets it to the original immediately after that. Change-Id: I33f40f9ae436122092d995fa17c35a9cbe38aedb
| * TextFieldValueGoesMissing test rewrite to TB3Heikki Ohinmaa2014-08-073-52/+60
| | | | | | | | Change-Id: Icd665baa9a9fd40b913a462ae0563ac3dcb368da
| * Fix the closing of a popup DateField (#14086, #14375).Mika Murtojarvi2014-08-073-1/+110
| | | | | | | | | | | | The popup is made non-modal. Change-Id: Ia396ff1e2e88639b97c9f556d7d3866f76755436
| * Fix DragAndDropWrapper "drag-from-desktop" (#14343 and #14351)Jouni Koivuviita2014-08-071-1/+2
| | | | | | | | Change-Id: I6a037afcc494079ec1eb49980e89ba1f2aeba4ec
| * Fix quiet-style button for IE8 (Valo)Jouni Koivuviita2014-08-071-0/+5
| | | | | | | | Change-Id: I1e07c97b789b7e6bf950d2ba9f60b0ae9c777fd4
| * Do not call requestStart/end multiple times when using push (#14228)Artur Signell2014-08-071-5/+15
| | | | | | | | | | | | | | All HTTP request based push request invoke onRequestStart/End in the servlet. We need to trigger start/end separately in push handler only for websocket messages Change-Id: I16064ea88b0c70812f247028ddb23560536db70d
| * Retry browser startup multiple times for more stabilityArtur Signell2014-08-071-3/+29
| | | | | | | | Change-Id: Ia46ee4b30809a978e95b67a4f5dfe74bd0125eb3
| * Fix Valo Tree selection indicator for Blink (#14334)Jouni Koivuviita2014-08-071-3/+4
| | | | | | | | | | | | | | Also remove the child toggle element for leaf nodes in all browsers (previously only IE8). Change-Id: If2a1b14dcd423e9322141f36900406b745451993
| * Fix table.setCurrentPageFirstItemIndex(n) to load only needed rows (#14135)Anthony Guerreiro2014-08-073-2/+202
| | | | | | | | Change-Id: I0186ce32f915b39a012bb653e501b0cad72a9f32
| * DelegateToWidget will now be run even for parent states for extendingMikael Grankvist2014-08-0711-20/+229
| | | | | | | | | | | | | | | | states (#14059) Updated the code to encompass Leif's suggestion. Change-Id: I70c0a4a93b9fe9ee8b2c458d666a1fec791f20b4
| * More test helpersArtur Signell2014-08-071-28/+73
| | | | | | | | Change-Id: I14cac77cfe577330bc5dbe760ac6d51b54517a72
| * Add method for widgets to tell there is work to be done (#13565)Dmitrii Rogozin2014-08-063-3/+77
| | | | | | | | Change-Id: I4b961443f6c175aaf2e2272f1257670fe6bc9607
| * Document remaining additional style names for Valo (#14107)Jouni Koivuviita2014-08-061-9/+163
| | | | | | | | Change-Id: I079492e8a2f3d37d44de3213a2dffb746f726079
| * Fix regression caused by #14147 patch (#14147)Anthony Guerreiro2014-08-065-220/+507
| | | | | | | | | | | | The previous patch caused TestCurrentPageFirstItem to fail. Change-Id: I6eec8818f5ba2ce847a696afa40ba423ec482668
| * Rewrite of a failing TB2 test to TB3.Heikki Ohinmaa2014-08-052-12/+90
| | | | | | | | Change-Id: Ic62e5f955d564d3d8f59ba7ca2a41d30e1a92452
| * ComboBoxFiltering test rewrite to TB3Anthony Guerreiro2014-08-052-62/+108
| | | | | | | | Change-Id: I9aead23bfe093517d0b964dbf9f0ccf38dec7da2
| * Revert "Keyboard shift-selection now works as expected in VScrollTable. ↵Markus Koivisto2014-08-054-78/+14
| | | | | | | | | | | | | | | | | | (#14094)" This reverts commit 441371a. The commit caused rows selected in a multiselect table to no longer be focused, which caused a number of regressions. Change-Id: I42d960cec9dfe24852b40a623f32e2b467704491
| * TableClickAndDragOnIconAndComponents test upgrade (#14292)Anna Koskinen2014-08-053-137/+246
| | | | | | | | Change-Id: I9677d9da361297cf38cadcab043746efd03ff908
| * Fix the behavior of PopupDateField when changing resolution (#14174).Mika Murtojarvi2014-08-054-4/+291
| | | | | | | | Change-Id: I99b325d71d9d6830349b92cc1226d6ad80066569
| * Removed randomness from test applicationArtur Signell2014-08-0512-106/+144
| | | | | | | | Change-Id: I823dfd3401c1cc5b2ca66428636043f2af58f0f7
| * Make test work when not in root contextArtur Signell2014-08-051-1/+1
| | | | | | | | Change-Id: I26ed26da63969d3798b543fb3b55ddb92e07b32c
| * EditableModeChange test upgrade (#14292)Anna Koskinen2014-08-053-61/+97
| | | | | | | | Change-Id: Ibbd2704dbf97d1b68cbb4937f930242635226c05
| * DisappearingComponents test upgrade (#14292)Anna Koskinen2014-08-053-41/+54
| | | | | | | | Change-Id: I9831ca315b0a9f87d3f6baef3966a4efa43684c1
| * Reverting multiple commits that caused 100+ regression tests to fail.Markus Koivisto2014-08-056-736/+219
| | | | | | | | | | | | | | | | | | | | Commits reverted: * 392e8a0 - Minor refactor to #14147 patch * 8d470c9 - Context menu is not shown in Table body on mobi... (#13694) * f7dc719 - Fix Table stuck scroll position after setting ... (#14147) Change-Id: I3f5ed7fa15a9cfebce7a57662d229bf46118c5d6
| * Fix encoding in TB2 testsArtur Signell2014-08-056-6/+6
| | | | | | | | Change-Id: I7fc5cf84f042da39bf29ae55aedc33845000bb9d