aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Documentattion: Fix asciidocs headings H1 (#10883)Ilia Motornyi2018-05-0434-68/+34
|
* Update Copyright headers for year 2018 (#10762)Ilia Motornyi2018-03-282845-15273/+2104
|
* Allow configuring content modes for Grid cell tooltips (#10396)Leif Åstrand2018-02-069-53/+338
|
* Update broken link for parking app (#10525)Pekka Hyvönen2018-01-301-4/+1
|
* Fix removeUI assertions to work with proxy UIs (#10575)Teemu Suo-Anttila2018-01-291-2/+4
|
* Fix scrolling problem in table in Chrome 56+ (#10492)Artur2018-01-054-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.13Adam Wagner2017-12-211-0/+1
| | | | * Add missing since tag to new method
* Prevent killing UI if heartbeats are pending (#10371) (#10450)Olli Tietäväinen2017-12-203-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 Koskinen2017-12-203-0/+340
| | | | * Ensure Upload is properly reset after an upload is interrupted (#9635)
* Fix grid details height calculation issue (#10453)Adam Wagner2017-12-206-3/+188
|
* Fix column width resize event firing when mode is SIMPLE (#10452)Adam Wagner2017-12-192-2/+40
|
* Use new validation screenshots (#10444)Teemu Suo-Anttila2017-12-151-0/+0
|
* Add disclaimers about performance to TreeTable (#10381)Teemu Suo-Anttila2017-11-292-1/+111
|
* added missing javadocs and since tags (#10315)7.7.12Olli Tietäväinen2017-11-135-8/+27
| | | | | | * added missing javadocs and since tags * fix formatting of javadocs
* Make focus circulate in modal dialog to improve accessibility (#10311)Adam Wagner2017-11-136-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äinen2017-11-133-9/+112
| | | | | | * hand-picked fix to #5043 combobox suggestion popup on scroll * cleanup
* Set no-store headers on UIDL messages (#10308)Olli Tietäväinen2017-11-131-3/+9
| | | | UIDL might contain sensitive information that we should prevent from being stored anywhere.
* GWT upgradeOlli Tietäväinen2017-11-101-1/+1
|
* Add missing @since tags and missing javadocs (#10155)7.7.11Olli Tietäväinen2017-10-1010-27/+74
|
* Fix click in subclasses of Grid (#10144)Adam Wagner2017-10-1013-18/+148
| | | Add findWidget() method to accept non exact matches.
* Support null intermediate properties in NestedMethodProperty (#10085)Vassil Zorev2017-10-042-0/+9
| | | Ignore null intermediate properties in setValue().
* Implement error level on client side (#9816)Adam Wagner2017-09-2636-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öderholm2017-09-211-34/+34
| | | With this fix the links will work properly in vaadin.com
* Add headers to community articles (#10029)Henri Muurimaa2017-09-2035-2/+212
|
* Migrate Vaadin 7 wiki articles to documentation (#9993)Henri Sara2017-09-1969-0/+8733
|\
| * Add TouchKit disclaimerErik Lumme2017-09-181-0/+3
| |
| * Remove instances of Error message in sourceErik Lumme2017-09-183-6/+0
| |
| * Add missing linkErik Lumme2017-09-151-0/+1
| |
| * Migrate MigratingFromVaadin6ToVaadin7Erik Lumme2017-09-152-3/+651
| |
| * Migrate MigratingFromVaadin7.0ToVaadin7.1Erik Lumme2017-09-152-0/+170
| |
| * Add missing linkErik Lumme2017-09-151-0/+1
| |
| * Migrate UsingGridWithInlineDataErik Lumme2017-09-151-0/+91
| |
| * MIgrate ShowingDataInGridErik Lumme2017-09-152-0/+107
| |
| * Migrate UsingGridWithAContainerErik Lumme2017-09-152-0/+108
| |
| * Migrate CreatingATextFieldForIntegerOnlyInputUsingADataSourceErik Lumme2017-09-152-0/+64
| |
| * Migrate ShowingExtraDataForGridRowsErik Lumme2017-09-152-0/+164
| |
| * Migrate CreatingAMasterDetailsViewForEditingPersonsErik Lumme2017-09-156-0/+383
| |
| * Migrate CreatingACustomFieldFOrEditingTheAddressOfAPersonErik Lumme2017-09-154-0/+267
| |
| * Migrate ↵Erik Lumme2017-09-153-0/+500
| | | | | | | | Vaadin7HierachicalContainerANdTreeComponentExampleWithLiferayOrganizationService
| * Migrate ConfiguringGridColumnWidthsErik Lumme2017-09-152-0/+73
| |
| * Migrate FormattingDataInGridErik Lumme2017-09-152-0/+178
| |
| * Migrate CreaingAtextFieldFOrIntegerONlyINputWhenNotUsingADtaSourceErik Lumme2017-09-152-0/+45
| |
| * Migrate CreatingAReusableVaadinThemeInEclipseErik Lumme2017-09-1511-0/+138
| |
| * Migrate AutoGeneratingAFormBasedOnABeanVaadin6StyleFormErik Lumme2017-09-152-0/+46
| |
| * Migrate JMeterTestingErik Lumme2017-09-157-0/+406
| |
| * Fix titleErik Lumme2017-09-151-1/+1
| |
| * Migrate SimplifiedRPCUsingJavaScriptErik Lumme2017-09-152-0/+100
| |
| * Migrate AddingJPAToTheAddressBookDemoErik Lumme2017-09-154-0/+791
| |
| * Fix formatting errorErik Lumme2017-09-151-2/+2
| |
| * Migrate UsingHibernateWithvaadinErik Lumme2017-09-154-0/+434
| |