summaryrefslogtreecommitdiff
path: root/virtManager/engine.py
Commit message (Expand)AuthorAgeFilesLines
* virt-manager: Stop suppressing all warningsCole Robinson2020-09-191-2/+2
* uitests: finish engine.py coverageCole Robinson2020-08-291-4/+4
* testmock: Split apart the first-run optionCole Robinson2020-08-291-3/+3
* engine: Move the first run systemd handling to connectauth.pyCole Robinson2020-08-291-79/+5
* uitests: console/keyring/viewer coverage workCole Robinson2020-08-291-6/+5
* i18n: fix few spellingsPino Toscano2020-07-131-1/+1
* virtManager: Move a lot of misc files to lib/Cole Robinson2019-06-171-1/+1
* virtManager: rename connect.py -> createconn.pyCole Robinson2019-06-171-2/+2
* virtManager: rename create.py -> createvm.pyCole Robinson2019-06-171-2/+2
* Switch to more traditional logging structureCole Robinson2019-06-171-24/+25
* virt-manager: Add --test-optionsCole Robinson2019-06-051-3/+3
* details: split out a top level vmwindowCole Robinson2019-05-131-2/+2
* virt-manager: add --show-domain-deleteCole Robinson2019-03-041-2/+9
* engine: Fix first run startup error (bz 1674040)Cole Robinson2019-02-081-1/+2
* engine: More logging for --test-first-runCole Robinson2019-02-031-4/+10
* manager: fix some --test-leak-debug issuesCole Robinson2018-10-131-0/+3
* engine: Drop PackageKit integrationCole Robinson2018-10-071-34/+76
* engine: Exit app if if --show-X bits failCole Robinson2018-09-301-34/+18
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* avoid referencing ConnectError if it is NoneDaniel P. Berrangé2018-04-041-2/+3
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-16/+2
* details: Again fix default page showingCole Robinson2018-03-181-1/+1
* engine: Fix backtrace from manager->exitCole Robinson2018-03-171-0/+2
* engine: Make a decorator function for showing startup errorsCole Robinson2018-03-171-55/+47
* virtManager/*: Give pylint hints about singleton classesCole Robinson2018-03-171-1/+1
* systray: Change window tracking a bitCole Robinson2018-03-171-3/+11
* engine: Show modal startup errors if window open failsCole Robinson2018-03-161-30/+16
* s/connect_opt_out/connect_once/ for open-completed callbackCole Robinson2018-03-161-6/+3
* virt-manager: if new --connect fails, don't save the URICole Robinson2018-03-161-0/+4
* engine: Remove centralized conn.open handlingCole Robinson2018-03-151-184/+48
* Make all dialogs clean up when vm/conn disappearsCole Robinson2018-03-151-26/+36
* engine: Move most remaining window tracking to UI classesCole Robinson2018-03-151-310/+95
* engine: Have windows increment/decrement windows directlyCole Robinson2018-03-151-14/+11
* engine: Have windows call exit_app directlyCole Robinson2018-03-151-10/+10
* engine: Cleanup function names, comments, etc.Cole Robinson2018-03-151-166/+192
* clone: Convert to per-connection singleton-ish patternCole Robinson2018-03-151-24/+0
* migrate: convert to singletonCole Robinson2018-03-151-20/+0
* delete: Convert to singletonCole Robinson2018-03-151-19/+0
* details: Call inspection VM refresh directlyCole Robinson2018-03-151-9/+0
* engine: break out vmmConnectionManagerCole Robinson2018-03-151-190/+132
* engine: connect conn-added in UI classesCole Robinson2018-03-151-17/+10
* prefs: Add a setting to enable/disable libguestfs inspectionCole Robinson2018-03-151-26/+11
* preferences: Convert to singletonCole Robinson2018-03-151-21/+0
* about: Convert to singletonCole Robinson2018-03-151-15/+0
* engine: Move VM action callbacks to vmmenu.pyCole Robinson2018-03-151-197/+0
* connection: Call virConnectClose and log the return valueCole Robinson2018-03-151-1/+1
* virt-manager: Add hidden --test-leak-debug optionCole Robinson2018-03-151-10/+1
* engine: Only init systray if launching new appCole Robinson2018-03-151-34/+31
* Replace "Queue" with "queue"Radostin Stoyanov2018-02-061-6/+6
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-7/+7