Wojtek Porczyk
2c3df7bd67
spring cleaning part 5: more python3 fixes
2017-07-12 14:54:14 +02:00
Marta Marczykowska-Górecka
fb3dc6ecf7
update qubesmanager to compile under python3.
...
note: qvm-net.py has changed location to a weird one.
2017-06-25 17:53:23 +02:00
Jean-Philippe Ouellet
2f72aaf05f
Add more missing unicode()s around .tr()s
...
Fixes https://github.com/QubesOS/qubes-issues/issues/2637
2017-02-19 21:49:03 -05:00
Marek Marczykowski-Górecki
d073b3582d
i18n: wrap self.tf in unicode() where 'format' function is used
...
Qstring (returned by self.tr) does not have 'format' method.
Fixes QubesOS/qubes-issues#2599
2017-02-06 04:20:13 +01:00
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
unman
0f1e7bb352
Sort items in Backup selection dialog
2017-01-05 02:58:03 +00:00
Marek Marczykowski-Górecki
6b7b07acb8
backup: allow backup templates, even when installed by rpm
2015-03-31 05:44:37 +02:00
Marek Marczykowski-Górecki
5e925b23d4
backup+restore: remove an option to attach disk from a VM to dom0
...
This is (intentionally) not possible in R3. The user can choose to
backup directly to the VM, encrypting the backup in dom0 first.
2015-03-31 05:40:53 +02:00
Wojciech Zygmunt Porczyk
e9f1bb3880
*.py: Use full paths when calling subprocess.Popen().
...
Also removed unneeded imports of subprocess.
2014-05-22 15:07:35 +02:00
Marek Marczykowski-Górecki
c2038ec20b
backups: open file selection dialog at the end for unmounting the disk ( #831 )
2014-05-15 03:06:51 +02:00
Marek Marczykowski-Górecki
b4dcf0ceb4
backups: fix get_disk_usage usage
...
It isn't member of QubesVm anymore
2014-05-05 02:14:24 +02:00
Marek Marczykowski-Górecki
9669c9f069
backups: save backup settings ( #792 )
2014-03-31 05:23:07 +02:00
Marek Marczykowski-Górecki
3016c06d91
backups: use backup_cancel() to interrupt backup/restore operation ( #793 )
2014-03-08 03:58:59 +01:00
Marek Marczykowski-Górecki
3ea49b5192
Remove trailing semicolons
2014-02-23 00:44:08 +01:00
Marek Marczykowski-Górecki
53433bc47d
backups: fix unicode handling in passphrase and backup path
...
Convert from QString to unicode, not str object.
2014-02-05 06:54:22 +01:00
Marek Marczykowski-Górecki
926f61b86c
backups: clarify messages after finishing the backup process
2014-01-22 01:36:52 +01:00
Marek Marczykowski-Górecki
11aff876a5
backups: restore default SIGCHLD handler for the backup time
...
The same as for restore.
2014-01-15 06:00:02 +01:00
Marek Marczykowski-Górecki
f7db4725a2
backups: minor fixes
2014-01-15 05:59:45 +01:00
Marek Marczykowski-Górecki
5527609c92
backups: update backup_do parameters.
2014-01-15 05:59:16 +01:00
Marek Marczykowski-Górecki
26d4f67963
backups: detach block device when finished or error occurred
2014-01-12 05:42:19 +01:00
Marek Marczykowski-Górecki
5f7113e11e
backups: allow only one of "block device" and "VM"
...
Block device can be pointed only when source VM is "dom0".
2014-01-12 05:20:48 +01:00
Marek Marczykowski-Górecki
d8a6e4a4b1
backups: simplify getting dom0 object
2014-01-12 05:18:56 +01:00
Marek Marczykowski-Górecki
92a6a85a4b
backups: kill self.backup_location variable
...
This is copy of dir_line_edit content and its easy to desynchronize its
value, so just use the later directly.
2014-01-11 22:57:34 +01:00
Marek Marczykowski-Górecki
9c2db2f87c
backups: updates in backup progress information and cancel code
2013-11-28 04:07:39 +01:00
Marek Marczykowski-Górecki
21d72cdc6c
backups: UI improvements
...
Prompt for retype the backup password, more thoroughly test if the user
entered all required informations, use "dom0" instead of "None" for local
backup indication.
2013-11-28 03:52:02 +01:00
Marek Marczykowski-Górecki
ced6fc672b
backups: Update for new API - backup code moved to qubes.backup module
...
Also some improvements/fixes for handling new backup format
2013-11-28 03:50:17 +01:00
Marek Marczykowski-Górecki
6ad6e7c661
Whitespace fixes.
2013-11-28 03:45:22 +01:00
Olivier MEDOC
baa3c6362c
backup: implemented backup functions using the new backup model
2013-09-28 12:33:56 +02:00
Marek Marczykowski
987bdfc50d
Fix signal handling in backup window
...
The same issue as in multiselect widget.
2013-03-01 20:45:33 +01:00
Marek Marczykowski
69a2ac62fb
use any python2, not explicit python2.6
...
Especially allow python2.7.
2013-01-23 15:55:14 +01:00
Agnieszka Kostrzewa
d2a75bae4c
Warning on shutting down a VM that attached blk devices to other VMs
2012-05-25 13:59:58 +02:00
Agnieszka Kostrzewa
b116ce96f8
Increase timeout for VM shutdown when prep'ing for backup ( #566 )
2012-05-13 16:56:27 +02:00
Agnieszka Kostrzewa
4d9b848895
Changed SIGKILL to SIGTERM
2012-04-11 21:48:53 +02:00
Agnieszka Kostrzewa
22fc1167ef
Cancell backup in progress. (ticket #511 )
2012-04-11 18:47:43 +02:00
Agnieszka Kostrzewa
63a40e73c0
Backup progress bar more alive
2012-04-07 23:09:06 +02:00
Agnieszka Kostrzewa
07c0727b38
Backup partial and total sizes in vms list (ticket #485 )
2012-04-04 01:40:13 +02:00
Agnieszka Kostrzewa
464b73a23f
Indent fix
2012-04-01 19:50:55 +02:00
Agnieszka Kostrzewa
81bb0f75a6
All VMs available on backup list. One click 'shutdown running'
2012-03-29 23:26:16 +02:00
Agnieszka Kostrzewa
969e0807b4
Fixed backup list remembering previous state.
2012-03-08 19:09:58 +01:00
Agnieszka Kostrzewa
4168cc11fc
Include in backups working and editable. Type and installed_by_rpm displayed.
2012-03-07 20:42:18 +01:00
Agnieszka Kostrzewa
b915d725bc
Enabled selecting paths for backup/restore without mounting a device.
2012-03-02 02:50:12 +01:00
Agnieszka Kostrzewa
6d0a247997
Restore dialog
2012-02-22 06:09:25 +01:00
Agnieszka Kostrzewa
df02ed2aa4
Backup dialog.
2012-02-20 07:56:38 +01:00
Agnieszka Kostrzewa
e38f4df7fe
Backup dialog.
...
Plus an extra page in the backup restore dialog, so that it resembles
the backup dialog.
2012-01-31 14:29:13 +01:00