Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add fallback resolvers for CurrentInstance (#10974) | Gilberto Torrezan | 2018-06-13 | 3 | -2/+220 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add fallback resolvers for CurrentInstance This allow applications to inject custom default instances when the current instances cannot be found by regular means. For example, when VaadinServlet.getCurrent() would return null, a fallback resolver could be invoked to properly create the servlet and return it. * Make the setting of CurrentInstanceFallbackResolvers protected * Remove the default constructor. Improve test. * Made setFallbackResolver public again * Rename the method to defineFallbackResolver, and make it throw when a type is used twice * Make the method thread-safe * Make the method thread-safe in a Java 6 way * Thread safety with ConcurrentHashMap API instead of just Map * Improve test with fake classes. * Clear the test state after it has been run. | |||||
* | Fix MultiSelectionRenderer right-click exception (#10945) | Ilia Motornyi | 2018-05-23 | 1 | -3/+1 | |
| | | | Related #10942 | |||||
* | Open methods to allow custom static file serving logic (#10910) | Gilberto Torrezan | 2018-05-11 | 1 | -2/+6 | |
| | | | | | | | | * Open methods to allow custom static file serving logic The methods serveStaticResources and serveStaticResourcesInVAADIN have been changed from private to protected to allow subclasses to change how static files are served. | |||||
* | Added possibility to add listener for connectorMarkedDirty (#10876) | Gilberto Torrezan | 2018-05-07 | 4 | -3/+331 | |
| | ||||||
* | Update V7 Docs community articles (#10637) | KatriHaapalinna | 2018-05-07 | 30 | -83/+3246 | |
| | ||||||
* | Documentattion: Fix asciidocs headings H1 (#10883) | Ilia Motornyi | 2018-05-04 | 34 | -68/+34 | |
| | ||||||
* | Update Copyright headers for year 2018 (#10762) | Ilia Motornyi | 2018-03-28 | 2845 | -15273/+2104 | |
| | ||||||
* | Allow configuring content modes for Grid cell tooltips (#10396) | Leif Åstrand | 2018-02-06 | 9 | -53/+338 | |
| | ||||||
* | Update broken link for parking app (#10525) | Pekka Hyvönen | 2018-01-30 | 1 | -4/+1 | |
| | ||||||
* | Fix removeUI assertions to work with proxy UIs (#10575) | Teemu Suo-Anttila | 2018-01-29 | 1 | -2/+4 | |
| | ||||||
* | Fix scrolling problem in table in Chrome 56+ (#10492) | Artur | 2018-01-05 | 4 | -0/+125 | |
| | | | | | | | | * Fix scrolling problem in table in Chrome 56+ Fixes #8707 * Remove commented code | |||||
* | Add missing since tag to new method (#10458)7.7.13 | Adam Wagner | 2017-12-21 | 1 | -0/+1 | |
| | | | | * Add missing since tag to new method | |||||
* | Prevent killing UI if heartbeats are pending (#10371) (#10450) | Olli Tietäväinen | 2017-12-20 | 3 | -5/+127 | |
| | | | | | | | | * Prevent killing UI if heartbeats are pending (#10371) Fixes #9663 * fixed Java 1.8 syntax -> 1.6 | |||||
* | Ensure Upload is properly reset after an upload is interrupted (#9635) (#10457) | Anna Koskinen | 2017-12-20 | 3 | -0/+340 | |
| | | | | * Ensure Upload is properly reset after an upload is interrupted (#9635) | |||||
* | Fix grid details height calculation issue (#10453) | Adam Wagner | 2017-12-20 | 6 | -3/+188 | |
| | ||||||
* | Fix column width resize event firing when mode is SIMPLE (#10452) | Adam Wagner | 2017-12-19 | 2 | -2/+40 | |
| | ||||||
* | Use new validation screenshots (#10444) | Teemu Suo-Anttila | 2017-12-15 | 1 | -0/+0 | |
| | ||||||
* | Add disclaimers about performance to TreeTable (#10381) | Teemu Suo-Anttila | 2017-11-29 | 2 | -1/+111 | |
| | ||||||
* | added missing javadocs and since tags (#10315)7.7.12 | Olli Tietäväinen | 2017-11-13 | 5 | -8/+27 | |
| | | | | | | * added missing javadocs and since tags * fix formatting of javadocs | |||||
* | Make focus circulate in modal dialog to improve accessibility (#10311) | Adam Wagner | 2017-11-13 | 6 | -28/+236 | |
| | | | | | | | | | | | | * Make focus circulate in modal dialog to improve accessibility (#10260) Make focus circulate in modal dialog to improve accessibility * Backport window order event * Correct since tag * Correct copyright header | |||||
* | hand-picked fix to #5043 combobox suggestion popup on scroll (#10307) | Olli Tietäväinen | 2017-11-13 | 3 | -9/+112 | |
| | | | | | | * hand-picked fix to #5043 combobox suggestion popup on scroll * cleanup | |||||
* | Set no-store headers on UIDL messages (#10308) | Olli Tietäväinen | 2017-11-13 | 1 | -3/+9 | |
| | | | | UIDL might contain sensitive information that we should prevent from being stored anywhere. | |||||
* | GWT upgrade | Olli Tietäväinen | 2017-11-10 | 1 | -1/+1 | |
| | ||||||
* | Add missing @since tags and missing javadocs (#10155)7.7.11 | Olli Tietäväinen | 2017-10-10 | 10 | -27/+74 | |
| | ||||||
* | Fix click in subclasses of Grid (#10144) | Adam Wagner | 2017-10-10 | 13 | -18/+148 | |
| | | | Add findWidget() method to accept non exact matches. | |||||
* | Support null intermediate properties in NestedMethodProperty (#10085) | Vassil Zorev | 2017-10-04 | 2 | -0/+9 | |
| | | | Ignore null intermediate properties in setValue(). | |||||
* | Implement error level on client side (#9816) | Adam Wagner | 2017-09-26 | 36 | -38/+1062 | |
| | | | | | Add additional class names and style to components and error indicators to distinguish different error levels. Vaadin 7 solution for #3139 | |||||
* | Fix article links in articles/contents.asciidoc (for 7.7 branch) (#10049) | Kari Söderholm | 2017-09-21 | 1 | -34/+34 | |
| | | | With this fix the links will work properly in vaadin.com | |||||
* | Add headers to community articles (#10029) | Henri Muurimaa | 2017-09-20 | 35 | -2/+212 | |
| | ||||||
* | Migrate Vaadin 7 wiki articles to documentation (#9993) | Henri Sara | 2017-09-19 | 69 | -0/+8733 | |
|\ | ||||||
| * | Add TouchKit disclaimer | Erik Lumme | 2017-09-18 | 1 | -0/+3 | |
| | | ||||||
| * | Remove instances of Error message in source | Erik Lumme | 2017-09-18 | 3 | -6/+0 | |
| | | ||||||
| * | Add missing link | Erik Lumme | 2017-09-15 | 1 | -0/+1 | |
| | | ||||||
| * | Migrate MigratingFromVaadin6ToVaadin7 | Erik Lumme | 2017-09-15 | 2 | -3/+651 | |
| | | ||||||
| * | Migrate MigratingFromVaadin7.0ToVaadin7.1 | Erik Lumme | 2017-09-15 | 2 | -0/+170 | |
| | | ||||||
| * | Add missing link | Erik Lumme | 2017-09-15 | 1 | -0/+1 | |
| | | ||||||
| * | Migrate UsingGridWithInlineData | Erik Lumme | 2017-09-15 | 1 | -0/+91 | |
| | | ||||||
| * | MIgrate ShowingDataInGrid | Erik Lumme | 2017-09-15 | 2 | -0/+107 | |
| | | ||||||
| * | Migrate UsingGridWithAContainer | Erik Lumme | 2017-09-15 | 2 | -0/+108 | |
| | | ||||||
| * | Migrate CreatingATextFieldForIntegerOnlyInputUsingADataSource | Erik Lumme | 2017-09-15 | 2 | -0/+64 | |
| | | ||||||
| * | Migrate ShowingExtraDataForGridRows | Erik Lumme | 2017-09-15 | 2 | -0/+164 | |
| | | ||||||
| * | Migrate CreatingAMasterDetailsViewForEditingPersons | Erik Lumme | 2017-09-15 | 6 | -0/+383 | |
| | | ||||||
| * | Migrate CreatingACustomFieldFOrEditingTheAddressOfAPerson | Erik Lumme | 2017-09-15 | 4 | -0/+267 | |
| | | ||||||
| * | Migrate ↵ | Erik Lumme | 2017-09-15 | 3 | -0/+500 | |
| | | | | | | | | Vaadin7HierachicalContainerANdTreeComponentExampleWithLiferayOrganizationService | |||||
| * | Migrate ConfiguringGridColumnWidths | Erik Lumme | 2017-09-15 | 2 | -0/+73 | |
| | | ||||||
| * | Migrate FormattingDataInGrid | Erik Lumme | 2017-09-15 | 2 | -0/+178 | |
| | | ||||||
| * | Migrate CreaingAtextFieldFOrIntegerONlyINputWhenNotUsingADtaSource | Erik Lumme | 2017-09-15 | 2 | -0/+45 | |
| | | ||||||
| * | Migrate CreatingAReusableVaadinThemeInEclipse | Erik Lumme | 2017-09-15 | 11 | -0/+138 | |
| | | ||||||
| * | Migrate AutoGeneratingAFormBasedOnABeanVaadin6StyleForm | Erik Lumme | 2017-09-15 | 2 | -0/+46 | |
| | | ||||||
| * | Migrate JMeterTesting | Erik Lumme | 2017-09-15 | 7 | -0/+406 | |
| | |