summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from origin/7.0Artur Signell2013-06-052-4/+28
|\
| * 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-051-0/+19
* | Remove DEFAULT constant as an annotation enum cannot use it (#11966)Artur Signell2013-06-051-1/+1
* | 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-054-3/+4
* | Add transport parameter to @Push (#11966)Artur Signell2013-06-053-0/+40
* | Allow customizing client-side push config on server side (#11867)Artur Signell2013-06-055-49/+294
* | 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-057-71/+79
* | Send connector debug (highlight) using RPC (#11536)Artur Signell2013-06-055-82/+121
* | Add @VaadinServletConfiguration (#11970)Leif Åstrand2013-06-055-22/+328
* | Update deprecation javadoc for VaadinSession.getBrowser()Leif Åstrand2013-06-051-3/+3
* | Move VaadinSession.runPendingAccessTasks to VaadinService (#11964)Leif Åstrand2013-06-054-64/+135
* | Log stack trace using fine when logging toString warningsArtur Signell2013-06-052-1/+7
* | Enabled drag & drop to Calendar #11048John Ahlroos2013-06-031-1/+30
* | Ignore style resource that has already been added (#11667)Leif Åstrand2013-06-031-37/+74
* | 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
* | Fix stale info in javadoc for accessSynchronously (#11897)Leif Åstrand2013-05-312-8/+0
* | Formatted XML files using defined rules (#11956)Artur Signell2013-05-302-62/+63
* | 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
* | Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-292-87/+170
* | Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-297-274/+236
* | Remove UI.runSafely and VaadinSession.runSafely (#11901)Leif Åstrand2013-05-292-21/+1
* | 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
* | Remove ThreadLocal references from CurrentInstance (#11914)Leif Åstrand2013-05-285-27/+36
* | Define how CurrentInstance works with access() (#11897)Leif Åstrand2013-05-283-35/+104
* | Added ComponentConnector.isAttached (#11928)Artur Signell2013-05-288-16/+44
* | Add missing license headerArtur Signell2013-05-281-1/+1
* | Make access() enqueue the runnable if the session is locked (#11897)Leif Åstrand2013-05-287-53/+268
* | Added Serializable where missing and ignore classes which do not need Seriali...Artur Signell2013-05-284-4/+29
* | Added Java Date to Sql Date converter to better support sql dates (#11224)Artur Signell2013-05-242-0/+61
* | Avoid creating an instance of every view while searching for the correct view...Artur Signell2013-05-231-5/+8
* | Fixed test which had never passedArtur Signell2013-05-223-12/+392
* | Modified the logic in setPropertyDatasource which determines if a new convert...Artur Signell2013-05-227-16/+337
* | Fixed order of parameters in javadoc (#11158)Artur Signell2013-05-221-3/+3
* | Extracted common code for number conveters to abstract super class (#11900)Artur Signell2013-05-225-229/+148
* | Disable Atmosphere version number check (#11890)Leif Åstrand2013-05-211-1/+6
* | Upgrade to Atmosphere 1.0.13 (#11861)Johannes Dahlström2013-05-211-2/+2
* | Derive current servlet/portlet from the current service (#11779)Leif Åstrand2013-05-213-78/+28
* | Use "\0" instead of "|" as a push message delimiter (#11692)Johannes Dahlström2013-05-212-10/+16
* | OSGi support for vaadin-push (#11691)Johannes Dahlström2013-05-201-1/+2
* | Merge changes from origin/7.0Leif Åstrand2013-05-172-6/+13
|\|
| * Avoid marking AbstractField dirty in primitive getters (#11201)Artur Signell2013-05-171-3/+8
| * SQLContainer.indexOfId() also searches backwards (#11849, #10376)Henri Sara2013-05-141-3/+5
* | Merge changes from origin/7.0Leif Åstrand2013-05-171-2/+2
|\|
| * Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-141-2/+2