summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2015-01-122-2/+37
|\
| * Updated invalid @sinceArtur Signell2015-01-081-1/+1
| * Option for rendering Calendar event captions as HTML (#9030)Artur Signell2015-01-021-1/+36
| * Reformat project using Eclipse Luna SR1Artur Signell2014-12-291-1/+1
* | A few small renames and typo fixes for GridJohannes Dahlström2015-01-111-2/+2
* | Format project, once againArtur Signell2015-01-091-1/+1
* | Fix Grid editor hanging on exception in commit (#15536)Teemu Suo-Anttila2015-01-081-2/+2
* | RendererClickEvent now tells about propertyIds (#13334)Henrik Paul2015-01-081-0/+9
* | Change Grid default selection model to Single (#15435)Teemu Suo-Anttila2015-01-081-1/+1
* | Update @since for 7.4Artur Signell2015-01-089-9/+9
* | Change getColumnProperty to getPropertyId in Grid Column (#15512)Teemu Suo-Anttila2015-01-071-7/+7
* | Fix Grid Header/Footer creating cells for unused properties (#15487)Teemu Suo-Anttila2015-01-021-2/+1
* | Fix Grid unnecessarily cleaning up stored property information (#15482)Teemu Suo-Anttila2014-12-311-1/+0
* | Add Table-compatible constructors to Grid (#15447)Leif Åstrand2014-12-311-8/+37
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-296-35/+55
|\|
| * Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-181-0/+30
| * Add @since to AbstractSplitPanel. (#15285)Sauli Tähkäpää2014-12-181-1/+1
| * Make is possible to click a detached button again (#12781)Artur Signell2014-12-181-1/+1
| * Revert "Update selection after changes in underlying data sourceLeif Åstrand2014-12-181-21/+0
| * Allow reading and writing empty designs (#7749).Mika Murtojarvi2014-12-182-12/+23
* | Set @since values for Grid classesLeif Åstrand2014-12-181-1/+1
* | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1828-73/+3806
|\|
| * Allow captions to contain HTML (#9426)Artur Signell2014-12-183-5/+39
| * Missing @since for 7.4Leif Åstrand2014-12-183-1/+5
| * Fix inconsistencies in CheckBox clear and isEmpty (#14755)Artur Signell2014-12-181-0/+11
| * Minor declarative API improvement (#7749)Artur Signell2014-12-182-29/+15
| * Merge remote-tracking branch 'origin/declarative'Artur Signell2014-12-1823-63/+3736
| |\
| | * API refactoring (#7749)declarativeArtur Signell2014-12-1710-55/+49
| | * Declarative support for CheckBox (#7749)Matti Hosio2014-12-171-0/+50
| | * Update the javadocs in declarative (#7749).Mika Murtojarvi2014-12-173-28/+39
| | * Add namespace element for custom components (#7749)Matti Hosio2014-12-171-1/+1
| | * Do not write immediate to design if component is immediate by default (#7749)Matti Hosio2014-12-171-1/+2
| | * Do not throw exception when trying to bind a preinitialized instance field (#...Matti Hosio2014-12-172-11/+13
| | * Updates for the javadocs of declarative (#7749).Mika Murtojarvi2014-12-179-100/+97
| | * Merge remote-tracking branch 'origin/master' into declarativeMatti Hosio2014-12-1718-110/+122
| | |\
| | * | Clarified javadoc (#7749)Artur Signell2014-12-161-8/+13
| | * | Do not write child components in sub templates (#7749)Matti Hosio2014-12-165-0/+19
| | * | Generic cleanup (#7749)Artur Signell2014-12-165-14/+26
| | * | Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-165-10/+0
| | * | Declarative support for Label (#7749)Matti Hosio2014-12-162-0/+2
| | * | 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-158-24/+25
| | * | Fix writing issues (#7749)Artur Signell2014-12-1511-25/+73
| | * | Do not create default instances while reading designs (#7749)Artur Signell2014-12-1511-116/+110
| | * | SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-1517-158/+115
| | * | Add public API for loading design based on @DesignRoot (#7749)Artur Signell2014-12-153-19/+152
| | * | Refactored API for loading designs (#7749)Artur Signell2014-12-152-65/+166
| | * | Make field binding in designs case insensitive (#7749)Artur Signell2014-12-151-2/+4
| | * | Support plain-text attribute for Label (#7749)Artur Signell2014-12-143-3/+15