summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-file.h
Commit message (Collapse)AuthorAgeFilesLines
* Add ovirt-specific properties to VirtViewerFileChristophe Fergeau2014-08-181-0/+8
| | | | | They will be useful to implement foreign menu support through oVirt REST API
* file: learn to set secure-attention hotkeyMarc-André Lureau2013-11-071-0/+2
|
* file: add delete-this-file optionMarc-André Lureau2013-04-301-0/+2
| | | | | | | In case the virt-viewer setting file is meant to temporary, you may use the delete-this-file=1 option to ask the client to remove it, once it has been read. This is useful for example in ovirt context, where connection settings file are generated and can't be reused.
* spice: forward secure-channelsMarc-André Lureau2013-04-151-0/+2
| | | | This needs spice-gtk >= 0.19.7 and will warn with lower version
* file: add version field, raise an error if incompatibilyMarc-André Lureau2013-03-081-1/+3
| | | | | | The virt-viewer connection file can now have a version=0.5 field. If the virt-viewer version opening the connection doesn't provide at least that version, an error is raised with the version required.
* spice: add proxy configuration to connection fileMarc-André Lureau2013-01-291-0/+2
|
* file: add username supportMarc-André Lureau2013-01-181-0/+2
|
* Add VirtViewerFileMarc-André Lureau2012-11-271-0/+102
v2: - use !! for boolean values setter - switch from bytearray/base64 to plain string for CA (PEM) - add file format comment