summaryrefslogtreecommitdiff
path: root/filexfer.js
AgeCommit message (Collapse)AuthorFilesLines
2016-05-04filexfer: Remove wrongly placed semicolonPavel Grunt1-1/+1
Spotted by coverity
2015-01-16Add button for cancelling file transferPavel Grunt1-0/+12
2015-01-16Add progress bar for file transferPavel Grunt1-0/+29
2015-01-15Use drag and drop for transfering files from client to guestPavel Grunt1-0/+22
2015-01-15Implement methods for transfering files from client to guestPavel Grunt1-0/+25
It is possible to transfer files from the client to the guest using File API [0] when a spice vd agent is connected. Methods for the transfer are based on spice-gtk implementation. [0] http://www.w3.org/TR/file-upload/