summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-main.c
Commit message (Collapse)AuthorAgeFilesLines
* Make hotkey configuration functionality available from the cmdline (v2)Hans de Goede2012-12-211-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() functionMarc-André Lureau2012-10-231-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 messageChristophe Fergeau2012-08-101-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 warningMarc-André Lureau2012-03-291-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é Lureau2012-03-091-0/+2
| | | | GThread is needed by spice-gtk
* Import a pretty icon for virt-viewer applicationDaniel P. Berrange2012-02-081-0/+2
|
* Use exit() constantsDaniel P. Berrange2012-02-061-1/+1
|
* Update copyright headersDaniel P. Berrange2012-02-061-1/+1
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-92/+91
|
* Support for virDomainOpenGraphics APIDaniel P. Berrange2012-01-311-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 helpMarc-André Lureau2012-01-311-7/+7
| | | | | The GLib/GNOME convention seems to have first letter as capital for option description strings.
* Add spice_get_option_group()Marc-André Lureau2012-01-311-2/+6
|
* build: make gtk-vnc optionalMarc-André Lureau2011-11-071-1/+6
|
* Make title more translatable and using application nameMarc-André Lureau2011-08-041-0/+2
|
* Use g_printerr for errors instead of fprintf(stderr,..)Marc-André Lureau2011-08-041-2/+2
|
* Use app fullscreen property instead of app.start() argumentMarc-André Lureau2011-07-261-1/+2
|
* Inherit from VirtViewerApp for VirtViewerMarc-André Lureau2011-07-221-3/+10
| | | | | | Make it a real GObject. The parts specific to virt should go in virt-viewer.c
* Turn VirtViewer into a VirtViewerApp objectMarc-André Lureau2011-07-221-3/+6
|
* Fix leak of command line argumentsDaniel P. Berrange2011-07-121-5/+9
|
* Add support for --fullscreen optionMarc-André Lureau2011-07-111-3/+7
|
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-0/+122
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX