| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
|
|\
| |
| |
| | |
Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
|
| |
| |
| |
| | |
Change-Id: I50c2e4a95b492a42c4291e8dcbede3de87f1be6f
|
| |
| |
| |
| |
| |
| |
| |
| | |
* UIDL responses only include server side timing information when not
in production mode.
* Update documentation accordingly.
Change-Id: I961d1fdc96b3d04f22254fcd13a5412f17118b42
|
| |
| |
| |
| | |
Change-Id: I70f0d79095bfd05b83905df6a3eedd1a5e93b48e
|
| |
| |
| |
| | |
Change-Id: Ia0fa238dfb743293f742a979a06c31ffd6350e4f
|
| |
| |
| |
| | |
Change-Id: Id6cfe6c8e971e4a203844fe29ca743fa7246d01f
|
| |
| |
| |
| | |
Change-Id: Ie40ea2c74358f6bf35a5a36a98561fd53fffe23f
|
|/
|
|
| |
Change-Id: I244182abfe3b72c59786b520eafb663b5c1e5918
|
|
|
|
| |
Change-Id: I163dc33fd092077f2ec1dc36a33e118f91f5c306
|
|
|
|
| |
Change-Id: I329bc5ae8138be731770211e995225cb3ca4fc76
|
|
|
|
| |
Change-Id: Ied7437e43dee81671c6b36dd7f860cf9bdf7fb68
|
|
|
|
| |
Change-Id: I4c49cf6d744fdc7792a5448f94df58eab3847343
|
|
|
|
| |
Change-Id: I9376019c353f511ea799866587512ccbf1a7a584
|
|
|
|
|
|
|
|
|
| |
Long tap causes problems in embedded browsers on iOS (text
selection is performed and/or the OS native context menu is shown).
The support should be re-enabled in the future (see #19406).
Change-Id: I842df12675482c8e529e8bb061958414cc8c0b90
|
|
|
|
|
|
|
|
|
| |
This fix applies especially to the themes Base, Chameleon and Runo.
Reindeer and Valo were already covered by earlier changes.
Filed #19407 for fixing incorrect positioning of DateField button in
Base theme.
Change-Id: Iefda0d23b93c74274ad83c60907c0198e5c2f237
|
|
|
|
| |
Change-Id: Ic7768d9023d48b04458376765596059d3a81d8c6
|
|
|
|
| |
Change-Id: I44c38cdcf33de7b08e1e1d038b81ec9e68fe465a
|
|
|
|
| |
Change-Id: I87825ea46fbcea98b054d3dc2eb3fe80781a9d48
|
|
|
|
|
|
|
|
|
| |
Previously grid sidebar could be partially hidden by
"overflow: hidden" of an ancestor component.
Now it's in an overlay and the hierarchy doesn't affect it.
Grid tests were also updated for new DOM structure.
Change-Id: Ic5fb125d9c097be0f0141c121dfe74d30e650dd0
|
|
|
|
|
|
|
|
|
|
|
| |
The <table> used by the FormLayout doesn't reduce its size if any child
component has locked its own size (which is the case with e.g. Table and
some other components doing explicit pixel calculations). To work around
this, we need to detect the situation, force the <table> to reduce its
width by temporarily assigning explicit widths to the cells and then
remove the forced size after all children have adjusted.
Change-Id: Iacef62979acf24c869a5cbeb82efb0c1e537ec95
|
|
|
|
| |
Change-Id: I24c47abe189c3733e955e261dbf5d584f46d75b4
|
|
|
|
|
|
| |
This patch uses CSS user-select and therefore does not fix IE 8 and 9.
Change-Id: If9f462d97b9417b3d14f37d1e7f0cedba018be37
|
|
|
|
| |
Change-Id: I795956a4512f1e6e688e1e3c0522cc952117d78f
|
|
|
|
| |
Change-Id: I76dcd437456351a8d5b0fffab6cc8bbfec6c2638
|
|
|
|
|
|
|
|
|
|
|
| |
Jsoup binary incompatibility between different versions.
Declarative default prefix is "vaadin-", not "v-".
ContextClickEvents added, specialised for Grid, Table, TreeTable and
Tree.
Change-Id: I6de7a35b52cbacb886753012b2ed5ecab46a4ed0
|
|
|
|
| |
Change-Id: I2f0c430deb6184890085e70ecbcd976c37a41d89
|
|
|
|
| |
Change-Id: Ibc7d174970c154fce730341a8cfc240b8072633e
|
|
|
|
| |
Change-Id: If8399a13585ae691ea3b3ee4a41a1a38b342adb9
|
|
|
|
| |
Change-Id: I7122252e9b238fdca0383d0698623fe5a9e3f262
|
|
|
|
| |
Change-Id: I03091a3a7a22a921c127ed0b37fe792871ba5edd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Valo uses only a handful of icons from Font Awesome. This change
introduces a separate icon font for valo (9KB instead of 80KB) and
decouples Valo from Font Awesome to enable updating Font Awesome
without taking Valo into account.
This change also makes it easy to not load Font Awesome when using Valo
by setting $v-font-awesome:false
For backwards compatibility, Font Awesome is loaded by default
Change-Id: Ib01e3cf34e2468c885fcb8c7859cd1d1af4491aa
|
|
|
|
| |
Change-Id: I6fe834c6a7ce7695f065d7385f3b6dc1940864a1
|
|
|
|
|
|
|
| |
The floating menu should have a high z-index not to be below components that
use z-index, still below floating vaadin elements like windows, notifications and tooltips.
Change-Id: I0ae5d2612ba50ca703f2e604891a25db4bc1d75a
|
|
|
|
| |
Change-Id: Iab7747ba8c4770a70e098ea88657ffea14387743
|
|
|
|
|
|
|
| |
Removing .v-ui wrapping makes valo-menu-responsive usable anywhere
on the page (not just top-level).
Change-Id: I5551cb29677ae53be453fc29d0295ebb2dcbf241
|
|
|
|
| |
Change-Id: Ib4bd0fe70de2189263d2aec7eb9255a2e4389b4b
|
|
|
|
| |
Change-Id: Ifa37b341b1d49bb7964978a1f2ed0a65efbdcb2a
|
|
|
|
| |
Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
|
|
|
| |
Change-Id: Icd3c164fb252bd048ffcd953f967a9c7acdc4514
|
|
|
|
| |
Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
|
|
|
|
|
|
|
|
| |
This CSS fix was only partial fix and caused a regression. A better solution is needed.
This reverts commit 6efaefd9f0f0a607b579872b261a41b8e526ff60.
Change-Id: Ie99d12357a8098d8bded94ee1fe26e353bad0cf5
|
|
|
|
| |
Change-Id: I4426743500a8feb27eda0f5d22f1601fcad7f2ab
|
|
|
|
| |
Change-Id: I5db94e40b56aa73c15e9deccc86b0852ec45cde8
|
|
|
|
| |
Change-Id: I0257558f97312a28639773ded12e732fea6f1327
|
|\
| |
| |
| | |
Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
|
| |
| |
| |
| | |
Change-Id: I1dc35f060b255baff4d28a815414836d4852218b
|
| |
| |
| |
| |
| |
| |
| | |
This patch removes all selection related variables and API from several
core parts of Grid.
Change-Id: Idb7aa48fda69ded1ef58a69c1f7dbc78b7f52a54
|
| |
| |
| |
| | |
Change-Id: I1a7feacc5c55154c21f0a3c97ad4da69daa71d51
|
| |
| |
| |
| | |
Change-Id: I4a45716f6f0945050e7b5ec71616616ea3f7e8ee
|