summaryrefslogtreecommitdiff
path: root/virtManager/migrate.py
Commit message (Expand)AuthorAgeFilesLines
* migrate: Add XML editor supportCole Robinson2020-09-051-3/+26
* connection: Pass object in -added/-removed signalsCole Robinson2020-09-011-3/+3
* uitests: Finish migrate.py coverageCole Robinson2020-08-261-8/+2
* domain: Fake jobinfo support for the test driverCole Robinson2020-08-261-1/+1
* migrate: Remove localhost hostname warningCole Robinson2020-08-261-15/+0
* virtManager: Misc coverage annotationsCole Robinson2020-08-261-1/+1
* i18n: improve items in destination comboPino Toscano2020-07-131-7/+5
* i18n: translate whole title in migration dialogPino Toscano2020-07-131-2/+3
* po: Fix message format warnings printed from xgettextCole Robinson2020-07-111-2/+2
* virtManager: Convert to CSS for most color usageCole Robinson2020-02-031-5/+1
* virtManager: Move a lot of misc files to lib/Cole Robinson2019-06-171-1/+1
* virtManager: Move object .py files to virtManager/object/Cole Robinson2019-06-171-1/+1
* Switch to more traditional logging structureCole Robinson2019-06-171-6/+6
* virtinst: Rename util to xmlutilCole Robinson2019-06-071-2/+2
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-16/+2
* tests: uitests: Add window cleanup testsCole Robinson2018-03-171-2/+14
* virtManager/*: Give pylint hints about singleton classesCole Robinson2018-03-171-1/+1
* Make all dialogs clean up when vm/conn disappearsCole Robinson2018-03-151-6/+5
* migrate: convert to singletonCole Robinson2018-03-151-0/+12
* migrate: Drop cached conn listCole Robinson2018-03-151-21/+13
* engine: break out vmmConnectionManagerCole Robinson2018-03-151-14/+15
* engine: connect conn-added in UI classesCole Robinson2018-03-151-6/+7
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-1/+1
* Drop more cmp() usage for python3Cole Robinson2018-01-271-1/+4
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-8/+8
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-2/+2
* baseclass: share wizard cursor setting codeCole Robinson2017-04-271-6/+2
* virt-manager: drop 'xenmigr' scheme from Xen migration URIJim Fehlig2016-09-081-1/+1
* translation: fix wrong usage of _() functionPavel Hrdina2015-06-051-1/+1
* uiutil: streamline column vs rowidx parameter nameCole Robinson2015-05-191-3/+3
* migrate: Add 'temporary' optionCole Robinson2015-04-211-4/+8
* migrate: Big reworking of the dialogCole Robinson2015-04-211-275/+251
* migrate: Drop unused 'live' parameter. We always pass LIVECole Robinson2015-04-211-5/+3
* migrate: Remove 'max downtime' supportCole Robinson2015-04-211-56/+2
* migrate: Drop 'bandwidth' UICole Robinson2015-04-211-24/+3
* connection: Simplify manager row 'pretty name' handlingCole Robinson2015-04-111-4/+6
* util: Move uri_split to its own URISplit classCole Robinson2014-12-091-21/+5
* virtManager: Switch to relative importsCole Robinson2014-09-121-4/+4
* connection: Simplify state managementCole Robinson2014-09-121-2/+2
* manager: Expand logic to avoid colliding connection descriptionsCole Robinson2014-07-041-1/+1
* details: Fix changing graphics type (bz 1083903)Cole Robinson2014-04-031-2/+2
* Clean up pylint integrationCole Robinson2014-04-021-2/+0
* migrate: Remove misleading 'offline' option (bz 881092)Cole Robinson2014-02-011-8/+1
* uiutil: Use list selection helpers everywhereCole Robinson2014-01-271-13/+6
* Allow unsafe migrations in virt-managerCharles Arnold2013-12-141-3/+18
* Use consistent widget names for create wizard headersCole Robinson2013-09-271-3/+4
* Rename ui files to match source file namesCole Robinson2013-09-221-1/+1
* ui: Set non-stock button images in glade, not explicitly in codeCole Robinson2013-09-221-7/+1
* asyncjob: Fix issues with multiple dialogs (bz 1003101)Cole Robinson2013-09-061-22/+25