summaryrefslogtreecommitdiffstats
path: root/src/remote-viewer.c
Commit message (Expand)AuthorAgeFilesLines
* remote-viewer: Remove unused propertiesEduardo Lima (Etrunko)2016-02-181-97/+4
* Port to GtkApplication API'sEduardo Lima (Etrunko)2016-02-181-33/+149
* Minor code cleanupsEduardo Lima (Etrunko)2016-02-151-6/+7
* remote-viewer-connect: Changed dialog into a windowLukas Venhoda2015-06-161-3/+1
* remote-viewer-connect: Changed response to gbooleanLukas Venhoda2015-06-161-1/+1
* remote-viewer: Connect dialog moved to its own fileLukas Venhoda2015-06-161-158/+2
* ovirt: Allow to cancel authentication without showing error dialogPavel Grunt2015-04-141-0/+12
* remote-viewer: Avoid simple_message_dialog() when errors can be propagatedFabiano Fidêncio2015-03-271-1/+1
* virt-viewer-app: create_session() should return a booleanFabiano Fidêncio2015-03-271-3/+3
* virt-viewer-app: Add a GError arg to create_session()Fabiano Fidêncio2015-03-271-10/+4
* Report errors in one placePavel Grunt2015-03-231-12/+13
* Exit normally when canceling dialogPavel Grunt2015-03-231-9/+14
* ovirt: Don't try to use invalid port numbersChristophe Fergeau2015-03-131-2/+6
* foreign-menu: Don't show empty foreign menu on secondary displaysChristophe Fergeau2015-03-131-1/+6
* ovirt: Fail gracefully when hostname is missingChristophe Fergeau2015-03-121-0/+7
* ovirt: Take into account SPICE proxyChristophe Fergeau2015-03-121-0/+4
* Do not add "https://" and "/api" to oVirt URIPavel Grunt2015-02-181-3/+2
* Set a transient parent for GtkDialogsPavel Grunt2014-12-191-8/+22
* Remove VIRT_VIEWER_VM_CHOOSE_DIALOG_CANCELLEDMarc-André Lureau2014-11-251-9/+3
* Avoid use of non-literal string with g_debugDaniel P. Berrange2014-10-271-2/+2
* Remove useless 'if (...)' before free()Daniel P. Berrange2014-10-271-3/+1
* Prefill the username in the authentication dialogFabiano Fidêncio2014-10-101-0/+3
* Show VM chooser dialog when oVirt VM name is missingPavel Grunt2014-10-101-22/+103
* VirtViewerApp: store windows in a listJonathon Jongsma2014-09-241-12/+9
* Fix --without-spice-gtk --with-ovirt buildChristophe Fergeau2014-09-121-47/+60
* Change collect_credentials() to return a booleanJonathon Jongsma2014-08-261-3/+4
* Auth: fix leak of usernameJonathon Jongsma2014-08-261-6/+5
* remote-viewer: oVirt username review fixesJonathon Jongsma2014-08-191-2/+3
* Create foreign menu from .vv file informationChristophe Fergeau2014-08-181-0/+9
* ovirt: Use OvirtForeignMenu classChristophe Fergeau2014-08-181-0/+82
* ovirt: Remove extra '/' from oVirt URIChristophe Fergeau2014-08-181-1/+2
* remote-viewer: allow username in ovirt URIsJonathon Jongsma2014-08-181-4/+16
* Remove unused RemoteViewerPrivate membersChristophe Fergeau2014-08-041-2/+0
* Remove incorrect G_GNUC_UNUSED from remote_viewer_window_addedChristophe Fergeau2014-08-041-1/+1
* Replace DEBUG_LOG with g_debugMarc-André Lureau2014-06-101-3/+3
* Set freed variables to NULL in remote_viewer_start()Jonathon Jongsma2014-06-031-0/+2
* Improve remote-viewer connection dialogJonathon Jongsma2014-06-031-12/+75
* spice: do not open in fullscreen with CONTROLLER_AUTO_DISPLAY_RESMarc-André Lureau2014-02-261-1/+1
* Improve window title when connected to newer spice-serverJonathon Jongsma2014-02-111-11/+2
* Reshow connection dialog on errorsChristophe Fergeau2013-11-131-0/+5
* Handle virt_viewer_app_start() errorsChristophe Fergeau2013-11-131-2/+3
* Fix window title after failed connectionChristophe Fergeau2013-11-131-1/+7
* Drop basic fullscreen modeJonathon Jongsma2013-11-131-3/+1
* ovirt: Only set SPICE CA cert if it's non NULLChristophe Fergeau2013-10-301-3/+7
* ovirt: Don't automatically download CA certificateChristophe Fergeau2013-10-301-6/+0
* ovirt: Honour oVirt command line optionsChristophe Fergeau2013-10-301-0/+1
* ovirt: Remove use of deprecated APIsChristophe Fergeau2013-10-301-3/+12
* Clean-up spaces before/after URI in connection dialogChristophe Fergeau2013-10-291-0/+1
* Try to share more GOption code between r-v and v-vMarc-André Lureau2013-08-201-4/+2
* Fix build --without-spice-gtkMarc-André Lureau2013-06-281-29/+27