Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix title | Erik Lumme | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | Migrate SimplifiedRPCUsingJavaScript | Erik Lumme | 2017-09-15 | 2 | -0/+100 |
| | |||||
* | Migrate AddingJPAToTheAddressBookDemo | Erik Lumme | 2017-09-15 | 4 | -0/+791 |
| | |||||
* | Fix formatting error | Erik Lumme | 2017-09-15 | 1 | -2/+2 |
| | |||||
* | Migrate UsingHibernateWithvaadin | Erik Lumme | 2017-09-15 | 4 | -0/+434 |
| | |||||
* | Migrate ScalaAndVaadinHOWTO | Erik Lumme | 2017-09-15 | 2 | -0/+190 |
| | |||||
* | Migrate UsingPhoneGapBuildWithVaadinTouchKit | Erik Lumme | 2017-09-15 | 2 | -0/+270 |
| | |||||
* | Migrate UsingPython | Erik Lumme | 2017-09-14 | 3 | -0/+438 |
| | |||||
* | Migrate UsingVaadinInAnExistingGWTProject | Erik Lumme | 2017-09-14 | 2 | -0/+130 |
| | |||||
* | Migrate BuildingVaadinApplicationsOnTopOfActiviti | Erik Lumme | 2017-09-14 | 9 | -0/+585 |
| | |||||
* | Migrate JasperReportsOnVaadinSample | Erik Lumme | 2017-09-14 | 3 | -0/+186 |
| | |||||
* | Update title | Erik Lumme | 2017-09-14 | 1 | -3/+3 |
| | |||||
* | Migrate CreatingABasicApplication | Erik Lumme | 2017-09-14 | 2 | -0/+75 |
| | |||||
* | Migrate FindingTheCurrentRootAndApplication | Erik Lumme | 2017-09-14 | 2 | -0/+45 |
| | |||||
* | Migrate VAccessControl | Erik Lumme | 2017-09-14 | 2 | -0/+397 |
| | |||||
* | Migrate CreatingAnApplicationWithDIfferentFeaturesForDIfferentClients | Erik Lumme | 2017-09-14 | 2 | -0/+72 |
| | |||||
* | Migrate ChangingTheDefaultConvertersForAnApplication | Erik Lumme | 2017-09-14 | 2 | -0/+77 |
| | |||||
* | Migrate CreatingYourOwnConverterForString | Erik Lumme | 2017-09-14 | 2 | -0/+104 |
| | |||||
* | Migrate OfflineModeForTouchKit4MobileApps | Erik Lumme | 2017-09-14 | 2 | -0/+571 |
| | |||||
* | Migrate UsingJDBCwithLazyQueryContainerAndFilteringTable | Erik Lumme | 2017-09-14 | 2 | -0/+414 |
| | |||||
* | Migrate LazyQueryContainer | Erik Lumme | 2017-09-14 | 2 | -0/+467 |
| | |||||
* | Update application-errors.asciidoc (#9971) | Michael Benz | 2017-09-12 | 1 | -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 Tahvonen | 2017-09-06 | 3 | -3/+43 |
| | | | Closes #7902 | ||||
* | Fix ListSelect scrolling behavior on IE (#9910) | Aleksi Hietanen | 2017-09-04 | 2 | -0/+46 |
| | | | Fixes #9894 | ||||
* | Resize should work within Grid details row (#9799) | Ansku | 2017-08-17 | 4 | -4/+377 |
| | | | Fixes #7341 | ||||
* | Use separate identifier for push connections (#9150) | Olli Tietäväinen | 2017-08-10 | 6 | -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) | mlindfors | 2017-08-09 | 3 | -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 Valev | 2017-08-08 | 7 | -10/+165 |
| | | | | | Fixes #7261 Fixes #5178 Fixes #4409 | ||||
* | Do full connector tracker cleanup when the session lock is released (#9707) ↵ | Artur | 2017-08-01 | 6 | -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.10 | Olli Tietäväinen | 2017-06-12 | 5 | -0/+30 |
| | |||||
* | Allow changing NavigationStateManager (#9416) | apolds | 2017-05-24 | 1 | -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äinen | 2017-05-19 | 1 | -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) | Artur | 2017-05-17 | 9 | -30/+276 |
| | | | | | Immediately clean connectors which the client side does not know about Fixes #9303 | ||||
* | Upgrade GWT version7.7.9 | Ilia Motornyi | 2017-05-05 | 2 | -2/+2 |
| | |||||
* | Fix issues in Grid with undefined height (#9118) | Teemu Suo-Anttila | 2017-04-20 | 3 | -8/+107 |
| | |||||
* | Fix removing rows over the cached range in Grid | Johannes Tuikkala | 2017-04-20 | 3 | -1/+140 |
| | | | Fixes #8840 for 7.7 | ||||
* | Fix client-side memory leak caused by Grid events (#9062) | Aleksi Hietanen | 2017-04-19 | 9 | -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) | davidef | 2017-04-19 | 1 | -1/+1 |
| | | | Fixes #4967 | ||||
* | Fix bug column and row expand ratio are not persisted | Tien Nguyen | 2017-04-06 | 2 | -14/+31 |
| | | | Fixes #9009 | ||||
* | Fixed links to domain model | Alejandro | 2017-03-28 | 1 | -3/+3 |
| | |||||
* | Add @since tags for 7.7.8 (#8954)7.7.8 | Henri Sara | 2017-03-27 | 2 | -1/+3 |
| | | | | Add @since tags to VFlash and ApplicationConstants | ||||
* | Add vaadin-archetypes as expected artifact (#8953) | Henri Sara | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | Fix Flash expanding with percentage sizing (#8552) | Olli Tietäväinen | 2017-03-21 | 4 | -8/+209 |
| | | | | | Allows Flash embed to expand if percentage dimensions given Fixes #4035 | ||||
* | Fix some tests for 7.7 | Henri Sara | 2017-03-13 | 3 | -9/+18 |
| | |||||
* | Include charset in text/html responses (#8777) | Artur | 2017-03-09 | 5 | -6/+16 |
| | | | Fixes #8775 |