summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Migrate ScalaAndVaadinHOWTOErik Lumme2017-09-152-0/+190
|
* Migrate UsingPhoneGapBuildWithVaadinTouchKitErik Lumme2017-09-152-0/+270
|
* Migrate UsingPythonErik Lumme2017-09-143-0/+438
|
* Migrate UsingVaadinInAnExistingGWTProjectErik Lumme2017-09-142-0/+130
|
* Migrate BuildingVaadinApplicationsOnTopOfActivitiErik Lumme2017-09-149-0/+585
|
* Migrate JasperReportsOnVaadinSampleErik Lumme2017-09-143-0/+186
|
* Update titleErik Lumme2017-09-141-3/+3
|
* Migrate CreatingABasicApplicationErik Lumme2017-09-142-0/+75
|
* Migrate FindingTheCurrentRootAndApplicationErik Lumme2017-09-142-0/+45
|
* Migrate VAccessControlErik Lumme2017-09-142-0/+397
|
* Migrate CreatingAnApplicationWithDIfferentFeaturesForDIfferentClientsErik Lumme2017-09-142-0/+72
|
* Migrate ChangingTheDefaultConvertersForAnApplicationErik Lumme2017-09-142-0/+77
|
* Migrate CreatingYourOwnConverterForStringErik Lumme2017-09-142-0/+104
|
* Migrate OfflineModeForTouchKit4MobileAppsErik Lumme2017-09-142-0/+571
|
* Migrate UsingJDBCwithLazyQueryContainerAndFilteringTableErik Lumme2017-09-142-0/+414
|
* Migrate LazyQueryContainerErik Lumme2017-09-142-0/+467
|
* Update application-errors.asciidoc (#9971)Michael Benz2017-09-121-2/+0
| | | Update application-errors.asciidoc removing reference to out-of-sync error, which hasn't been used since version 7.5.
* Fix invalid user visible value in ComboBox (#8115)Matti Tahvonen2017-09-063-3/+43
| | | Closes #7902
* Fix ListSelect scrolling behavior on IE (#9910)Aleksi Hietanen2017-09-042-0/+46
| | | Fixes #9894
* Resize should work within Grid details row (#9799)Ansku2017-08-174-4/+377
| | | Fixes #7341
* Use separate identifier for push connections (#9150)Olli Tietäväinen2017-08-106-33/+109
| | | | | | By using a separate id we can avoid sending the sessions CSRF token as a GET parameter when initializing a push connection. Cherry-picked from #8700 to the 7.7 branch.
* Fix occasional empty rows in Table and TreeTable (#9551)mlindfors2017-08-093-45/+87
| | | | | | | | There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing. This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost. Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening. Fixes #7964 Fixes #5030
* Added loop and preload attributes for media elements, fixed null poster (#9161)Krassimir Valev2017-08-087-10/+165
| | | | | Fixes #7261 Fixes #5178 Fixes #4409
* Do full connector tracker cleanup when the session lock is released (#9707) ↵Artur2017-08-016-28/+136
| | | | | | | | | | | | | (#9730) As there is no "request end" call after invoking UI.access() from a background thread, the connector map was not earlier properly cleaned afterwards. If you toggled visibility of a component from the background thread, the tracker state became inconsistent. If this becomes a performance problem, it could probably be optimized to that cleanup is done in request end and only at the end of access if not inside a request. Backported from master Fixes #9693
* Add missing @since tags for 7.7.97.7.10Olli Tietäväinen2017-06-125-0/+30
|
* Allow changing NavigationStateManager (#9416)apolds2017-05-241-0/+4
| | | | | Unregister old NavigationStateManager before setting new one (backport of #9410). Fixes #9406
* Remove warning for shortcuts on disabled connector (#9369)Olli Tietäväinen2017-05-191-3/+0
| | | | | Remove unnecessary warning on server log when using shortcut on disabled connector. Fixes #6951
* Clean connector tracker after each access block to stop memory leaks (#9331)Artur2017-05-179-30/+276
| | | | | Immediately clean connectors which the client side does not know about Fixes #9303
* Upgrade GWT version7.7.9Ilia Motornyi2017-05-052-2/+2
|
* Fix issues in Grid with undefined height (#9118)Teemu Suo-Anttila2017-04-203-8/+107
|
* Fix removing rows over the cached range in Grid Johannes Tuikkala2017-04-203-1/+140
| | | Fixes #8840 for 7.7
* Fix client-side memory leak caused by Grid events (#9062)Aleksi Hietanen2017-04-199-71/+226
| | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633
* Fix calendar dateclick does not work when in readonly mode (#9065)davidef2017-04-191-1/+1
| | | Fixes #4967
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-062-14/+31
| | | Fixes #9009
* Fixed links to domain modelAlejandro2017-03-281-3/+3
|
* Add @since tags for 7.7.8 (#8954)7.7.8Henri Sara2017-03-272-1/+3
| | | | Add @since tags to VFlash and ApplicationConstants
* Add vaadin-archetypes as expected artifact (#8953)Henri Sara2017-03-271-1/+1
|
* Fix Flash expanding with percentage sizing (#8552)Olli Tietäväinen2017-03-214-8/+209
| | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035
* Fix some tests for 7.7Henri Sara2017-03-133-9/+18
|
* Include charset in text/html responses (#8777)Artur2017-03-095-6/+16
| | | Fixes #8775