manager/qubesmanager
Marek Marczykowski 3994038d76 Store various VM state in one dict, not random attributes
Storing some Qubes Manager specific properties in QubesVm object isn't
completely right, but if do so, try to keep them in one dict, not bunch
of attributes. Index this dict with named "enum" (implemented as class)
entries.
2013-04-13 04:10:13 +02:00
..
__init__.py Initial public commit. 2010-05-11 16:54:35 +02:00
.gitignore gitignore 2012-07-05 00:47:05 +02:00
appmenu_select.py Update function names for appmenus handling 2013-04-12 01:31:33 +02:00
backup_utils.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
backup.py Fix signal handling in backup window 2013-03-01 20:45:33 +01:00
create_new_vm.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00
firewall.py fix sorting firewall rules (#652) 2012-08-07 15:03:04 +02:00
global_settings.py Update imports to match new qubes global settings layout 2013-03-16 21:07:53 +01:00
log_dialog.py The Underscores Revolution: qubes-clipboard filename 2013-03-19 13:22:31 +01:00
main.py Store various VM state in one dict, not random attributes 2013-04-13 04:10:13 +02:00
mount_for_backup.sh Do not strictly depend on kdialog 2013-02-12 01:57:17 +01:00
multiselectwidget.py Fix multiselect widget signal handling. 2013-02-28 02:15:06 +01:00
restore.py Update imports to match new qubes global settings layout 2013-03-16 21:07:53 +01:00
settings.py Update imports to match new qubes global settings layout 2013-03-16 21:07:53 +01:00
thread_monitor.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00