index
:
virt-viewer.git
master
wip/gapplication
wip/ssh-agent-forward
Graphical console client for virtual machines using libvirt
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
ovirt: Fail gracefully when hostname is missing
Christophe Fergeau
2015-03-12
1
-0
/
+7
*
ovirt: Take into account SPICE proxy
Christophe Fergeau
2015-03-12
1
-0
/
+4
*
Take --direct into consideration when checking if a guest is reachable
Fabiano Fidêncio
2015-03-12
1
-6
/
+8
*
Add G_SOURCE_REMOVE to vir-glib-compat
Fabiano Fidêncio
2015-03-11
1
-0
/
+5
*
Avoid 'Dereference of a null pointer'
Fabiano Fidêncio
2015-03-11
1
-1
/
+1
*
Enable share folder widgets if supported by session
Marc-André Lureau
2015-03-05
1
-22
/
+43
*
Add virt_viewer_session_can_share_folder()
Marc-André Lureau
2015-03-05
3
-0
/
+22
*
Sync preferences widgets with session properties
Marc-André Lureau
2015-03-05
1
-0
/
+41
*
Show preferences dialog
Marc-André Lureau
2015-03-05
4
-1
/
+46
*
Add preferences dialog UI file
Marc-André Lureau
2015-03-05
2
-0
/
+135
*
spice: enable/disable share folder
Marc-André Lureau
2015-03-05
1
-0
/
+28
*
spice: sync share folder preferences with session
Marc-André Lureau
2015-03-04
1
-0
/
+7
*
Add a few session properties for share folder
Marc-André Lureau
2015-03-04
1
-0
/
+59
*
misc: add a missing "static" for function
Marc-André Lureau
2015-03-04
1
-1
/
+1
*
Do not add "https://" and "/api" to oVirt URI
Pavel Grunt
2015-02-18
1
-3
/
+2
*
virt-viewer: set transient parent for connection's error dialog
Fabiano Fidêncio
2015-01-08
1
-1
/
+3
*
virt-viewer: Don't connect to localhost displays with qemu+tcp://
Christophe Fergeau
2015-01-06
1
-0
/
+57
*
Remove 'map' handler for VirtViewerDisplay
Jonathon Jongsma
2015-01-06
1
-19
/
+4
*
win: Use correct format string for intptr_t
Christophe Fergeau
2015-01-02
1
-1
/
+2
*
Set a transient parent for GtkDialogs
Pavel Grunt
2014-12-19
4
-13
/
+41
*
display-vnc: fix zoom-level set by command line
Pavel Grunt
2014-12-10
1
-0
/
+1
*
Do not show twice error dialog when no VM are found
Marc-André Lureau
2014-12-01
1
-1
/
+0
*
spice: calling VirtViewerSession:close() can destroy self
Marc-André Lureau
2014-12-01
1
-0
/
+7
*
virt-viewer: allow connection to unix socket only server
Marc-André Lureau
2014-11-25
1
-7
/
+8
*
Report error on attach-only display
Marc-André Lureau
2014-11-25
1
-2
/
+5
*
Report error in dialog
Marc-André Lureau
2014-11-25
1
-3
/
+11
*
Simplify virt_viewer_initial_connect()
Marc-André Lureau
2014-11-25
1
-6
/
+6
*
Simplify virt_viewer_initial_connect()
Marc-André Lureau
2014-11-25
1
-10
/
+3
*
Simplify virt_viewer_initial_connect()
Marc-André Lureau
2014-11-25
1
-21
/
+21
*
Remove VIRT_VIEWER_VM_CHOOSE_DIALOG_CANCELLED
Marc-André Lureau
2014-11-25
4
-18
/
+5
*
Limit HAVE_SOCKETPAIR to directly concerned code
Marc-André Lureau
2014-11-25
1
-3
/
+6
*
Move libvirt reconnect polling to VirtViewer
Marc-André Lureau
2014-11-25
3
-40
/
+37
*
spice: use virt_viewer_signal_connect_object
Marc-André Lureau
2014-11-25
1
-25
/
+30
*
Replace priv->withEvents usage for priv->domain_event
Fabiano Fidêncio
2014-11-20
1
-9
/
+4
*
Prefer to use virConnectDomainEventRegisterAny()
Fabiano Fidêncio
2014-11-20
1
-7
/
+13
*
Set freed priv->dom to NULL in _dispose()
Fabiano Fidêncio
2014-11-20
1
-1
/
+3
*
Make sure conn exists before use it
Fabiano Fidêncio
2014-11-20
1
-7
/
+9
*
VirtViewerApp: Never remove main window
Christophe Fergeau
2014-11-18
1
-1
/
+4
*
Fix check of virt_viewer_app_initial_connect return value
Christophe Fergeau
2014-11-14
1
-1
/
+1
*
Check for spice-gtk 0.26 instead of a git snapshot of 0.25
Daniel P. Berrange
2014-11-04
1
-1
/
+1
*
Don't use virGetLastErrorMessage()
Christophe Fergeau
2014-10-31
1
-1
/
+2
*
Don't call local variable 'select'
Christophe Fergeau
2014-10-31
1
-4
/
+4
*
Avoid log message warning messages due to incorrect int format
Daniel P. Berrange
2014-10-27
1
-1
/
+3
*
Avoid use of non-literal string with g_debug
Daniel P. Berrange
2014-10-27
2
-3
/
+3
*
Remove useless 'if (...)' before free()
Daniel P. Berrange
2014-10-27
2
-6
/
+2
*
Don't try to re-configure displays when there are none
Jonathon Jongsma
2014-10-27
1
-0
/
+3
*
Shift top-left display to origin
Jonathon Jongsma
2014-10-27
4
-5
/
+60
*
Move monitor alignment function to util header
Jonathon Jongsma
2014-10-24
3
-50
/
+54
*
Check for the right spice version in session-spice.c
Fabiano Fidêncio
2014-10-16
1
-1
/
+1
*
Don't disable "send key" menu when display isn't ready
Jonathon Jongsma
2014-10-16
1
-3
/
+4
[next]