summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Don't autoclose PopupView when changing fragment, fixes #10530Marc Englund2013-05-213-0/+88
* | Merge commit '34e6c60a5a746c0306c3a84ae8d6c21dfd84d878' into 7.1Leif Åstrand2013-06-03634-24788/+74764
|\ \ | |/ |/|
| * Enabled drag & drop to Calendar #11048John Ahlroos2013-06-038-59/+289
| * Ignore style resource that has already been added (#11667)Leif Åstrand2013-06-033-45/+101
| * Add a separate debug window section for profiler output (#11950)Leif Åstrand2013-06-033-185/+400
| * Add missing dialog maximize/restore icons for Runo (#11734)Artur Signell2013-05-313-1/+24
| * Extracted dialog style to a separate block (#11734)Artur Signell2013-05-311-23/+25