| 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.
|
| |
|
|
|
|
|
|
|
| |
This patch reverts the fix #10557 and replaces it with a
proper solution from Grid perspective.
Fixes #10987
Fixes #10985
|
| |
|
| |
|
|
|
|
|
|
| |
Fixes #10146
Fixes #10543
|
|
|
| |
Also includes minor other javadoc and formatting fixes.
|
| |
|
|
|
|
|
|
|
| |
Add additional class names and style to components and error indicators to distinguish different error levels.
Vaadin 8 implementation of #9816. Cherry picked changes and added compatibility package component changes and tests.
Resolves #3139
|
| |
|
| |
|
| |
|
|
|
| |
Fixes #9545
|
|
|
| |
Fixes #8590
|
|
|
| |
Fix since tags for the server and shared modules and new types in client.
|
|
|
| |
Closes vaadin/framework8-issues#548
|
|
|
|
|
|
| |
* Don't use V8 FieldEvents classes in v7 compatibility module.
Fixes vaadin/framework8-issues#363
|
|
|
|
| |
Change-Id: I9feaad000cb16351d281d1c0037330dfb76186ff
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7233
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7232
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722f
|
|
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#334
Change-Id: I4c7ca424cc4f4a1f0cdecd7671827465ab74ace7
|
|
|
|
| |
Change-Id: Ief1191b34018e6049c8d20d341150c0b9804f621
|
|
|
|
| |
Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18
|
|
|
|
| |
Change-Id: Ife0707c69bac83f190b5497af5fef1af43af6e46
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All components are now in immediate mode by default.
V7 compatibility components will use AbstractLegacyComponent that has immediate.
V7 ColorPickerPopup will not have setImmediate, since it extends V8 Window,
which is not in V7 compatibility packages.
Removed OutOfSync and ResynchronizeAfterAsyncRemoval Tests,
since those tested UI in not immediate mode, which is invalid now.
Removed WindowResizeListener, LazyWindowResize, test UIs,
since both used immediate and there were no test run for either.
Change-Id: Ie1c8cfa4c48461db944ff9b13efe8473c5a3298f
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Does not modify compatibility packages to keep to closer to Vaadin 7.7
Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
|
|
|
|
| |
Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
|
|
|
|
| |
Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
|
|
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
|