| Commit message (Expand) | Author | Age | Files | Lines |
* | Update selection after changes in underlying data source (#13580). | Denis Anisimov | 2014-11-11 | 2 | -0/+100 |
* | 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 | 2 | -7/+62 |
* | 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 | 8 | -23/+102 |
* | 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 | 2 | -1/+71 |
* | Fire attach/detach events when Window is added/removed from UI (#14908). | Denis Anisimov | 2014-10-29 | 2 | -0/+46 |
* | Fix: Navigation to invisible days of week in VAADIN calendar (#12243) | Anna Miroshnik | 2014-10-29 | 2 | -0/+32 |
* | Set correct versions for json package imports in OSGi manfiests (#14618) | Maciej Przepióra | 2014-10-27 | 1 | -1/+1 |
* | 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 | 2 | -1/+57 |
* | 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 | 2 | -2/+56 |
* | Use isConnectorEnabled instead of isEnabled for client requests(#12781). | Denis Anisimov | 2014-10-16 | 8 | -13/+217 |
* | Make DefaultFieldGroupFieldFactory singleton (#11038). | Denis Anisimov | 2014-10-13 | 3 | -2/+43 |
* | Use workaround for JDK6 Introspection bug JDK-6788525 (#14839). | Denis Anisimov | 2014-10-13 | 2 | -3/+106 |
* | Call endUpload() in finally block of fail handling (#14677). | Denis Anisimov | 2014-10-09 | 2 | -12/+115 |
* | 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 | 2 | -2/+41 |
* | 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 | 2 | -9/+94 |
* | 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 | 2 | -5/+100 |
* | Provide API to change resource/url for BrowserWindowOpener (#12733). | Denis Anisimov | 2014-10-07 | 2 | -0/+128 |
* | 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 | 11 | -29/+258 |
* | String <-> Enum converter which produces a human readable string (#14756) | Artur Signell | 2014-09-30 | 3 | -0/+158 |
* | Read input stream logic is corrected (#14533). | Denis Anisimov | 2014-09-30 | 2 | -13/+160 |
* | Add clear() for fields and field group (#14755) | Artur Signell | 2014-09-26 | 8 | -9/+362 |
* | 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 | 6 | -0/+423 |
* | 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 | 6 | -28/+55 |
* | Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584) | denis.magdenkov | 2014-09-17 | 12 | -0/+588 |
* | Fix invalid parameter name (#14602) | Leif Åstrand | 2014-09-16 | 1 | -2/+2 |
* | Improve proxy comparison support (#14639) | Juuso Valli | 2014-09-15 | 2 | -6/+75 |
* | WebBrowser.isWindowsPhone() is added (#14425). | Denis Anisimov | 2014-09-12 | 1 | -0/+11 |
* | Update to Atmosphere 2.1.2.vaadin5 (#13877) | Sergey Budkin | 2014-09-12 | 1 | -1/+1 |
* | Make Vaadin component handling proxy-friendly (#14639) | Juuso Valli | 2014-09-12 | 14 | -21/+53 |
* | resolve org.json version conflict between server and shared (#14618) | Markus Koivisto | 2014-09-11 | 1 | -1/+1 |
* | DateField ValueChange is now fired after flags are set (#14487) | Guillermo Alvarez | 2014-09-09 | 1 | -3/+35 |
* | Fix a typo in Javadoc | Teemu Pöntelin | 2014-09-08 | 1 | -1/+1 |
* | Fix potential invalid JSON output in MetadataWriter (#14591) | Johannes Dahlström | 2014-09-04 | 2 | -0/+15 |