summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-main.c
Commit message (Expand)AuthorAgeFilesLines
* Port to GtkApplication API'sEduardo Lima (Etrunko)2016-02-181-104/+6
* virt-viewer-main: '--wait' should not be used without domain namePavel Grunt2015-04-141-0/+5
* Revert "virt-viewer-main: Require domain name as argument for '--wait'"Pavel Grunt2015-04-141-5/+4
* Revert "virt-viewer-main: exit when domain names doesn't match"Pavel Grunt2015-04-141-5/+0
* virt-viewer-main: exit when domain names doesn't matchPavel Grunt2015-04-141-0/+5
* man: document usage of domain name as optionalPavel Grunt2015-04-141-1/+1
* virt-viewer-main: Require domain name as argument for '--wait'Pavel Grunt2015-04-071-4/+5
* Report errors in one placePavel Grunt2015-03-231-0/+3
* Clear GError in cleanup sectionPavel Grunt2015-03-231-2/+1
* Exit normally when canceling dialogPavel Grunt2015-03-231-1/+5
* Show VM chooser dialog when starting virt-viewer with no argPavel Grunt2014-10-101-2/+2
* Use GOptionGroup for VirtViewerApp optionsJonathon Jongsma2014-07-021-2/+4
* Set help output summary correctlyJonathon Jongsma2014-07-011-1/+2
* Try to share more GOption code between r-v and v-vMarc-André Lureau2013-08-201-27/+2
* Use -H instead of -h for the short --hotkeysChristophe Fergeau2013-07-031-1/+1
* Rename variable, fix gcc warningMarc-André Lureau2013-05-161-4/+4
* Remove the "container" logic used by legacy browser pluginMarc-André Lureau2013-05-161-1/+1
* Add -- to seperate program arguments to server in man / --helpMarc-André Lureau2013-05-131-1/+1
* build-sys: add --with-buildid to details build versionMarc-André Lureau2013-02-121-1/+1
* Make hotkey configuration functionality available from the cmdline (v2)Hans de Goede2012-12-211-0/+4
* Use a common early init() functionMarc-André Lureau2012-10-231-11/+1
* Use real binary name in help messageChristophe Fergeau2012-08-101-3/+10
* Fix g_thread_init deprecation warningMarc-André Lureau2012-03-291-0/+2
* Make sure we call g_thread_init()Marc-André Lureau2012-03-091-0/+2
* 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
* Use a first letter capital in helpMarc-André Lureau2012-01-311-7/+7
* 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
* 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