summaryrefslogtreecommitdiff
path: root/src/remote-viewer.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-11remote-viewer: Prefer ca-cert from display instead of proxyEduardo Lima (Etrunko)1-2/+10
2019-10-04remote-viewer: fix free on dangling pointerVictor Toso1-7/+3
2019-02-22Update usage of GObject private structuresEduardo Lima (Etrunko)1-6/+2
2019-02-19Fix signed/unsigned mixup in format argsDaniel P. Berrangé1-3/+3
2018-12-06ovirt: Fix initial connectionChristophe Fergeau1-15/+14
2018-09-12build: Update govirt and rest requirementsEduardo Lima (Etrunko)1-4/+0
2017-11-16remote-viewer: remove --spice-controllerMarc-André Lureau1-443/+4
2017-11-16remote-viewer: learn '-' as URI for standard input connection fileMarc-André Lureau1-6/+40
2017-11-14remote-viewer: Pass guri to remote_viewer_session_connectedEduardo Lima (Etrunko)1-11/+10
2017-10-06remote-viewer: factor our remote_viewer_initial_connect()Marc-André Lureau1-27/+43
2017-06-12remote-viewer-connect: Keep the 'dialog' window on topVictor Toso1-1/+2
2017-06-08remote-viewer: Show authentication dialog again if in kiosk mode and connecti...Eduardo Lima (Etrunko)1-4/+10
2017-04-04Remove G_VALUE_INIT definitionPavel Grunt1-4/+0
2017-03-07Avoid harmless warnings due lack of oVirt on buildVictor Toso1-1/+4
2017-02-14Show errors generated by connection dialogChristophe de Dinechin1-0/+3
2017-01-24Run ISO dialog when 'Change CD' menu is activatedEduardo Lima (Etrunko)1-81/+43
2017-01-18ovirt-foreign-menu: Fetch ISO names using GTask APIEduardo Lima (Etrunko)1-4/+41
2017-01-13remote-viewer: Extend #ifdef HAVE_OVIRT blockEduardo Lima (Etrunko)1-4/+1
2016-06-24Get ovirt foreign menu item from UI fileEduardo Lima (Etrunko)1-12/+11
2016-06-20remote-viewer: Add missing chain-up to parent's window_added() methodFabiano Fidêncio1-0/+2
2016-05-31Include virt-viewer-util.h only in source filesPavel Grunt1-0/+1
2016-05-10ovirt: Fix OvirtApi memory handlingChristophe Fergeau1-2/+0
2016-05-10ovirt: Error reporting improvements on invalid VM nameChristophe Fergeau1-1/+1
2016-02-18remote-viewer: Remove unused propertiesEduardo Lima (Etrunko)1-97/+4
2016-02-18Port to GtkApplication API'sEduardo Lima (Etrunko)1-33/+149
2016-02-15Minor code cleanupsEduardo Lima (Etrunko)1-6/+7
2015-06-16remote-viewer-connect: Changed dialog into a windowLukas Venhoda1-3/+1
2015-06-16remote-viewer-connect: Changed response to gbooleanLukas Venhoda1-1/+1
2015-06-16remote-viewer: Connect dialog moved to its own fileLukas Venhoda1-158/+2
2015-04-14ovirt: Allow to cancel authentication without showing error dialogPavel Grunt1-0/+12
2015-03-27remote-viewer: Avoid simple_message_dialog() when errors can be propagatedFabiano Fidêncio1-1/+1
2015-03-27virt-viewer-app: create_session() should return a booleanFabiano Fidêncio1-3/+3
2015-03-27virt-viewer-app: Add a GError arg to create_session()Fabiano Fidêncio1-10/+4
2015-03-23Report errors in one placePavel Grunt1-12/+13
2015-03-23Exit normally when canceling dialogPavel Grunt1-9/+14
2015-03-13ovirt: Don't try to use invalid port numbersChristophe Fergeau1-2/+6
2015-03-13foreign-menu: Don't show empty foreign menu on secondary displaysChristophe Fergeau1-1/+6
2015-03-12ovirt: Fail gracefully when hostname is missingChristophe Fergeau1-0/+7
2015-03-12ovirt: Take into account SPICE proxyChristophe Fergeau1-0/+4
2015-02-18Do not add "https://" and "/api" to oVirt URIPavel Grunt1-3/+2
2014-12-19Set a transient parent for GtkDialogsPavel Grunt1-8/+22
2014-11-25Remove VIRT_VIEWER_VM_CHOOSE_DIALOG_CANCELLEDMarc-André Lureau1-9/+3
2014-10-27Avoid use of non-literal string with g_debugDaniel P. Berrange1-2/+2
2014-10-27Remove useless 'if (...)' before free()Daniel P. Berrange1-3/+1
2014-10-10Prefill the username in the authentication dialogFabiano Fidêncio1-0/+3
2014-10-10Show VM chooser dialog when oVirt VM name is missingPavel Grunt1-22/+103
2014-09-24VirtViewerApp: store windows in a listJonathon Jongsma1-12/+9
2014-09-12Fix --without-spice-gtk --with-ovirt buildChristophe Fergeau1-47/+60
2014-08-26Change collect_credentials() to return a booleanJonathon Jongsma1-3/+4
2014-08-26Auth: fix leak of usernameJonathon Jongsma1-6/+5