summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ovirt: Fail gracefully when hostname is missingChristophe Fergeau2015-03-121-0/+7
* ovirt: Take into account SPICE proxyChristophe Fergeau2015-03-121-0/+4
* Take --direct into consideration when checking if a guest is reachableFabiano Fidêncio2015-03-121-6/+8
* Add G_SOURCE_REMOVE to vir-glib-compatFabiano Fidêncio2015-03-111-0/+5
* Avoid 'Dereference of a null pointer'Fabiano Fidêncio2015-03-111-1/+1
* Enable share folder widgets if supported by sessionMarc-André Lureau2015-03-051-22/+43
* Add virt_viewer_session_can_share_folder()Marc-André Lureau2015-03-053-0/+22
* Sync preferences widgets with session propertiesMarc-André Lureau2015-03-051-0/+41
* Show preferences dialogMarc-André Lureau2015-03-054-1/+46
* Add preferences dialog UI fileMarc-André Lureau2015-03-052-0/+135
* spice: enable/disable share folderMarc-André Lureau2015-03-051-0/+28
* spice: sync share folder preferences with sessionMarc-André Lureau2015-03-041-0/+7
* Add a few session properties for share folderMarc-André Lureau2015-03-041-0/+59
* misc: add a missing "static" for functionMarc-André Lureau2015-03-041-1/+1
* Do not add "https://" and "/api" to oVirt URIPavel Grunt2015-02-181-3/+2
* 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
* Remove 'map' handler for VirtViewerDisplayJonathon Jongsma2015-01-061-19/+4
* win: Use correct format string for intptr_tChristophe Fergeau2015-01-021-1/+2
* Set a transient parent for GtkDialogsPavel Grunt2014-12-194-13/+41
* display-vnc: fix zoom-level set by command linePavel Grunt2014-12-101-0/+1
* Do not show twice error dialog when no VM are foundMarc-André Lureau2014-12-011-1/+0
* spice: calling VirtViewerSession:close() can destroy selfMarc-André Lureau2014-12-011-0/+7
* virt-viewer: allow connection to unix socket only serverMarc-André Lureau2014-11-251-7/+8
* Report error on attach-only displayMarc-André Lureau2014-11-251-2/+5
* 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-254-18/+5
* Limit HAVE_SOCKETPAIR to directly concerned codeMarc-André Lureau2014-11-251-3/+6
* Move libvirt reconnect polling to VirtViewerMarc-André Lureau2014-11-253-40/+37
* spice: use virt_viewer_signal_connect_objectMarc-André Lureau2014-11-251-25/+30
* 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
* VirtViewerApp: Never remove main windowChristophe Fergeau2014-11-181-1/+4
* Fix check of virt_viewer_app_initial_connect return valueChristophe Fergeau2014-11-141-1/+1
* Check for spice-gtk 0.26 instead of a git snapshot of 0.25Daniel P. Berrange2014-11-041-1/+1
* Don't use virGetLastErrorMessage()Christophe Fergeau2014-10-311-1/+2
* Don't call local variable 'select'Christophe Fergeau2014-10-311-4/+4
* Avoid log message warning messages due to incorrect int formatDaniel P. Berrange2014-10-271-1/+3
* Avoid use of non-literal string with g_debugDaniel P. Berrange2014-10-272-3/+3
* Remove useless 'if (...)' before free()Daniel P. Berrange2014-10-272-6/+2
* Don't try to re-configure displays when there are noneJonathon Jongsma2014-10-271-0/+3
* Shift top-left display to originJonathon Jongsma2014-10-274-5/+60
* Move monitor alignment function to util headerJonathon Jongsma2014-10-243-50/+54
* Check for the right spice version in session-spice.cFabiano Fidêncio2014-10-161-1/+1
* Don't disable "send key" menu when display isn't readyJonathon Jongsma2014-10-161-3/+4