| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
vaadin.com/pro does no longer have the info
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
|
|
|
|
| |
* Update to 8.11-SNAPSHOT
|
| |
|
|
|
|
|
|
| |
* Update to 8.9-SNAPSHOT
* update in bom module
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Add spaces after 'if' and 'for' in JavaScript
* Revert to old format
* Remove whitespaces
|
| |
|
| |
|
|
|
|
| |
Also removes dependency on junit.framework.TestCase .
|
|
|
| |
Also includes minor other javadoc and formatting fixes.
|
| |
|
|
|
| |
And some trivial test enhancements
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
Also remove ComponentMissingFromDefaultWidgetsetTest since it's
identical to UnknownComponentConnectorTest
Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
|
|
|
|
|
|
|
| |
Fixes problem with two LAZY connectors not being able to have the same
simple class name.
Change-Id: I97970979884c99162d52718449dc18f10e955e32
|
|
|
|
| |
Change-Id: I4b4760949897d2755da26a06f9048a596abdf0b6
|
|
|
|
|
|
| |
Does not modify compatibility packages to keep to closer to Vaadin 7.7
Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
|
|
|
|
| |
Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
|
|
|
|
| |
Change-Id: I069df183806937c2d97eb3e9c8a073ef53ab5c24
|
|
|
|
| |
Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
|
|
|
|
| |
Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
|
|
|
|
| |
Change-Id: I7d5897384f1172befbc852e27a7372104e7820da
|
|
|
|
| |
Change-Id: Id603133355b1cb398bcb880e693dd3c8276f7937
|
|
|
|
| |
Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
|
|
|
|
| |
Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
|
|
|
|
| |
Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
|
|
|
|
|
|
|
| |
* Specify correct (Java 8) execution environment for OSGi
* Accept any servlet 3 version
Change-Id: I170d4577218e773bc17c14342bc7f93572932fcc
|
|
|
|
|
|
| |
Uses upstream com.google GWT instead of com.vaadin.external.gwt
Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303
|
|
|
|
|
|
|
|
|
| |
As vaadin-client-compiler dependens on gwt-dev, the gwt-dev dependencies
are either bundled in gwt-dev or specified as transitive dependencies
for it, so there is no need to specify them again for
vaadin-client-compiler
Change-Id: If5d35124765d8606815ec49ec318eaf096de480b
|