summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a chapter on installing IvyDE (for #12359)Henrik Paul2013-08-131-0/+16
* Fixed a typo in FieldGroup.isModified() JavaDoc. (#12172)Teemu Pöntelin2013-08-121-1/+1
* Reset waitingForFilteringResponse flag to false inside onBlur (#12325)denisanisimov2013-08-091-0/+1
* Delay sending DateField popup value to server until popup is closed #6252John Ahlroos2013-08-094-3/+251
* Use <code> instead of {@code} for sample containing { and } (#12311)Leif Åstrand2013-08-092-6/+7
* Fixes Button icon alt text not being updated #12333John Ahlroos2013-08-084-5/+154
* Make sure bean field validators are only added once (#11045)Patrik Lindström2013-08-072-1/+59
* Split UiAccess test (#12332)Leif Åstrand2013-08-072-26/+41
* Disable failing calendar Actions Menu Test (#12181)Patrik Lindström2013-08-071-3/+3
* Update "lastRequestedFirstvisible" field value right away (#10666).denisanisimov2013-08-073-6/+168
* Fix race in VaadinService.lockSession() (#12282)7.1.2Johannes Dahlström2013-08-061-1/+20
* Fix native scrolling regression in iOS 6 homescreen apps (#12295)Johannes Dahlström2013-08-062-8/+14
* Avoid infinite recursion when purging access queue (#12310)Leif Åstrand2013-08-051-1/+3
* Show tooltips for ordered layout captions (#10046)denisanisimov2013-08-023-0/+200
* Refine handling of null and empty URI fragments (#12207)Leif Åstrand2013-08-024-8/+105
* Improve URI fragment listener javadocs (#12296)Leif Åstrand2013-08-021-7/+46
* Ensure StringToIntegerConverter rejects values outside range of int (#12230)Johannes Dahlström2013-08-012-1/+34
* Fixes parsing of multiple push messages in streaming mode (#12197)Fabian Lange2013-08-011-2/+9
* Disable all logging if production mode is enabled (#12299)Leif Åstrand2013-08-011-1/+23
* Add optional OSGi Import-Package for javax.validation (#12301)Johannes Dahlström2013-07-312-1/+4
* Document multiple load semantics in @StyleSheet and @JavaScript (#12200)Leif Åstrand2013-07-302-2/+26
* Fix calendar click events on context menu #12297Patrik Lindström2013-07-301-1/+2
* Fix actions in action menu appearing in random order #12250Patrik Lindström2013-07-301-4/+5
* Clarify Embedded javadoc (#12290)Johannes Dahlström2013-07-301-6/+10
* Fix invisible calendar actions menu #12181Patrik Lindström2013-07-306-29/+314
* Fix race condition that might leave access queue unpurged (#12277)Leif Åstrand2013-07-292-2/+29
* Fixed wrong classname in WindowThemes TB test #12171John Ahlroos2013-07-291-1/+1
* Fixes button :active state on firefox #12126John Ahlroos2013-07-261-11/+13
* Fixes light theme window sprites #12171John Ahlroos2013-07-263-9/+98
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-243-1/+98
* Verify the connector hierarchy if assertions are enabled (#12271)Leif Åstrand2013-07-232-3/+56
* Only add DateRangeValidator to DateField if start or end of range is set (#12...Johannes Dahlström2013-07-192-6/+84
* Update to Atmosphere 1.0.14.vaadin4 (#12242)Leif Åstrand2013-07-194-6/+9
* Close PushRequestHandler when VaadinServlet is destroyed (#11878)Leif Åstrand2013-07-191-0/+12
* Add Require-Bundle for our rebased atmosphere bundle (#12195)Leif Åstrand2013-07-181-1/+1
* Make VaadinService.closeInactiveUIs set UI threadlocals (#12186)Leif Åstrand2013-07-172-9/+44
* Don't close an unbound VaadinSession for GAEVaadinServlet (#12209)Leif Åstrand2013-07-173-7/+36
* Fix lost focus in Table when refreshing row cache (#12231)Tapio Aali2013-07-165-4/+118
* Improving performance of ConnectorTracker (#12218)Fabian Lange2013-07-151-3/+3
* Improved AbstractClientConnector performance (#12219)Fabian Lange2013-07-151-3/+3
* Attempt to get GAE lock for UIDL requests (#12211)Leif Åstrand2013-07-121-17/+18
* Ensure VaadinSession.service is set up by storeInSession (#12204)Leif Åstrand2013-07-121-0/+7
* Set current instances when calling UI.push from VaadinSession.unlock (#12168)Leif Åstrand2013-07-104-7/+96
* When InputStream cannot be opened while writing static resource response, dis...Fabian Lange2013-07-101-13/+17
* Set heartbeat response Content-Type to text/plain (#12182)Johannes Dahlström2013-07-091-0/+3
* Make UploadInterruptedException visible (#12070)Fabian Lange2013-07-091-1/+14
* Add test case for testing ClickEvent after dragging button (#7690)Patrik Lindström2013-07-081-0/+57
* Enable native scrolling in home screen apps on iOS 6+ (#12149)Henri Sara2013-07-043-3/+27
* Fix bug in PopupDateField where locale was retained incorrectly ifPatrik Lindström2013-07-043-0/+104
* Automatic test for escape closing window from combobox (#12163)Henri Sara2013-07-041-0/+42