Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make hotkey configuration functionality available from the cmdline (v2) | Hans de Goede | 2012-12-21 | 1 | -0/+4 |
| | | | | | | | Changes in v2: -Add --hotkeys documentation to the man-pages Signed-off-by: Hans de Goede <hdegoede@redhat.com> | ||||
* | Use a common early init() function | Marc-André Lureau | 2012-10-23 | 1 | -11/+1 |
| | | | | | There is a number of things both virt-viewer and remote-viewer need to do early during execution. Do it only in one place. | ||||
* | Use real binary name in help message | Christophe Fergeau | 2012-08-10 | 1 | -3/+10 |
| | | | | | | | | | | | | Now that we have 2 distinct binaries, remote-viewer and virt-viewer, 'PACKAGE' can no longer be used in error messages as the name of the binary. This causes a small inconsistency when running 'remote-viewer --foobar' as the error message would be: 'Unknown option --foobar Run 'virt-viewer --help' to see a full list of available command line options' This commit makes sure we use argv[0] for this message. Fixes rhbz#814150 | ||||
* | Fix g_thread_init deprecation warning | Marc-André Lureau | 2012-03-29 | 1 | -0/+2 |
| | | | | | Although the doc says it is only deprecated since >2.32, it's actually >2.31 according to glib git log. | ||||
* | Make sure we call g_thread_init() | Marc-André Lureau | 2012-03-09 | 1 | -0/+2 |
| | | | | GThread is needed by spice-gtk | ||||
* | Import a pretty icon for virt-viewer application | Daniel P. Berrange | 2012-02-08 | 1 | -0/+2 |
| | |||||
* | Use exit() constants | Daniel P. Berrange | 2012-02-06 | 1 | -1/+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 | -92/+91 |
| | |||||
* | Support for virDomainOpenGraphics API | Daniel P. Berrange | 2012-01-31 | 1 | -1/+4 |
| | | | | | | 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. | ||||
* | Use a first letter capital in help | Marc-André Lureau | 2012-01-31 | 1 | -7/+7 |
| | | | | | The GLib/GNOME convention seems to have first letter as capital for option description strings. | ||||
* | Add spice_get_option_group() | Marc-André Lureau | 2012-01-31 | 1 | -2/+6 |
| | |||||
* | build: make gtk-vnc optional | Marc-André Lureau | 2011-11-07 | 1 | -1/+6 |
| | |||||
* | Make title more translatable and using application name | Marc-André Lureau | 2011-08-04 | 1 | -0/+2 |
| | |||||
* | Use g_printerr for errors instead of fprintf(stderr,..) | Marc-André Lureau | 2011-08-04 | 1 | -2/+2 |
| | |||||
* | Use app fullscreen property instead of app.start() argument | Marc-André Lureau | 2011-07-26 | 1 | -1/+2 |
| | |||||
* | Inherit from VirtViewerApp for VirtViewer | Marc-André Lureau | 2011-07-22 | 1 | -3/+10 |
| | | | | | | 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 | -3/+6 |
| | |||||
* | Fix leak of command line arguments | Daniel P. Berrange | 2011-07-12 | 1 | -5/+9 |
| | |||||
* | Add support for --fullscreen option | Marc-André Lureau | 2011-07-11 | 1 | -3/+7 |
| | |||||
* | Introduce standard naming convention to files & methods | Daniel P. Berrange | 2011-07-01 | 1 | -0/+122 |
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX |