summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer.c
Commit message (Expand)AuthorAgeFilesLines
* Bring back libvirt-glib dependencyFabiano Fidêncio2016-02-251-2/+2
* Port to GtkApplication API'sEduardo Lima (Etrunko)2016-02-181-26/+91
* Remove useless {get,set}_property functionsEduardo Lima (Etrunko)2015-11-041-22/+0
* Move declaration to the beginning of the fileEduardo Lima (Etrunko)2015-11-041-2/+1
* Stop polling after reconnecting to libvirtdChristophe Fergeau2015-10-201-0/+18
* virt-viewer: set keepAlive on libvirt connectionPavel Hrdina2015-07-091-0/+4
* Don't wait for reconnect when user cancels authJonathon Jongsma2015-06-191-1/+1
* virt-viewer: Set toolbar buttons not sensitive when neededLukas Venhoda2015-04-221-0/+1
* virt-viewer: Make update_display() more readableFabiano Fidêncio2015-03-271-5/+3
* virt-viewer: Do not wait for a guest that will never show upFabiano Fidêncio2015-03-271-1/+1
* 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