index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
uitest
/
src
/
com
/
vaadin
/
tests
/
components
/
grid
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor DetailComponentManager to be a static nested class of Grid
Teemu Suo-Anttila
2015-10-12
3
-10
/
+5
*
Add Grid column resize event API (#16838)
Johannes Dahlström
2015-10-09
3
-2
/
+26
*
Report user-resized column widths to server (#16838)
Johannes Dahlström
2015-10-08
1
-0
/
+11
*
Add API for setting Grid columns resizable (#16838)
Johannes Dahlström
2015-10-08
3
-11
/
+112
*
Add handles to Grid default header for column drag resize (#16838)
Patrik Lindström
2015-10-07
4
-18
/
+54
*
Remove Grid EditorEvents and Listeners
Teemu Suo-Anttila
2015-10-07
1
-27
/
+0
*
Change ValoIcons to ThemeIcons and moved to base (#18472)
Artur Signell
2015-10-07
1
-0
/
+9
*
Add API for data destruction to DataGenerator interface (#19038)
Teemu Suo-Anttila
2015-10-06
2
-24
/
+50
*
Remove old Chrome workaround from GridClientRenderers test
Teemu Suo-Anttila
2015-09-29
1
-5
/
+0
*
Use "vaadin-" as default prefix for Design (#18957)
Henri Sara
2015-09-28
3
-7
/
+7
*
Correctly round tr width in Escalator (#18820)
Artur Signell
2015-09-24
2
-0
/
+254
*
Make a Grid editor test work on IE8-9.
Mika Murtojarvi
2015-09-21
1
-4
/
+6
*
Fix Escalator onResize to layout Finally instead of Deferred (#18751)
Teemu Suo-Anttila
2015-09-16
2
-0
/
+85
*
Fix Grid validation with row change race condition (#18908)
Teemu Suo-Anttila
2015-09-16
1
-1
/
+15
*
Fix scrolling bug when moving Grid editor up
snapshot/7.6
Johannes Dahlström
2015-09-15
1
-1
/
+22
*
Disable sidebar button when grid is disabled. (#18696)
Sauli Tähkäpää
2015-09-14
1
-0
/
+85
*
Save editor content on keyboard editor move (#18809)
Teemu Suo-Anttila
2015-09-07
1
-0
/
+22
*
Merge remote-tracking branch 'origin/master' into reconnect-dialog
Artur Signell
2015-09-04
30
-310
/
+1730
|
\
|
*
Redesign RpcDataSourceConnector pinning RPC requests (#18692)
Teemu Suo-Anttila
2015-09-02
2
-3
/
+3
|
*
Do not open detail row if generator is the NULL one (#18663)
Teppo Kurki
2015-09-02
4
-55
/
+48
|
*
Close existing details when the generator is changed (#18664)
Teppo Kurki
2015-09-01
1
-19
/
+6
|
*
Refactor Grid SelectionModels as extensions (#18624)
Teemu Suo-Anttila
2015-09-01
2
-0
/
+95
|
*
Fix Grid column width calculation regression (#18617)
Teemu Suo-Anttila
2015-08-24
1
-3
/
+3
|
*
Cut off Grid cell content when max column width is set (#18617)
Teppo Kurki
2015-08-21
2
-0
/
+49
|
*
Make Grid Editor return focus to last focused cell (#16834)
patrik
2015-08-20
1
-1
/
+11
|
*
Prevent race-condition induced sporadic error in Escalator (#17258)
patrik
2015-08-20
1
-0
/
+148
|
*
Merge branch 'master' into grid-unbuffered-editor
Henri Sara
2015-08-19
1
-1
/
+0
|
|
\
|
|
*
Fix RpcDataProviderExtension to not rely on item indices (#18503)
Teemu Suo-Anttila
2015-08-18
1
-1
/
+0
|
*
|
Merge branch 'master-before-18503' into grid-unbuffered-editor
Henri Sara
2015-08-19
6
-5
/
+164
|
|
\
|
|
|
*
Handle renderer exceptions gracefully (#18554)
Artur Signell
2015-08-17
2
-0
/
+84
|
|
*
Add style names to selection checkboxes (#17755)
Teppo Kurki
2015-08-11
1
-0
/
+18
|
|
*
Fix Grid client-side NPE finding uneditable column editor (#18589)
Teemu Suo-Anttila
2015-08-11
1
-0
/
+1
|
|
*
Update Select all -CheckBox from server and partial selections (#17590)
Teppo Kurki
2015-08-05
2
-0
/
+60
|
|
*
Take margin/border/padding into account when measuring ComboBox in IE (#17002)
Artur Signell
2015-08-03
1
-5
/
+0
|
*
|
Merge branch 'master-18493' into grid-unbuffered-editor
Henri Sara
2015-08-19
4
-10
/
+33
|
|
\
|
|
|
*
Fix DetailsRow communication use connector IDs (#18493)
Teemu Suo-Anttila
2015-07-21
2
-5
/
+25
|
|
*
Stabilize Grid tests on IE11
Teemu Suo-Anttila
2015-07-17
2
-5
/
+8
|
*
|
Keep non-editable & selection columns visible in editor
Teppo Kurki
2015-08-11
2
-7
/
+10
|
*
|
Merge branch 'master' into grid-unbuffered-editor
7.6.0.alpha3
Johannes Dahlström
2015-07-15
9
-11
/
+260
|
|
\
|
|
|
*
Grid sidebar menu design changed. See design document and comments at trac ti...
elmot
2015-07-15
1
-6
/
+6
|
|
*
Support frozen columns in Grid editor (#16727)
Johannes Dahlström
2015-07-15
6
-5
/
+132
|
|
*
Fixes scrollToLine while resizing Grid via split position (#18424)
Teppo Kurki
2015-07-14
2
-0
/
+122
|
*
|
Add row and cell description generators to Grid (#18481)
Teppo Kurki
2015-07-15
2
-0
/
+117
|
*
|
Prevent Grid editor move in unbuffered mode if validation errors in
Johannes Dahlström
2015-07-15
4
-14
/
+53
|
*
|
Merge remote-tracking branch 'origin/master' into grid-unbuffered-editor
Teemu Suo-Anttila
2015-07-13
8
-12
/
+451
|
|
\
|
|
*
|
Close Grid editor on container item set change
Johannes Dahlström
2015-07-09
5
-35
/
+79
|
*
|
Added missing "grid" TestCategory for grid tests
Teppo Kurki
2015-07-06
14
-5
/
+34
|
*
|
Revert "Fixes non-editable column and selection visibility in editor"
Teppo Kurki
2015-07-03
1
-14
/
+0
|
*
|
Fixes non-editable column and selection visibility in editor
Teppo Kurki
2015-07-01
1
-0
/
+14
|
*
|
Added test to confirm that value change affects the editor field
Teppo Kurki
2015-07-01
2
-0
/
+50
[next]