summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Duplicate AbstractField state and connector into compatibility-clientArtur Signell2016-08-3011-11/+41
| | | | Change-Id: Ib6339f32ac348c144b19bb4a6ab724781e35196b
* Use servlet context classloader when finding servlet class for websockets ↵Artur Signell2016-08-301-3/+7
| | | | | | (#20024) Change-Id: Ia885ecebe854c0aeda47be2bbc9a9d8a47a03d5c
* Organize importsArtur Signell2016-08-30287-311/+265
| | | | Change-Id: Ie58291fd4858d5421b23e56603808f158d559687
* Use new Label instead of oldArtur Signell2016-08-305-6/+6
| | | | Change-Id: I1c7c6f84a665679321d98384cb7d3bf494fafd39
* Remove Legacy prefixArtur Signell2016-08-306-63/+22
| | | | Change-Id: I8460d2426662d9f8d60d6b7d532e95df33cd95b4
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-3057-58/+3962
| | | | | | | | * DateField * PopupDateField * InlineDateField Change-Id: I7d6c0253435dcdf424b7914d025e81af504be11d
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-3056-82/+246
| | | | | | | | | | | * ProgressBar * ProgressIndicator * OptionGroup * Table * Tree * TreeTable Change-Id: Ie1249631cbdd2721f2c3a36e1b8ffc8160fca6aa
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-3049-69/+210
| | | | | | | | | | | | * Calendar * CheckBox * CustomField * Label * RichTextArea * TextField * TextArea Change-Id: Iba8915195e4d205fb4db9a4df5d96a4a10ab2f96
* Fix label widths in several testsAleksi Hietanen2016-08-305-14/+26
| | | | Change-Id: I70f296fc5d1d2957698a169e501dcd1c43589503
* Added a fallback value for useragent (#20172)Matti Tahvonen2016-08-301-0/+3
| | | | | | | | | Without this change, some browsers, like GoogleBot, don't properly render the page. Instead of weird JS exception (and hit to server with 404) we should at least try to render the app with all browser. As webikit/chromium based browsers are nowadays most popular, falling back to "safari" permutation. Change-Id: I4275110962432b2552d51715a86a8e815fe539ad
* Duplicate shared classes of the Vaadin 7 GridTeemu Suo-Anttila2016-08-3055-102/+1421
| | | | Change-Id: I50cdcef0beb2f384636eb40c2f3f7493db52ac87
* Duplicate client-side of the Vaadin 7 GridTeemu Suo-Anttila2016-08-30125-191/+26185
| | | | Change-Id: I069df183806937c2d97eb3e9c8a073ef53ab5c24
* Support in-memory filtering in DataCommunicatorHenri Sara2016-08-301-2/+23
| | | | Change-Id: Ia3cd36cea43a96138eaefff708b694d6e9e96885
* Fixed a broken commentSimo-Pekka Koskinen2016-08-291-2/+2
| | | | | | Fixed broken comment on 'Calling Javascript' -paragraph. Change-Id: I5098f21006f00eab48ce5cd55e3bb14bee040fbf
* Mention vaadin-push in getting-startedEnver Haase2016-08-291-0/+4
| | | | Change-Id: Ic46254b77d1226c2a00ed1ad2b2f96a452a4609a
* Code highlighting and fixed a broken commentJens Jansson2016-08-291-13/+12
| | | | Change-Id: Ibc5844aa4ffba5691a6e3a2d1b962ce28e2aebcf
* Add empty lines so :: is recognized as definitionsLeif Åstrand2016-08-291-0/+2
| | | | Change-Id: Ifddcdda98090c5e5262d000a131c53109ce2c5c5
* Fixed event name to match example codeMarcus Hellberg2016-08-291-1/+1
| | | | Change-Id: Id9333bae30c7bf5c24dcd0aca1cbee671c28910e
* Fire actions before removing menu from the DOM (#20080)Matti Tahvonen2016-08-291-26/+21
| | | | Change-Id: Ic1cd285c697a05d186d81935f632881e4cf561bf
* Fix OSGi support in compatibility packagesArtur Signell2016-08-293-3/+5
| | | | Change-Id: I0f04060c70d83724c08c37e93dd57a2d93b065a8
* Move V7 Converter and ConverterFactory to compatibility packageArtur Signell2016-08-295-45/+35
| | | | Change-Id: I48d1ea501a621f653bde840d646ae01e6edc3eea
* Add Eclipse launch configurations for super dev modeArtur Signell2016-08-292-0/+34
| | | | Change-Id: Ia82a5904e0e85aaae1ecd0136ac56ff2e2cfcc86
* Updated tutorial to Vaadin 7.7.0Alejandro Duarte2016-08-291-9/+9
| | | | Change-Id: I1ef5a89a7e9f700a9302ff535d7e30b692316e22
* Fix Label widths in ValoThemeUITestsAleksi Hietanen2016-08-294-13/+37
| | | | | | | New Label implementation no longer sets the width to 100% in the constructor, breaking some screenshot tests. Change-Id: Ib627ce3d08449df98a0b54d96fa88a0b06fc2384
* Fix placeholder stylingAleksi Hietanen2016-08-295-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 GridTeemu Suo-Anttila2016-08-2910-15/+1076
| | | | Change-Id: I09057b990f10bde6cf72a16677e58cb2bc9a7029
* Make window.vaadin.forceSync do something againArtur Signell2016-08-291-1/+3
| | | | Change-Id: I220b29a81aa2c1b05743d5bf03bc4ca2eb017dd5
* Change Label default width to undefined to match other componentsArtur Signell2016-08-2912-20/+49
| | | | Change-Id: Ia4e6bbe0673c20e96bdda240570247ff9b1f6d93
* Mark java validation packages as optional for OSGiArtur Signell2016-08-291-0/+2
| | | | Change-Id: I7214c7b0214197452a15202996503ce7cae5a1b0
* Move remaining Vaadin 7 classes to the compatibility packageArtur Signell2016-08-2619-4/+5
| | | | Change-Id: I3be37350a638028d89fb527a3dfb09e74fdebeed
* Remove dependency from ErrorMessage to old exception typesArtur Signell2016-08-264-31/+80
| | | | Change-Id: Ifbc8d65ac5da8f6e68545ded508b28371523c5b0
* Move old converters and DefaultConverterFactory to compatibility packageArtur Signell2016-08-2621-10/+29
| | | | Change-Id: I42b933d1cb46cccb4a00211ee6eab699723b8804
* Implement new LabelArtur Signell2016-08-2697-702/+998
| | | | | | | Label does intentionally not implement HasValue as it cannot provide a value to a model Change-Id: I36b8e1794d64caf566fa802177051ae2eb637bf9
* Remove Property dependency from TextFieldArtur Signell2016-08-261-5/+1
| | | | Change-Id: I33ec7d1b8cb00617f67f383829bb7da083f1a7cd
* Move old Field and AbstractField to compatibility packageArtur Signell2016-08-269-25/+34
| | | | Change-Id: Ia9b6f77763abac87ec61d1ee198cb8d41419a934
* Move old TextField to compatibility packageArtur Signell2016-08-2661-186/+214
| | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01
* Move VOptionGroup and dependants to the compatibility packageArtur Signell2016-08-2611-11/+18
| | | | Change-Id: I49f272480c1d109f7c8fda16e7a05765f46026c5
* Move PasswordFieldConnector to correct packageArtur Signell2016-08-261-1/+1
| | | | Change-Id: I8ef025863b2b004473eae0a458e77be6a4c8fa86
* Add missing headerArtur Signell2016-08-261-0/+15
| | | | Change-Id: Ibb3b19bb19296cfd0777bb7d1c5852aa6f926fb1
* Implement new ProgressBarAleksi Hietanen2016-08-2612-27/+204
| | | | Change-Id: Ie5c4b0f4d9bc65e484f08832343ba97fff61a9b6
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-2637-174/+713
| | | | Change-Id: I72400695f3b015add07be9709e48b5f99ce619cf
* Move old PasswordField to compatibility packageArtur Signell2016-08-252-1/+1
| | | | Change-Id: I8db672100e06cbe2eb53de2b0ec2a98b8febe70b
* Convert LoginForm to use new TextFieldArtur Signell2016-08-258-142/+344
| | | | | | Add basic tests for logging in and for changing caption Change-Id: I6dca2eedb5832db0eb409f0621092d0e723e0654
* Clean up LoginFormArtur Signell2016-08-254-96/+85
| | | | Change-Id: If05d20348fc999941d7d46170937533c29e1ad1b
* Move ComboBox shared classes to vaadin-compatibility-sharedHenri Sara2016-08-2525-28/+28
| | | Change-Id: Icdb0ddc011e8749f4c3f159d2ecd94e4c564d28f
* Move Vaadin 7 CheckBox to compatibility packageArtur Signell2016-08-2524-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 ListingJohannes Dahlström2016-08-256-90/+367
| | | | | | Concrete selection models not implemented in this patch. Change-Id: Ibcd64817efa704b6dd664bfaccb2d8c5110720fb
* Add sources to vaadin-compatibility-shared JARHenri Sara2016-08-253-27/+58
| | | | | | | This is required by vaadin-compatibility-client-compiled client side compilation. Change-Id: I8ef49736eaf6c747d5d8892615dbf93a519f3ee0
* Reintroduce variables used in OSGi manifestsArtur Signell2016-08-251-6/+13
| | | | Change-Id: I4c0d5cb06eea524b5514e963d8915fd917c7271d
* Move Vaadin 7 CustomField to compatibility packageArtur Signell2016-08-253-25/+124
| | | | Change-Id: Ie1d37fd2d249bf35e953f095fa80a6905a135793