mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-24 21:34:47 +03:00
1d17b98852
Kind of a big mess but it was difficult to untangle piecemeal. Basically this drops nearly all the centralized window tracking in engine.py and moves it to each UI class. If manager.py wants to open a details window it does it directly, and vmmDetails tracks the window object list itself. This simplifies things and makes the code easier to follow. There's still some weirdness with vmmConnect and connection callbacks, but future patches will break those apart. |
||
---|---|---|
.. | ||
xml | ||
__init__.py | ||
about.py | ||
addhardware.py | ||
choosecd.py | ||
cli.py | ||
clonevm.py | ||
connect.py | ||
console.py | ||
createinterface.py | ||
createnet.py | ||
createpool.py | ||
createvol.py | ||
details.py | ||
host.py | ||
manager.py | ||
migrate.py | ||
newvm.py | ||
prefs.py | ||
snapshot.py | ||
utils.py |