Marek Marczykowski-Górecki
8e0a441dfe
settings: do not assume that kernel is the last setting
2014-02-20 01:05:38 +01:00
Marek Marczykowski-Górecki
95e9680e96
Whitespace fixes
2014-02-20 01:05:37 +01:00
Marek Marczykowski-Górecki
b109f8ce7c
backups: fix in VM path dialog handling
2014-02-20 01:05:37 +01:00
Marek Marczykowski-Górecki
e70b159ee5
settings: minor UI improvements
...
Tab stop order, matching labels to input boxes.
2014-02-20 01:05:37 +01:00
Marek Marczykowski-Górecki
e248f460c4
version 2.0.25
2014-02-20 01:05:37 +01:00
Marek Marczykowski-Górecki
7f6700bbe5
Fix global settings save
2014-02-16 21:56:55 +01:00
Marek Marczykowski-Górecki
93f172a0f5
version 2.0.24
2014-02-07 05:56:51 +01:00
Marek Marczykowski-Górecki
ede9d362a7
Merge branch 'appicons'
2014-02-07 05:55:29 +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
89280d0283
backups: start dom0 file browser with '/' as default
...
Do not suggest home directory as right place for backups. If the user
chosen some block device, it will be used as default.
2014-02-05 06:54:11 +01:00
Marek Marczykowski-Górecki
4f7d3451b2
backups: remove "skip dom0" option ( #791 )
...
User always can choose (or not) dom0 on the VMs selection page.
2014-02-05 04:31:37 +01:00
Marek Marczykowski-Górecki
0454524d93
Update audio-input availability after VM startup
...
The pulseaudio agent register itself when it connects to the VM, so
after VM reports "Running" state.
2014-01-23 16:41:01 +01:00
Marek Marczykowski-Górecki
728ee48b02
version 2.0.23
2014-01-22 22:46:12 +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
9b3fcc0855
Stabilize sorting order
...
In case of equal value in column, resolve order using QID. This ensures
preserving rows order across reload, data update etc.
2014-01-22 01:23:10 +01:00
Marek Marczykowski-Górecki
3c15702286
Merge remote-tracking branch 'woju/master' into appicons
2014-01-16 04:57:57 +01:00
Marek Marczykowski-Górecki
5932c4c324
Merge branch 'master' of git://git.qubes-os.org/joanna/qubes-manager
2014-01-16 04:23: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
89f7c30a7e
backups/restore: improve handling "Back" button
...
Do not reset entered data, but recheck selected VMs dependencies.
2014-01-13 05:22:52 +01:00
Marek Marczykowski-Górecki
7757e343e1
backups/restore: implement selecting the backup even in VM
...
Using new qubes.SelectFile RPC service, qubes manager can show the file
select dialog from within VM.
The user still can enter the path (or command) manually.
2014-01-13 05:20:54 +01:00
Marek Marczykowski-Górecki
07068be8ed
backups: improve handling of dom0 devices
...
Do not use blk_manager if the device is already in dom0, try to detach
device only when it was mounted (otherwise it was detached already in
error handling code).
2014-01-13 05:19:43 +01:00
Marek Marczykowski-Górecki
9214fb1488
backups: update imports
2014-01-13 05:19:06 +01:00
Marek Marczykowski-Górecki
745b5d479f
backups: update for simplified restore API calls
2014-01-13 05:18:03 +01:00
Marek Marczykowski-Górecki
c5ed749c22
backups: make released block device visible to the block manager
...
Devices used as part of other device (e.g. LUKS) are marked as
unavailable. So after releasing the device it need to be discovered
again. Unfortunately udev event isn't triggered on such occasion (only
"remove" event for device-mapper dev). This patch triggers this event
manually.
2014-01-13 05:09:07 +01:00
Marek Marczykowski-Górecki
02ac37c316
backups: default path on block device only on backup, not restore
...
On restore the user must point which backup want to use.
2014-01-12 05:43:15 +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
Wojciech Porczyk
d4228bc741
appmenus: appicons recreation upon appmenu change
2014-01-11 00:08:48 +01:00
Marek Marczykowski-Górecki
004893d8de
backups: enable back error reporting
...
The final error message wasn't shown (only the fact that backup failed).
2014-01-10 03:40:11 +01:00
Marek Marczykowski-Górecki
1e7eaf3776
backups: disable SIGCHLD handler for the time of running backup
...
Otherwise some syscalls would return EINTR. This is much easier (and
more readable!) solution than wrapping each syscall with try:except and
some loop.
2014-01-10 03:38:38 +01:00
Marek Marczykowski-Górecki
0b0297f129
backups: default file select state to previously selected directory
2014-01-10 03:37:28 +01:00
Joanna Rutkowska
49282de660
Merge branch 'master' of git://git.qubes-os.org/marmarek/qubes-manager
2014-01-06 21:42:39 +01:00
Marek Marczykowski-Górecki
589f2e7eb7
backups: allow to enter custom backup location (restore)
...
If "dom0" chosen, verify if the location exists.
2013-12-29 04:59:59 +01:00
Marek Marczykowski-Górecki
e1e60f692c
backups: allow to select backup in old format (directory instead of file)
...
New backup is store in one file, but old one in a whole directory. While
selecting old backup, the user need to point 'qubes.xml' file.
2013-12-29 04:56:27 +01:00
Joanna Rutkowska
f6e5baf326
version 2.0.22
2013-12-18 12:02:30 +01:00
Marek Marczykowski-Górecki
386c155dd5
Fix clone action
2013-12-14 02:55:41 +01:00
Marek Marczykowski-Górecki
f604f8a1dd
appmenus select: fix listing HVM "Start" entry
...
Do list entries even if no exec line recognised.
2013-12-14 02:38:35 +01:00
Joanna Rutkowska
e90a4841d9
version 2.0.21
2013-12-04 15:59:51 +01:00
Marek Marczykowski-Górecki
4fdfe44b11
Force refresh on manager show ( #759 )
...
But still collecting all the data takes some time...
2013-12-03 00:36:48 +01:00
Joanna Rutkowska
f8d1fabae0
version 2.0.20
2013-12-02 15:19:01 +01:00
Marek Marczykowski-Górecki
f587ac2d43
Adjust for new QubesVmCollection.save() implementation
...
Watch for MOVED_TO events in /var/lib/qubes directory to reload
qubes.xml.
2013-12-02 04:03:05 +01:00
Marek Marczykowski-Górecki
fda7180d16
Merge branch 'new-backups'
2013-11-29 04:01:55 +01:00
Marek Marczykowski-Górecki
568ce68ca5
backups: improve error reporting during restore
2013-11-29 03:33:17 +01:00
Marek Marczykowski-Górecki
668bb1fdf6
backups: deal with multithread restore process
...
Only GUI thread can interact with GUI widgets, so queue the requests and
process from GUI thread. This applies to backup progress reports.
2013-11-29 03:26:51 +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