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
/
main
/
java
/
com
/
vaadin
/
v7
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compatibility Grid column reorder with partially hidden joined cells (#12...
Anna Koskinen
2021-08-26
1
-0
/
+45
*
Code cleanup (#12333)
Anna Koskinen
2021-07-08
2
-5
/
+5
*
Add ErrorHandler to AbstractTestUI (#12256)
Anna Koskinen
2021-03-29
1
-19
/
+1
*
Include compatibility tests in validation builds (#12250)
Anna Koskinen
2021-03-26
1
-5
/
+73
*
Test fixes (#12244)
Anna Koskinen
2021-03-18
1
-0
/
+5
*
Fix compatibility ComboBox filtering when page length is zero. (#12016)
Anna Koskinen
2020-05-20
1
-0
/
+89
*
Make improve of caching for hierarchical data optional (#11501)
Klaudeta
2019-03-21
1
-0
/
+108
*
Enable maven formatting for uitest (#10908)
Ilia Motornyi
2018-05-17
5
-19
/
+15
*
Remove copyright headers from test code (#10770)
Teemu Suo-Anttila
2018-03-28
37
-556
/
+0
*
Update copyright year (#10761)
Ilia Motornyi
2018-03-27
33
-33
/
+33
*
Allow configuring content modes for Grid cell tooltips (#10632)
Ilia Motornyi
2018-02-15
1
-12
/
+31
*
Use lambda expressions. (#10268)
Ahmed Ashour
2017-11-01
2
-17
/
+4
*
Fix end of line comments, which were made by automatic formatter (#10234)
Ahmed Ashour
2017-10-31
1
-2
/
+2
*
Remove redundant interface already implemented by super class. (#10258)
Ahmed Ashour
2017-10-31
2
-6
/
+2
*
Remove trailing spaces (#10224)
Ahmed Ashour
2017-10-26
2
-2
/
+2
*
Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)
Ahmed Ashour
2017-10-20
1
-3
/
+5
*
Use Collection.isEmpty() (#10172)
Ahmed Ashour
2017-10-12
2
-2
/
+2
*
Use enhanced for loop for arrays. (#10121)
Ahmed Ashour
2017-10-02
3
-17
/
+16
*
Remove auto-generated comment (#10111)
Ahmed Ashour
2017-09-29
1
-1
/
+0
*
Construct array inline (#10068)
Ahmed Ashour
2017-09-23
5
-5
/
+5
*
Add empty line at end of file
Ahmed Ashour
2017-09-23
6
-8
/
+6
*
Fix javadoc references (#10067)
Ahmed Ashour
2017-09-23
2
-3
/
+0
*
Use String.isEmpty() (#10045)
Ahmed Ashour
2017-09-21
1
-1
/
+1
*
Replace iterators with enhanced for loops (#10018)
Ahmed Ashour
2017-09-19
2
-4
/
+3
*
Resize should work within Grid details row (#9808)
Ansku
2017-08-22
1
-0
/
+136
*
Add an initial version of Tree component (#9212)
Teemu Suo-Anttila
2017-05-02
29
-0
/
+2530
*
Always calculate Escalator max row count the same way (#8740)
Artur
2017-03-16
1
-0
/
+92
*
Migrate Escalator tests for 8 (#8811)
Pekka Hyvönen
2017-03-13
2
-69
/
+0
*
Restore column based width for compatibility selects
Teemu Suo-Anttila
2017-03-07
1
-0
/
+25
*
Fix exception when no columns are shown (#8733)
Artur
2017-03-06
1
-41
/
+0
*
Migrate v7 Grid tests. 7th round. (#8452)
Denis
2017-02-22
9
-655
/
+0
*
Pick changes from 7.7.7 (#8577)
Teemu Suo-Anttila
2017-02-22
1
-0
/
+60
*
Migrate v7 Grid tests. Next round. (#8435)
Denis
2017-02-22
9
-715
/
+0
*
Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499)
Denis
2017-02-08
1
-105
/
+0
*
Grid tests migration. Next round. (#8412)
Denis
2017-02-02
6
-603
/
+5
*
Migrate Grid UI tests P4 (#8133)
Denis
2017-01-05
5
-249
/
+0
*
Grid UI tests migration P3. (#8121)
Denis
2017-01-04
12
-1015
/
+7
*
Grid UI tests migration P2.
Denis
2017-01-02
3
-157
/
+0
*
Migrate Grid tests P1. (#8108)
Denis
2017-01-02
7
-346
/
+0
*
Provide a smoke test for a Form.
Denis
2016-12-28
1
-58
/
+0
*
Clean up DateField UI tests.
Denis
2016-12-28
1
-99
/
+0
*
Clean up SQL container tests. (#8091)
Denis
2016-12-28
1
-154
/
+0
*
Clean up calendar tests. (#8094)
Denis
2016-12-27
1
-223
/
+0
*
Global java code cleanup using Eclipse Neon.1
Leif Åstrand
2016-12-20
3
-8
/
+7
*
Add a SortListener to a Grid (#8008)
8.0.0.alpha10
Denis
2016-12-15
1
-2
/
+2
*
Move old Sort related classes into compatibility module. (#7999)
Denis
2016-12-15
4
-10
/
+10
*
Allow defining a focus delegate component for CustomField (#20336)
Pekka Hyvönen
2016-12-15
1
-100
/
+0
*
Migrate 7.7.5 branch patches to v8. (#7969)
Denis
2016-12-15
3
-1
/
+275
*
Provide configuration for events order in month and week views
Denis
2016-12-14
1
-0
/
+223
*
VerticalLayout has spacing = true and margin = true by default .
Ilia Motornyi
2016-12-12
1
-0
/
+2
[next]