| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I0635ea0a390c868162695291176d0ce416dfaf4c
|
|
|
|
| |
Change-Id: Id3cc353b1e74fa51326ce84d33e741227f98f9b0
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change-Id: I2b981c00bf1ef3b9e1e0ccd1cdd3678016b11d14
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Id2158d0990f12940f2206095b8edc0946977f27d
|
| |
| |
| |
| | |
Change-Id: I1adc4dfea7bf62191a23a89440eeca677f47e6a6
|
| |
| |
| |
| | |
Change-Id: Ic2e1bfd300a6b18aeddd4c4895c7bb11fec5bb8b
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Ib4dfac4ee2bb858d02c34a920ad53e37e73b73e1
|
| |
| |
| |
| |
| |
| |
| |
| | |
A new variation named “Light”, similar to iOS7 style.
Fix some valo-menu styles to accommodate the new light style better.
Change-Id: Ib7c396263db7838c972d75a6b79fed1caf7ca576
|
| |
| |
| |
| | |
Change-Id: I00eae3c53d78a4fc086567d677ce8f24e441a880
|
| |
| |
| |
| |
| |
| | |
* Added tests for tabsheet variants
Change-Id: Ib8d5c88cdedf1bbac439f91346b7b8a6a6756ede
|
| |
| |
| |
| | |
Change-Id: Ieee79bc4e1c61c7a0b00e19c0bca8826b0e10cff
|
| |
| |
| |
| | |
Change-Id: I10cefbeb4028b6b511db5af94c287656c32a5efe
|
| |
| |
| |
| | |
Change-Id: I08da5a69e11f625d3d34f26dbd097d7a0973a541
|
| |
| |
| |
| | |
Change-Id: I6832399a888a8f99a77b6d345271d02e5cec3f54
|
| |
| |
| |
| |
| |
| | |
Fix a similar issue with context menu items also.
Change-Id: I1c851ea43aa81a39e2c4596315b34976df0cba62
|
| |
| |
| |
| | |
Change-Id: I32029461c7a4eeec1b54ce8a3f0b730f22deca1b
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Remove the listeners from VTabSheet and use them as inner.
Change-Id: I65bc84fe6120abcaa01d22fcc373802f4f773bdc
|
|\| |
|
| |
| |
| |
| | |
Change-Id: Ic9799343357735580976687ee02afb3bec142861
|
| |
| |
| |
| | |
Change-Id: I5203b69d2f4ad67107ac347bff9b56b6d66c63bd
|
| |
| |
| |
| | |
Change-Id: I610e81aeb3e1f3f124c27e549ba58e9e28cacecf
|
| |
| |
| |
| | |
Change-Id: I07d2b0882ea5520f3d7ec30e29d4c42fb9167c9c
|
| |
| |
| |
| | |
Change-Id: I8f7717138247c46d7b85f4fab46328d5d118dbef
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I44e7fa4b0d890972d4e6d14c3159aa9db9131c1d
|
| |
| |
| |
| | |
Change-Id: I382a4da5f186239c5791d1e63e9a75ece9039760
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
* Changelog link
* Supported browsers
Change-Id: Ib304274c3be5565562f1aa7b3bbbf109779f389b
|
|\| |
|
| |
| |
| |
| |
| |
| | |
The new version fixes source map generation when collapse-all-properties is on
Change-Id: I4bcf9bd64a8dd9bc2e65c225df9ba4313e3d4194
|
| |
| |
| |
| | |
Change-Id: I1e02ce31ec7f0235158a5b04812c031e040c7ba2
|
| |
| |
| |
| | |
Change-Id: I3739cdacf6a117cd0d75cab3566a82ee0fedd6bd
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: I62f3f17cfbd5ddb5e1cd1b6085f4437fa49cfad1
|
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| | |
Change-Id: Ia879f22f171c97fd614a92526db3cd00f35d9d27
|
| |
| |
| |
| | |
Change-Id: Iafee03aaea3266ab32edb407e605ff3d8de474e1
|
| |
| |
| |
| | |
Change-Id: I83f0d08850d2e03008601f10043314c00818bdaa
|
| |
| |
| |
| |
| |
| |
| | |
Available as additional style names for buttons, text fields/text
areas, combo boxes, date fields and labels.
Change-Id: I12f36935a690f5bf3f12333f5bd4ac986d4efd1f
|
|\|
| |
| |
| | |
Change-Id: I7f5e1d5c9e8e893d8c0b44881a56fb061238f026
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
IE8 (Valo) #14413
Remove unnecessary FontAwesome declaration as well, which made the
characters look bad in IE8.
Change-Id: Ib0f9b01023b0a7a6f40513c80cbb6e6c69bd164c
|
| |
| |
| |
| | |
Change-Id: Idc948853a1a8529e42cbab5e4dce5938897d39dc
|