summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove IE8-IE10 related test codeArtur Signell2016-08-1868-1380/+77
| | | | Change-Id: Iadacd329c8da969c5ad046abd87db28ac6eade0c
* Remove IE8-IE10 references from themesArtur Signell2016-08-1835-510/+147
| | | | Change-Id: I36a72137095ea86d1fbb5a737714549b99b8a396
* Add Listing interface and minimalistic abstract implementationTeemu Suo-Anttila2016-08-184-0/+202
| | | | Change-Id: Ie13788c2c4dc49106919d8599b4b1199395a5b8e
* Rename Grid into LegacyGridelmot2016-08-18200-5379/+5413
| | | | Change-Id: Ie99e3a5af908ada42a6d0eba421241ad65c0d6b4
* Scripts for removing trailing whitespaceArtur Signell2016-08-182-0/+29
| | | | Change-Id: I938c57509bf6be34ee8a6f22edd7f8e0a43ee3bd
* Binding.validate() should fire a validation status event (#134).Denis Anisimov2016-08-183-3/+119
| | | | Change-Id: I2121ec8f90ffcdf2fdfa02bf99084b539b27180e
* Do not run websocket tests on Karaf 4Artur Signell2016-08-181-13/+2
| | | | | | | Karaf 4.0.5 uses Jetty 9 but has no websocket support available by default Change-Id: I02b79f9d60cc2c151b51c0a22c891d89f43bfdaa
* Mark IE8-IE10 as not supportedArtur Signell2016-08-181-5/+2
| | | | Change-Id: I4fdb3290c6ac95e4e2c6ac210e6f6b2f06cfe32a
* Update copyright year to 2016Artur Signell2016-08-182878-2880/+2897
| | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
* Remove trailing whitespace from code and javadocArtur Signell2016-08-182790-17808/+17808
| | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
* Format using Eclipse NeonArtur Signell2016-08-181905-14117/+15158
| | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
* Remove TB2 test running supportArtur Signell2016-08-182-233/+5
| | | | Change-Id: I59229cd4809ea4e624244ee19f641f838a9c5312
* Remove unused server test filesArtur Signell2016-08-182-84/+0
| | | | Change-Id: Ia3cbc25ec488cdbe8db680b2b6387857f58c87e6
* Delete unused pom-templateArtur Signell2016-08-181-92/+0
| | | | Change-Id: I0e76448a7aa130b0948f2ae9ea83d73c62c34371
* Binding.withStatusChangeHandler and Binding.withStatusLabel (#30).Denis Anisimov2016-08-177-18/+538
| | | | Change-Id: Iecd8bd88d94b98829dfaec43b8635b1e93df330f
* Remove the broken Liferay 6.0 testArtur Signell2016-08-173-427/+0
| | | | Change-Id: Ia51bfd1c7764857f7d378b7f0a0daea258d0fe26
* Flush the active connector before executing a shortcut actionArtur Signell2016-08-174-136/+57
| | | | | | | This change removes the old BeforeShortcutActionListener which was introduced before ComponentConnector.flush() to resolve the same problem. Change-Id: I79dc25bc0d2b98ce708f64b4fad950b13f6f132b
* Create module uitest-commonHenri Sara2016-08-1726-16/+133
| | | | | | | This module will contain most of the classes shared between uitest and integration test modules. Change-Id: Ibc327339cf1d360252483287c0eeb8dd03c176d5
* Run OSGi test on Karaf 4.0.5Artur Signell2016-08-171-1/+1
| | | | Change-Id: I28eedd4130a1f017c1fc7ce5f22ba8e617f9b450
* Flush the active connector before closing a browser window/tabArtur Signell2016-08-171-32/+28
| | | | Change-Id: I116ec752153e8e86724b542234e4d6af46caeb09
* Remove confusing note about OSGi support (#20094)Artur Signell2016-08-171-1/+0
| | | | Change-Id: I9fa6d288c1436b7c71ccce1d3198dd939211ca07
* Remove unnecessary sleep time randomizationArtur Signell2016-08-171-10/+2
| | | | | | | | Seems like the randomization is not thread safe and from time to time causes all server tests to fail with "integration_tests.xml:251: Only 1 operation can be specified" Change-Id: I41774fb4d7637e3485a82ef0096193c73a201eb5
* Remove Form and FormFieldFactoryArtur Signell2016-08-1768-7912/+171
| | | | | | | | Form was deprecated in Vaadin 7 when FieldGroup was introduced. In Vaadin 8, FieldGroup is deprecated in favor of Binder. Having three different "forms" would be very confusing. Change-Id: I17775c922940edc5df7dd5bdc80bfe9652588270
* Rename InMemoryDataSource into ListDataSourceelmot2016-08-173-19/+19
| | | | Change-Id: Ic0a8f5ced9139a0f712aac917b6a5841b8e1b0ab
* DataSource backend sortingelmot2016-08-178-58/+340
| | | | Change-Id: Ic9e12534cf85f7793a57436e63bd67b6f920f722
* Basic DataSource according to BoV "datamodel.datasources".elmot2016-08-179-0/+574
| | | Change-Id: I4f32182c8465e94533924449b09767cb3ebd856b
* Test that cross field validation works as expected (#33).Denis Anisimov2016-08-173-8/+88
| | | | | | Test for cross field validation from Book of Vaadin. Change-Id: Ida338bd79456332b3a359217ea7b9900a1408153
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-17373-2719/+3803
| | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff
* Make super dev mode run more reliableArtur Signell2016-08-171-1/+2
| | | | Change-Id: I77b9324c90b51400635e2a55ff47f72bf8125806
* Remove component dependencies from core framework classesArtur Signell2016-08-161-11/+13
| | | | Change-Id: Id4fa553f9d88156e91357c983b948c2c53598dc4
* Move component drag'n'drop criteria to the correct packagesArtur Signell2016-08-164-21/+61
| | | | Change-Id: I8c681fe89d8ce7cee067f07e6b4aecbfd5ac1970
* Remove unused codeArtur Signell2016-08-161-35/+14
| | | | | | VRichTextArea implements Focusable so the removed code was never used Change-Id: I53eebadbaf63e12ee121eca5af3a9c3ecff9eca6
* Provide a NotEmptyValidator for Binder setRequired functionality.Denis Anisimov2016-08-153-1/+131
| | | | Change-Id: I703912f29d884b655bafa7e801bf1454b65e32b4
* Make OSGi work againArtur Signell2016-08-159-22/+27
| | | | | | | * Specify correct (Java 8) execution environment for OSGi * Accept any servlet 3 version Change-Id: I170d4577218e773bc17c14342bc7f93572932fcc
* Add converter support to BinderArtur Signell2016-08-159-56/+884
| | | | Change-Id: Ibf1223d4842d72f0209231dfd70e1d6c4deb6d30
* Relax test to only care about JRE version, not patch setArtur Signell2016-08-151-5/+5
| | | | Change-Id: I1f959cdd81da9c6e8565260e574593bcd198804f
* Update/remove empty @since for 7.7Henri Sara2016-08-155-80/+79
| | | | Change-Id: Ib46a450c7d6a6d15eb6bea5d53351d182929e52f
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-1520-890/+521
| | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856
* Fix duplicate definition of builder-helper-maven-pluginArtur Signell2016-08-151-13/+6
| | | | Change-Id: I6d2ef04ddfbec7050cc855432857c320cf8599ba
* Rename Book of Vaadin test to be a useful for all binder aspectsArtur Signell2016-08-151-2/+3
| | | | Change-Id: Iad864fb2004646fc820f583facf158db31b4130f
* Remove deprecated Property.toString() modeArtur Signell2016-08-1514-964/+518
| | | | | | | | The Property.toString() alternatives combined with the legacyPropertyToString servlet init parameter was introduced in Vaadin 7.0 to ease migration of applications written in earlier versions. This is no longer relevant. Change-Id: I6b20e96408738a2a0d60f230c329ce0b329465a8
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-15123-786/+2785
| | | | Change-Id: I5efe17253ecd28dad5a2250076246a9eb30eec62
* Prevent Atmosphere from resurrecting a destroyed broadcaster (#20026)Artur Signell2016-08-151-0/+5
| | | | Change-Id: Ic67aede24b4d97f6d5c6ba64f485d3062d42d55a
* Make vaadin-shared Import-Package empty as it should beArtur Signell2016-08-121-0/+1
| | | | Change-Id: Icccc655b975558e859b961c4eed0f24fdc86b34c
* Fix OSGi manifest for vaadin-sharedArtur Signell2016-08-121-8/+0
| | | | | | | The shared package seems to no longer use any flute or streamhtmlparser classes Change-Id: I63c9bd0340f438b05da4799982b3f3c89c85a5f8
* Update to latest Atmosphere (2.4.5) and JS (2.3.2)Artur Signell2016-08-123-28/+25
| | | | Change-Id: I3569ed662bc93dd6861e40d8a4e0fa0b801551e6
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-12137-795/+871
| | | | Change-Id: I9e766be232d90aab92b5daa77351f4b0a3933f1d
* Update to GWT 2.8.0-rc2Artur Signell2016-08-125-7/+7
| | | | | | Uses upstream com.google GWT instead of com.vaadin.external.gwt Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303
* Remove unused GWT dependenciesArtur Signell2016-08-122-146/+5
| | | | | | | | | 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
* Note that Windows Phone is no longer supportedArtur Signell2016-08-121-4/+1
| | | | Change-Id: Idd27b9e805c2eb2875bcc9cca2eb0ac1e19926a8