| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
|
| |
| |
| |
| | |
Change-Id: I9c580a16acb8b2ceef2872c6d043a8a07a9909fe
|
| |
| |
| |
| | |
Change-Id: I1dc35f060b255baff4d28a815414836d4852218b
|
| |
| |
| |
| | |
Change-Id: I27c7ff5a09b6b42915f37759845cd204983ca223
|
| |
| |
| |
| |
| |
| | |
This patch removes DataProviderKeyMapper which was mostly dead code
already. Uses a regular KeyMapper instead.
Change-Id: Ic97d1dc827d45fde65bcddc0414bfe711032620c
|
| |
| |
| |
| | |
Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The mechanism that makes calls to e.g. Profiler.start() completely
disappear if vaadin.profiler is set to false is quite fragile.
Furhtermore, the implementation pattern has some parts that look like
potential optimizations even though the end result would be the
opposite. This patch adds a test that will fail if that kind of change
has accidentally been introduced.
Change-Id: Ic948feb4d3b73120dc3f245bcc130af16bfd32a9
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is a new implementation of scrolling for grid we
have in v-grid.
It uses GWT animations instead of having to deal with
the HTML5 animation framework directly and implements
the concepts of velocity and acceleration.
Change-Id: I11cb0098e8a0e61b989edd7a383a069fa064ab32
|
| |
| |
| |
| | |
Change-Id: Id99a1da15293768e55733787e38f090f23c2991f
|
| |
| |
| |
| | |
Change-Id: Iae5e70f42c27731ce40c00604ccc6097323faa79
|
| |
| |
| |
| |
| |
| |
| | |
This patch removes all selection related variables and API from several
core parts of Grid.
Change-Id: Idb7aa48fda69ded1ef58a69c1f7dbc78b7f52a54
|
| |
| |
| | |
Change-Id: I56b60d5bf30dde7cc73bc6b339150b9114e95d72
|
| |
| |
| |
| | |
Change-Id: I226af05a718931cabb7e27d6bcc38f5832d89ee7
|
| |
| |
| | |
Change-Id: Icba1d546f3fdc5395b71b57f1e651b56b720c0d2
|
| |
| |
| |
| | |
Change-Id: I1a7feacc5c55154c21f0a3c97ad4da69daa71d51
|
| |
| |
| |
| | |
Change-Id: I0c2825c8f4c6f44eb16c9106aaac7e0add6e1a5f
|
| |
| |
| |
| | |
Change-Id: I4a45716f6f0945050e7b5ec71616616ea3f7e8ee
|
| |
| |
| |
| | |
Change-Id: Ie01895d96e83f16d767f8cfcabde77ac78f50796
|
| |
| |
| |
| |
| |
| |
| |
| | |
- Add link to closed fixed but not released/pending tickets
- Ignore empty @since in /result/ paths
- Add link to public Maven repository
Change-Id: Ib5d967838b47c0f9505219a0304b860a03ef43ee
|
| |
| |
| |
| | |
Change-Id: Id1642eb7e04fde8444080a178627587648d0ed94
|
| |
| |
| | |
Change-Id: I29c7d288fe35f6801cf3576ba06751adce821340
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The event handling is factored to a separate EventHandler interface,
with the
default behavior contained in class DefaultEditorEventHandler. The
latter is
made easily extensible by providing several customization points.
Change-Id: I653d37197cc9314980a8d36983783f227af0cd5e
|
| |
| |
| |
| | |
Change-Id: Ibfead15a5c0a63776fcccea3b3374bfad8736fae
|
| |
| |
| |
| | |
Change-Id: I9f223ec2d49a4a851f5e5808cc325c52717191ee
|
| |
| |
| |
| | |
Change-Id: I5476579668c3bf8d05e92862bcd40237bd58b95c
|
| |
| |
| |
| | |
Change-Id: I885ca2fb0d7ef23385107cdf700bb0b5d25e8d8a
|
| |
| |
| |
| | |
Change-Id: Ia749252ebf7034da5f3273ef117ab4ba35ad39b6
|
| |
| |
| |
| | |
Change-Id: Ibd26d84bd67a244e3a1837491652a84b85f40f65
|
| |
| |
| |
| | |
Change-Id: Iaeb5fc84f08746967f664466c3e2e7d09d76e0cc
|
| |
| |
| |
| | |
Change-Id: Ibec4c7162e9f51baff2534dfc763aa5a83cf915d
|
| |
| |
| |
| | |
Change-Id: Id56d0ff7b2c675780c84efe999cb4b9d655df4cd
|
| |
| |
| |
| | |
Change-Id: Id2039cc4869695a8f4bbaa8f25f44f804433e909
|
| |
| |
| |
| | |
Change-Id: I359240ff393428dd5d6764d5e01a40022ab94fc6
|
| |
| |
| |
| | |
Change-Id: I052702fc9b5b714c0d748973f3146f0718298a97
|
| |
| |
| |
| |
| |
| | |
Use constants in Valo tests to ensure they are correct
Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
|
| |
| |
| |
| |
| |
| | |
Previously, they were only updated in the 7.5 branch.
Change-Id: Ic889c2f6a6d150a013adb5895c191c5107e8c6df
|
| |
| |
| |
| |
| |
| |
| | |
This patch also reduces the amount of RPC calls when dropping rows from
cache.
Change-Id: Ib69a807883bc885dcd877a008cec16e44fa2bfdd
|
| |
| |
| |
| | |
Change-Id: Ifeb081086a4231f75f07f4d26c56ec22e72ce5d1
|
| |
| |
| | |
Change-Id: I912377ffe366e6ac46280b374fa04caa59c3bcf2
|
| |
| |
| |
| | |
Change-Id: Ifbea95c2b5b39ca3c4532baa7e3f9298423bc030
|
| |
| |
| |
| | |
Change-Id: I624c44056d43a6a3205be46a748070f269a3c3e3
|
| |\
| | |
| | |
| | | |
Change-Id: I89fad77de62a5ca3c4a134a623aa86d8725e9bba
|
| | |\
| | |/
| |/|
| | |
| | |
| | |
| | | |
Conflicts:
server/src/com/vaadin/data/RpcDataProviderExtension.java
Change-Id: I1bd55b03a8c114823ed8655fc89758f37b16e9c4
|
| | |
| | |
| | |
| | | |
Change-Id: Id13dc29347c93ad142c991f95f89cf04eb06db94
|
| | |
| | |
| | |
| | | |
Change-Id: I68a77bee4ef8e7a859f3a3c143e6f5922decf025
|
| | |\
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
Conflicts:
server/src/com/vaadin/data/RpcDataProviderExtension.java
uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java
Change-Id: I9e7907c9caf839fd043444db0505f9853f020a6a
|
| | |
| | |
| | |
| | | |
Change-Id: I6d9eeb257a4a4889ce679a31a45133c3d0c90368
|
| | |
| | |
| | |
| | | |
Change-Id: I46557f6c6f8543ab61b863145863824785d14784
|
| | |
| | |
| | |
| | | |
Change-Id: Id7e72fbd31277b7c93055c8aa9309d73c86795d6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The automated test environment is missing the server, so
the test was always ignored.
Change-Id: Ida3266758eea461c65f2d937109455b209903dfb
|