summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer.c
Commit message (Expand)AuthorAgeFilesLines
* virt-viewer: Avoid simple_message_dialog() when errors can be propagatedFabiano Fidêncio2015-03-271-10/+6
* virt-viewer-app: create_session() should return a booleanFabiano Fidêncio2015-03-271-1/+1
* virt-viewer-app: Add a GError arg to create_session()Fabiano Fidêncio2015-03-271-1/+1
* virt-viewer: Add a GError arg to update_display()Fabiano Fidêncio2015-03-271-4/+4
* virt-viewer: Add a GError arg to extract_connect_info()Fabiano Fidêncio2015-03-271-2/+19
* Do not use comments that are not in EnglishFabiano Fidêncio2015-03-261-1/+1
* virt-viewer: Clean up if no vm was chosenPavel Grunt2015-03-241-1/+1
* Report errors in one placePavel Grunt2015-03-231-17/+4
* Exit normally when canceling dialogPavel Grunt2015-03-231-20/+28
* virt-viewer: Bring back debug log about nonexistent guestPavel Grunt2015-03-231-0/+2
* Take --direct into consideration when checking if a guest is reachableFabiano Fidêncio2015-03-121-6/+8
* Avoid 'Dereference of a null pointer'Fabiano Fidêncio2015-03-111-1/+1
* virt-viewer: set transient parent for connection's error dialogFabiano Fidêncio2015-01-081-1/+3
* virt-viewer: Don't connect to localhost displays with qemu+tcp://Christophe Fergeau2015-01-061-0/+57
* Set a transient parent for GtkDialogsPavel Grunt2014-12-191-3/+12
* Do not show twice error dialog when no VM are foundMarc-André Lureau2014-12-011-1/+0
* virt-viewer: allow connection to unix socket only serverMarc-André Lureau2014-11-251-7/+8
* Report error in dialogMarc-André Lureau2014-11-251-3/+11
* Simplify virt_viewer_initial_connect()Marc-André Lureau2014-11-251-6/+6
* Simplify virt_viewer_initial_connect()Marc-André Lureau2014-11-251-10/+3
* Simplify virt_viewer_initial_connect()Marc-André Lureau2014-11-251-21/+21
* Remove VIRT_VIEWER_VM_CHOOSE_DIALOG_CANCELLEDMarc-André Lureau2014-11-251-4/+2
* Limit HAVE_SOCKETPAIR to directly concerned codeMarc-André Lureau2014-11-251-3/+6
* Move libvirt reconnect polling to VirtViewerMarc-André Lureau2014-11-251-4/+37
* Replace priv->withEvents usage for priv->domain_eventFabiano Fidêncio2014-11-201-9/+4
* Prefer to use virConnectDomainEventRegisterAny()Fabiano Fidêncio2014-11-201-7/+13
* Set freed priv->dom to NULL in _dispose()Fabiano Fidêncio2014-11-201-1/+3
* Make sure conn exists before use itFabiano Fidêncio2014-11-201-7/+9
* Don't use virGetLastErrorMessage()Christophe Fergeau2014-10-311-1/+2
* Avoid use of non-literal string with g_debugDaniel P. Berrange2014-10-271-1/+1
* Remove useless 'if (...)' before free()Daniel P. Berrange2014-10-271-3/+1
* Prefill the username in the authentication dialogFabiano Fidêncio2014-10-101-0/+4
* Show VM chooser dialog when starting virt-viewer with no argPavel Grunt2014-10-101-8/+67
* Prefer virDomainOpenGraphicsFD for --attachJán Tomko2014-10-011-1/+14
* Improve authentication error messagesFabiano Fidêncio2014-09-261-2/+35
* Simplify virt_viewer_auth_libvirt_credentials() return value logicFabiano Fidêncio2014-09-261-4/+4
* Do not fail when the auth dialog is cancelledFabiano Fidêncio2014-09-231-7/+12
* VirtViewer: Fix memory leaksJonathon Jongsma2014-09-111-0/+4
* Add a dialog showing details of the current guestJonathon Jongsma2014-08-071-1/+1
* util: get rid of ARRAY_CARDINALITYMarc-André Lureau2014-06-101-1/+1
* Replace DEBUG_LOG with g_debugMarc-André Lureau2014-06-101-19/+19
* Don't connect to localhost when using --directChristophe Fergeau2014-06-101-1/+2
* Improve window title when connected to newer spice-serverJonathon Jongsma2014-02-111-5/+1
* Add ability to define custom display->monitor mapping per vmJonathon Jongsma2013-11-201-0/+7
* Try to share more GOption code between r-v and v-vMarc-André Lureau2013-08-201-5/+1
* Unregister events and callbacks on disposeJán Tomko2013-07-291-12/+19
* virt-viewer: Allow TLS-only SPICE connectionsChristophe Fergeau2013-07-111-12/+12
* Use format stringGuido Günther2013-06-261-1/+1
* Show connect dialog again if connection from dialog failedMarc-André Lureau2013-05-171-3/+3
* Remove the "container" logic used by legacy browser pluginMarc-André Lureau2013-05-161-3/+1