summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-191-3/+21
|\
| * Ensure enum fields are created when not specifying a strict type (#10975)Artur Signell2014-12-181-3/+21
* | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-198-43/+66
|\|
| * Allow TabSheet and Accordion tab captions to contain HTML (#14609)Artur Signell2014-12-181-0/+30
| * 3 args method buildAndBind should be overriden, not 2 args (#12453).Denis Anisimov2014-12-181-3/+3
| * 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-181-1/+1
| * Revert "Update selection after changes in underlying data sourceLeif Åstrand2014-12-181-21/+0
* | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-198-19/+27
|\ \
| * | Set @since values for Grid classesLeif Åstrand2014-12-188-19/+27
* | | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-182-12/+23
|\ \ \ | | |/ | |/|
| * | Allow reading and writing empty designs (#7749).Mika Murtojarvi2014-12-182-12/+23
* | | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-184-8/+43
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-1859-142/+4260
| |\|
| | * Allow captions to contain HTML (#9426)Artur Signell2014-12-183-5/+39
* | | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-1814-3/+50
|\ \ \ | | |/ | |/|
| * | Missing @since for 7.4Leif Åstrand2014-12-1814-3/+51
* | | Merge remote-tracking branch 'origin/grid' into 7.4Artur Signell2014-12-182-9/+43
|\ \ \ | | |/ | |/|
| * | Fix ClickableRenderers to use CellReferences (#13334)Teemu Suo-Anttila2014-12-182-9/+43
* | | Merge remote-tracking branch 'origin/master' into 7.4Artur Signell2014-12-183-29/+26
|\ \ \ | | |/ | |/|
| * | 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/grid' into 7.4Artur Signell2014-12-1823-67/+7729
|\ \ \ | |/ / |/| / | |/
| * Fix server selection firing multiple events on client select (#13334)Teemu Suo-Anttila2014-12-171-27/+89
| * Change "editor row" to just "editor" in method names and javadoc (#13334)Johannes Dahlström2014-12-171-76/+86
| * Move SortDirection from grid package to data package (#13334)Teemu Suo-Anttila2014-12-174-4/+5
| * Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-12-179-151/+219
| |\
| * | GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
| * | Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-121-1/+10
| * | Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-122-13/+66
| |\ \
| * | | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-122-2/+2
| * | | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-123-71/+58
| * | | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-122-27/+222
| * | | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-121-0/+135
| * | | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-122-150/+86
| * | | Remove unnecessary @since and @author JavaDoc markings (#13334)Teemu Suo-Anttila2014-12-121-15/+0
| * | | Remove SortEventOriginator and replace it with a boolean (#13334)Teemu Suo-Anttila2014-12-122-17/+15
| * | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-1233-193/+271
| |\ \ \
| * | | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-121-4/+3
| * | | | Do not prefix generated styles (#13334)Artur Signell2014-12-121-4/+0
| * | | | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-121-31/+34
| * | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-128-117/+123
| * | | | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-114-87/+46
| * | | | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-116-674/+575
| * | | | Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-111-24/+8
| * | | | Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-1111-14/+14
| * | | | Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-113-23/+15
| * | | | Split and capitalize header captions by defaultArtur Signell2014-12-102-37/+5
| * | | | Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-104-3/+47