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
/
server
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add MultiSelect support for Grid
Pekka Hyvönen
2016-11-29
4
-29
/
+911
*
Provide in-memory sorting information in Query
Teemu Suo-Anttila
2016-11-29
2
-7
/
+6
*
Ensure all BeanBinding chaining methods return BeanBinding
Leif Åstrand
2016-11-29
1
-0
/
+24
*
Simplify Binding API by removing the FIELDTYPE type parameter
Leif Åstrand
2016-11-29
5
-45
/
+43
*
Add ComboBox custom filtering methods and tests
Teemu Suo-Anttila
2016-11-28
1
-0
/
+181
*
Add filter type to DataCommunicator
Teemu Suo-Anttila
2016-11-28
1
-2
/
+5
*
Type Listing for DataProvider to allow custom filter types
Teemu Suo-Anttila
2016-11-28
9
-24
/
+59
*
Reintroduce Grid Editor using Binder
Teemu Suo-Anttila
2016-11-25
1
-1
/
+1
*
Provide declarative support for listing components.
Denis Anisimov
2016-11-24
14
-127
/
+949
*
Fix field value change event handling for unbound binder
Aleksi Hietanen
2016-11-22
5
-24
/
+86
*
Implement chaining of filters for data providers
Teemu Suo-Anttila
2016-11-22
1
-7
/
+67
*
Add DataProvider.setFilter method
Teemu Suo-Anttila
2016-11-22
1
-0
/
+17
*
Add DataProvider.convertFilter, fix ListDataProvider filtering
Teemu Suo-Anttila
2016-11-21
1
-24
/
+48
*
Add Filter parameter to DataProvider
Teemu Suo-Anttila
2016-11-21
2
-13
/
+14
*
Make ValoTheme subclassable
Leif Åstrand
2016-11-17
1
-0
/
+26
*
Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...
elmot
2016-11-11
13
-99
/
+99
*
Remove HasValue from Grid
Pekka Hyvönen
2016-11-10
7
-109
/
+435
*
Use final modifier where appropriate
Per-Åke Minborg
2016-11-09
31
-39
/
+39
*
Replace EMPTY_SET and EMPTY_LIST with emptySet() and emptyList()
Per-Åke Minborg
2016-11-07
1
-2
/
+2
*
Use lambdas where appropriate
Per-Åke Minborg
2016-11-07
8
-140
/
+66
*
Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8
Per-Åke Minborg
2016-11-07
3
-7
/
+8
*
Explicit type args can be inferred
Per-Åke Minborg
2016-11-05
4
-13
/
+13
*
Rename generic type parameter that hides another type parameter
Per-Åke Minborg
2016-11-05
1
-4
/
+4
*
Remove redundant casting
Per-Åke Minborg
2016-11-05
2
-5
/
+5
*
Remove redundant array creation for varargs
Per-Åke Minborg
2016-11-05
1
-2
/
+1
*
Make sure lock() is released in finally block
Per-Åke Minborg
2016-11-05
2
-21
/
+26
*
Replace assertEquals(true|false,) with assert(True|False)
Per-Åke Minborg
2016-11-05
3
-19
/
+20
*
Flip parameters of .assertEquals()
Per-Åke Minborg
2016-11-04
2
-5
/
+6
*
Use chain of .append() methods instead of String concatenation
Per-Åke Minborg
2016-11-04
4
-6
/
+5
*
Create MultiSelect interface to replace Multi selection model.
Denis Anisimov
2016-11-04
6
-152
/
+123
*
Revert "Convert to for-each loop, Stream and switch-over-strings"
Pekka Hyvönen
2016-11-03
2
-11
/
+12
*
Remove manual array copy
Per-Åke Minborg
2016-11-02
1
-3
/
+2
*
Remove Boolean constructor invocation and add foreach
Per-Åke Minborg
2016-11-02
2
-2
/
+2
*
Convert to for-each loop, Stream and switch-over-strings
Per-Åke Minborg
2016-11-02
3
-14
/
+12
*
Convert to try-with-resource
Per-Åke Minborg
2016-11-02
2
-8
/
+8
*
Use diamond in generic creation where possible
Per-Åke Minborg
2016-11-02
1
-1
/
+1
*
Add @Override annotations
Per-Åke Minborg
2016-11-02
1
-0
/
+2
*
Add braces
Per-Åke Minborg
2016-11-02
1
-3
/
+5
*
Use operator assignments where possible
Per-Åke Minborg
2016-11-02
2
-2
/
+2
*
Add private constructor for utility classes
Per-Åke Minborg
2016-11-02
3
-1
/
+11
*
Make SelectionModel API only server side.
Denis Anisimov
2016-11-02
3
-4
/
+4
*
Move setReadOnly from Component to HasValue
Teemu Suo-Anttila
2016-11-02
2
-12
/
+10
*
Add Bindinding.setRequired
Pekka Hyvönen
2016-11-02
4
-44
/
+140
*
Introduces ValidationResult interface to replace Result in validators.
Denis Anisimov
2016-11-01
7
-37
/
+38
*
Add error message provider to provide translations
Teemu Suo-Anttila
2016-11-01
2
-3
/
+46
*
Replace setRequired & HasRequired with setRequiredIndicator
Pekka Hyvönen
2016-11-01
1
-3
/
+4
*
Remove Locale from BeanValidator because of ValueContext
Pekka Hyvönen
2016-10-31
1
-4
/
+6
*
Serve static files also in servletPath/VAADIN (#14398)
Artur Signell
2016-10-29
1
-0
/
+76
*
Add ValueContext to Validators
Teemu Suo-Anttila
2016-10-26
7
-78
/
+34
*
Rename Binder methods
Pekka Hyvönen
2016-10-26
11
-156
/
+165
[next]