Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix OSGi support in compatibility packages | Artur Signell | 2016-08-29 | 3 | -3/+5 |
| | | | | Change-Id: I0f04060c70d83724c08c37e93dd57a2d93b065a8 | ||||
* | Move V7 Converter and ConverterFactory to compatibility package | Artur Signell | 2016-08-29 | 5 | -45/+35 |
| | | | | Change-Id: I48d1ea501a621f653bde840d646ae01e6edc3eea | ||||
* | Add Eclipse launch configurations for super dev mode | Artur Signell | 2016-08-29 | 2 | -0/+34 |
| | | | | Change-Id: Ia82a5904e0e85aaae1ecd0136ac56ff2e2cfcc86 | ||||
* | Updated tutorial to Vaadin 7.7.0 | Alejandro Duarte | 2016-08-29 | 1 | -9/+9 |
| | | | | Change-Id: I1ef5a89a7e9f700a9302ff535d7e30b692316e22 | ||||
* | Fix Label widths in ValoThemeUITests | Aleksi Hietanen | 2016-08-29 | 4 | -13/+37 |
| | | | | | | | New Label implementation no longer sets the width to 100% in the constructor, breaking some screenshot tests. Change-Id: Ib627ce3d08449df98a0b54d96fa88a0b06fc2384 | ||||
* | Fix placeholder styling | Aleksi Hietanen | 2016-08-29 | 5 | -18/+7 |
| | | | | | | | | Placeholder styling was being applied to components even when the placeholder was not visible. This commit removes custom placeholder styling in favor of browser defaults. Change-Id: I2a1b696235070435511867a10619fcdecd187e3b | ||||
* | Implement DetailsGenerators for Grid | Teemu Suo-Anttila | 2016-08-29 | 10 | -15/+1076 |
| | | | | Change-Id: I09057b990f10bde6cf72a16677e58cb2bc9a7029 | ||||
* | Make window.vaadin.forceSync do something again | Artur Signell | 2016-08-29 | 1 | -1/+3 |
| | | | | Change-Id: I220b29a81aa2c1b05743d5bf03bc4ca2eb017dd5 | ||||
* | Change Label default width to undefined to match other components | Artur Signell | 2016-08-29 | 12 | -20/+49 |
| | | | | Change-Id: Ia4e6bbe0673c20e96bdda240570247ff9b1f6d93 | ||||
* | Mark java validation packages as optional for OSGi | Artur Signell | 2016-08-29 | 1 | -0/+2 |
| | | | | Change-Id: I7214c7b0214197452a15202996503ce7cae5a1b0 | ||||
* | Move remaining Vaadin 7 classes to the compatibility package | Artur Signell | 2016-08-26 | 19 | -4/+5 |
| | | | | Change-Id: I3be37350a638028d89fb527a3dfb09e74fdebeed | ||||
* | Remove dependency from ErrorMessage to old exception types | Artur Signell | 2016-08-26 | 4 | -31/+80 |
| | | | | Change-Id: Ifbc8d65ac5da8f6e68545ded508b28371523c5b0 | ||||
* | Move old converters and DefaultConverterFactory to compatibility package | Artur Signell | 2016-08-26 | 21 | -10/+29 |
| | | | | Change-Id: I42b933d1cb46cccb4a00211ee6eab699723b8804 | ||||
* | Implement new Label | Artur Signell | 2016-08-26 | 97 | -702/+998 |
| | | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9 | ||||
* | Remove Property dependency from TextField | Artur Signell | 2016-08-26 | 1 | -5/+1 |
| | | | | Change-Id: I33ec7d1b8cb00617f67f383829bb7da083f1a7cd | ||||
* | Move old Field and AbstractField to compatibility package | Artur Signell | 2016-08-26 | 9 | -25/+34 |
| | | | | Change-Id: Ia9b6f77763abac87ec61d1ee198cb8d41419a934 | ||||
* | Move old TextField to compatibility package | Artur Signell | 2016-08-26 | 61 | -186/+214 |
| | | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01 | ||||
* | Move VOptionGroup and dependants to the compatibility package | Artur Signell | 2016-08-26 | 11 | -11/+18 |
| | | | | Change-Id: I49f272480c1d109f7c8fda16e7a05765f46026c5 | ||||
* | Move PasswordFieldConnector to correct package | Artur Signell | 2016-08-26 | 1 | -1/+1 |
| | | | | Change-Id: I8ef025863b2b004473eae0a458e77be6a4c8fa86 | ||||
* | Add missing header | Artur Signell | 2016-08-26 | 1 | -0/+15 |
| | | | | Change-Id: Ibb3b19bb19296cfd0777bb7d1c5852aa6f926fb1 | ||||
* | Implement new ProgressBar | Aleksi Hietanen | 2016-08-26 | 12 | -27/+204 |
| | | | | Change-Id: Ie5c4b0f4d9bc65e484f08832343ba97fff61a9b6 | ||||
* | Update TextArea to extend AbstractFieldNew (#53) | Aleksi Hietanen | 2016-08-26 | 37 | -174/+713 |
| | | | | Change-Id: I72400695f3b015add07be9709e48b5f99ce619cf | ||||
* | Move old PasswordField to compatibility package | Artur Signell | 2016-08-25 | 2 | -1/+1 |
| | | | | Change-Id: I8db672100e06cbe2eb53de2b0ec2a98b8febe70b | ||||
* | Convert LoginForm to use new TextField | Artur Signell | 2016-08-25 | 8 | -142/+344 |
| | | | | | | Add basic tests for logging in and for changing caption Change-Id: I6dca2eedb5832db0eb409f0621092d0e723e0654 | ||||
* | Clean up LoginForm | Artur Signell | 2016-08-25 | 4 | -96/+85 |
| | | | | Change-Id: If05d20348fc999941d7d46170937533c29e1ad1b | ||||
* | Move ComboBox shared classes to vaadin-compatibility-shared | Henri Sara | 2016-08-25 | 25 | -28/+28 |
| | | | Change-Id: Icdb0ddc011e8749f4c3f159d2ecd94e4c564d28f | ||||
* | Move Vaadin 7 CheckBox to compatibility package | Artur Signell | 2016-08-25 | 24 | -69/+353 |
| | | | | | | | Adds a v7 AbstractFieldConnector for the compatibility package Remove dependency from core to old AbstractField Change-Id: I5da665de69cf469adfa946cf18aae1a3e56c3486 | ||||
* | Add SelectionModel interface and selection API to Listing | Johannes Dahlström | 2016-08-25 | 6 | -90/+367 |
| | | | | | | Concrete selection models not implemented in this patch. Change-Id: Ibcd64817efa704b6dd664bfaccb2d8c5110720fb | ||||
* | Add sources to vaadin-compatibility-shared JAR | Henri Sara | 2016-08-25 | 3 | -27/+58 |
| | | | | | | | This is required by vaadin-compatibility-client-compiled client side compilation. Change-Id: I8ef49736eaf6c747d5d8892615dbf93a519f3ee0 | ||||
* | Reintroduce variables used in OSGi manifests | Artur Signell | 2016-08-25 | 1 | -6/+13 |
| | | | | Change-Id: I4c0d5cb06eea524b5514e963d8915fd917c7271d | ||||
* | Move Vaadin 7 CustomField to compatibility package | Artur Signell | 2016-08-25 | 3 | -25/+124 |
| | | | | Change-Id: Ie1d37fd2d249bf35e953f095fa80a6905a135793 | ||||
* | Move LegacyWindow back to com.vaadin.ui | Artur Signell | 2016-08-25 | 76 | -81/+76 |
| | | | | | | | There are too many dependencies between Legacy* and the core framework to be able to easily separate them. Change-Id: I6888e7a370b5d8da587e421abe3cb4686855c72f | ||||
* | Use RPC for TextField cursor position and selection range updates | Artur Signell | 2016-08-25 | 7 | -94/+287 |
| | | | | Change-Id: I48595a1d1a9a1620739d00a499d996026bd51000 | ||||
* | Cleanup of TextField | Artur Signell | 2016-08-25 | 3 | -60/+51 |
| | | | | Change-Id: Ia596f58bb0c44e2d70ccf2c0add95d86b33afdcb | ||||
* | Allow multiple data change handlers in client-side data sources | Teemu Suo-Anttila | 2016-08-25 | 14 | -154/+176 |
| | | | | | | | This patch moves Registration to shared so it can be used in both client and server Change-Id: I16757f70beb474403903bbcf92c7f850aed68b88 | ||||
* | Update Eclipse project to Java 8 | Artur Signell | 2016-08-24 | 2 | -4/+4 |
| | | | | Change-Id: I55693dd7ee500d5746df055e6d1ae0099976338d | ||||
* | Change declarative support to use new converters | Artur Signell | 2016-08-24 | 10 | -237/+113 |
| | | | | Change-Id: I3bb2c106a4c4d8556f6f752867da1917e0d3c9a3 | ||||
* | Convert Vaadin 7 converters to Vaadin 8 converters | Artur Signell | 2016-08-24 | 44 | -188/+1287 |
| | | | | Change-Id: I347e6cd195b2d77ab2399667a69e4c23b0b54eb7 | ||||
* | Add listing extension to allow access to data communicator | Teemu Suo-Anttila | 2016-08-24 | 2 | -17/+110 |
| | | | | Change-Id: I4eca9884cf0195bab68d282bf1a6fd8c8b48a0fb | ||||
* | Make binder set null values correctly | Artur Signell | 2016-08-24 | 4 | -29/+41 |
| | | | | Change-Id: I5edf6136f155a9ee5dc5fd6286004f4e8cd8c3db | ||||
* | Add a typed version of the Grid component | Teemu Suo-Anttila | 2016-08-24 | 10 | -2/+919 |
| | | | | Change-Id: I00cbe80ac72787de0c4cc88e1c223badc2c4ae89 | ||||
* | Move Item to compatibility package | Artur Signell | 2016-08-24 | 53 | -82/+84 |
| | | | | Change-Id: I51ad45a18d2dcfbd582c7e4bdcca99300d20cee0 | ||||
* | Move ProgressBar/ProgressIndicator to correct package | Artur Signell | 2016-08-23 | 2 | -2/+2 |
| | | | | Change-Id: I1caff26291706de6ea3ea507089669b5d93bd2bd | ||||
* | Remove trailing whitespace | Artur Signell | 2016-08-23 | 4 | -21/+21 |
| | | | | Change-Id: I697874595e9f70d606fe15037172b127915e4bfb | ||||
* | Remove duplicate tests and rename tests BinderTest | Pekka Hyvönen | 2016-08-23 | 1 | -72/+6 |
| | | | | | | | | BinderTest had duplicate tests which are now removed. Remaining Binding tests are renamed. Change-Id: I1b572dcdf40a8d6b4e7e0ce8caa943f8aaaf8320 | ||||
* | Ignore missing package.html in checkstyle | Henri Sara | 2016-08-23 | 1 | -0/+2 |
| | | | | Change-Id: I74eeb1f58d8f3dffc92e8dcdb3dc6d32efd82735 | ||||
* | Fix TextField and related tests | Aleksi Hietanen | 2016-08-23 | 5 | -8/+25 |
| | | | | | | | - Fixes sendValueChange in TextFieldConnector - VTextField now adds/removes dependent stylename "focus" on focus/blur Change-Id: I965c30dd296cdab43ee5dc6cc8c7f8306392d8a2 | ||||
* | Move Container to compatibility package | Artur Signell | 2016-08-23 | 19 | -0/+0 |
| | | | | Change-Id: I32bbf4891d6aca9dc9ee8f1b7ae733bc28b4cd30 | ||||
* | Rename packages in compatibility-client to use com.vaadin.v7 | Artur Signell | 2016-08-22 | 123 | -243/+750 |
| | | | | Change-Id: Id0f178dfc3910ee7492c860d381b2d413e82ba73 | ||||
* | Move ProgressBar/ProgressIndicator to compatibility package | Artur Signell | 2016-08-22 | 26 | -32/+33 |
| | | | | Change-Id: I9d8ef17fc4bd903ad6c4e258b800b72029e507fd |