summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | Don't add setCurorPosition as it focuses the field (#7749)Artur Signell2014-12-121-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative support for TabSheet and Accordion (#7749)Matti Hosio2014-12-122-2/+169
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative support for TextField, PasswordField and TextArea (#7749)Matti Hosio2014-12-124-0/+112
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative support for AbstractTextField (#7749)Matti Hosio2014-12-102-2/+63
| | * | | | | | | | | | | | | | | | | | | | | | | | Add support for margins in AbstractOrderedLayout (#7749)Matti Hosio2014-12-101-0/+30
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative support for AbstractField (#7749)Matti Hosio2014-12-103-1/+130
| | * | | | | | | | | | | | | | | | | | | | | | | | Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-105-7/+26
| | * | | | | | | | | | | | | | | | | | | | | | | | Remove locale utils dependency since that is not available in the server depe...Matti Hosio2014-12-101-9/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative support for CssLayout (#7749)Matti Hosio2014-12-101-0/+45
| | * | | | | | | | | | | | | | | | | | | | | | | | Handle locale as a special case (#7749).Mika Murtojarvi2014-12-091-1/+42
| | * | | | | | | | | | | | | | | | | | | | | | | | Handle immediate property as a special case (#7749).Mika Murtojarvi2014-12-091-1/+14
| | * | | | | | | | | | | | | | | | | | | | | | | | Support for automatic binding of the fields of the root layout (#7749)Matti Hosio2014-12-084-20/+526
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative support for Responsive (#7749)Matti Hosio2014-12-081-1/+50
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative: handle inner html for Button and Label (#7749).Mika Murtojarvi2014-12-052-0/+95
| | * | | | | | | | | | | | | | | | | | | | | | | | Fixes for the public API of DesignContext.Mika Murtojarvi2014-12-046-148/+128
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative support for AbsoluteLayout (#7749)Matti Hosio2014-12-044-6/+144
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative feature improvements (#7749)Matti Hosio2014-12-043-318/+316
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative: Use Element in DesingSynchronizable method parametersMatti Hosio2014-12-035-48/+45
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative: Set used file separators and decimal symbols explicitlyMatti Hosio2014-12-031-2/+12
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative: remove unnecessary files.Mika Murtojarvi2014-12-032-30/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-029-193/+551
| | * | | | | | | | | | | | | | | | | | | | | | | | Declarative support for AbstractOrderedLayoutMatti Hosio2014-12-023-9/+500
| | * | | | | | | | | | | | | | | | | | | | | | | | Support for synchronizing to design in AbstractComponentMatti Hosio2014-12-022-135/+408
| | * | | | | | | | | | | | | | | | | | | | | | | | support for declarative in AbstractComponentMatti Hosio2014-11-284-1/+558
* | | | | | | | | | | | | | | | | | | | | | | | | | Update to Atmosphere 2.2 (#14534)Artur Signell2014-12-182-1/+8
|/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Add viewport tag generation support (#13710)Leif Åstrand2014-12-174-9/+178
* | | | | | | | | | | | | | | | | | | | | | | | | Handle portlet error messages properly (#15398)Leif Åstrand2014-12-171-0/+5
* | | | | | | | | | | | | | | | | | | | | | | | | Empty since tags -> 7.4Artur Signell2014-12-1717-18/+18
* | | | | | | | | | | | | | | | | | | | | | | | | Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-171-0/+25
| |/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Use introspection instead of reflection to get property type (#10672).Denis Anisimov2014-12-163-141/+194
* | | | | | | | | | | | | | | | | | | | | | | | 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-151-4/+4
* | | | | | | | | | | | | | | | | | | | | | | | 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-151-0/+7
* | | | | | | | | | | | | | | | | | | | | | | | Throw IllegalArgumentException on non-existent version column. (#15290)Sauli Tähkäpää2014-12-151-0/+6
* | | | | | | | | | | | | | | | | | | | | | | | Use ComboBox locale for filtering case tranform (#15193)Leif Åstrand2014-12-141-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-122-13/+66
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Make SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-121-1/+0
* | | | | | | | | | | | | | | | | | | | | | Validate input to FileResource constructor (#14253)Artur Signell2014-12-111-0/+3
* | | | | | | | | | | | | | | | | | | | | | Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-111-9/+11
* | | | | | | | | | | | | | | | | | | | | | Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-112-9/+19
* | | | | | | | | | | | | | | | | | | | | | Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-106-21/+35
* | | | | | | | | | | | | | | | | | | | | | Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-101-56/+18
* | | | | | | | | | | | | | | | | | | | | | Make TextField.clear() use empty string to be consistent with constructor (#1...Artur Signell2014-12-101-1/+11
* | | | | | | | | | | | | | | | | | | | | | Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-091-1/+1
* | | | | | | | | | | | | | | | | | | | | | Returning all validation errors in the exception cause when submitting a fiel...Alexey Fansky2014-12-091-23/+63
* | | | | | | | | | | | | | | | | | | | | | Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-091-6/+8
* | | | | | | | | | | | | | | | | | | | | | Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-097-19/+9
* | | | | | | | | | | | | | | | | | | | | | Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-085-5/+18
* | | | | | | | | | | | | | | | | | | | | | UIInitHandler emits Content-Length when writing json response (#15271)Fabian Lange2014-12-051-13/+8