aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/src/com/vaadin/tests/components/grid
Commit message (Expand)AuthorAgeFilesLines
* Refactor DetailComponentManager to be a static nested class of GridTeemu Suo-Anttila2015-10-123-10/+5
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-093-2/+26
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-081-0/+11
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-083-11/+112
* Add handles to Grid default header for column drag resize (#16838)Patrik Lindström2015-10-074-18/+54
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-071-27/+0
* Change ValoIcons to ThemeIcons and moved to base (#18472)Artur Signell2015-10-071-0/+9
* Add API for data destruction to DataGenerator interface (#19038)Teemu Suo-Anttila2015-10-062-24/+50
* Remove old Chrome workaround from GridClientRenderers testTeemu Suo-Anttila2015-09-291-5/+0
* Use "vaadin-" as default prefix for Design (#18957)Henri Sara2015-09-283-7/+7
* Correctly round tr width in Escalator (#18820)Artur Signell2015-09-242-0/+254
* Make a Grid editor test work on IE8-9.Mika Murtojarvi2015-09-211-4/+6
* Fix Escalator onResize to layout Finally instead of Deferred (#18751)Teemu Suo-Anttila2015-09-162-0/+85
* Fix Grid validation with row change race condition (#18908)Teemu Suo-Anttila2015-09-161-1/+15
* Fix scrolling bug when moving Grid editor upsnapshot/7.6Johannes Dahlström2015-09-151-1/+22
* Disable sidebar button when grid is disabled. (#18696)Sauli Tähkäpää2015-09-141-0/+85
* Save editor content on keyboard editor move (#18809)Teemu Suo-Anttila2015-09-071-0/+22
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-0430-310/+1730
|\
| * Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-022-3/+3
| * Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-024-55/+48
| * Close existing details when the generator is changed (#18664)Teppo Kurki2015-09-011-19/+6
| * Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-012-0/+95
| * Fix Grid column width calculation regression (#18617)Teemu Suo-Anttila2015-08-241-3/+3
| * Cut off Grid cell content when max column width is set (#18617)Teppo Kurki2015-08-212-0/+49
| * Make Grid Editor return focus to last focused cell (#16834)patrik2015-08-201-1/+11
| * Prevent race-condition induced sporadic error in Escalator (#17258)patrik2015-08-201-0/+148
| * Merge branch 'master' into grid-unbuffered-editorHenri Sara2015-08-191-1/+0
| |\
| | * Fix RpcDataProviderExtension to not rely on item indices (#18503)Teemu Suo-Anttila2015-08-181-1/+0
| * | Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-196-5/+164
| |\|
| | * Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-172-0/+84
| | * Add style names to selection checkboxes (#17755)Teppo Kurki2015-08-111-0/+18
| | * Fix Grid client-side NPE finding uneditable column editor (#18589)Teemu Suo-Anttila2015-08-111-0/+1
| | * Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-052-0/+60
| | * Take margin/border/padding into account when measuring ComboBox in IE (#17002)Artur Signell2015-08-031-5/+0
| * | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-194-10/+33
| |\|
| | * Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-212-5/+25
| | * Stabilize Grid tests on IE11Teemu Suo-Anttila2015-07-172-5/+8
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-112-7/+10
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-159-11/+260
| |\|
| | * Grid sidebar menu design changed. See design document and comments at trac ti...elmot2015-07-151-6/+6
| | * Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-156-5/+132
| | * Fixes scrollToLine while resizing Grid via split position (#18424)Teppo Kurki2015-07-142-0/+122
| * | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-152-0/+117
| * | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-154-14/+53
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-138-12/+451
| |\|
| * | Close Grid editor on container item set changeJohannes Dahlström2015-07-095-35/+79
| * | Added missing "grid" TestCategory for grid testsTeppo Kurki2015-07-0614-5/+34
| * | Revert "Fixes non-editable column and selection visibility in editor"Teppo Kurki2015-07-031-14/+0
| * | Fixes non-editable column and selection visibility in editorTeppo Kurki2015-07-011-0/+14
| * | Added test to confirm that value change affects the editor fieldTeppo Kurki2015-07-012-0/+50