Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vnc: add connection by file | Marc-André Lureau | 2013-01-18 | 1 | -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 parent | Daniel P. Berrange | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | Update copyright headers | Daniel P. Berrange | 2012-02-06 | 1 | -2/+2 |
| | |||||
* | Convert TABS to spaces & reindent everywhere | Daniel P. Berrange | 2012-02-06 | 1 | -17/+16 |
| | |||||
* | Inherit from VirtViewerApp for VirtViewer | Marc-André Lureau | 2011-07-22 | 1 | -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 VirtViewerSession | Daniel P. Berrange | 2011-07-11 | 1 | -0/+79 |
To facilitate introduction of multi-head support, pull some of the VirtViewerDisplay class out into a new VirtViewerSession class. |