summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-30test: Add tests for monitor mappingtest-mappingPavel Grunt2-6/+143
2016-08-30virt_viewer_parse_monitor_mappings: Add parameter for client monitorsPavel Grunt3-4/+5
2016-08-30Move monitor mapping parsing from app to utilPavel Grunt3-70/+92
2016-03-04Refresh translations from ZanataFabiano Fidêncio95-14003/+11653
2016-03-04app: Return early on empty monitor mappingPavel Grunt1-0/+5
2016-03-04util: Fix the size of sorted_displays allocationFabiano Fidêncio1-4/+7
2016-03-04session: Only create a hashtable if apply_monitor_geometry vfunc existsFabiano Fidêncio1-1/+3
2016-03-04Use the display ID to configure fullscreen monitorsJonathon Jongsma5-63/+77
2016-01-22display: Set useful values for MIN_DISPLAY_{WIDTH, HEIGHT}Jonathon Jongsma2-17/+20
2016-01-22display: set min value for desktop-{width,height} props as MIN_DISPLAY_{WIDTH...Fabiano Fidêncio1-2/+2
2016-01-05vv-file: Show 'newer-version-url' when version check failsChristophe Fergeau1-5/+17
2016-01-05vv-file: Add 'newer-version-url' key to .vv filesChristophe Fergeau3-0/+34
2016-01-05test: Add test case for virt_viewer_compare_buildidChristophe Fergeau2-0/+79
2016-01-05util: Replace virt_viewer_compare_version with _compare_buildidChristophe Fergeau4-20/+61
2016-01-05vv-file: Use "versions" in min version checkChristophe Fergeau1-2/+21
2016-01-05Show osid in remote-viewer --versionChristophe Fergeau1-1/+5
2016-01-05build-sys: Add --with-osidChristophe Fergeau1-0/+6
2016-01-05vv-file: Add VirtViewerFile::versionsChristophe Fergeau3-1/+82
2016-01-05vv-file: Refactor virt_viewer_file_check_min_versionChristophe Fergeau1-12/+15
2016-01-05vv-file: Move version checking code in its own functionChristophe Fergeau1-5/+15
2016-01-05build-sys: Always prepend '-' to BUILDIDChristophe Fergeau1-2/+2
2016-01-05build-sys: Don't substitute buildid when it was not setChristophe Fergeau1-2/+7
2016-01-05Fix crash when disabling last enabled displayFabiano Fidêncio1-2/+2
2016-01-05virt-viewer-display-vnc: Set uuid when using VNCLukas Venhoda2-1/+8
2016-01-05virt-viewer-display-vnc: Set guest name when using VNCLukas Venhoda1-0/+14
2016-01-05ovirt: Take into account SPICE proxyChristophe Fergeau1-0/+4
2016-01-05Refresh translations from zanataDaniel P. Berrange95-13510/+19069
2016-01-05Switch over to use zanata for managing translationsDaniel P. Berrange114-14139/+5990
2016-01-05Fix virt-viewer --reconnect crash with SPICE VMsChristophe Fergeau1-2/+18
2016-01-05session-spice: Disable extra displays in fullscreen modePavel Grunt1-0/+22
2016-01-05app: Do not map display to non-existent monitorPavel Grunt1-1/+5
2016-01-05app: Add helper for number of client monitorsPavel Grunt1-6/+11
2016-01-05Set enabled status of all displays when we get a monitor updateJonathon Jongsma1-2/+4
2016-01-05virt-viewer: Fix choose VM dialog alt-tab in gnome2Lukas Venhoda1-2/+0
2016-01-05virt-viewer: Clean up if no vm was chosenPavel Grunt1-1/+1
2016-01-05Report errors in one placePavel Grunt4-28/+20
2016-01-05Clear GError in cleanup sectionPavel Grunt2-4/+2
2016-01-05Exit normally when canceling dialogPavel Grunt8-36/+62
2016-01-05events: don't leak GIOChannel when destroying IO handleFabiano Fidêncio1-0/+4
2016-01-05events: allow to remove disabled timers and handlesFabiano Fidêncio1-11/+9
2016-01-05events: don't create glib IO watch for disabled handlesFabiano Fidêncio1-4/+6
2016-01-05events: don't hold events lock when dispatching free callbacksFabiano Fidêncio1-6/+2
2016-01-05events: don't reschedule deleted timeouts/watchesFabiano Fidêncio1-3/+14
2016-01-05events: protect 'handles' and 'timeouts' against concurrent accessesFabiano Fidêncio1-0/+10
2016-01-05events: remove unused virt_viewer_events_find_{handle,timeout} argFabiano Fidêncio1-12/+6
2016-01-05events: allow zero timeouts for timerFabiano Fidêncio1-1/+1
2016-01-05glib-compat: Use g_new0(GMutex, 1) if GLib >= 2.31Fabiano Fidêncio2-0/+5
2016-01-05events: remove timeout and handle from arraysFabiano Fidêncio1-28/+52
2016-01-05events: register event using GOnce to avoid multiple initializationsFabiano Fidêncio1-2/+10
2016-01-05events: ensure event callbacks are threadsafeFabiano Fidêncio1-18/+65