summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Move ApplicationConnection.setOverlayContainerLabel to VOverlay (#11965)Leif Åstrand2013-05-313-15/+22
| * Throw exception if VaadinService has not been initialized (#11961)Leif Åstrand2013-05-311-0/+11
| * Do not log legacy warnings in JUnit tests (#11963)Artur Signell2013-05-311-5/+5
| * Remove IE6/IE7 permutation (#11954)Artur Signell2013-05-311-0/+3
| * Fix stale info in javadoc for accessSynchronously (#11897)Leif Åstrand2013-05-312-8/+0
| * Fixed spelling mistake in API #11741John Ahlroos2013-05-312-2/+2
| * Formatted XML files using defined rules (#11956)Artur Signell2013-05-3039-3009/+3327
| * Add XML formatting instructions (#11956)Artur Signell2013-05-301-0/+9
| * Remove workarounds for broken Timer.cancel in IE (#11872)Leif Åstrand2013-05-303-72/+6
| * Limit sub window minimum size (#11510)Leif Åstrand2013-05-302-1/+27
| * Fix streaming issue with iOS6 (#11934)Artur Signell2013-05-301-0/+7
| * Flush the output writer in case of SSE transport as well (#11955)Johannes Dahlström2013-05-301-1/+1
| * Make ProgressInidcatorConnector use VProgressIndicator (#11925)Leif Åstrand2013-05-301-0/+6
| * Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-2912-14/+243
| * Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-2910-156/+552
| * Fixed javadoc compilation errorArtur Signell2013-05-291-4/+2
| * Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-2911-315/+300
| * Updated to custom build of Smartsprites 0.2.10 which includes a fix for SMART...Artur Signell2013-05-293-49/+9
| * Make test independent of browser language (#11940)Artur Signell2013-05-291-0/+2
| * Remove UI.runSafely and VaadinSession.runSafely (#11901)Leif Åstrand2013-05-292-21/+1
| * Fixes current text being overwritten in server update on RTA #11741John Ahlroos2013-05-295-79/+229
| * Exclude parsers from checkstyle as they are generatedArtur Signell2013-05-291-4/+8
| * Moved enums to avoid running them as testsArtur Signell2013-05-294-2/+6
| * Avoid deadlock checking in runPendingAccessTasks() (#11897)Leif Åstrand2013-05-281-1/+2
| * Ensure calendar panel is updated when range changes (#11940)Artur Signell2013-05-283-1/+222