summaryrefslogtreecommitdiff
path: root/spice-protocol
AgeCommit message (Collapse)AuthorFilesLines
2020-11-04Update spice-common submoduleFrediano Ziglio1-0/+0
This brings in the following changes: Frediano Ziglio (4): build: Do not use mingw_ninja_install macro in spec file Release 0.14.3 build-sys: post-release version bump to 0.14.4 protocol: Fix enumeration deprecation for Visual Studio Marc-André Lureau (1): vdagent: add a MonitorsMM field to VDAgentMonitorsConfig SimonP (1): protocol: Add support for side mouse buttons This update allow to fix an issue with Microsoft compiler. Signed-off-by: Frediano Ziglio <freddy77@gmail.com>
2020-07-31clipboard: enable copying files from client using webdavJakub Janků1-0/+0
When the user wants to copy files, new spice-gtk can share those files using the existing phodav server. In that case, it advertises the VD_AGENT_CLIPBOARD_FILE_LIST type in the clipboard grab message. Upon request of the clipboard data in the mentioned type, spice-gtk provides a list of absolute paths in the phodav server - these are the files that are supposed to be copied/moved. The role of the vdagent is to adjust this data given the drive letter of the mapped webdav share. Files can be both copied and moved, although move was tested only with Windows' File Explorer. Copying files from the vdagnet side to the client is not supported yet. Signed-off-by: Jakub Janků <jjanku@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
2020-04-01spice-protocol: Update to get new message definitionsFrediano Ziglio1-0/+0
The EXTRA_DIST part in Makefile.am is needed as spice-protocol removed support for Autoconf. We don't need anymore "ignore=untracked" in the submodule as we are not going to add or modify files anymore. Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2018-07-04Reduce indentation returning earlierFrediano Ziglio1-0/+0
Also add some comments. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
2015-08-06Check for set-monitors-position capability from client.Sandy Stutsman1-0/+0
If the client hasn't been updated to handle multi-monitor configurations that are not multi-head, vd_agent won't issue the MONITORS_CONFIG driver escape. These changes will ensure that the new MONITORS_CONFIG escape in commit: 6023630562fd129433aef1eaddcf6fbee3f03e50 will not break with an older client. This resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1248196
2014-03-09vdagent: clipboard: Add VD_AGENT_CAP_MAX_CLIPBOARD supportUri Lublin1-0/+0
Do not send clipboard data bigger than last received VDAgentMaxClipboard. If a larger amount of data needs to be transferred between client and guest, a different mechanism should be used, not clipboard. The spice-protocol git-submodule is updated to include VD_AGENT_MAX_CLIPBOARD and related definitions.
2013-07-17Update spice-protocolMarc-André Lureau1-0/+0
2013-05-14Update spice-protocol submodule to 0.12.5v0.7.1Christophe Fergeau1-0/+0
This is needed to get the definition of VD_AGENT_CLIENT_DISCONNECTED
2012-07-25Update spice-protocol to 0.12Marc-André Lureau1-0/+0
2012-05-24Use spice-protocol submoduleMarc-André Lureau1-0/+0