Marek Marczykowski-Górecki
7c602bf7d2
i18n: wrap strings with self.tr
...
Allow translations to handle strings defined in code.
Fixes QubesOS/qubes-issues#2599
2017-01-22 13:22:26 +01:00
Marek Marczykowski-Górecki
f6941bd3d3
Use separate QubesVmCollection instance when running a task in background ( #986 )
...
QubesVmCollection is not thread safe. If for example update_table() will
be called during some long-running task (like creating or removing VM),
it will try to reload qubes.xml (so get read lock first), but the thread
already holds a lock on this file. This would result in "Lock already
taken" exception.
Fixes qubesos/qubes-issues#986
2015-05-04 01:25:55 +02:00
Marek Marczykowski-Górecki
a4a022e2c0
mainwindow: code style (part 1), no functional change
...
Wrap long lines, whitespace fixes
2015-05-03 19:03:25 +02:00
Marek Marczykowski-Górecki
ca6cc8e01f
create-vm: Handle the case when no HVM-template exists
2014-06-07 04:40:24 +02:00
Marek Marczykowski-Górecki
aca43a46da
Filter out 'dom0' from selectable netvm list
...
This is workaround until #757 will be done.
2014-06-07 04:07:26 +02:00
Andrew B
ba0cced495
Implemented NetVM selection via drop-down in AppVM creation dialog.
2014-06-07 04:02:45 +02:00
Marek Marczykowski-Górecki
538b358df0
Add "HVM Template" VM type to create VM dialog ( #758 )
2014-03-08 01:38:22 +01:00
Marek Marczykowski-Górecki
2883c76740
Remove unused code in New VM dialog
2014-02-23 15:07:53 +01:00
Marek Marczykowski-Górecki
cc1ce3961d
Rollback changes when VM creation failed
...
Do not only remove files, also remove VM from qubes.xml.
2014-02-23 00:46:33 +01:00
Marek Marczykowski-Górecki
c40beed213
Add warning about potential license issues with template HVM
2013-11-21 04:19:41 +01:00
Marek Marczykowski-Górecki
0d41abad90
Add support for template-based HVM
2013-11-21 04:19:30 +01:00
Marek Marczykowski-Górecki
9c1e2f496c
List only compatible templates
2013-11-21 04:17:59 +01:00
Marek Marczykowski-Górecki
4a7f3caee9
Update VM adding code for new API
...
No longer separate functions for each VM type.
2013-11-21 04:16:26 +01:00
Marek Marczykowski
69a2ac62fb
use any python2, not explicit python2.6
...
Especially allow python2.7.
2013-01-23 15:55:14 +01:00
Marek Marczykowski
e756d31bb5
Allow to create Standalone VM ( #669 )
2012-11-09 21:11:27 +01:00
Marek Marczykowski
85f240d887
Improve creating network-isolated VMs
...
Instead of blocking on firewall, do not connect to netvm.
2012-11-09 21:11:17 +01:00
Marek Marczykowski
d0eb5a2fd5
validate VM name also at GUI level ( #656 )
2012-08-23 03:57:19 +02:00
Marek Marczykowski
8d7ae00b2a
fix HVM presence test
2012-08-23 03:57:01 +02:00
Marek Marczykowski
175e78d2c2
place notification title in one place
2012-07-05 01:06:51 +02:00
Agnieszka Kostrzewa
d4673d540e
Allow to specify type of the VM being created ( #559 )
2012-05-11 22:52:27 +02:00