| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed unused private methods
- removed unused private variables
- removed unnecessary initializations
- removed unnecessary substring(0)
- removed inner assignments
- renamed private methods that started with upper case
- renamed static final variables to use upper case
- converted to use non-deprecated options
- suppressed unavoidable warnings
- divided long Strings to multiple lines
- added missing types
- added missing JavaDoc parameters
- formatting
- updated comments & JavaDocs
|
|
|
|
| |
* Update copyright year range.
|
|
|
| |
Issue #11246, slightly modified cherry-pick from #11247
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Updated migration related documentation
More detailed information on compatibility components.
Mention vaadin:upgrade8 target in migration guide.
Fixes #8581
|
|
|
|
|
|
|
|
|
|
|
| |
This patch updates server side add*Listener methods to return
a registration object and deprecates their corresponding
remove*Listener methods.
Additionally this patch removes add/removeListener methods which were
deprecated in 7.0.
Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76
|
|
|
|
| |
Change-Id: Icbe1c6a5c0e2b10255424801cada8c11a71decb7
|
|
|
|
| |
Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b
|
|
|
|
| |
Change-Id: Iacf3864f6902e810591e2085adb44d0a6848f51c
|
|
|
| |
Change-Id: Icdb0ddc011e8749f4c3f159d2ecd94e4c564d28f
|
|
* Use com.vaadin.v7
* Use the same class name as in Vaadin 7
* Use a "vaadin7-" declarative prefix for Vaadin 7 components
Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5
|