| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
vaadin.com/pro does no longer have the info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed unused private methods
- removed unused private variables
- removed unnecessary initializations
- removed unnecessary substring(0)
- removed inner assignments
- renamed private methods that started with upper case
- renamed static final variables to use upper case
- converted to use non-deprecated options
- suppressed unavoidable warnings
- divided long Strings to multiple lines
- added missing types
- added missing JavaDoc parameters
- formatting
- updated comments & JavaDocs
|
|
|
|
| |
* Update copyright year range.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Add spaces after 'if' and 'for' in JavaScript
* Revert to old format
* Remove whitespaces
|
| |
|
| |
|
|
|
|
| |
Also removes dependency on junit.framework.TestCase .
|
|
|
| |
Also includes minor other javadoc and formatting fixes.
|
| |
|
|
|
| |
And some trivial test enhancements
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Also remove ComponentMissingFromDefaultWidgetsetTest since it's
identical to UnknownComponentConnectorTest
Change-Id: I4b4b8f40c8376f4ea26b73d41191a3e7e811df01
|
|
|
|
|
|
|
| |
Fixes problem with two LAZY connectors not being able to have the same
simple class name.
Change-Id: I97970979884c99162d52718449dc18f10e955e32
|
|
|
|
|
|
| |
Does not modify compatibility packages to keep to closer to Vaadin 7.7
Change-Id: Ic9c4944eb90218290545a04ecd7455eb63910012
|
|
|
|
| |
Change-Id: I145e20226958910c243b9897bb1e9516919f55cd
|
|
|
|
| |
Change-Id: I069df183806937c2d97eb3e9c8a073ef53ab5c24
|
|
|
|
| |
Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f
|
|
|
|
| |
Change-Id: I9aaef478e0b67462641239802b924b8461cb9225
|
|
|
|
| |
Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77
|
|
|
|
| |
Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d
|
|
|
|
| |
Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0
|
|\
| |
| |
| | |
Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
|
| |
| |
| |
| | |
Change-Id: I2be48aa7a60920193a2f4bd9a413979cb9c48f34
|
|/
|
|
| |
Change-Id: Ic86a95ce44cc37c8d34d607b39f2aec4cc922ce2
|
|
|
|
|
|
|
|
|
|
|
|
| |
A ComponentConnector must override either getWidget or createWidget for
the framework to know the type of the component's widget. Similarly
either getRenderer och createRenderer must be overridden for
AbstractRendererConnector.
Prior to this patch, the compilation succeeded when critical methods
were missing - the user just got various hard-to-debug issues when the
broken connector was used.
Change-Id: I6ec07e2f1c1b15047802e64208485b1d999c0aee
|
|
|
|
| |
Change-Id: Ia2d8b6a2189e0bb7673f28b3606120d77628afb4
|
|
|
|
| |
Change-Id: I2eed6d907be299ebca3e69d7f492aff6f1244fe4
|
|
|
|
| |
Change-Id: If535c5603116be204e11936f9186ce3856b74b03
|
|
|
|
| |
Change-Id: Icc25e5727880baa9dceba3394522b3c5b3a4314f
|
|
|
|
| |
Change-Id: Id5367b7b1ef4b7dbabfd58902ac6134222e641ba
|
|
|
|
|
|
|
|
| |
Refactor existing functionality without functional changes to make it
easier to add support for the @BackgroundMessage annotation added in a
separate commit.
Change-Id: I27454ba44af4b7b3b7beccf29b12e22bf9f75a86
|
|
|
| |
Change-Id: I2779a533811bb1b60c4e74789f6378574bc6ac61
|
|
|
|
| |
Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
|
|\
| |
| |
| | |
Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The elemental.json update changed how null values and string
representations of numbers were parsed, which caused a lot of
tests for CvalChecker to fail. Unfortunately the tests were
never run in an automated fashion, which means that they were
never discovered until we stumbled upon it due to the issue
reported in #15383
Change-Id: If2cb9fa96effea7ce55a4ffe6d1666ca7521e1fb
|
| |
| |
| |
| | |
Change-Id: I745b12685be4696fd8f1158005bf731f35ae8a81
|
| |
| |
| |
| | |
Change-Id: Ia2b74c6d6b99ef9ec5aa0d41956c55ebd8a2615a
|
| |
| |
| |
| | |
Change-Id: Ica9281e254938443576fcd3c61197a50ceaa2d2e
|
| |
| |
| |
| |
| |
| |
| | |
This commit adds support for @NoLayout and updates most framework
components to use the annotation where it makes sense
Change-Id: I99320a6aa6de717da5f2463dd8acfcd412165767
|
|\|
| |
| |
| | |
Change-Id: Iec61d9242be530edbb76ba952746ba0f9c9bd966
|
| |
| |
| |
| |
| |
| |
| | |
Update client-compiler-deps to 1.2.0.
Fix classpaths for devmodes.
Change-Id: I8452271594b4563bf476420ff7ab22985913e397
|
|\ \
| |/
|/|
| | |
Change-Id: I8a35a090619778b1cfbff55e112ab2f30e6881a2
|
| |\
| | |
| | |
| | |
| | |
| | | |
This merge needs Grid to use elemental.json instead of org.json
Change-Id: Ib3c387c7e282b2502f266bafbdaad8727f5dc6ef
|