summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-session-vnc.h
Commit message (Collapse)AuthorAgeFilesLines
* vnc: add connection by fileMarc-André Lureau2013-01-181-1/+1
| | | | | | | | | | | | | | | Learn to connect to a VNC server with the connection details file, ex: [virt-viewer] type=vnc host=localhost port=2356 password=foobar v2: - add username/password support https://bugzilla.redhat.com/show_bug.cgi?id=843410
* Ensure auth popup windows have correct transient parentDaniel P. Berrange2012-02-081-1/+1
|
* Update copyright headersDaniel P. Berrange2012-02-061-2/+2
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-17/+16
|
* Inherit from VirtViewerApp for VirtViewerMarc-André Lureau2011-07-221-2/+2
| | | | | | Make it a real GObject. The parts specific to virt should go in virt-viewer.c
* Split pull part of VirtViewerDisplay out into VirtViewerSessionDaniel P. Berrange2011-07-111-0/+79
To facilitate introduction of multi-head support, pull some of the VirtViewerDisplay class out into a new VirtViewerSession class.