summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-187-0/+211
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-183-5/+19
| * Add @since to AbstractSplitPanel. (#15285)Sauli Tähkäpää2014-12-181-1/+1
| * Avoid NoClassDefFoundError retrieving Atmosphere version (#14904).Denis Anisimov2014-12-183-17/+31
| * Make is possible to click a detached button again (#12781)Artur Signell2014-12-182-17/+19
| * Revert "Update selection after changes in underlying data sourceLeif Åstrand2014-12-185-291/+3
| * Allow reading and writing empty designs (#7749).Mika Murtojarvi2014-12-184-12/+159
* | Fix Grid columns being too narrow on IE9 (#15475)Teemu Suo-Anttila2014-12-292-3/+28
* | Fix EscalatorColumnFreezing test scrolling too farTeemu Suo-Anttila2014-12-291-1/+1
* | Make SDM work again (#15452)Artur Signell2014-12-222-5/+29
* | DefaultTextRenderer shows nulls as empty strings (#13334)Henrik Paul2014-12-194-1/+157
* | Grid no longer resets scrollpos on state change (#15422)Henrik Paul2014-12-193-1/+16
* | Fix Range.restrictTo to work with non-intersecting ranges(#13334)Teemu Suo-Anttila2014-12-194-5/+48
* | Fix cache updating in AbstractRemoteDataSource on row remove (#13334)Teemu Suo-Anttila2014-12-193-14/+43
* | Prevent scrolling when adding rows above the focused cell (#13334)Teemu Suo-Anttila2014-12-182-3/+5
* | Fix indexing when adding rows to AbstractRemoteDataSource (#13334)Teemu Suo-Anttila2014-12-182-14/+25
* | Set @since values for Grid classesLeif Åstrand2014-12-1876-89/+123
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-18739-658/+10607
|\|
| * Update broken TB2 test to valid TB3 test (#14755)Artur Signell2014-12-182-77/+64
| * Allow captions to contain HTML (#9426)Artur Signell2014-12-1820-42/+341
| * Missing @since for 7.4Leif Åstrand2014-12-1816-3/+57
| * Move TB2 files to separate folderArtur Signell2014-12-18550-1/+1
| * Fix inconsistencies in CheckBox clear and isEmpty (#14755)Artur Signell2014-12-182-0/+59
| * Revert "TextField's input prompt is now disabled properly (#15144)"Artur Signell2014-12-183-329/+4
| * Minor declarative API improvement (#7749)Artur Signell2014-12-182-29/+15
| * Update release notes for Vaadin 7.4Leif Åstrand2014-12-181-25/+33
| * Revert "Workaround for Atmosphere race condition (#13528)" (#14534)Artur Signell2014-12-181-48/+40
| * Merge "Merge remote-tracking branch 'origin/declarative'"Artur Signell2014-12-18105-64/+9327
| |\
| | * Merge remote-tracking branch 'origin/declarative'Artur Signell2014-12-18105-64/+9327
| | |\
| | | * API refactoring (#7749)declarativeArtur Signell2014-12-1718-65/+60
| | | * Declarative support for CheckBox (#7749)Matti Hosio2014-12-174-0/+177
| | | * Update the javadocs in declarative (#7749).Mika Murtojarvi2014-12-173-28/+39
| | | * Add namespace element for custom components (#7749)Matti Hosio2014-12-172-1/+5
| | | * Unit tests for nested templates (#7749)Matti Hosio2014-12-1712-0/+417
| | | * Do not write immediate to design if component is immediate by default (#7749)Matti Hosio2014-12-172-1/+17
| | | * Do not throw exception when trying to bind a preinitialized instance field (#...Matti Hosio2014-12-179-11/+42
| | | * Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-179-100/+97
| | | * Some fixes to potus demo (#7749)Matti Hosio2014-12-171-1/+4
| | | * Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-17255-837/+5168
| | | |\
| | | * | Improved potus demo (#7749)Matti Hosio2014-12-166-32/+320
| | | * | Clarified javadoc (#7749)Artur Signell2014-12-161-8/+13
| | | * | Do not write child components in sub templates (#7749)Matti Hosio2014-12-165-0/+19
| | | * | Test for custom reading of design in constructor (#7749)Artur Signell2014-12-163-0/+113
| | | * | Generic cleanup (#7749)Artur Signell2014-12-166-15/+26
| | | * | Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-166-14/+0
| | | * | Declarative support for Label (#7749)Matti Hosio2014-12-163-0/+6
| | | * | Handle tab indexes in a generic way (#7749)Artur Signell2014-12-155-43/+21
| | | * | Do not write empty icon-alt or icon-alternate-text (#7749)Artur Signell2014-12-151-2/+5
| | | * | createNode -> createElementArtur Signell2014-12-1512-34/+35
| | | * | Fix writing issues (#7749)Artur Signell2014-12-1519-25/+374