From ca1bfa7511e35fad802271604158afd7be6531d0 Mon Sep 17 00:00:00 2001 From: Teemu Suo-Anttila Date: Wed, 22 Feb 2017 11:35:19 +0200 Subject: Pick changes from 7.7.7 (#8577) * 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 --- .../themes/VAADIN/themes/tests-valo/img/email-reply.png | Bin 0 -> 762 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 uitest/src/main/themes/VAADIN/themes/tests-valo/img/email-reply.png (limited to 'uitest/src/main/themes') diff --git a/uitest/src/main/themes/VAADIN/themes/tests-valo/img/email-reply.png b/uitest/src/main/themes/VAADIN/themes/tests-valo/img/email-reply.png new file mode 100644 index 0000000000..be7fd2244d Binary files /dev/null and b/uitest/src/main/themes/VAADIN/themes/tests-valo/img/email-reply.png differ -- cgit v1.2.3