summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added type parameter to converter methods (#11895)Artur Signell2013-06-1130-130/+241
* Make VaadinServlet use enclosing UI class by default (#12039)Leif Åstrand2013-06-112-0/+31
* Updated release notes for 7.1.0 (#11993, #11991, #11870)Artur Signell2013-06-111-38/+94
* Reformatted release notes using Eclipse (4 spaces)Artur Signell2013-06-111-481/+572
* Fixed incorrect line breaks (#12040)Artur Signell2013-06-113-25/+10
* Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-118-85/+105
* Include compatibility web.xml in uitest.war (#11688)Artur Signell2013-06-111-1/+2
* Reformatted using Ant editor (#12040)Artur Signell2013-06-1020-548/+258
* Use vaadin-atmosphere without slf4j dependency (#11765)Artur Signell2013-06-103-4/+4
* Print warning if in production mode and theme compilation is required (#12031)Artur Signell2013-06-101-5/+12
* Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-105-1/+290
* Fix race condition in upload with push (#10214)Artur Signell2013-06-071-3/+12
* Info section for the debug window (#12019)Artur Signell2013-06-076-0/+334
* Fixed serialization issuesArtur Signell2013-06-073-2/+7
* Fix for NPE in debug window in IE (#12015)Artur Signell2013-06-071-1/+1
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-075-19/+20
* Pass ConversionException to getConversionError (#11960)Artur Signell2013-06-072-12/+97
* Fixed test issuesArtur Signell2013-06-074-16/+8
* Make UI.pushConnection transient to prevent null resource after deserializati...Johannes Dahlström2013-06-064-48/+37
* Fixed button highlighting when dragging #10917John Ahlroos2013-06-062-2/+4
* Exclude provided portal-service from all zip (#9823)Artur Signell2013-06-061-0/+1
* Merge changes from origin/7.0Artur Signell2013-06-0515-24/+587
|\
| * Fixed newlinesArtur Signell2013-06-051-31/+31
| * Change field types from LinkedHashSet back to HashSet to retain binary compat...Johannes Dahlström2013-06-051-4/+9
| * Disable drag&drop when source or target component is disabled, re-implementat...Marc Englund2013-06-055-13/+275
| * Ensure VBrowserFrame content is unloaded in IE (#11683)Leif Åstrand2013-06-051-0/+20
| * Merge of properly focus clicked input element in Webkit (#11854, #11297)Artur Signell2013-06-054-10/+61
| * Added missing import (#11982)Artur Signell2013-06-051-0/+1
| * Properly disable combobox when parent is disabled (#10734)Artur Signell2013-06-053-3/+213
| * Do not submit TextArea value on enter in IE (#11982)Artur Signell2013-06-041-0/+8
* | Remove DEFAULT constant as an annotation enum cannot use it (#11966)Artur Signell2013-06-053-13/+4
* | Do not rely on broken javadoc features for default values (#11970)Leif Åstrand2013-06-051-6/+5
* | Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-056-9/+9
* | Add transport parameter to @Push (#11966)Artur Signell2013-06-056-0/+106
* | Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-0516-66/+784
* | Added missing rpc interface (#11536)Artur Signell2013-06-051-0/+39
* | Rename tests so they are run during build (Abstract* is ignored)Artur Signell2013-06-053-3/+3
* | Change analyze layouts to use RPC (#11536)Artur Signell2013-06-0512-118/+115
* | Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-059-87/+184
* | Add @VaadinServletConfiguration (#11970)Leif Åstrand2013-06-055-22/+328
* | Update deprecation javadoc for VaadinSession.getBrowser()Leif Åstrand2013-06-051-3/+3
* | Update broadcaster tutorial codeLeif Åstrand2013-06-052-26/+9
* | Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-055-65/+137
* | Log stack trace using fine when logging toString warningsArtur Signell2013-06-052-1/+7
* | Correctly decode summaries containing quotes (#11769)Artur Signell2013-06-051-1/+8
* | Fixed javadoc referencesArtur Signell2013-06-051-3/+3
* | Use correct day names when formatting dates (#6207)Artur Signell2013-06-042-2/+47
* | Use window.console instead of just console in vaadinPush to appease IE (#11980)Johannes Dahlström2013-06-041-3/+3
* | Merge changes from origin/7.0Leif Åstrand2013-06-044-2/+93
|\|
| * Do not clear combobox text unnecessarily (#10924, #11887)Henri Sara2013-05-211-2/+5