Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 3 | -45/+0 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 2 | -2/+2 |
| | |||||
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 1 | -1/+0 |
| | |||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 1 | -4/+4 |
| | |||||
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 1 | -1/+2 |
| | | | | | | | | * Use .toLowerCase and .toUpperCase(Locale.ROOT) * Spaces * add spaces after if( | ||||
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 4 | -34/+34 |
| | | | | Also removes dependency on junit.framework.TestCase . | ||||
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 1 | -3/+3 |
| | | | And some trivial test enhancements | ||||
* | Remove unused methods. (#10058) | Ahmed Ashour | 2017-09-22 | 1 | -5/+0 |
| | |||||
* | Make JavaScriptExtension serializable (#9721) | Artur | 2017-07-26 | 1 | -0/+62 |
| | | | Fixes #9705 | ||||
* | Synchronize code between V7 and compatibility package | Teemu Suo-Anttila | 2017-03-07 | 2 | -3/+6 |
| | |||||
* | Revert diamond operator changes | Teemu Suo-Anttila | 2017-03-07 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary full classname references | Teemu Suo-Anttila | 2017-03-07 | 1 | -4/+2 |
| | |||||
* | Correct all tests that introspect classpath for Vaadin classes. | Denis Anisimov | 2016-11-29 | 3 | -124/+5 |
| | | | | | | | | Fixes vaadin/framework8-issues#399 RemoveListenersDeprecatedTest test is fixed. Corrections are made to make the test above passes. Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac | ||||
* | Fix DeprecatedTest under Windows | elmot | 2016-11-11 | 2 | -6/+7 |
| | | | | Change-Id: I06d8e631448e419536dfbb9188a5934c6a7bad37 | ||||
* | Introduce "shouldWriteDefaultValues" property to DesignContext. | Denis Anisimov | 2016-10-26 | 1 | -10/+6 |
| | | | | Change-Id: I979448e5af032333a6a2f7b99b11ab16c41d7b18 | ||||
* | Add utility for outputting the full declarative syntax of components | Aleksi Hietanen | 2016-10-24 | 3 | -90/+342 |
| | | | | Change-Id: I4bc740154ffb5a30892b1859a7550a7aeff94fb3 | ||||
* | Provide declarative tests for all V7 field components. | Denis Anisimov | 2016-10-21 | 1 | -30/+53 |
| | | | | Change-Id: I6bd65efe355730f358fdbc38b9cc592e27077de2 | ||||
* | Unify listeners on the server side | Aleksi Hietanen | 2016-09-29 | 1 | -0/+181 |
| | | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76 | ||||
* | Mark all server compatibility classes deprecated (#144). | Denis Anisimov | 2016-09-23 | 1 | -0/+124 |
| | | | | Change-Id: Iba0a35d5ea9a97b0020f506f610630471c59748b | ||||
* | Added Slider into compatibility package | Pekka Hyvönen | 2016-09-16 | 2 | -0/+216 |
| | | | | Change-Id: Icc4cfc64c0d0bf9993b138eec15a8a73cb0be2f0 | ||||
* | Move remaining Vaadin 7 classes to the compatibility package | Artur Signell | 2016-08-26 | 2 | -0/+105 |
| | | | | Change-Id: I3be37350a638028d89fb527a3dfb09e74fdebeed | ||||
* | Implement new Label | Artur Signell | 2016-08-26 | 2 | -0/+190 |
| | | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9 | ||||
* | Move old TextField to compatibility package | Artur Signell | 2016-08-26 | 1 | -14/+0 |
| | | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01 | ||||
* | Move Item to compatibility package | Artur Signell | 2016-08-24 | 1 | -0/+14 |
| | | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0 | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 108 | -11097/+0 |
| | | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5 | ||||
* | Map <vaadin7> declarative prefix to com.vaadin.v7.ui | Artur Signell | 2016-08-22 | 1 | -14/+3 |
| | | | | Change-Id: I3b529cf4c918eb6ce733fa6d126428d759c88345 | ||||
* | Move DateField and old validators to compatibility package | Artur Signell | 2016-08-20 | 22 | -0/+1582 |
| | | | | Change-Id: I800db8383171280c01eb427e121467a37acbca66 | ||||
* | Move TextArea to compatibility package | Artur Signell | 2016-08-20 | 2 | -0/+173 |
| | | | | Change-Id: I16b6566340e3ce32a4f94b7554e2f6f583e20486 | ||||
* | Move RichTextArea to compatibility package | Artur Signell | 2016-08-20 | 2 | -0/+129 |
| | | | | Change-Id: Ie73adbb0ddaf98aed6554f658625f1d812c3342b | ||||
* | Organize imports | Artur Signell | 2016-08-20 | 17 | -25/+25 |
| | | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f | ||||
* | Move remaining selects and container implementations to compatibility package | Artur Signell | 2016-08-20 | 20 | -0/+1959 |
| | | | | | | | Because of dependencies also moves Calendar, ColorPicker, SQLContainer, container filters Change-Id: I0594cb24f20486ebbca4be578827fea7cdf92108 | ||||
* | Move Table/TreeTable to compatibility package | Artur Signell | 2016-08-20 | 19 | -0/+1700 |
| | | | | Change-Id: Ic9f2badf8688c32d704be67519c0f4c9a3da0e28 | ||||
* | Move selects to compatibility package | Artur Signell | 2016-08-20 | 13 | -0/+968 |
| | | | | Change-Id: I7ee02d34b230e8752174a7f19824f81cbb616c33 | ||||
* | Move FieldGroup and Vaadin 7 Grid to compatibility package | Artur Signell | 2016-08-20 | 30 | -0/+4597 |
Change-Id: I9aaef478e0b67462641239802b924b8461cb9225 |