aboutsummaryrefslogtreecommitdiffstats
path: root/uitest
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | Fix client headers to return same cell for all merged columns (#13334)Teemu Suo-Anttila2014-11-212-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idad11b8d7a4b6e78e061c15863b99339c317f6f1
| | * | | | | | | | | | | | Fix GridClientRenderers test to wait correctly for Vaadin (#13334)Teemu Suo-Anttila2014-11-191-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I401f546d38e5ad92491203734f3febe44c6b0150
| | * | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-11-1480-392/+3827
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
| | * | | | | | | | | | | | | Make ImageRenderers emit click events (#13334)Johannes Dahlström2014-11-132-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1f98409e9787e1057ffaeebbe37427042a1e3233
| | * | | | | | | | | | | | | Fixes property change events after first render (#13334)Henrik Paul2014-11-062-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ief2e1763c7764009e9244ae4334ccacacc3bb205
| | * | | | | | | | | | | | | Adds the ability for Escalator to resize a column "to fit" (#13334)Henrik Paul2014-11-055-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibca7fa89bbdef47c1fa25238daeb1b44f3cb3c63
| | * | | | | | | | | | | | | Column remove/insertion doesn't refresh the entire row (#13334)Henrik Paul2014-11-052-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id224b7225e570b3fb593de1b27a026ae161bf526
| | * | | | | | | | | | | | | Prevent row insert/remove RPC calls before client init (#13334)Teemu Suo-Anttila2014-11-052-0/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I61eae7c74bc148aebf37d382b3ee2a9e14d389b2
| | * | | | | | | | | | | | | Renames "active cell" to "cell focus" or "focused cell" (#13334)Henrik Paul2014-10-297-177/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was quite confusing to have so many meanings of "active". Active row still means "the visible rows". And onActivate still means enter or click on a cell. Change-Id: Ib3e5d50adab619410974796a03c13240db35e29c
| | * | | | | | | | | | | | | Fixes an issue with onUnload() (#13334)Henrik Paul2014-10-233-1/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7ed22d97ee861208822f845068b7eee856392c07
| | * | | | | | | | | | | | | Add constructor with header text for client side GridColumn (#13334)Teemu Suo-Anttila2014-10-222-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I72c5f0dbb3b6770e552ad2f75d2f612b66cfb17b
| | * | | | | | | | | | | | | REST-like data source use case. (#13334)Henrik Paul2014-10-205-4/+467
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib708f3d18ff38c2c293f179640b85baebaf69550
| | * | | | | | | | | | | | | Fixes an issue with active cell and data insertion (#13334)Henrik Paul2014-10-202-3/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grid tried to offset the active cell whenever data is inserted, even if it wasn't in the same table section. Change-Id: Ieea90164a2b7b482c0fb9996fd9e8817283d2504
| | * | | | | | | | | | | | | Add isUserOriginated to SortOrderChangeEvents (#13334)Teemu Suo-Anttila2014-10-161-17/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Idb387e3b27ea757f27510f7ad97aaaa39b8f71ef
| | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-1652-284/+2286
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7462e5a6a902eb0c4396bc14216a6f323dd33b76
| | * | | | | | | | | | | | | | Add test for hiding all Grid columns. (#13334)Teemu Suo-Anttila2014-10-161-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifed6d5276fa09d2d3015c4bf92dd3131a8c4ba93
| | * | | | | | | | | | | | | | Add DataSource .indexOf() functionality (#13334)Teemu Suo-Anttila2014-10-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6cfd9b8baf56897a0e2c5f688c70329e81c3c5cd
| | * | | | | | | | | | | | | | Add convenience methods to EditorRowHandler (#13334)Johannes Dahlström2014-10-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I046715f33113e94e3239e3df04bdd96b89c23aee
| | * | | | | | | | | | | | | | Implement ImageRenderer (#13334)Johannes Dahlström2014-10-092-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I5b04f10f5d8b312ace8a3b5f1df28f37aa8b97d8
| | * | | | | | | | | | | | | | Add refresh function to RowHandle for informing data updates (#13334)Teemu Suo-Anttila2014-10-072-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id117407eecc8d923af1f4f946bf330eec9c75618
| | * | | | | | | | | | | | | | Implement Vaadin-specific editor row commit/discard handling (#13334)Johannes Dahlström2014-10-072-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaaf5e4461adb1d4fd9b8f042c6001b8408d1a0e4
| | * | | | | | | | | | | | | | Implement ButtonRenderer (#13334)Johannes Dahlström2014-10-072-5/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id7c6f3cf85f8e75905e86b55edbc1b8782780996
| | * | | | | | | | | | | | | | Fix AbstractRemoteDataSource always inform data availability (#13334)Teemu Suo-Anttila2014-10-071-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call to ensureAvailability will now always call DataChangeHandler dataAvailable function even if rows are not fetched from remote. Change-Id: Id498de41abf0a1cb886cd033198f64d5c39c3abd
| | * | | | | | | | | | | | | | Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-032-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id87b2d7f50720bbfd5011520ea0be32fead48635
| | * | | | | | | | | | | | | | Ensure Renderers that do type conversions work properly (#13334)Johannes Dahlström2014-10-031-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change eg. DateRenderer would end up calling JsonCodec.encode with mismatching arguments. This "just happened to work" but does not work in all cases. Change-Id: Ibcf74a61e8e8ad729f7d9ccfb0f9cdac41b70458
| | * | | | | | | | | | | | | | Fixes a race condition in Escalator's scrolling (#13334)Henrik Paul2014-10-036-9/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8bd6195bfbf37c847919e3092d486e67fe79cd5c
| | * | | | | | | | | | | | | | Renames "estimated size" to a more definite "size" (#13334)Henrik Paul2014-10-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9f72cc85223df21e5fac0da29b493bcc89bd3b9c
| | * | | | | | | | | | | | | | Adds Valo support for Grid (#13334)Henrik Paul2014-10-021-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ied1e823142efc8e5abd2e2c203eedeef0248d68b
| | * | | | | | | | | | | | | | Tests behavior rather than log output (#13334)Henrik Paul2014-10-021-87/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id00aa2d79251a6235486d39e66552a9ed4b3c534
| | * | | | | | | | | | | | | | Add support for Grid column reordering (#13334)Teemu Suo-Anttila2014-10-022-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I685cf0455810520e801cccdd46d8af838c8a3917
| | * | | | | | | | | | | | | | Update sortable columns on property set change (#13334)Teemu Suo-Anttila2014-10-022-12/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I01e74825e5ba68fb3a5e6f68acf8ba7fbde97cf2
| | * | | | | | | | | | | | | | De-genericize clientside NumberRenderer (#13334)Johannes Dahlström2014-09-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I687eb81210df54d8c3ea99ab15234efe8dc92917
| | * | | | | | | | | | | | | | Fix indexing issues when removing Grid columns (#13334)Teemu Suo-Anttila2014-09-301-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib3e0376d0ffb578d5af851cad9939406251dd71d
| | * | | | | | | | | | | | | | Implement ProgressBarRenderer (#13334)Johannes Dahlström2014-09-262-0/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0193878dadec23a5709fa6f5f50591757b99ae04
| | * | | | | | | | | | | | | | Add a test for Grid with GeneratedPropertyContainer (#13334)Teemu Suo-Anttila2014-09-262-0/+203
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If32242828745854c81020405657cc49e13c35bef
| | * | | | | | | | | | | | | | Make complex renderer .init() abstract (#13334)Teemu Suo-Anttila2014-09-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I397c3120c22bdfeb27d10f308efe5abc710138b0
| | * | | | | | | | | | | | | | Add setHeader functionality for GridColumns (#13334)Teemu Suo-Anttila2014-09-251-14/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0838d6c36088d35ab881e731151ee15194f0e1d4
| | * | | | | | | | | | | | | | Fix GridKeyEvents to provide correct API for different types (#13334)Teemu Suo-Anttila2014-09-242-27/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id8ee1b8aab40273b2c0da4d85d8d07b419af49d7
| | * | | | | | | | | | | | | | Add default implementation of Renderer.encode to AbstractRenderer (#13334)Johannes Dahlström2014-09-232-19/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I74a0960bbe56e71702762e4cf1067098dd428125
| | * | | | | | | | | | | | | | Makes Escalator and Grid DeferredWorkers (#13334)Henrik Paul2014-09-221-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia8c1b98e4e2c021b570e74f3527f58f15a469a17
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-09-2050-0/+8125
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2
| | | * | | | | | | | | | | | | | Implement commit/discard functionality for editor row (#13334)Johannes Dahlström2014-09-192-4/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes commit and cancel UI. Vaadin-specific commit/discard implementation will be submitted as a separate patch. As of now, commits are assumed to always succeed. Change-Id: I2043eac2fe80012bee235648b01518f19057c215
| | | * | | | | | | | | | | | | | Implement Vaadin-specific editor row bind/cancel handling (#13334)Johannes Dahlström2014-09-192-0/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9a6326a065b3ca159dd1b4237de1dbf8fa8e10ff
| | | * | | | | | | | | | | | | | Fixes an assumption bug with EditorRow (#13334)Henrik Paul2014-09-172-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ieabb3d10daf445b4cfc387b202ede4dde58a73f1
| | | * | | | | | | | | | | | | | Fix client-side StaticRow to use GridColumn instead of index (#13334)Teemu Suo-Anttila2014-09-162-37/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I82e86c41de400e232fdf153379b8c40167bce438
| | | * | | | | | | | | | | | | | Prevent dispatching GridKeyEvents when target is not grid (#13334)Teemu Suo-Anttila2014-09-151-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2efd6d48502360d14d21456077d50b37fa8a4be6
| | | * | | | | | | | | | | | | | Tests Escalator's freezing columns. (#13334)Henrik Paul2014-09-152-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ifd85cfba770e31a91e05b854fde67c991f443c4d
| | | * | | | | | | | | | | | | | Implement data binding and edit cancel mechanism for editor row (#13334)Johannes Dahlström2014-09-112-13/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch contains only the generic parts and a test EditorRowHandler. The Vaadin-specific implementation will be submitted as a separate change. Change-Id: I719a474fd72d7801a3b6c9cc567af1655b2f8565
| | | * | | | | | | | | | | | | | Testing Escalator (post|pre)(Attach|Detach) functionality (#13334)Henrik Paul2014-09-115-3/+298
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If7a61560a96c5720b54bf3b5dcc83aef3ff7e357
| | | * | | | | | | | | | | | | | Bundles the logging label into a widget (#13334)Henrik Paul2014-09-112-55/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1c041c34dc4b08351122d0afc6de6fe2afadd48c