summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix Grid unbuffered validation error area theme (#18812)Teemu Suo-Anttila2015-09-162-0/+20
| | | | | | | | Change-Id: Ifa37b341b1d49bb7964978a1f2ed0a65efbdcb2a
* | Fix Escalator onResize to layout Finally instead of Deferred (#18751)Teemu Suo-Anttila2015-09-164-17/+133
| | | | | | | | | | | | | | This patch also corrects a possible issue with calculating columns when it is not attached. Change-Id: I616eb0f6d060991d9f461b7e2b1e3f7f30fbd122
* | Fix RpcDataSourceConnector data handling when scrolling fast (#18909)Teemu Suo-Anttila2015-09-162-1/+5
| | | | | | | | Change-Id: Ibd048b322497350cef4a5c2fa675a17912247b0f
* | Fix Grid validation with row change race condition (#18908)Teemu Suo-Anttila2015-09-165-45/+151
| | | | | | | | Change-Id: I628f6b2921f800218a2e65d866b2332a9c574bda
* | Grid: allow zooming in touch devices.Manolo Carrasco2015-09-161-18/+23
| | | | | | | | | | | | | | | | | | - Since grid was not cancelling scrolling when multiple touches, zooming was not working, this patch fixes "zoom trap". - Prevent default when moving the scroll in touch devices to avoid parent scrolling Change-Id: I47856ef20bc835bb2b310b45f6d2749e950e8e7a
* | Add Tab move to next/previous row in Editor (#16841)Teemu Suo-Anttila2015-09-161-3/+22
| | | | | | | | Change-Id: I142d7e70cd226f01905f34440b6ec5096eaa86d7
* | Add basic tab navigation with focus handling in Editor (#16841)Teemu Suo-Anttila2015-09-152-28/+123
| | | | | | | | Change-Id: I89ca61020092cafd3390273ae90736bd6856c8a6
* | Fix scrolling bug when moving Grid editor upsnapshot/7.6Johannes Dahlström2015-09-153-33/+56
| | | | | | | | Change-Id: I005e17ec8ce7927e5fc36975b1e784444d5904b7
* | Update @since tags to 7.5.6.Mika Murtojarvi2015-09-156-9/+9
| | | | | | | | Change-Id: I376cd27d5ae08c877cd3279740b601fb8dddb2e7
* | Always use charset for String.getBytes() method (#18863).Denis Anisimov2015-09-152-2/+134
| | | | | | | | Change-Id: I15ce5a7922aebffc1a05ac55663033f7e5134d0c
* | Disable sidebar button when grid is disabled. (#18696)Sauli Tähkäpää2015-09-144-1/+130
| | | | | | | | Change-Id: If334cebd85fcfe9b368b1b360181abaadd5cb4ef
* | Add command line parameter for ignoring demosTeemu Suo-Anttila2015-09-141-2/+7
| | | | | | | | Change-Id: I84850404ba772ff4dceb1f00f5ddc275fe6f915d
* | Use high resolution time for profiling if it's available #14716, #18782.Denis Anisimov2015-09-108-52/+277
| | | | | | | | Change-Id: Id45ccd47cac3bcdb14c5d4e93e4fb8225b1b2864
* | Add body style name when reconnecting (#18838)Artur Signell2015-09-103-0/+27
| | | | | | | | Change-Id: I7ff28587780fbd1c68b065b3edc670a879e8551e
* | Chrome 45Artur Signell2015-09-101-1/+1
| | | | | | | | Change-Id: Ifb5c3fb54d7cff188b775b74c36d887efa41c853
* | Support custom Enum.toString in converter (#17301)Leif Åstrand2015-09-093-25/+101
| | | | | | Change-Id: Icd3c164fb252bd048ffcd953f967a9c7acdc4514
* | Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-095-0/+176
| | | | | | | | Change-Id: I899c21e3f71bc728cb613685134b99961b557c5b
* | Revert "Fix Grid unbuffered editor validation error area theme (#18812)"Teemu Suo-Anttila2015-09-091-1/+0
| | | | | | | | | | | | | | | | This CSS fix was only partial fix and caused a regression. A better solution is needed. This reverts commit 6efaefd9f0f0a607b579872b261a41b8e526ff60. Change-Id: Ie99d12357a8098d8bded94ee1fe26e353bad0cf5
* | Fix Editor selection checkbox handling to be more specific (#18818)Teemu Suo-Anttila2015-09-091-1/+4
| | | | | | | | Change-Id: Ic33572d3cd9e6117dc133bbfe26bc707c4b84f21
* | Always do layout if there are connectors pending layout or measure (#16992)Artur Signell2015-09-096-10/+277
| | | | | | | | Change-Id: I6ca8f3a1ca9c0a2d537c694812f4831efdeb8e08
* | Don't use proxy port blocked by FirefoxArtur Signell2015-09-081-1/+7
| | | | | | | | Change-Id: I32d09c17ecbc65442305bb9e6853ff19b6dcfda4
* | Update release notes7.6.0.alpha5Mika Murtojarvi2015-09-081-12/+6
| | | | | | | | Change-Id: I4426743500a8feb27eda0f5d22f1601fcad7f2ab
* | Add missing @since 7.6 tagsMika Murtojarvi2015-09-081-0/+3
| | | | | | | | Change-Id: Iffa8655403615d1f7345709c865dd14c6fa861b2
* | Add missing @since 7.6Mika Murtojarvi2015-09-081-2/+2
| | | | | | | | Change-Id: I4f40737f69081bbda997e87b2448dee89dbc25d5
* | Use correct month names with Java 8 (#18760)Artur Signell2015-09-080-0/+0
| | | | | | | | Change-Id: I4dcb1f172339005947fa45924792ab86d0952b90
* | Update @since tags to 7.6.Mika Murtojarvi2015-09-081-5/+5
| | | | | | | | Change-Id: I4a8911968fc2c324f8862d28b938834fa0309b85
* | Update @since tags for 7.6.Mika Murtojarvi2015-09-0818-26/+23
| | | | | | | | Change-Id: I69df09f371aae61f9e1ef741814f6e3016510fe2
* | Make test stable in IE11Artur Signell2015-09-083-0/+26
| | | | | | | | Change-Id: Iac16310af8bde98caa78bec4763b78919ef8371d
* | Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-083-24/+100
| | | | | | | | Change-Id: If88b7cf6298a24cfad3c936a1af566ed919ec0e7
* | Change reconnect modality default (#11733)Artur Signell2015-09-081-1/+1
| | | | | | | | Change-Id: I689bc628e081e1232447038a6b263080d1fae73b
* | Hide reconnect spinner completely in all themes when giving up (#11733)Artur Signell2015-09-083-15/+42
| | | | | | | | Change-Id: I5db94e40b56aa73c15e9deccc86b0852ec45cde8
* | Fix SingleSelectionModel deselectAllowed default value (#18811)Teemu Suo-Anttila2015-09-071-1/+1
| | | | | | | | Change-Id: Ib19c9291d2b777fb5c5d2a0ea45cf9d231115da7
* | Fix Grid unbuffered editor validation error area theme (#18812)Teemu Suo-Anttila2015-09-071-0/+1
| | | | | | | | Change-Id: I0257558f97312a28639773ded12e732fea6f1327
* | Save editor content on keyboard editor move (#18809)Teemu Suo-Anttila2015-09-073-2/+61
| | | | | | | | Change-Id: I1bb3e352c87fac491269c1ca93f6acdff8bb97eb
* | Make test work correctly with resynchronizeArtur Signell2015-09-076-58/+26
| | | | | | | | Change-Id: I4aaf8875cbd69db525c4aaa8ac92a26b3b11b158
* | Better category for reconnect dialog testsArtur Signell2015-09-072-1/+3
| | | | | | | | Change-Id: I71b887e39e905bf69065f53c9c291b98091ae7c2
* | Test to validate that resynchronize/repaintAll actually resynchronizesArtur Signell2015-09-072-0/+104
| | | | | | | | Change-Id: Ib68f73e01fc0f545e0042a358d95a2b7185476ac
* | Merge remote-tracking branch 'origin/reconnect-dialog' (#11733)Artur Signell2015-09-0792-2634/+6215
|\ \ | | | | | | | | | Change-Id: Id148ac8a5b86a76ed966f96ea7732c35ad0d056d
| * | Ensure dialog is not shown if reconnected during grace period (#11733)Artur Signell2015-09-061-0/+3
| | | | | | | | | Change-Id: Ic94ebc1a8758826ab515bfd883c02f4953836832
| * | Reimplement reconnect dialog without UI binder (#11733)Artur Signell2015-09-042-21/+14
| | | | | | | | | | | | | | | | | | Reduces widget set size by 7KB and removes extra <div> from the body Change-Id: I01218651274233d5ffb0ce26e7960a45393fbcac
| * | Revert "Convert old theme test to new MultiBrowserThemeTest"Artur Signell2015-09-047-26/+160
| | | | | | | | | | | | | | | | | | | | | | | | Accidentally included, will be done separately later This reverts commit 054cff009fa1cf46bef9492a657fc23cb396918b. Change-Id: I63f88233edaaa4f7aeae8432f9ca25ab9b9c3e92
| * | Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-04266-4189/+10286
| |\ \ | |/ / |/| | | | | Change-Id: Ie622160a83116c83b255a26bec297f73f3223ac7
* | | Don't copy gzipped push files into the project so you can modify the .js filesArtur Signell2015-09-041-1/+1
| | | | | | | | | | | | Change-Id: I9c580a16acb8b2ceef2872c6d043a8a07a9909fe
* | | Support suspend timeout for long polling (#18550)Artur Signell2015-09-037-8/+98
| | | | | | | | | | | | Change-Id: I1dc35f060b255baff4d28a815414836d4852218b
* | | Fix Grid frozen non-editable cell location in Editor (#18750)Teemu Suo-Anttila2015-09-021-4/+5
| | | | | | | | | | | | Change-Id: I27c7ff5a09b6b42915f37759845cd204983ca223
* | | Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-029-390/+91
| | | | | | | | | | | | | | | | | | This patch removes DataProviderKeyMapper which was mostly dead code already. Uses a regular KeyMapper instead. Change-Id: Ic97d1dc827d45fde65bcddc0414bfe711032620c
* | | Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-026-55/+55
| | | | | | | | | | | | Change-Id: Ib853205dae7745ca4af11fb558899e6648e25da8
* | | Detect broken Profiler.isEnabled() inliningLeif Åstrand2015-09-023-0/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Grid: touch kinetic scrolling. #18133 #16885Manolo Carrasco2015-09-021-312/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Make responsive work in Edge (#18620)Artur Signell2015-09-011-3/+3
| | | | | | | | | | | | Change-Id: Id99a1da15293768e55733787e38f090f23c2991f