summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-file.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop old compatibility codeEduardo Lima (Etrunko)2016-02-181-1/+0
| | | | | | With glib requirements now being 2.38, these functions do not make sense anymore. Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
* vv-file: Add 'newer-version-url' key to .vv filesChristophe Fergeau2015-06-091-0/+2
| | | | | | If set, this URL will be displayed when one of the version checks ('version' of 'versions' key fail). This URL should contain explanations about how to get an updated remote-viewer version.
* vv-file: Add VirtViewerFile::versionsChristophe Fergeau2015-06-091-0/+2
| | | | | | | | | | | | Specifying a single minimal version in the .vv file is not enough as the client version will be highly dependent on the OS it's running in. Windows versioning is not the same as linux versioning, Fedora 21 and Fedora 22 may have different release numbers for the same version, and we may want to force a specific minimal release in case of a critical bug fix. This commit adds supports for a 'versions' field in .vv files where a list of os-id:version couples can be stored.
* ovirt: Add support for an 'admin' key in vv fileChristophe Fergeau2015-04-091-0/+2
| | | | | | | | | | | When using a user with administrator rights, the VMs this user can access from the user portal and the admin portal are different, and REST API users must indicate which set of VMs they want through a specific header. libgovirt already has support for that in its API, but virt-viewer was not making use of that API. This commit adds support for an 'admin' field in the [ovirt] section of .vv files so oVirt can indicate remote-viewer whether this header should be set or not.
* 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