| Commit message (Expand) | Author | Age | Files | Lines |
* | Escape dynamic and configured theme names in the same way. (#15309) | Leif Åstrand | 2014-12-02 | 2 | -5/+9 |
* | Allow BeanFieldGroup.setItemDataSource() method accept null (#14731). | Denis Anisimov | 2014-12-02 | 3 | -7/+35 |
* | Show push version information in debug window (#14904). | Denis Anisimov | 2014-12-02 | 1 | -0/+2 |
* | Prevent NPE in AbstractBeanContainer.getType() method (#15173). | Denis Anisimov | 2014-12-01 | 1 | -2/+6 |
* | set Cache-Control and Expires header even when not-modified (#8757) | Fabian Lange | 2014-12-01 | 1 | -12/+10 |
* | Add getter to SplitterState.positionReversed (#15285) | Anna Koskinen | 2014-11-25 | 1 | -0/+14 |
* | do not create a StringWriter when not needed (#15276) | Fabian Lange | 2014-11-24 | 1 | -7/+1 |
* | Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410). | Denis Anisimov | 2014-11-19 | 3 | -35/+24 |
* | Add constructor for directly extending a connector (#13579) | Leif Åstrand | 2014-11-17 | 2 | -0/+41 |
* | Update selection after changes in underlying data source (#13580). | Denis Anisimov | 2014-11-11 | 1 | -0/+19 |
* | Update @since to VaadinService. | Sauli Tähkäpää | 2014-11-11 | 1 | -1/+1 |
* | Add null check to FieldGroup.bind. (#14729) | Sauli Tähkäpää | 2014-11-05 | 1 | -7/+22 |
* | Fix VCalendar to use correct year of week. (#14783) | Sauli Tähkäpää | 2014-11-03 | 1 | -2/+20 |
* | Change the way classloader for VaadinService is selected (fixes #11295) | Maciej Przepióra | 2014-10-31 | 5 | -21/+93 |
* | Fixed typo in Javadoc | Markus Koivisto | 2014-10-29 | 1 | -1/+1 |
* | Upload: OutOfMemory if stream already been read (#10096) | Sergey Budkin | 2014-10-29 | 1 | -1/+7 |
* | Fire attach/detach events when Window is added/removed from UI (#14908). | Denis Anisimov | 2014-10-29 | 1 | -0/+2 |
* | Fix: Navigation to invisible days of week in VAADIN calendar (#12243) | Anna Miroshnik | 2014-10-29 | 2 | -0/+32 |
* | Add @since to ContainerEventProvider. (#14178) | Sauli Tähkäpää | 2014-10-22 | 1 | -0/+4 |
* | Fix @since for isIPhone() and isIPad(). (#14424, #14423) | Sauli Tähkäpää | 2014-10-22 | 1 | -0/+2 |
* | FieldGroup should not throw NPE when data source is not set (#14901). | Denis Anisimov | 2014-10-22 | 1 | -1/+2 |
* | Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861) | Sauli Tähkäpää | 2014-10-21 | 1 | -1/+1 |
* | Use isConnectorEnabled instead of isEnabled for DnD service (#12781) | Denis Anisimov | 2014-10-16 | 1 | -1/+1 |
* | Use isConnectorEnabled instead of isEnabled for client requests(#12781). | Denis Anisimov | 2014-10-16 | 4 | -6/+11 |
* | Make DefaultFieldGroupFieldFactory singleton (#11038). | Denis Anisimov | 2014-10-13 | 2 | -1/+18 |
* | Use workaround for JDK6 Introspection bug JDK-6788525 (#14839). | Denis Anisimov | 2014-10-13 | 1 | -3/+65 |
* | Call endUpload() in finally block of fail handling (#14677). | Denis Anisimov | 2014-10-09 | 1 | -12/+14 |
* | isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423). | Denis Anisimov | 2014-10-09 | 1 | -0/+20 |
* | FieldGroup.commit throws NPE if not bound to an item (#14732). | Sergey Budkin | 2014-10-09 | 1 | -2/+8 |
* | Re-adding content in Table causes table to lose scroll position (#14581) | Anna Miroshnik | 2014-10-07 | 1 | -64/+18 |
* | Possible VaadinSession deadlock when invalidating HTTP session (#14452) | Sergey Budkin | 2014-10-07 | 1 | -1/+1 |
* | Add @since to isWindowsPhone(). (#14425) | Sauli Tähkäpää | 2014-10-07 | 1 | -0/+1 |
* | Check eventRouter value against null in Page class (#14803). | Denis Anisimov | 2014-10-07 | 1 | -5/+8 |
* | Provide API to change resource/url for BrowserWindowOpener (#12733). | Denis Anisimov | 2014-10-07 | 1 | -0/+49 |
* | Assign timezone before setting initial date in DateField. (#14653) | Sauli Tähkäpää | 2014-10-07 | 1 | -6/+4 |
* | Dedicated methods for init params in DeploymentConfiguration (#12087). | Denis Anisimov | 2014-09-30 | 8 | -23/+97 |
* | String <-> Enum converter which produces a human readable string (#14756) | Artur Signell | 2014-09-30 | 2 | -0/+99 |
* | Read input stream logic is corrected (#14533). | Denis Anisimov | 2014-09-30 | 1 | -13/+12 |
* | Add clear() for fields and field group (#14755) | Artur Signell | 2014-09-26 | 3 | -0/+43 |
* | Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640) | Taras Hupalo | 2014-09-24 | 2 | -1/+7 |
* | Set internal value instead of converted value when locale has changed. (#14400) | Sauli Tähkäpää | 2014-09-23 | 1 | -1/+2 |
* | Exception on closing inactive UI causes issues (#14651) | Sergey Budkin | 2014-09-22 | 1 | -0/+1 |
* | Document that current session and UI are referenced weakly (#14595) | Leif Åstrand | 2014-09-22 | 2 | -3/+14 |
* | Add autogenerated style name for UI based on its class name (#14670) | Denis Anisimov | 2014-09-22 | 1 | -3/+5 |
* | Fixed ComboBox filtering when page length is zero (#14509) | Teemu Pöntelin | 2014-09-19 | 1 | -7/+9 |
* | Add new StringTo<Byte, Short, BigInteger> Converters(#14583) | denis.magdenkov | 2014-09-19 | 3 | -0/+240 |
* | Re-adding all rows in Table causes table to loose scroll position (#14581) | Anna Miroshnik | 2014-09-19 | 1 | -209/+285 |
* | Made MethodPropertyDescriptor box primitive types as it's done in MethodPrope... | Taras Hupalo | 2014-09-19 | 4 | -28/+32 |
* | Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584) | denis.magdenkov | 2014-09-17 | 6 | -0/+286 |
* | Fix invalid parameter name (#14602) | Leif Åstrand | 2014-09-16 | 1 | -2/+2 |