summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add option for collapsing empty rows/columns in GridLayout (#14392)7.3.0.rc1Artur Signell2014-08-2111-24/+195
| | | | | | | | 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
* Depend on sass-compiler, not the old theme-compiler (#14009)Artur Signell2014-08-211-1/+1
| | | | Change-Id: I0635ea0a390c868162695291176d0ce416dfaf4c
* Do not include test themes in theme jar (#13634)Artur Signell2014-08-211-0/+2
| | | | Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
* Prevent user text selection by default (Valo)Jouni Koivuviita2014-08-2012-16/+27
| | | | | | | | | 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
* Do not hide handle as it causes IE8 problems (#14412)Artur Signell2014-08-201-5/+0
| | | | Change-Id: I2b981c00bf1ef3b9e1e0ccd1cdd3678016b11d14
* Merge remote-tracking branch 'origin/master' into 7.3Artur Signell2014-08-209-373/+524
|\
| * fixes incorrect JSONArray/String usage in ServerRpcHandler (#14471)Fabian Lange2014-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | 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
| * ComboBoxValueInput test upgrade (#14292)Anna Koskinen2014-08-203-296/+397
| | | | | | | | Change-Id: Id2158d0990f12940f2206095b8edc0946977f27d
| * TableColumnResizeContentsWidth test upgrade (#14292)Anna Koskinen2014-08-203-65/+81
| | | | | | | | Change-Id: I1adc4dfea7bf62191a23a89440eeca677f47e6a6
| * ComboBoxSlow test upgrade (#14292)Anna Koskinen2014-08-192-10/+44
| | | | | | | | Change-Id: Ic2e1bfd300a6b18aeddd4c4895c7bb11fec5bb8b
* | Merge remote-tracking branch 'origin/master' into 7.3Artur Signell2014-08-1935-307/+747
|\|
| * Common components inside Table cells render better (Valo)Jouni Koivuviita2014-08-197-43/+204
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * Last minute small fixes to ValoJouni Koivuviita2014-08-193-1/+5
| | | | | | | | Change-Id: Ib4dfac4ee2bb858d02c34a920ad53e37e73b73e1
| * Add a new variation for ValoJouni Koivuviita2014-08-199-9/+60
| | | | | | | | | | | | | | | | A new variation named “Light”, similar to iOS7 style. Fix some valo-menu styles to accommodate the new light style better. Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
| * Small adjustment to MenuBar line-height (Valo)Jouni Koivuviita2014-08-191-1/+1
| | | | | | | | Change-Id: I00eae3c53d78a4fc086567d677ce8f24e441a880
| * Make test more stableArtur Signell2014-08-192-2/+87
| | | | | | | | | | | | * Added tests for tabsheet variants Change-Id: Ib8d5c88cdedf1bbac439f91346b7b8a6a6756ede
| * Update @since tags for new API (#14330)Artur Signell2014-08-196-18/+20
| | | | | | | | Change-Id: Ieee79bc4e1c61c7a0b00e19c0bca8826b0e10cff
| * 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