* origin/pr/273: (24 commits)
Fix coherence in network menu when adding/removing domains
Fix too long line
Add warning if trying to change template VM
Disable network menu for templates
Display default netvm
Fix possible 'None' default error
Added default option for network change
Wrap warnings message in self.tr()
Added wait argument to start_vm
Better dialog creation
Added try/except for starting netvm
Added error message to dialogs
Added proper error handling and Check netvm_name is not None
Changed checkboxes to icons
Added change network confirmation
Added Template Change Confirmation
Moved change_* funcs after __init__()
Added QMessageBox if netvm is halted and user wants to start it
Added network_menu updates
Added try/except for change_network
...
- create_new_vm rework - especially new VM type selection
- minor changes in the main manager table
- rework of logs dialog (the test for the actual dialog is still
missing, the current one only checks if it's called with proper
arguments)
When choosing StandaloneVM type, the option to install a system should
be enabled when empty source template is set. Fix this when choosing VM
type first and only then changing template to empty.
* origin/pr/275:
Replace '2' with Qt.Checked
Rename 'Include in backups' to 'Backup'
flags() rewrite
Fix empty lines
Include in backups changed to 'CheckStateRole'
* origin/pr/270:
Restored removed lines by accident (although I think that are useless at this moment)
Fix pylint warnings
Added saving and restore settings for showing checkboxes
Removed unused import
Enable 'Show' checkboxes by default
Added filterAcceptsRow() to QubesProxyModel
Added 'Show' Checkboxes to .ui
Fix SelectionMode on ui file