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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed ComponentState to AbstractComponentState (#9032)
Artur Signell
2012-11-20
11
-28
/
+28
*
When closeIdleUIs is true, close open UIs only after all UIs have been idle f...
Johannes Dahlström
2012-11-20
2
-38
/
+46
*
Added possibility to more easily debug layout loops (#10222)
Artur Signell
2012-11-20
1
-0
/
+35
*
Fix NPE when removing FileDownloader (#10198)
Artur Signell
2012-11-19
1
-1
/
+1
*
Handle canceled or ignored XHR requests after beforeunload (#8891)
Leif Åstrand
2012-11-19
1
-4
/
+84
*
@Connect lastonly -> lastOnly (#10244)
Leif Åstrand
2012-11-16
4
-14
/
+14
*
Made method public as VForm is now in a different package (#9923)
Artur Signell
2012-11-14
1
-1
/
+1
*
Merge "Made PopupView work with TB again and fixed test (#10187)"
Artur Signell
2012-11-14
1
-1
/
+6
|
\
|
*
Made PopupView work with TB again and fixed test (#10187)
Artur Signell
2012-11-14
1
-1
/
+6
*
|
Merge "Updated Form to use hierarchy change event (#9923)"
Johannes Dahlström
2012-11-14
2
-45
/
+50
|
\
\
|
*
|
Updated Form to use hierarchy change event (#9923)
Artur Signell
2012-11-14
2
-45
/
+50
|
|
/
*
/
UI stylename handling (#9832)
Johannes Dahlström
2012-11-14
2
-5
/
+1
|
/
*
Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)
Johannes Dahlström
2012-11-14
9
-40
/
+70
*
Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fixes
Henri Sara
2012-11-14
3
-5
/
+6
*
Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fix
Henri Sara
2012-11-14
7
-15
/
+15
*
UI based on AbstractBasicComponentContainer (#2924)
Henri Sara
2012-11-13
1
-7
/
+19
*
Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392)
Johannes Dahlström
2012-11-13
113
-718
/
+1207
*
(#10180) Moved positioning from onStateChanged to onConnectorHierarchyChange....
Mikael Grankvist
2012-11-13
1
-4
/
+9
*
Merge "Fixed widget comparisons to avoid reattaching children (#9807)"
John Ahlroos
2012-11-13
1
-3
/
+9
|
\
|
*
Fixed widget comparisons to avoid reattaching children (#9807)
Artur Signell
2012-11-13
1
-3
/
+9
*
|
(#9924) Moved hierarchy code and fixed popup view to not be a LegacyComponent...
Mikael Grankvist
2012-11-13
4
-87
/
+121
|
/
*
Fixed row focus not removed when selecting rows in Table #10036
John Ahlroos
2012-11-12
1
-1
/
+1
*
Merge "Fixed absolute layout class cast exception #10155"
Artur Signell
2012-11-12
1
-4
/
+6
|
\
|
*
Fixed absolute layout class cast exception #10155
John Ahlroos
2012-11-08
1
-4
/
+6
*
|
Merge "Rename Application.getRootConnector to getUIConnector (#10158)"
Marc Englund
2012-11-09
8
-15
/
+15
|
\
\
|
*
|
Rename Application.getRootConnector to getUIConnector (#10158)
Johannes Dahlström
2012-11-08
8
-15
/
+15
*
|
|
Fixed ordering in ordered layout when inserting components #10154
John Ahlroos
2012-11-09
2
-4
/
+55
*
|
|
Verify child info in state before attaching widgets (#10150)
Leif Åstrand
2012-11-09
1
-4
/
+12
|
/
/
*
|
Merge "Handle the situation where browser reports an unknown button on click ...
Artur Signell
2012-11-08
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Handle the situation where browser reports an unknown button on click event (...
Johannes Dahlström
2012-11-08
1
-0
/
+3
*
|
Changed public method to protected (#10143)
Artur Signell
2012-11-07
1
-1
/
+1
*
|
Added AbstractConnector.getRpcProxy helper (#10143)
Artur Signell
2012-11-07
15
-82
/
+54
*
|
Add v-disabled when disabling on client side (#10137)
Artur Signell
2012-11-06
1
-0
/
+3
*
|
Merge "Fix for #10126 - npe when using 'plain GWT' popup panel. Applied patch...
7.0.0.beta8
John Ahlroos
2012-11-06
2
-4
/
+10
|
\
\
|
*
|
Fix for #10126 - npe when using 'plain GWT' popup panel. Applied patch by mgr...
Marc Englund
2012-11-06
2
-4
/
+10
*
|
|
Fixed typo in VOrderedLayout.detachListeners
John Ahlroos
2012-11-06
1
-1
/
+1
|
/
/
*
|
Merge "Fixes double click events when scrolling Tabsheet #9582"
Marc Englund
2012-11-06
1
-0
/
+2
|
\
\
|
*
|
Fixes double click events when scrolling Tabsheet #9582
John Ahlroos
2012-11-05
1
-0
/
+2
*
|
|
Merge "ProgressIndicator now stops polling when removed (#10130)"
John Ahlroos
2012-11-05
1
-0
/
+6
|
\
\
\
|
*
|
|
ProgressIndicator now stops polling when removed (#10130)
Artur Signell
2012-11-05
1
-0
/
+6
*
|
|
|
10030 Button.DisableOnClick not working properly
Pekka Hyvönen
2012-11-05
1
-1
/
+7
|
|
/
/
|
/
|
|
*
|
|
Merge "Slots now handle attaching/detaching of element resize handlers #10068"
Johannes Dahlström
2012-11-05
2
-70
/
+162
|
\
\
\
|
*
|
|
Slots now handle attaching/detaching of element resize handlers #10068
John Ahlroos
2012-11-05
2
-70
/
+162
*
|
|
|
Merge "Properly detach removed connectors (#9815)"
John Ahlroos
2012-11-05
1
-6
/
+78
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Properly detach removed connectors (#9815)
Leif Åstrand
2012-11-01
1
-6
/
+78
*
|
|
|
Display CustomLayout template even if there are no children (#9725)
Johannes Dahlström
2012-11-02
1
-4
/
+6
*
|
|
|
Move LegacyComponent from com.vaadin.server to com.vaadin.ui
Johannes Dahlström
2012-11-02
1
-0
/
+5
*
|
|
|
Fix client-side NPE in Image without a source (#10101)
Johannes Dahlström
2012-11-01
1
-3
/
+6
|
/
/
/
*
|
|
Fixed Combobox popup positioning problem when located inside a PopupView #9768
John Ahlroos
2012-11-01
1
-40
/
+60
*
|
|
Fix for modality problem introduced by overlay container #9220
7.0.0.beta7
Marc Englund
2012-10-31
1
-1
/
+8
[next]