aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server
Commit message (Collapse)AuthorAgeFilesLines
...
* Support null intermediate properties in NestedMethodProperty (#10134)Olli Tietäväinen2017-10-042-0/+9
| | | | | Ignore null intermediate properties in setValue(). Forward port of #10085 in 7.7 to the compatibility package.
* Fix typos (#10124)Ahmed Ashour2017-10-042-3/+3
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-03119-2020/+2122
| | | | Also removes dependency on junit.framework.TestCase .
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-033-10/+6
| | | Use for each loop.
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-0214-98/+82
|
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-022-7/+4
| | | And remove unused imports.
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0257-280/+296
| | | Also includes minor other javadoc and formatting fixes.
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-2919-180/+100
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2824-112/+125
|
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-286-9/+9
|
* Fix typos (#10095)Ahmed Ashour2017-09-277-51/+61
|
* Eliminate the use of AWT in non-test code (#10094)Henri Sara2017-09-271-3/+21
|
* Implement error level on client side (#9817)Adam Wagner2017-09-274-3/+4
| | | | | | | 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
* Fix typos (#10071)Ahmed Ashour2017-09-255-5/+5
| | | And use varargs in a test.
* Construct array inline (#10068)Ahmed Ashour2017-09-2315-26/+27
| | | And some trivial test enhancements
* Fix javadoc references (#10067)Ahmed Ashour2017-09-2312-36/+38
| | | And remove unused imports.
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-227-49/+27
|
* Remove unused methods. (#10058)Ahmed Ashour2017-09-225-29/+0
|
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-228-26/+26
|
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-2111-25/+18
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2117-31/+31
| | | Also includes some other minor cleanup.
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-2110-12/+12
|
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-4/+0
|
* Use simple class namesAhmed Ashour2017-09-2022-55/+69
|
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-191-2/+2
|
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-3/+3
| | | This change also includes some other minor cleanup.
* Fix bnd warningsAhmed Ashour2017-09-141-1/+0
|
* Javadoc fixesAhmed Ashour2017-09-134-9/+8
|
* Simplify boolean expressionsAhmed Ashour2017-09-132-7/+7
|
* Fix varargs warningsAhmed Ashour2017-09-131-5/+4
|
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-081-1/+1
|
* Fix occasional empty rows in Table and TreeTable (#9800)Henri Sara2017-08-091-48/+1
| | | | | | | | | | | | | | | | Picked from #9551 in 7.7 There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing. This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost. Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening. Fixes #7964 Fixes #5030
* Make JavaScriptExtension serializable (#9721)Artur2017-07-261-0/+62
| | | Fixes #9705
* Update hierarchical data related deprecation messages (#9558)Henri Sara2017-06-208-21/+28
| | | Resolves #9330
* Update since tags for TB elements (#9329)8.1.0.alpha8Henri Sara2017-05-161-1/+0
|
* Add missing fields to OSGi manifestsHenri Sara2017-04-251-1/+3
| | | | Adds RequiredExecutionEnvironment and License fields and renames some bundles (SymbolicName) for backwards compatibility.
* Move GAEVaadinServlet to its own moduleMirjan Merruko2017-04-253-477/+0
|
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-252-30/+12
| | | | | Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
|
* Replacement guide javadocs for deprecated classesIlia Motornyi2017-03-15102-34/+368
| | | Fixes #8682
* Replacement guide javadocs for deprecated classes, part two (#8719)Ilia Motornyi2017-03-1526-3/+95
| | | Partial fix for #8682
* Include components in joined cells when finding child components (#8772)Artur2017-03-081-106/+0
| | | Fixes #8722
* Fix some generics warnings in EclipseAhmed Ashour2017-03-081-3/+3
|
* Revert multi select using state changeTeemu Suo-Anttila2017-03-071-4/+12
|
* Restore column based width for compatibility selectsTeemu Suo-Anttila2017-03-073-3/+135
|
* Restore type attributes to compatibility UIDLTeemu Suo-Anttila2017-03-074-1/+12
|
* Revert html content through shared state for OptionGroupTeemu Suo-Anttila2017-03-071-2/+13
|
* Revert immediate tests, deprecate HasUserSelectionAllowedTeemu Suo-Anttila2017-03-072-36/+1
|
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-072-0/+3
| | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0756-342/+440
|