summaryrefslogtreecommitdiff
path: root/virtManager
Commit message (Expand)AuthorAgeFilesLines
* connect: Fix urllib usage on py3Cole Robinson2018-02-061-2/+2
* Drop python3 compat importsCole Robinson2018-02-063-24/+11
* Convert the output of range() to listRadostin Stoyanov2018-02-063-4/+4
* Replace "Queue" with "queue"Radostin Stoyanov2018-02-063-9/+9
* Convert long to intRadostin Stoyanov2018-02-061-1/+1
* Replace ipaddr module with ipaddressRadostin Stoyanov2018-02-063-37/+65
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-0611-27/+29
* Drop more cmp() usage for python3Cole Robinson2018-01-272-3/+9
* addhardware: Only add virtio-scsi if no other scsi controllers presentCole Robinson2018-01-271-1/+3
* Python 2/3 division compatabilityRadostin Stoyanov2018-01-279-22/+22
* uitests: console: Add live lxc serial testCole Robinson2018-01-211-0/+1
* uitests: Add live console testsCole Robinson2018-01-211-0/+3
* details: Tweak sound hwlist entry to be consistent with othersCole Robinson2018-01-211-1/+1
* uitests: Add choosecd dialog testsCole Robinson2018-01-211-0/+1
* addhardware: Don't allow adding floppy controllerCole Robinson2018-01-211-1/+2
* uitests: addhardware storage/disk testingCole Robinson2018-01-211-0/+2
* uitests: addhardware: add network testsCole Robinson2018-01-211-4/+0
* snapshots: Maintain selection after refreshCole Robinson2018-01-181-1/+4
* vnc: don't skip authentication for listen type none with fixed QEMUPavel Hrdina2018-01-161-3/+3
* ui: Add createnet/pool/vol/interface testsCole Robinson2018-01-111-2/+2
* ui: connect: Add 'Custom URI' optionCole Robinson2018-01-091-9/+27
* manager: Add accessible names to conn context menuCole Robinson2018-01-091-0/+1
* error: Add accessible strings for error dialogsCole Robinson2018-01-091-0/+3
* config: Explain and simplify our gsettings wrapper a bitCole Robinson2018-01-091-14/+23
* config: Use memory backend with --test-first-runCole Robinson2018-01-091-11/+5
* virt-manager: If --connect passed, wait for it to initCole Robinson2018-01-091-1/+7
* virt-manager: Gracefully exit app on ctrl-c, not sys.exitCole Robinson2018-01-091-1/+1
* oscontainer: ask root password in the wizardCédric Bosdonnat2018-01-061-2/+12
* details: Show attached disk information in scsi controller pageLin Ma2018-01-061-1/+8
* details: Disallow removing the scsi controller if disks attached to itLin Ma2018-01-061-0/+5
* ui: details: Add ui for showing attached controller devices in the futureLin Ma2018-01-061-0/+13
* details: Rename the variable 'dev' to 'controller' in refresh_controller_pageLin Ma2018-01-061-9/+9
* pylint: remove a unnecessary passChen Hanxiao2017-12-221-1/+0
* python3: fix bytes/string mess in serial consoleCédric Bosdonnat2017-12-201-3/+3
* baseclass: Fix UI file loading on py3Cole Robinson2017-12-201-1/+1
* connection: Another py3 exception variable fixCole Robinson2017-12-201-1/+3
* py3: store exception variables for use outside exceptCédric Bosdonnat2017-12-201-1/+2
* addhardware: Remove IDE from list while adding controllersLin Ma2017-12-201-1/+2
* gfxdetails: Select rendernode by default when user requests gl=onCole Robinson2017-11-251-4/+12
* details: Remove q35 support warning (bz #1443021)Cole Robinson2017-11-251-10/+0
* delete: undefine only persistent domainPavel Hrdina2017-11-242-2/+7
* addhardware: Correctly calculate virtio-scsi controller indexLin Ma2017-11-221-1/+2
* addhardware: Fix virtio-scsi controller target calculationCole Robinson2017-11-221-4/+8
* details: Show controller description + indexLin Ma2017-11-211-1/+1
* systray: Remove redundant variable assignmentRadostin Stoyanov2017-10-271-1/+0
* addhardware: Don't allow panic option where it isn't supportedCole Robinson2017-10-271-2/+3
* manager: Drop python2 only cmp() usageCole Robinson2017-10-211-6/+10
* pycodestyle: fix all E125 warningsChen Hanxiao2017-10-217-39/+39
* Use enumerate instead of range and lenRadostin Stoyanov2017-10-203-7/+5
* Import reduce() from functools moduleRadostin Stoyanov2017-10-202-2/+4