summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Add better keyboard Close Shortcut API for Window (#17383)patrik2015-08-288-63/+467
| | | | | | Change-Id: I29c7d288fe35f6801cf3576ba06751adce821340
| * Make Grid editor event handling more customizableJohannes Dahlström2015-08-272-76/+371
| | | | | | | | | | | | | | | | | | | | 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
| * Update menu indices in TabSheetBasicOperations testHenri Sara2015-08-271-8/+8
| | | | | | | | Change-Id: Ibfead15a5c0a63776fcccea3b3374bfad8736fae
| * Fix empty @since tags for 7.6.0.alpha47.6.0.alpha4Johannes Dahlström2015-08-2610-21/+21
| | | | | | | | Change-Id: I9f223ec2d49a4a851f5e5808cc325c52717191ee
| * Remove unused Sidebar code from Grid (#18659)Teemu Suo-Anttila2015-08-261-61/+7
| | | | | | | | Change-Id: I5476579668c3bf8d05e92862bcd40237bd58b95c
| * Do not include Chrome version in test outputArtur Signell2015-08-261-4/+10
| | | | | | | | Change-Id: I885ca2fb0d7ef23385107cdf700bb0b5d25e8d8a
| * Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)Artur Signell2015-08-266-64/+291
| | | | | | | | Change-Id: Ia749252ebf7034da5f3273ef117ab4ba35ad39b6
| * Helper method for enabling all Atmosphere loggingArtur Signell2015-08-252-1/+31
| | | | | | | | Change-Id: Ibd26d84bd67a244e3a1837491652a84b85f40f65
| * Measure width exactly to avoid white padding at the right edge (#18648)Artur Signell2015-08-242-8/+32
| | | | | | | | Change-Id: Iaeb5fc84f08746967f664466c3e2e7d09d76e0cc
| * Make checkbox inline-block like all other widgets (#18518)Artur Signell2015-08-243-4/+133
| | | | | | | | Change-Id: Ibec4c7162e9f51baff2534dfc763aa5a83cf915d
| * Resynchronize everything after theme change (#18478)Artur Signell2015-08-244-52/+26
| | | | | | | | Change-Id: Id56d0ff7b2c675780c84efe999cb4b9d655df4cd
| * Fix Table ColumnCollapseEvents to work with generated columns (#6914)Teemu Suo-Anttila2015-08-241-2/+3
| | | | | | | | Change-Id: Id2039cc4869695a8f4bbaa8f25f44f804433e909
| * Fix Grid column width calculation regression (#18617)Teemu Suo-Anttila2015-08-242-5/+10
| | | | | | | | Change-Id: I359240ff393428dd5d6764d5e01a40022ab94fc6
| * Update to Bourbon 3.2.4 (#15484)Artur Signell2015-08-2427-181/+391
| | | | | | | | Change-Id: I052702fc9b5b714c0d748973f3146f0718298a97
| * Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)Artur Signell2015-08-2426-265/+289
| | | | | | | | | | | | Use constants in Valo tests to ensure they are correct Change-Id: Ie8234a45a6f81551cdc4de2e81141aba704f4b6b
| * Add missing @since tags.Mika Murtojarvi2015-08-241-3/+3
| | | | | | | | | | | | Previously, they were only updated in the 7.5 branch. Change-Id: Ic889c2f6a6d150a013adb5895c191c5107e8c6df
| * Fix AbstractRemoteDataSource cache clearing (#18630)Teemu Suo-Anttila2015-08-214-19/+57
| | | | | | | | | | | | | | This patch also reduces the amount of RPC calls when dropping rows from cache. Change-Id: Ib69a807883bc885dcd877a008cec16e44fa2bfdd
| * Column collapse events for Table (#6914)Artur Signell2015-08-216-129/+291
| | | | | | | | Change-Id: Ifeb081086a4231f75f07f4d26c56ec22e72ce5d1
| * Cut off Grid cell content when max column width is set (#18617)Teppo Kurki2015-08-213-1/+52
| | | | | | Change-Id: I912377ffe366e6ac46280b374fa04caa59c3bcf2
| * Make Grid Editor return focus to last focused cell (#16834)patrik2015-08-202-5/+79
| | | | | | | | Change-Id: Ifbea95c2b5b39ca3c4532baa7e3f9298423bc030
| * Prevent race-condition induced sporadic error in Escalator (#17258)patrik2015-08-202-10/+174
| | | | | | | | Change-Id: I624c44056d43a6a3205be46a748070f269a3c3e3
| * Merge branch 'grid-unbuffered-editor' to masterHenri Sara2015-08-2038-800/+2647
| |\ | | | | | | | | | Change-Id: I89fad77de62a5ca3c4a134a623aa86d8725e9bba
| | * Merge branch 'master' into grid-unbuffered-editorHenri Sara2015-08-197-280/+164
| | |\ | | |/ | |/| | | | | | | | | | | | | Conflicts: server/src/com/vaadin/data/RpcDataProviderExtension.java Change-Id: I1bd55b03a8c114823ed8655fc89758f37b16e9c4
| * | Add optional OSGi imports for portals (#18561)Henri Sara2015-08-191-1/+1
| | | | | | | | | | | | Change-Id: Id13dc29347c93ad142c991f95f89cf04eb06db94
| * | Fix RpcDataProviderExtension to not rely on item indices (#18503)Teemu Suo-Anttila2015-08-186-272/+152
| | | | | | | | | | | | Change-Id: I68a77bee4ef8e7a859f3a3c143e6f5922decf025
| | * Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-1969-179/+1698
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | Conflicts: server/src/com/vaadin/data/RpcDataProviderExtension.java uitest/src/com/vaadin/tests/components/grid/basicfeatures/server/GridEditorTest.java Change-Id: I9e7907c9caf839fd043444db0505f9853f020a6a
| * | Prevent NPE on missing security key. (#18573)Sauli Tähkäpää2015-08-182-18/+104
| | | | | | | | | | | | Change-Id: I6d9eeb257a4a4889ce679a31a45133c3d0c90368
| * | Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-174-2/+93
| | | | | | | | | | | | Change-Id: I46557f6c6f8543ab61b863145863824785d14784
| * | Prevent Escalator scrollbars oscillation in HeightByRows mode (#18596)Teemu Suo-Anttila2015-08-141-1/+16
| | | | | | | | | | | | Change-Id: Id7e72fbd31277b7c93055c8aa9309d73c86795d6
| * | Disable websphereportal8 testHenri Sara2015-08-141-1/+2
| | | | | | | | | | | | | | | | | | | | | The automated test environment is missing the server, so the test was always ignored. Change-Id: Ida3266758eea461c65f2d937109455b209903dfb