summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Script for replacing all empty @since tags with a given versionArtur Signell2014-08-191-0/+30
| | | | | | | | Change-Id: I10cefbeb4028b6b511db5af94c287656c32a5efe
| * TableWithContainerRequiringEqualsForItemId test upgrade (#14292)Anna Koskinen2014-08-193-104/+98
| | | | | | | | Change-Id: I08da5a69e11f625d3d34f26dbd097d7a0973a541
| * Prevent erroneous screenshot removal (#14446)Juuso Valli2014-08-191-9/+31
| | | | | | | | Change-Id: I6832399a888a8f99a77b6d345271d02e5cec3f54
| * Table column resize does not work in Valo (Firefox) ( #14401)Jouni Koivuviita2014-08-192-4/+7
| | | | | | | | | | | | Fix a similar issue with context menu items also. Change-Id: I1c851ea43aa81a39e2c4596315b34976df0cba62
| * TreeTablePartialUpdates test upgrade (#14292)Anna Koskinen2014-08-194-116/+204
| | | | | | | | Change-Id: I32029461c7a4eeec1b54ce8a3f0b730f22deca1b
* | Merge remote-tracking branch 'origin/master' into 7.3Artur Signell2014-08-191-24/+4
|\|
| * TabSheet focus/blur patch for 7.3 (#14304)Bogdan Udrescu2014-08-191-24/+4
| | | | | | | | | | | | Remove the listeners from VTabSheet and use them as inner. Change-Id: I65bc84fe6120abcaa01d22fcc373802f4f773bdc
* | Merge remote-tracking branch 'origin/master' into 7.3Artur Signell2014-08-1924-502/+818
|\|
| * LabelEmbeddedClickThroughForTable test upgrade (#14292)Anna Koskinen2014-08-193-135/+113
| | | | | | | | Change-Id: Ic9799343357735580976687ee02afb3bec142861
| * UIScrollTest test upgrade (#14292)Anna Koskinen2014-08-193-62/+88
| | | | | | | | Change-Id: I5203b69d2f4ad67107ac347bff9b56b6d66c63bd
| * Correct error notification behavior on touch devices (#14447)Juho Nurminen2014-08-191-2/+2
| | | | | | | | Change-Id: I610e81aeb3e1f3f124c27e549ba58e9e28cacecf
| * SortLabelsInTable test upgrade (#14292)Anna Koskinen2014-08-182-6/+100
| | | | | | | | Change-Id: I07d2b0882ea5520f3d7ec30e29d4c42fb9167c9c
| * TreeTablePartialUpdatesPageLength0 test upgrade (#14292)Anna Koskinen2014-08-183-60/+93
| | | | | | | | Change-Id: I8f7717138247c46d7b85f4fab46328d5d118dbef
| * Fixes DragAndDropWrapper does not support choosing a custom component as the ↵Sebastian Nyholm2014-08-186-3/+125
| | | | | | | | | | | | | | | | | | 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
| * UIProviderInitParameter test upgrade (#14292)Anna Koskinen2014-08-182-39/+58
| | | | | | | | Change-Id: I44e7fa4b0d890972d4e6d14c3159aa9db9131c1d
| * TableRowScrolledBottom test upgrade (#14292)Anna Koskinen2014-08-183-62/+83
| | | | | | | | Change-Id: I382a4da5f186239c5791d1e63e9a75ece9039760
| * TabSheet focus/blur API improvement (#14304)Bogdan Udrescu2014-08-181-133/+156
| | | | | | | | | | | | | | | | | | | | | | 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
* | Update release notes for 7.3.0.rc1Artur Signell2014-08-171-11/+5
| | | | | | | | | | | | | | * Changelog link * Supported browsers Change-Id: Ib304274c3be5565562f1aa7b3bbbf109779f389b
* | Merge remote-tracking branch 'origin/master' into 7.3Artur Signell2014-08-1729-424/+1063
|\|
| * Update GWT version (#14051)Artur Signell2014-08-172-4/+1
| | | | | | | | | | | | The new version fixes source map generation when collapse-all-properties is on Change-Id: I4bcf9bd64a8dd9bc2e65c225df9ba4313e3d4194
| * Make test stable againArtur Signell2014-08-161-2/+2
| | | | | | | | Change-Id: I1e02ce31ec7f0235158a5b04812c031e040c7ba2
| * Remove unnecessary negative border radius declarations from menu bar (Valo)Jouni Koivuviita2014-08-151-7/+11
| | | | | | | | Change-Id: I3739cdacf6a117cd0d75cab3566a82ee0fedd6bd
| * Modularize menubar mixins and add submenu indicator for top level itemsJouni Koivuviita2014-08-153-39/+121
| | | | | | | | | | | | | | | | | | | | | | 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
| * 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
* | Merge remote-tracking branch 'origin/master' into 7.3Artur Signell2014-08-15385-6034/+14478
|\| | | | | | | Change-Id: I7f5e1d5c9e8e893d8c0b44881a56fb061238f026
| * 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