summaryrefslogtreecommitdiff
path: root/virtManager/clone.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up gtk STOCK and various image usageCole Robinson2022-02-191-3/+3
* device: disk: Rename path property to get/set_source_pathCole Robinson2020-11-111-5/+6
* clone: Rework the UICole Robinson2020-09-051-711/+432
* objects: Erase the notion of connkeyCole Robinson2020-09-011-1/+1
* connection: Pass object in -added/-removed signalsCole Robinson2020-09-011-3/+3
* virtManager: Misc coverage annotationsCole Robinson2020-08-261-1/+1
* i18n: use single strings for network list in clone dialogPino Toscano2020-07-141-11/+24
* i18n: fix string puzzles in error messagesPino Toscano2020-07-141-4/+6
* i18n: avoid string puzzlePino Toscano2020-07-141-1/+3
* po: Fix message format warnings printed from xgettextCole Robinson2020-07-111-3/+4
* devices: interface: Rename is_conflict_net -> check_mac_in_useCole Robinson2020-07-061-1/+1
* virtManager/clone.py: codespell fixDaniel Henrique Barboza2020-07-041-1/+1
* virtManager: Convert to CSS for most color usageCole Robinson2020-02-031-4/+0
* storage: move supports_volume_creation to virtManagerCole Robinson2019-07-031-1/+3
* virtManager: Move a lot of misc files to lib/Cole Robinson2019-06-171-1/+1
* Switch to more traditional logging structureCole Robinson2019-06-171-9/+9
* clone: Fix syntax errorCole Robinson2019-06-161-0/+1
* domain: Remove internal 'cloning' markerCole Robinson2019-06-161-24/+18
* virtManager: clone: build default clone path if we know howPavel Hrdina2019-03-061-4/+6
* virtManager: clone: check which storage pools supports volume cloningPavel Hrdina2019-03-041-5/+6
* pylint: Silence output on Fedora 29Cole Robinson2018-09-291-1/+1
* devices: interface: Simplify is_conflict_net callsCole Robinson2018-09-041-4/+1
* support: Drop lots more checksCole Robinson2018-08-311-7/+1
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* domain: Drop most device list wrappersCole Robinson2018-03-211-2/+2
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-16/+2
* virtinst: Give device classes consistent DeviceX namingCole Robinson2018-03-211-10/+10
* tests: uitests: Add window cleanup testsCole Robinson2018-03-171-0/+2
* virtManager/*: Give pylint hints about singleton classesCole Robinson2018-03-171-1/+1
* Make all dialogs clean up when vm/conn disappearsCole Robinson2018-03-151-4/+15
* clone: Convert to per-connection singleton-ish patternCole Robinson2018-03-151-24/+38
* pylint: Enable 'fixme' checkingCole Robinson2018-03-151-4/+0
* pylint: Resolve logging-not-lazyRadostin Stoyanov2018-03-031-1/+1
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-3/+3
* pycodestyle: fix all E131 warningsChen Hanxiao2017-08-261-1/+1
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-9/+9
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-1/+1
* virtManager: clone: drop redundant clone setupCole Robinson2017-07-201-1/+0
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-7/+7
* baseclass: share wizard cursor setting codeCole Robinson2017-04-271-6/+2
* ui: clone: Delay error if default storage doesn't have enough spaceCole Robinson2017-03-061-1/+5
* clone: Don't error if disk doesn't have a backing volumeCole Robinson2017-03-061-7/+8
* virtManager.clone: don't generate default clone_path for some storage poolsPavel Hrdina2017-03-061-0/+8
* virtManager.clone: don't generate clone path if we don't default to clonePavel Hrdina2017-03-061-1/+7
* virtManager.clone: set new manual path before we populate storage listPavel Hrdina2017-03-061-1/+1
* pylint: Fix some issues with F25 versionCole Robinson2016-12-131-4/+4
* pep8 W503: line break before binary operatorPavel Hrdina2015-07-141-2/+2
* clone: Use conn desc if showing destination connCole Robinson2015-04-211-1/+1
* clone: Refresh cached pools after storage creationCole Robinson2015-04-141-3/+26
* Break out shared storage UI to storagelist.py (bz 1060433)Cole Robinson2015-04-091-1/+4