Marc-André Lureau
d0d8a9fba0
Remove the "container" logic used by legacy browser plugin
2013-05-16 21:54:48 +02:00
Marc-André Lureau
9b1ad0b118
Add -- to seperate program arguments to server in man / --help
...
Since some of the arguments are expecting following value, make it more
explicit in the man and --help that -- can seperate options from server
name or location.
https://bugzilla.redhat.com/show_bug.cgi?id=843103
2013-05-13 14:26:45 +02:00
Marc-André Lureau
a52b5ea88c
build-sys: add --with-buildid to details build version
...
Add a configure argument to append build version details, similar to
what Daniel Berrange proposed in the "use finer package version in
mingw-virt-viewer" thread on the ML.
2013-02-12 18:56:33 +01:00
Hans de Goede
008491a2d9
Make hotkey configuration functionality available from the cmdline (v2)
...
Changes in v2:
-Add --hotkeys documentation to the man-pages
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2012-12-21 10:54:27 +01:00
Marc-André Lureau
14a1d48745
Use a common early init() function
...
There is a number of things both virt-viewer and remote-viewer need to
do early during execution. Do it only in one place.
2012-10-23 14:49:23 +02:00
Christophe Fergeau
3d43a9f455
Use real binary name in help message
...
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
2012-08-10 15:50:46 +02:00
Marc-André Lureau
97b983d525
Fix g_thread_init deprecation warning
...
Although the doc says it is only deprecated since >2.32, it's actually
>2.31 according to glib git log.
2012-03-29 02:28:34 +02:00
Marc-André Lureau
b6a7a921a3
Make sure we call g_thread_init()
...
GThread is needed by spice-gtk
2012-03-09 19:01:35 +01:00
Daniel P. Berrange
c2d114b613
Import a pretty icon for virt-viewer application
2012-02-08 16:41:37 +00:00
Daniel P. Berrange
0949dedef7
Use exit() constants
2012-02-06 12:42:22 +00:00
Daniel P. Berrange
a893d5ef61
Update copyright headers
2012-02-06 12:42:18 +00:00
Daniel P. Berrange
e1283a9a60
Convert TABS to spaces & reindent everywhere
2012-02-06 12:40:09 +00:00
Daniel P. Berrange
5bc4c0b342
Support for virDomainOpenGraphics API
...
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.
2012-01-31 14:27:17 +00:00
Marc-André Lureau
091bff3cc2
Use a first letter capital in help
...
The GLib/GNOME convention seems to have first letter as capital for
option description strings.
2012-01-31 12:36:14 +00:00
Marc-André Lureau
15b9f669a7
Add spice_get_option_group()
2012-01-31 12:36:14 +00:00
Marc-André Lureau
15cc78d91c
build: make gtk-vnc optional
2011-11-07 12:22:15 +00:00
Marc-André Lureau
78cac55443
Make title more translatable and using application name
2011-08-04 13:32:04 +01:00
Marc-André Lureau
4f9e54764c
Use g_printerr for errors instead of fprintf(stderr,..)
2011-08-04 13:31:59 +01:00
Marc-André Lureau
734e789b22
Use app fullscreen property instead of app.start() argument
2011-07-26 12:00:29 +01:00
Marc-André Lureau
dd9c85a32d
Inherit from VirtViewerApp for VirtViewer
...
Make it a real GObject.
The parts specific to virt should go in virt-viewer.c
2011-07-22 16:11:18 +01:00
Marc-André Lureau
e2c09a876b
Turn VirtViewer into a VirtViewerApp object
2011-07-22 16:11:02 +01:00
Daniel P. Berrange
cf28bcf512
Fix leak of command line arguments
2011-07-12 11:27:38 +01:00
Marc-André Lureau
7da268c164
Add support for --fullscreen option
2011-07-11 15:50:13 +01:00
Daniel P. Berrange
f3fa999769
Introduce standard naming convention to files & methods
...
All source files must be named
virt-viewer-XXXX
All methods named
virt_viewer_XXX
2011-07-01 16:12:20 +01:00