summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-session.h
Commit message (Collapse)AuthorAgeFilesLines
* Add VirtViewerSession:file propertyMarc-André Lureau2012-11-271-0/+3
| | | | | | | | | | If VirtViewerSession:file is set, it should be used to define the connection parameters. Also correct the mime type used in this case. The mime type is needed to identify the kind of resources we are adding to the recent list. The recent list can then be filtered and various application handling that type may attempt to access that resource.
* session: add virt_viewer_session_mime_type()Marc-André Lureau2012-11-271-0/+2
|
* Add VirtViewerSession::session-display-updatedMarc-André Lureau2012-07-231-0/+1
| | | | | Rebuild menu when agent is connected. Only when the agent is running may a display be enabled/disabled.
* remote-viewer: add a simple connection dialogMarc-André Lureau2012-03-291-0/+1
| | | | | | If the user doesn't provide URI, let's show a simple dialog to enter it. Also save & list recently used URLs in that dialog.
* spice: implement --fullscreen=auto-confMarc-André Lureau2012-03-211-0/+2
| | | | | | | - auto-conf is an optionnal argument to --fullscreen: it will set the guest display configuration to match the client display configuration, by sending the client monitors size and position to capable guests.
* Add smartcard-{insert,remove} and release-cursor virtual methodsMarc-André Lureau2012-02-221-2/+5
|
* Extract tlsPort for SPICE and use it to enable secure connectionsDaniel P. Berrange2012-02-141-8/+8
|
* Implement SPICE desktop resizing that takes account of zoom levelDaniel P. Berrange2012-02-081-2/+0
| | | | | | | | | | | | | The standard SPICE widget guest resize implementation does not take into account the zoom level settings in virt-viewer, because it has no knowledge of this functionality. The guest resize can, however, be done by calling spice_main_set_display() directly. This allows virt-viewer to resize the guest taking into account zoom levels. ie, if virt-viewer is run with --zoom 50 and the window is resized to 400x300, then the guest agent should be told to set its resolution to 800x600
* Update copyright headersDaniel P. Berrange2012-02-061-2/+2
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-46/+47
|
* Only make the USB device selection sensitive when the vm is USB capableHans de Goede2012-02-061-0/+2
|
* Add a menu entry for USB device selectionHans de Goede2012-02-061-0/+4
|
* Register a new signal session-cancelledGuannan Ren2012-01-311-0/+1
|
* Enable spice auto-usbredirMarc-André Lureau2012-01-311-0/+3
|
* Add error dialog for USB redirection failureMarc-André Lureau2012-01-311-0/+1
|
* Add virt_viewer_session_open_uriMarc-André Lureau2012-01-301-0/+2
|
* Split pull part of VirtViewerDisplay out into VirtViewerSessionDaniel P. Berrange2011-07-111-0/+117
To facilitate introduction of multi-head support, pull some of the VirtViewerDisplay class out into a new VirtViewerSession class.