summaryrefslogtreecommitdiffstats
path: root/compatibility-client
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (#10124)Ahmed Ashour2017-10-043-16/+17
|
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-022-13/+9
|
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-021-5/+1
| | | And remove unused imports.
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0246-242/+244
| | | Also includes minor other javadoc and formatting fixes.
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-298-77/+47
|
* UIDL to implement Iterable (#10101)Ahmed Ashour2017-09-299-50/+39
|
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-2813-62/+70
|
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-282-4/+4
|
* Fix typos (#10095)Ahmed Ashour2017-09-273-33/+56
|
* Implement error level on client side (#9817)Adam Wagner2017-09-272-1/+9
| | | | | | | 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-251-1/+1
| | | And use varargs in a test.
* Construct array inline (#10068)Ahmed Ashour2017-09-233-3/+3
| | | And some trivial test enhancements
* Add empty line at end of fileAhmed Ashour2017-09-2318-18/+18
|
* Fix javadoc references (#10067)Ahmed Ashour2017-09-236-9/+10
| | | And remove unused imports.
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-226-80/+36
|
* Remove unused methods. (#10058)Ahmed Ashour2017-09-224-57/+0
|
* Replace tab with spaces in .xml files (#10064)Ahmed Ashour2017-09-221-3/+3
|
* Replace tabs with spaces in Java filesHenri Sara2017-09-222-18/+18
|
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-2210-19/+19
|
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-2113-52/+51
|
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2114-49/+29
| | | Also includes some other minor cleanup.
* Access static members in a static way (#10054)Ahmed Ashour2017-09-211-1/+1
|
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-217-12/+12
|
* Implement hashCode() when implementing equals()Ahmed Ashour2017-09-192-4/+21
|
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-12/+7
| | | This change also includes some other minor cleanup.
* Fix javadoc typos (#9998)Ahmed Ashour2017-09-141-2/+2
|
* Add DOCTYPE for GWT module filesAhmed Ashour2017-09-141-0/+2
|
* Javadoc fixesAhmed Ashour2017-09-132-5/+5
|
* Simplify boolean expressionsAhmed Ashour2017-09-131-2/+2
|
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-081-1/+1
|
* Fix missing since tag in compatibility package GridAleksi Hietanen2017-08-301-1/+1
|
* Resize should work within Grid details row (#9808)Ansku2017-08-222-4/+82
| | | Fixes #7341
* Make clicking checkbox label call focus listeners (#9271)Knoobie2017-05-111-3/+3
| | | | | Fixes the remaining issue from #3944 for Firefox so that a click on the checkbox label calls the focus listener. Fixes #9290
* Detect Chrome on iOS as Chrome + Webkit (#9138)Artur2017-04-252-5/+4
|
* Fix issues in Grid with undefined height (#9104)Teemu Suo-Anttila2017-04-191-15/+27
|
* Fix client-side memory leak caused by Grid events (#9103)Aleksi Hietanen2017-04-196-64/+169
| | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633
* Add missing methods to compatibility AbstractRendererConnectorHenri Sara2017-04-181-0/+45
| | | Fixes #9096
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
|
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-161-13/+19
| | | | | | | | | | | | | | * Rename getMaxEscalatorRowCapacity to describe what it does * Always calculate Escalator max row count the same way This changes Escalator to not take a horizontal scrollbar into account when trying to determine "maximum visible rows". This will add another row, compared to previous versions, when there is a horizontal scrollbar. In reality, it would likely make sense to always add 10 more rows to have some buffer above and below the visible area. Fixes #8661
* Fix Upload and push in TabSheet (#8782)Ilia Motornyi2017-03-093-6/+8
| | | | | Also fixes JSNI calls in compatibility Upload component. Fixes #8728 for the compatibility package
* Fix JSNI calls in compatibility Escalator (#8783)Ilia Motornyi2017-03-091-8/+8
|
* Remove extra empty javadocs before package declaration (#8776)Ahmed Ashour2017-03-084-10/+0
|
* Revert multi select using state changeTeemu Suo-Anttila2017-03-071-2/+2
|
* Restore column based width for compatibility selectsTeemu Suo-Anttila2017-03-073-7/+25
|
* Revert html content through shared state for OptionGroupTeemu Suo-Anttila2017-03-072-14/+9
|
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-071-17/+0
|
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0731-236/+636
|
* Revert diamond operator changesTeemu Suo-Anttila2017-03-079-54/+55
|
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-0710-25/+26
|
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-224-24/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix java packaging order (#106) Closes vaadin/archetypes#113 * Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607) * Enable changing the backing bean for BeanItem (#4302) (#77) When storing a bean to the database, you typically get a new and updated bean instance back. By allowing to change the bean instance, we make it possible to just update the single BeanItem instance which can be used in many places. * Make AtmospherePushConnection methods public (#7973) There is no sensible way to use a custom version of APC, so protected access does not help in any way to access the underlying resource and/or connected UI. * Use correct indexes in multiselect checkboxes after removing rows (#8072) Fixes #8011 * Fix removal of hidden Grid columns (#8071) Fixes #8018 * Call error handler for exceptions in UI.init() (#8055) Fixes #4995 * Render font icon correctly on the 'more' menu item (#8126) * Render font icon correctly on the 'more' menu item Fixes #8125 * Reopen Grid details on attach, fixes #8015 (#8074) Fixes #8015 * Fix broken Grid tests after picking changes from 7.7.7 Removed duplicate setDetailsVisible calls from onDetach * Correctly detach components in merged cells when a static row is removed (#8142) Fixes #8140