summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Add support for margins in AbstractOrderedLayout (#7749)Matti Hosio2014-12-103-10/+62
| | * | Declarative support for AbstractField (#7749)Matti Hosio2014-12-109-3/+372
| | * | Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-107-7/+32
| | * | Change a test not to use LocaleUtils.Mika Murtojarvi2014-12-101-6/+3
| | * | Remove locale utils dependency since that is not available in the server depe...Matti Hosio2014-12-102-10/+3
| | * | Declarative support for CssLayout (#7749)Matti Hosio2014-12-103-0/+197
| | * | Handle locale as a special case (#7749).Mika Murtojarvi2014-12-092-1/+195
| | * | Handle immediate property as a special case (#7749).Mika Murtojarvi2014-12-093-1/+49
| | * | Support for automatic binding of the fields of the root layout (#7749)Matti Hosio2014-12-087-20/+670
| | * | Declarative support for Responsive (#7749)Matti Hosio2014-12-083-1/+90
| | * | Declarative: handle inner html for Button and Label (#7749).Mika Murtojarvi2014-12-0510-9/+463
| | * | Fixes for the public API of DesignContext.Mika Murtojarvi2014-12-048-148/+323
| | * | Declarative support for AbsoluteLayout (#7749)Matti Hosio2014-12-046-6/+355
| | * | Declarative feature improvements (#7749)Matti Hosio2014-12-043-318/+316
| | * | Declarative: Use Element in DesingSynchronizable method parametersMatti Hosio2014-12-039-101/+94
| | * | Declarative: Set used file separators and decimal symbols explicitlyMatti Hosio2014-12-031-2/+12
| | * | Declarative: remove unnecessary files.Mika Murtojarvi2014-12-033-81/+0
| | * | Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-0211-194/+602
| | * | Declarative support for AbstractOrderedLayoutMatti Hosio2014-12-025-9/+748
| | * | Support for synchronizing to design in AbstractComponentMatti Hosio2014-12-024-138/+667
| | * | support for declarative in AbstractComponentMatti Hosio2014-11-285-1/+745
* | | | Update to Atmosphere 2.2 (#14534)Artur Signell2014-12-185-5/+13
|/ / /
* | | Stop active testing on ancient server versionsArtur Signell2014-12-181-29/+0
* | | Add missing @since for 7.3.7.Sauli Tähkäpää2014-12-183-1/+3
* | | Enable Atmosphere client side debug logging with ?debug=push (#14534)Artur Signell2014-12-171-0/+5
* | | Add viewport tag generation support (#13710)Leif Åstrand2014-12-1711-9/+450
* | | Fix the license checker after elemental.json #15383Jonatan Kronqvist2014-12-174-12/+50
* | | Handle portlet error messages properly (#15398)Leif Åstrand2014-12-171-0/+5
* | | Empty since tags -> 7.4Artur Signell2014-12-1720-22/+22
* | | Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-174-1/+152
| |/ |/|
* | Use introspection instead of reflection to get property type (#10672).Denis Anisimov2014-12-163-141/+194
* | Removed packages starting with a digit from export-package (#15105)Teppo Kurki2014-12-16107-0/+9
* | Fix NPE in DateField range handling (#15342)Teemu Pöntelin2014-12-161-2/+4
* | Release session memory at the end of each testLeif Åstrand2014-12-152-7/+13
* | Remove accidentally retained JavaDoc rowLeif Åstrand2014-12-151-2/+2
* | Back button doesn't change URL if view blocks the navigation (#10901)Anna Miroshnik2014-12-153-0/+230
* | Delayed column layouting is visible (#15189)Anna Miroshnik2014-12-152-14/+73
* | Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-152-66/+98
* | Fix push test broken by new StringToEnumConverterArtur Signell2014-12-155-27/+18
* | Use ComboBox locale for filtering case tranform (#15193)Leif Åstrand2014-12-143-2/+139
* | Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-125-15/+201
* | Fix gradient path for notifications in Chameleon. (#15351)Sauli Tähkäpää2014-12-123-2/+57
* | Make SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-122-1/+20
* | Revert "Notify server side component about clicks in form layout (#6346)."Markus Koivisto2014-12-113-155/+0
* | Validate input to FileResource constructor (#14253)Artur Signell2014-12-112-0/+39
* | Test UI for #15321Artur Signell2014-12-111-0/+43
* | VBrowserDetails fails to detect Android when using Firefox (#15183)Sergey Budkin2014-12-112-7/+14
* | Reset tabsheet scroller when unhiding leftmost tab (#14644)Alexey Fansky2014-12-113-2/+96
* | Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-114-12/+30
* | Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-115-20/+198