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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed typo in project.root
Artur Signell
2011-12-08
1
-1
/
+1
*
Made test running from Eclipse work with Ivy
Artur Signell
2011-12-08
3
-2
/
+4
*
Fix compile errors and one failed test caused by merging
Leif Åstrand
2011-12-08
4
-8
/
+13
*
Merge remote branch 'origin/databinding'
Leif Åstrand
2011-12-08
207
-1083
/
+4246
|
\
|
*
Merge branch 'master' into databinding
Artur Signell
2011-12-08
12
-169
/
+343
|
|
\
|
*
|
Add CustomField component in Vaadin core (#3718)
Henri Sara
2011-12-08
14
-5
/
+1012
|
*
|
Merge branch 'master' into databinding
Henri Sara
2011-12-08
24
-282
/
+559
|
|
\
\
|
*
|
|
Removed Java 6 @Override annotations
Artur Signell
2011-12-05
5
-20
/
+6
|
*
|
|
#8061 Removed NativeButton(String caption, Object target, String
Artur Signell
2011-12-05
15
-33
/
+134
|
*
|
|
#8061 Remove Button(String caption, Object target, String methodName)
Artur Signell
2011-12-05
1
-21
/
+0
|
*
|
|
#8026 remove some deprecated API from CustomComponent
Henri Sara
2011-12-01
1
-39
/
+0
|
*
|
|
Handle fields with no data source in AbstractField.convertToDataSource()
Henri Sara
2011-12-01
1
-21
/
+18
|
*
|
|
Minor fixes to data binding tests based on review.
Henri Sara
2011-12-01
4
-34
/
+12
|
*
|
|
Removed executable flag
Artur Signell
2011-11-28
5
-0
/
+0
|
*
|
|
Removed @Override annotations from interface methods
Artur Signell
2011-11-28
1
-2
/
+1
|
*
|
|
Removed @Override annotations from interface methods
Artur Signell
2011-11-28
3
-13
/
+8
|
*
|
|
Method for getting all Fields in Vaadin
Artur Signell
2011-11-28
1
-0
/
+10
|
*
|
|
Misc tests for converters
Artur Signell
2011-11-28
12
-0
/
+742
|
*
|
|
Removed interface @Overrides
Artur Signell
2011-11-28
17
-21
/
+403
|
*
|
|
Initial implementation of using converters in Table
Artur Signell
2011-11-28
1
-2
/
+50
|
*
|
|
Initial implementation of converters for AbstractField
Artur Signell
2011-11-28
6
-117
/
+271
|
*
|
|
Default value for a CheckBox is now false and not null. Removed
Artur Signell
2011-11-28
1
-16
/
+2
|
*
|
|
First take on Converters
Artur Signell
2011-11-25
11
-0
/
+468
|
*
|
|
Merge branch 'master' into databinding
Artur Signell
2011-11-24
135
-1791
/
+2314
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into databinding
Henri Sara
2011-11-14
4
-5
/
+6
|
|
\
\
\
\
|
*
|
|
|
|
#7930 Eliminate Validator.isValid()
Henri Sara
2011-11-12
23
-228
/
+121
|
*
|
|
|
|
Convert nested data model event classes to static where possible.
Henri Sara
2011-11-11
7
-13
/
+13
|
*
|
|
|
|
Eliminate more Field and Property related raw type warnings.
Henri Sara
2011-11-11
30
-60
/
+68
|
*
|
|
|
|
Eliminate some generics related warnings in core (non-API).
Henri Sara
2011-11-11
12
-53
/
+54
|
*
|
|
|
|
Eliminate many generics related warnings in tests.
Henri Sara
2011-11-10
46
-195
/
+189
|
*
|
|
|
|
Change Form.addField() parameter from Field to Field<?>.
Henri Sara
2011-11-10
1
-2
/
+2
|
*
|
|
|
|
Eliminate generics related warnings in field factories.
Henri Sara
2011-11-10
4
-13
/
+15
|
*
|
|
|
|
Merge branch 'master' into databinding
Henri Sara
2011-11-10
121
-1281
/
+169
|
|
\
\
\
\
\
|
*
|
|
|
|
|
#7917 Add BeanItem.expandProperty() and use it in form tests.
Henri Sara
2011-11-10
4
-32
/
+40
|
*
|
|
|
|
|
#6887 addNestedContainerBean() in AbstractBeanContainer to replace a
Henri Sara
2011-11-10
1
-1
/
+35
|
*
|
|
|
|
|
Create scaffolding for data binding tests (one/many-to-one/many).
Henri Sara
2011-11-09
6
-0
/
+236
|
*
|
|
|
|
|
Split Address out from test class Person.
Henri Sara
2011-11-09
4
-59
/
+115
|
*
|
|
|
|
|
Merge branch 'master' into databinding
Henri Sara
2011-11-08
53
-251
/
+2778
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Parameterize Property and Field with the value type.
Henri Sara
2011-11-08
29
-147
/
+143
|
*
|
|
|
|
|
|
Eliminate more cases that used Property.toString().
Henri Sara
2011-11-08
10
-29
/
+36
|
*
|
|
|
|
|
|
Throw exception from Property.toString() implementations.
Henri Sara
2011-11-07
6
-10
/
+14
|
*
|
|
|
|
|
|
Partly eliminate the use of Property.toString().
Henri Sara
2011-11-07
26
-71
/
+187
|
*
|
|
|
|
|
|
Remove Field.getCaption(), getDescription() and setDescription().
Henri Sara
2011-11-07
2
-18
/
+1
*
|
|
|
|
|
|
|
Ignore compiled buildhelper classes
Leif Åstrand
2011-12-08
1
-0
/
+1
*
|
|
|
|
|
|
|
Merge remote branch 'origin/master' into windowing
Leif Åstrand
2011-12-08
35
-455
/
+911
|
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge remote-tracking branch 'origin/ivyconfig'
Artur Signell
2011-12-08
12
-169
/
+343
|
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
Pass deps.initialized to called test targets in different build files.
Mikael Vappula
2011-12-05
3
-5
/
+7
|
|
*
|
|
|
|
|
Prevent multiple ivy:configure calls
Mikael Vappula
2011-12-05
1
-3
/
+5
|
|
*
|
|
|
|
|
Cleaned up Ivy configuration
Mikael Vappula
2011-12-02
7
-110
/
+122
|
|
*
|
|
|
|
|
Fixed test framework transient dependencies in main ivy.xml
Mikael Vappula
2011-12-01
1
-5
/
+3
[next]