summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Close existing details when the generator is changed (#18664)Teppo Kurki2015-09-012-19/+10
| | | | | | | | Change-Id: Iae5e70f42c27731ce40c00604ccc6097323faa79
* | Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-0121-415/+1135
| | | | | | | | | | | | | | This patch removes all selection related variables and API from several core parts of Grid. Change-Id: Idb7aa48fda69ded1ef58a69c1f7dbc78b7f52a54
* | Make Grid Editor eagerly report validation errors (#16725)patrik2015-09-013-13/+123
| | | | | | Change-Id: I56b60d5bf30dde7cc73bc6b339150b9114e95d72
* | Add null check to test portletHenri Sara2015-09-011-1/+1
| | | | | | | | Change-Id: I226af05a718931cabb7e27d6bcc38f5832d89ee7
* | Do not mark as dirty in Grid.isEditorBufferedArtur Signell2015-08-311-1/+1
| | | | | | Change-Id: Icba1d546f3fdc5395b71b57f1e651b56b720c0d2
* | Remove accidentally commited fileArtur Signell2015-08-311-22/+0
| | | | | | | | Change-Id: I1a7feacc5c55154c21f0a3c97ad4da69daa71d51
* | Update Atmosphere to fix reconnect problem (#18686)Artur Signell2015-08-311-1/+1
| | | | | | | | Change-Id: I0c2825c8f4c6f44eb16c9106aaac7e0add6e1a5f
* | Enable overriding Grid style variables in Runo and Reindeer. (#18581)Sauli Tähkäpää2015-08-312-21/+21
| | | | | | | | Change-Id: I4a45716f6f0945050e7b5ec71616616ea3f7e8ee
* | Convert test to JUnit 4Leif Åstrand2015-08-291-20/+29
| | | | | | | | Change-Id: Ie01895d96e83f16d767f8cfcabde77ac78f50796
* | Improve build and publish reportsJohannes Dahlström2015-08-282-2/+6
| | | | | | | | | | | | | | | | - 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
* | Add result folder creation to publish report generatorTeemu Suo-Anttila2015-08-281-0/+9
| | | | | | | | Change-Id: Id1642eb7e04fde8444080a178627587648d0ed94