summaryrefslogtreecommitdiff
path: root/virtManager/asyncjob.py
Commit message (Expand)AuthorAgeFilesLines
* asyncjob: Remove unused importCole Robinson2023-01-191-1/+0
* asyncjob: Fix backtrace when no cursor theme installedCole Robinson2023-01-191-3/+1
* progress: Drop tqdm and revert back to local urlgrabber copyCole Robinson2021-06-091-19/+9
* createvm: Fix text progress with virt-bootstrapCole Robinson2021-06-091-5/+0
* progress: convert to tqdmCole Robinson2021-05-221-23/+31
* progress: Some internal API cleanupCole Robinson2021-05-221-39/+48
* virt-manager: Stop suppressing all warningsCole Robinson2020-09-191-1/+1
* uitests: Finish asyncjob.py coverageCole Robinson2020-08-261-32/+15
* virtManager: add coverage annotations and remove dead codeCole Robinson2020-08-261-5/+0
* 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
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-2/+2
* create: Stop if virt-bootstrap has failedRadostin Stoyanov2017-08-021-0/+3
* asyncjob: Add enable/update details methodsRadostin Stoyanov2017-07-131-0/+15
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-1/+1
* Do not use deprecated gdk_cursor_newPavel Grunt2017-05-031-2/+3
* asyncjob: Fix pylintCole Robinson2016-01-121-2/+0
* asyncjob: Always hide the X buttonCole Robinson2016-01-111-16/+1
* asyncjob: Only show X button if dialog is cancellable (bz 1295418)Cole Robinson2016-01-101-0/+1
* Copy urlgrabber progress bar code into virt-manager.gitCole Robinson2015-09-181-5/+6
* virtinst: Centralize urlgrabber meter lookupCole Robinson2015-09-061-1/+1
* virtManager: Switch to relative importsCole Robinson2014-09-121-1/+1
* asyncjob: Remove uninteresting debug messageCole Robinson2014-05-021-1/+0
* Clean up pylint integrationCole Robinson2014-04-021-2/+0
* More pylint fixesCole Robinson2014-03-221-0/+1
* headers: update "Red Hat, Inc." copyright for the year 2013Giuseppe Scrivano2013-10-281-1/+1
* asyncjob: Fix simple error callbackCole Robinson2013-10-091-2/+2
* snapshots: Fix showing async dialogs for revert/deleteCole Robinson2013-10-051-7/+7
* Rename ui files to match source file namesCole Robinson2013-09-221-1/+1
* asyncjob: Fix issues with multiple dialogs (bz 1003101)Cole Robinson2013-09-061-40/+50
* asyncjob: Remove unused async parameterCole Robinson2013-09-061-20/+10
* VirtualConnection: cache version lookupsCole Robinson2013-07-061-2/+1
* async: Revive timer unregistering, unintentionally dropped.Cole Robinson2013-06-181-0/+2
* asyncjob: Fix tracebacks if main loop exits earlyCole Robinson2013-06-181-2/+8
* asyncjob: Fix dialog closing and progress bar pulsingCole Robinson2013-06-141-1/+7
* Fix exiting app if asyncjobs are runningCole Robinson2013-06-141-11/+2
* asyncjob: Only close window if operation completes.Cole Robinson2013-06-141-3/+8
* asyncjob: Some code reorgCole Robinson2013-06-141-98/+92
* asyncjob: Explicitly pass callbacks to vmmCreateMeterCole Robinson2013-06-141-15/+19
* asyncjob: Simplify registering a cancel callbackCole Robinson2013-06-131-18/+16
* Revive pep8 and clean up the codeCole Robinson2013-04-131-0/+6
* asyncjob: Rename function that collides with gtk methodCole Robinson2013-04-131-2/+2
* Disable pylint warnings about gi.repositoryCole Robinson2013-04-121-0/+2
* Remove autotools, replace with distutils-extraCole Robinson2013-04-031-0/+350