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
*
Type Listing for DataProvider to allow custom filter types
Teemu Suo-Anttila
2016-11-28
20
-73
/
+98
*
Add state classes for Abstract(Single)ComponentContainer
Henri Sara
2016-11-28
1
-2
/
+2
*
Provide tests for "required indicator" property for options groups.
Denis Anisimov
2016-11-25
6
-0
/
+307
*
Reintroduce Grid Editor using Binder
Teemu Suo-Anttila
2016-11-25
5
-27
/
+866
*
Upgrade to TestBench 5 alpha1 and JUnit 4.12
Artur Signell
2016-11-25
3
-5
/
+6
*
Data should be updated when it's set for disabled components.
Denis Anisimov
2016-11-25
8
-9
/
+224
*
Grid merging header cells
elmot
2016-11-24
2
-13
/
+92
*
Provide declarative support for listing components.
Denis Anisimov
2016-11-24
1
-19
/
+21
*
Add DataProvider.convertFilter, fix ListDataProvider filtering
Teemu Suo-Anttila
2016-11-21
1
-8
/
+10
*
Add Filter parameter to DataProvider
Teemu Suo-Anttila
2016-11-21
5
-10
/
+11
*
Add HTML/Component support to Grid Footers
Teemu Suo-Anttila
2016-11-18
2
-7
/
+77
*
Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...
elmot
2016-11-11
34
-129
/
+129
*
Remove HasValue from Grid
Pekka Hyvönen
2016-11-10
6
-25
/
+16
*
Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456)
Anna Miroshnik
2016-11-04
2
-0
/
+122
*
Create MultiSelect interface to replace Multi selection model.
Denis Anisimov
2016-11-04
10
-99
/
+67
*
Make SelectionModel API only server side.
Denis Anisimov
2016-11-02
6
-8
/
+6
*
Move setReadOnly from Component to HasValue
Teemu Suo-Anttila
2016-11-02
6
-25
/
+22
*
Replace setRequired & HasRequired with setRequiredIndicator
Pekka Hyvönen
2016-11-01
7
-26
/
+33
*
Add target test-all for UI tests
Henri Sara
2016-11-01
1
-0
/
+25
*
Implement focus/blur events for RadioButtonGroup.
Denis Anisimov
2016-10-31
5
-33
/
+206
*
M-day calendar event is hidden if firstVisibleHourOfDay is set (#14737)
Anna Miroshnik
2016-10-31
2
-0
/
+194
*
Implement focus/blur listeners for NativeSelect.
Denis Anisimov
2016-10-31
2
-0
/
+105
*
Update ServletIntegrationUI to use Valo
Aleksi Hietanen
2016-10-31
1
-2
/
+0
*
Implement focus and blur events for CheckBoxGroup.
Denis Anisimov
2016-10-31
2
-0
/
+127
*
Date/time issues are fixed in the tests.
Denis Anisimov
2016-10-31
1
-0
/
+5
*
Serve static files also in servletPath/VAADIN (#14398)
Artur Signell
2016-10-29
2
-0
/
+82
*
Fix broken GridSortingTest caused by theme change
Aleksi Hietanen
2016-10-27
1
-1
/
+1
*
Update VerifyBrowserVersionTest to Chrome 54
Aleksi Hietanen
2016-10-26
1
-1
/
+1
*
Rename Binder methods
Pekka Hyvönen
2016-10-26
3
-7
/
+7
*
Grid html/component content in headers
Aleksi Hietanen
2016-10-25
3
-12
/
+140
*
Update ValueChange API to use Component and HasValue<>.
Denis Anisimov
2016-10-25
6
-14
/
+14
*
Binder.bindInstanceFields(Object) method implementation (#47).
Denis Anisimov
2016-10-25
6
-6
/
+6
*
Correct serializable issues and test that components can be serialized
Leif Åstrand
2016-10-24
1
-2
/
+2
*
Move old SelectionEvent to V7 and create a new selection event supertype
Denis Anisimov
2016-10-24
8
-16
/
+16
*
Implement basic footer support for Grid
Teemu Suo-Anttila
2016-10-19
2
-8
/
+83
*
Add "valo-menu-hover" stylename to make responsive menu appear w/o adding cod...
Marc Englund
2016-10-17
4
-16
/
+88
*
Use identifiers for Grid Columns
Teemu Suo-Anttila
2016-10-17
2
-25
/
+28
*
Use diffstate for JS connectors (#20335)
Leif Åstrand
2016-10-17
3
-0
/
+141
*
Memory measurement test for V7&V8 Grids, 1 item and 100 000 items.
Denis Anisimov
2016-10-14
6
-8
/
+316
*
Use placeholder instead of inputPrompt for DateField
Pekka Hyvönen
2016-10-14
4
-152
/
+2
*
Move all themes except Valo into a new compatibility-themes package
Aleksi Hietanen
2016-10-13
53
-69
/
+75
*
Remove AbstractComponent.immediate
Pekka Hyvönen
2016-10-13
96
-808
/
+29
*
Add Grid V7/V8 memory test UIs.
Denis Anisimov
2016-10-11
3
-0
/
+304
*
Separate immediate mode for Upload from AbstactComponent.immediate
Pekka Hyvönen
2016-10-07
7
-8
/
+8
*
Fix broken tests because of default theme change (Valo).
Denis Anisimov
2016-10-07
3
-16
/
+13
*
Add Upload to compatibility packages
Pekka Hyvönen
2016-10-07
2
-0
/
+203
*
Use reindeer theme in servlet integration test
Teemu Suo-Anttila
2016-10-07
1
-0
/
+2
*
Reintroduce reordering of grid columns
Aleksi Hietanen
2016-10-06
3
-0
/
+386
*
Make Valo the default theme
Pekka Hyvönen
2016-10-06
609
-1229
/
+1133
*
Fix for ValoThemeUI test: use new sreenshots with updated DateField.
Denis Anisimov
2016-10-05
1
-1
/
+1
[next]