Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 1 | -455/+0 |
| | | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e | ||||
* | Write true boolean attibutes without ='' (#17583) | Leif Åstrand | 2015-10-09 | 1 | -9/+13 |
| | | | | | | Also add missing test for GridLayout alignments Change-Id: If553c9e254fb754cb020a63013bfcc9ecae3a056 | ||||
* | Add DesignerAttributeHelper.readAttribute with default value (#17416) | Teemu Suo-Anttila | 2015-04-08 | 1 | -29/+51 |
| | | | | Change-Id: Ic746e761942c3d801c8e1c71bd5866bbd5daeaf4 | ||||
* | Fix declarative support for MenuBar (#16328) | Miki | 2015-03-26 | 1 | -3/+2 |
| | | | Change-Id: Icd70a02aa8ffef9d1aca4b833ac23aeff5813771 | ||||
* | Use cache when reading declarative format (#16572) | Artur Signell | 2015-02-04 | 1 | -2/+2 |
| | | | | Change-Id: I313ff4e88e13a9c160a4717a40cb13352a30bd6b | ||||
* | Use non-blocking Map implementation for caches (#16582) | Leif Åstrand | 2015-02-04 | 1 | -6/+3 |
| | | | | Change-Id: Id2d3bc317f6763480b2ef5ce71244f048c5cfc26 | ||||
* | Declarative for DateFields (and related) with ISO8601 (#16313) | Miki | 2015-02-03 | 1 | -345/+63 |
| | | | | | | | | | | DesignAttributeHandler supports method names that contains some words in uppercase DesignAttributeHandler and other components now use extensible Formatter with Converters rather than static methods Change-Id: I9f68414bd4821f47ff37a26375091d154cae9a93 | ||||
* | Minor declarative API improvement (#7749) | Artur Signell | 2014-12-18 | 1 | -26/+12 |
| | | | Change-Id: Id5b11b27e7750085d30d2fa592b124ae474d6e9a | ||||
* | API refactoring (#7749)declarative | Artur Signell | 2014-12-17 | 1 | -6/+5 |
| | | | | Change-Id: I835756b240bc9ece885acdc8f43ec6a1599bb7c5 | ||||
* | Update the javadocs in declarative (#7749). | Mika Murtojarvi | 2014-12-17 | 1 | -3/+3 |
| | | | | Change-Id: If4fd1f0434c1c6d78e47fc503b49781c35494f84 | ||||
* | Updates for the javadocs of declarative (#7749). | Mika Murtojarvi | 2014-12-17 | 1 | -14/+8 |
| | | | | Change-Id: I623ba0c17673144f0886556937d25f80ea1f3ffd | ||||
* | Generic cleanup (#7749) | Artur Signell | 2014-12-16 | 1 | -0/+15 |
| | | | Change-Id: I274009ff733eeba6ac312324d0ba946f64d1a26a | ||||
* | Do not create default instances while reading designs (#7749) | Artur Signell | 2014-12-15 | 1 | -15/+8 |
| | | | | Change-Id: I26cb6d8d43200d10ebf8c0ac22c538b4272f5ecd | ||||
* | Embed DesignSynchronizable methods to Component interface (#7749) | Matti Hosio | 2014-12-12 | 1 | -7/+5 |
| | | | | Change-Id: I06de4d2065dee107da40c2a4941e7d9e22f0832b | ||||
* | Declarative support for Button and NativeButton (#7749) | Matti Hosio | 2014-12-12 | 1 | -3/+168 |
| | | | | Change-Id: I2a72e5001dbee4b6396344a0286ea4aa042e15aa | ||||
* | Declarative support for TabSheet and Accordion (#7749) | Matti Hosio | 2014-12-12 | 1 | -2/+2 |
| | | | | Change-Id: Iee4689814f08ddbb852cfb3e51c9873fbe42d901 | ||||
* | Declarative support for AbstractTextField (#7749) | Matti Hosio | 2014-12-10 | 1 | -2/+7 |
| | | | | Change-Id: Ice244cd73825bde44fe02cf3d4b53d4eff5a5c35 | ||||
* | Declarative support for AbstractField (#7749) | Matti Hosio | 2014-12-10 | 1 | -0/+64 |
| | | | | Change-Id: I8eb917186886aa1a9c63939d2dfd1f59df973aa2 | ||||
* | Fix errors that affect validation builds (#7749). | Mika Murtojarvi | 2014-12-10 | 1 | -2/+3 |
| | | | | Change-Id: Idfed1c2f87812afcbb961eb238a36a1e09d61952 | ||||
* | Remove locale utils dependency since that is not available in the server ↵ | Matti Hosio | 2014-12-10 | 1 | -9/+2 |
| | | | | | | | | dependencies Also minor fix in one unit test Change-Id: I6a15cda5857a167327138f0ac5d1fb02629ef0d6 | ||||
* | Declarative support for AbsoluteLayout (#7749) | Matti Hosio | 2014-12-04 | 1 | -2/+30 |
| | | | | Change-Id: Icd90d78b3ddd14ffaef48f610c043e7a816db106 | ||||
* | Declarative feature improvements (#7749) | Matti Hosio | 2014-12-04 | 1 | -293/+116 |
| | | | | Change-Id: Ie04db36ad08f686bf6b173241652836f639d3bd9 | ||||
* | Declarative: Set used file separators and decimal symbols explicitly | Matti Hosio | 2014-12-03 | 1 | -2/+12 |
| | |||||
* | Declarative support for AbstractOrderedLayout | Matti Hosio | 2014-12-02 | 1 | -6/+20 |
| | |||||
* | Support for synchronizing to design in AbstractComponent | Matti Hosio | 2014-12-02 | 1 | -125/+379 |
| | |||||
* | support for declarative in AbstractComponent | Matti Hosio | 2014-11-28 | 1 | -0/+373 |