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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
uitest
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278)
Ansku
2017-11-10
2
-7
/
+25
*
Add ContentMode for row and cell descriptions in Grid (#10282)
Teemu Suo-Anttila
2017-11-10
2
-29
/
+170
*
Make focus circulate in modal dialog to improve accessibility (#10260)
Péter Török
2017-11-07
3
-3
/
+15
*
Use Logger instead of VConsole (#10249)
Ahmed Ashour
2017-11-06
1
-2
/
+7
*
Use lambda expressions. (#10268)
Ahmed Ashour
2017-11-01
493
-9946
/
+4276
*
Use local variable for getWidget(). (#10253)
Ahmed Ashour
2017-10-31
1
-6
/
+7
*
Fix end of line comments, which were made by automatic formatter (#10234)
Ahmed Ashour
2017-10-31
17
-46
/
+54
*
Remove redundant interface already implemented by super class. (#10258)
Ahmed Ashour
2017-10-31
9
-21
/
+9
*
Fix combo box suggestion popup height (#10256)
Adam Wagner
2017-10-30
4
-0
/
+80
*
add Grid.Column#get/setAssistiveCaption (#10219)
Knoobie
2017-10-30
2
-0
/
+89
*
Use lambda with Handlers (#10229)
Ahmed Ashour
2017-10-27
30
-388
/
+183
*
Use lambda with Listeners (#10222)
Ahmed Ashour
2017-10-26
162
-1863
/
+831
*
Remove trailing spaces (#10224)
Ahmed Ashour
2017-10-26
9
-19
/
+19
*
Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)
Ahmed Ashour
2017-10-23
8
-32
/
+303
*
Fix typos (#10213)
Ahmed Ashour
2017-10-20
2
-2
/
+2
*
Check class name type on Grid cell mouse over (#10194)
Adam Wagner
2017-10-20
2
-0
/
+64
*
Improve role usage in grid (#10206)
Knoobie
2017-10-20
1
-1
/
+9
*
Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)
Ahmed Ashour
2017-10-20
39
-162
/
+223
*
Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203)
Ahmed Ashour
2017-10-20
1
-287
/
+130
*
Add spaces after 'if' and 'for' in JavaScript (#10199)
Ahmed Ashour
2017-10-20
5
-7
/
+7
*
Simplify lambda expressions (#10198)
Ahmed Ashour
2017-10-20
39
-313
/
+248
*
AbstractDateField: set value after being invalid (#10187)
Ahmed Ashour
2017-10-20
3
-9
/
+114
*
Fix AbstractDateField to correctly show week day names (#10188)
Ahmed Ashour
2017-10-16
3
-2
/
+106
*
Simplify waitUntil() in tests (#10181)
Ahmed Ashour
2017-10-13
23
-200
/
+58
*
Use Collection.isEmpty() (#10172)
Ahmed Ashour
2017-10-12
12
-24
/
+25
*
Add ErrorLevel to Validators and results (#10099)
Teemu Suo-Anttila
2017-10-11
2
-0
/
+70
*
Add aria-rowcount to grid (#10167)
Knoobie
2017-10-11
5
-1
/
+255
*
Prevent Grid refreshAll from getting stuck due mismatched state (#10161)
Ansku
2017-10-10
1
-0
/
+93
*
Fix typos (#10158)
Ahmed Ashour
2017-10-10
3
-6
/
+9
*
Remove unneeded .toString() (#10141)
Ahmed Ashour
2017-10-10
42
-107
/
+86
*
Edit grid row by index - server side (#10040)
Piotr Wilkin
2017-10-10
2
-2
/
+32
*
Use StringBuilder instead of StringBuffer (#10154)
Ahmed Ashour
2017-10-09
7
-9
/
+9
*
Fix typos (#10124)
Ahmed Ashour
2017-10-04
19
-63
/
+67
*
Add role="grid" and aria-multiselectable to grid (#10009)
Knoobie
2017-10-04
2
-0
/
+100
*
Use static import of Assert in tests (#10126)
Ahmed Ashour
2017-10-03
431
-2376
/
+2743
*
Remove unneeded .toArray() (#10131)
Ahmed Ashour
2017-10-03
1
-1
/
+1
*
Use enhanced for loop for arrays. (#10121)
Ahmed Ashour
2017-10-02
15
-66
/
+58
*
Simplify conditional logic. (#10122)
Ahmed Ashour
2017-10-02
2
-2
/
+0
*
Use enhanced for loop instead of Iterator. (#10100)
Ahmed Ashour
2017-09-29
5
-40
/
+14
*
Use StandardCharsets.UTF_8 (#10113)
Ahmed Ashour
2017-09-29
4
-12
/
+12
*
Remove auto-generated comment (#10111)
Ahmed Ashour
2017-09-29
26
-114
/
+23
*
Handle 'z' (timezone) in AbstractDateField.setDateFormat() (#8844)
Ahmed Ashour
2017-09-28
2
-0
/
+282
*
Use interface instead of implementation (#10073)
Ahmed Ashour
2017-09-28
31
-52
/
+69
*
Use single character for StringBuilder.append (#10102)
Ahmed Ashour
2017-09-28
6
-16
/
+16
*
Update browser version test for Chrome 61 (#10098)
Henri Sara
2017-09-27
1
-1
/
+1
*
Fix typos (#10095)
Ahmed Ashour
2017-09-27
7
-7
/
+7
*
Support addCloseListener for Notification (#10027)
Ahmed Ashour
2017-09-27
2
-0
/
+96
*
Add option to use PushState instead of URI fragments in Navigator (#10042)
Teemu Suo-Anttila
2017-09-27
5
-0
/
+33
*
Implement error level on client side (#9817)
Adam Wagner
2017-09-27
4
-3
/
+373
*
Relayout GridLayout when font loading completes (#10077)
Henri Sara
2017-09-26
5
-8
/
+143
[next]