Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to share more GOption code between r-v and v-v | Marc-André Lureau | 2013-08-20 | 1 | -3/+1 |
| | |||||
* | Remove the "container" logic used by legacy browser plugin | Marc-André Lureau | 2013-05-16 | 1 | -2/+1 |
| | |||||
* | Update copyright headers | Daniel P. Berrange | 2012-02-06 | 1 | -1/+1 |
| | |||||
* | Convert TABS to spaces & reindent everywhere | Daniel P. Berrange | 2012-02-06 | 1 | -11/+19 |
| | |||||
* | Support for virDomainOpenGraphics API | Daniel P. Berrange | 2012-01-31 | 1 | -0/+1 |
| | | | | | | Add a new flag --attach, which instructs virt-viewer to attach to the target display using virDomainOpenGraphics, instead of initiating a VNC/SPICE connection directly. | ||||
* | Inherit from VirtViewerApp for VirtViewer | Marc-André Lureau | 2011-07-22 | 1 | -34/+25 |
| | | | | | | Make it a real GObject. The parts specific to virt should go in virt-viewer.c | ||||
* | Turn VirtViewer into a VirtViewerApp object | Marc-André Lureau | 2011-07-22 | 1 | -12/+43 |
| | |||||
* | Remove duplicated typedefs | Daniel P. Berrange | 2011-07-12 | 1 | -2/+0 |
| | |||||
* | Add support for --fullscreen option | Marc-André Lureau | 2011-07-11 | 1 | -0/+1 |
| | |||||
* | Remove circular dependancy between VirtViewerDisplay and VirtViewer | Daniel P. Berrange | 2011-07-11 | 1 | -0/+4 |
| | | | | | | | Add many signals to VirtViewerDisplay which are emitted when various events occur. This lets us remove all the code in the VirtViewerDisplay subclasses which call back into VirtViewer methods. Instead VirtViewer can simply connect signals to the display | ||||
* | Introduce standard naming convention to files & methods | Daniel P. Berrange | 2011-07-01 | 1 | -0/+38 |
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX |