summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-util.c
Commit message (Collapse)AuthorAgeFilesLines
* Move spice_hotkey_to_gtk_accelerator() to utilMarc-André Lureau2012-11-271-0/+113
| | | | | To be compatible with RHEVM, VirtViewerFile hotkey format will use the Spice Controller format.
* Fix jenkins build failureMarc-André Lureau2012-10-231-0/+1
| | | | | | | | | virt-viewer-util.c: In function 'virt_viewer_util_init': virt-viewer-util.c:289: warning: implicit declaration of function 'setlocale' virt-viewer-util.c:289: warning: nested extern declaration of 'setlocale' virt-viewer-util.c:289: error: 'LC_ALL' undeclared (first use in this function) virt-viewer-util.c:289: error: (Each undeclared identifier is reported only once virt-viewer-util.c:289: error: for each function it appears in.)
* Use a mutex to check if VirtViewer runningMarc-André Lureau2012-10-231-0/+9
| | | | | | | We need to warn user that installer can't proceed if there is already a running instance of VirtViewer or of the installer. https://bugzilla.redhat.com/show_bug.cgi?id=864033
* Use a common early init() functionMarc-André Lureau2012-10-231-0/+32
| | | | | There is a number of things both virt-viewer and remote-viewer need to do early during execution. Do it only in one place.
* spice: disconnect signal handlers when either object is destroyedMarc-André Lureau2012-07-231-0/+117
| | | | | | | | | | | Use virt_viewer_signal_connect_object(), a copy of telepathy utility function tp_g_signal_connect_object(). This function will take care of removing signal handler if any of emitter or attached object are destroyed. The following patches will have this condition met, since there is no longer 1-1 relation between channel and display. The channels can continue to be around when some of the display are removed.
* Add support for raw IPv6 addresses in VNC & libvirt URIsDaniel P. Berrange2012-04-231-3/+11
| | | | | | Support vnc://[x:y:z:]:5901/ for raw IPv6 addresses in URIs, and qemu+ssh://root@[x:y:x:]:22/ for raw IPv6 addresses in libvirt URIs
* Do not crash so easily when given invalid uriMarc-André Lureau2012-03-161-4/+5
| | | | 'remote-viewer foobar' shouldn't crash
* Update copyright headersDaniel P. Berrange2012-02-061-2/+2
|
* Convert TABS to spaces & reindent everywhereDaniel P. Berrange2012-02-061-83/+83
|
* build: replace deprecated functionsMarc-André Lureau2012-01-301-1/+1
|
* Return if xmlParseURI() failed, instead of crashingMarc-André Lureau2011-08-041-0/+2
|
* Lookup UI file correctly, to fix Windows supportMarc-André Lureau2011-08-041-4/+22
|
* Inherit from VirtViewerApp for VirtViewerMarc-André Lureau2011-07-221-0/+55
| | | | | | Make it a real GObject. The parts specific to virt should go in virt-viewer.c
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-0/+61
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX