summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-171-0/+25
* 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
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-193-35/+24
* Add constructor for directly extending a connector (#13579)Leif Åstrand2014-11-172-0/+41
* Update selection after changes in underlying data source (#13580).Denis Anisimov2014-11-111-0/+19
* Update @since to VaadinService.Sauli Tähkäpää2014-11-111-1/+1
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-051-7/+22
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-031-2/+20
* Change the way classloader for VaadinService is selected (fixes #11295)Maciej Przepióra2014-10-315-21/+93
* Fixed typo in JavadocMarkus Koivisto2014-10-291-1/+1
* Upload: OutOfMemory if stream already been read (#10096)Sergey Budkin2014-10-291-1/+7
* Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-10-291-0/+2
* Fix: Navigation to invisible days of week in VAADIN calendar (#12243)Anna Miroshnik2014-10-292-0/+32
* Add @since to ContainerEventProvider. (#14178)Sauli Tähkäpää2014-10-221-0/+4
* Fix @since for isIPhone() and isIPad(). (#14424, #14423)Sauli Tähkäpää2014-10-221-0/+2
* FieldGroup should not throw NPE when data source is not set (#14901).Denis Anisimov2014-10-221-1/+2
* Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)Sauli Tähkäpää2014-10-211-1/+1
* Use isConnectorEnabled instead of isEnabled for DnD service (#12781)Denis Anisimov2014-10-161-1/+1
* Use isConnectorEnabled instead of isEnabled for client requests(#12781).Denis Anisimov2014-10-164-6/+11
* Make DefaultFieldGroupFieldFactory singleton (#11038).Denis Anisimov2014-10-132-1/+18
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-131-3/+65