aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* 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-1738-359/+567
|\
| * 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
| * SQLContainer removeItem Error when isModified (#8802)Ilya Ermakov2014-12-051-12/+14
| * Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-041-6/+6
| * Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-022-5/+9
| * Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-023-7/+35
| * Show push version information in debug window (#14904).Denis Anisimov2014-12-021-0/+2
| * Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-011-2/+6
| * set Cache-Control and Expires header even when not-modified (#8757)Fabian Lange2014-12-011-12/+10
| * Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-251-0/+14
| * do not create a StringWriter when not needed (#15276)Fabian Lange2014-11-241-7/+1
* | 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-1518-160/+117
* | Add public API for loading design based on @DesignRoot (#7749)Artur Signell2014-12-154-19/+193
* | Refactored API for loading designs (#7749)Artur Signell2014-12-152-65/+166