Wojciech Zygmunt Porczyk
e834b33d42
Merge remote-tracking branch 'marmarek/master'
2014-05-19 13:54:02 +02:00
Marek Marczykowski-Górecki
d263245a0b
version 2.0.30
2014-05-17 21:48:41 +02:00
Marek Marczykowski-Górecki
2508365455
whitespace fix
2014-05-17 21:43:51 +02:00
Hansi
44fe1cc845
small update to add "autostart" checkbox to the basic settings dialog
2014-05-17 21:43:29 +02:00
Wojciech Zygmunt Porczyk
f882042994
settings.py: launch lspci by full path (/usr/sbin/lspci)
2014-05-16 19:16:16 +02:00
Wojciech Zygmunt Porczyk
511767c662
qubes-manager.desktop: display QM in toplevel menu in Xfce
2014-05-16 17:54:55 +02:00
Marek Marczykowski-Górecki
2221dcee36
Do not crash when no notification service present
2014-05-15 23:49:02 +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
f096f0050a
updates: call 'yum clean expire-cache' as root ( #843 )
...
In Fedora 20 sudo cannot be called from qrexec call (no tty available),
so run it in separate call as root.
Also add "-P" option to qubes-update-check call: for SysV systems it
should be ignored and service started as normal user (which is just
fine), but on systemd systems, the call would be redirected to
systemctl, which refuse normal user service actions. "-P" flag acquires
root privileges using PolicyKit.
2014-05-12 15:34:24 +02:00
Marek Marczykowski-Górecki
4d54815ce3
Simplify '\n' handling in tray notifies
...
Do not request the caller to encode them properly for current
notification service, but fix the encoding in notify function.
2014-05-12 15:33:18 +02:00
Marek Marczykowski-Górecki
ba70ee74f0
typo fix
2014-05-11 13:56:30 +02:00
Marek Marczykowski-Górecki
12ac8bb5f7
version 2.0.29
2014-05-05 21:31:47 +02:00
Marek Marczykowski-Górecki
d78e5b7b40
Workaround KDE notification, which ignores '\n' ( #844 )
2014-05-05 02:15:37 +02:00
Marek Marczykowski-Górecki
04c0f4472a
log_dialog: display only last 1MB of log, force it plain text
2014-05-05 02:15:01 +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
Wojciech Zygmunt Porczyk
52f12abd36
qubesmanager/main.py: always display icons in menus
...
This commit is part of #721 fix.
2014-04-30 15:03:09 +02:00
Marek Marczykowski-Górecki
db18bbf6d2
version 2.0.28
2014-04-25 23:10:20 +02:00
Marek Marczykowski-Górecki
978af55bbb
Minor error message handling fix
2014-04-24 12:58:38 +02:00
Marek Marczykowski-Górecki
59b98f7b51
Add updates section to global settings ( #800 )
2014-04-11 07:07:31 +02:00
Marek Marczykowski-Górecki
5dfb8213d6
version 2.0.27
2014-04-02 19:09:52 +02:00
Marek Marczykowski-Górecki
a84ebe56e8
Disable increment size hints
...
Window size is fixed (calculated based on VMs count etc) so it isn't
useful. Without correctly calculated base size hint it can cause wrong
manager window size. It actually happens on fc20 in dom0.
2014-04-02 03:29:57 +02:00
Marek Marczykowski-Górecki
a09f558b4b
settings: add seamless_gui_mode settings ( #810 )
2014-04-01 01:13:34 +02:00
Marek Marczykowski-Górecki
ad99db9ca9
Add "Block devices" menu to context menu of tray icon ( #781 )
2014-03-31 18:38:17 +02:00
Marek Marczykowski-Górecki
aec32da2f1
Create "global" objects in main(), not VmManagerWindow
...
To have them outside of VmManagerWindow instance - possibly passed
through to other objects.
2014-03-31 18:36:00 +02:00
Marek Marczykowski-Górecki
9669c9f069
backups: save backup settings ( #792 )
2014-03-31 05:23:07 +02:00
Marek Marczykowski-Górecki
227597cf93
Add 'Requested MEM' column (aka prefmem) ( #788 )
2014-03-31 03:44:01 +02:00
Marek Marczykowski-Górecki
55d5bf0262
Split QubesBlockDevicesManager and table widgets into separate files
...
The main.py was ridiculously large - almost half of all Qubes Manager
code in one file.
2014-03-31 01:17:27 +02:00
Marek Marczykowski-Górecki
41bf7b448e
firewall: add an option to temporary allow full network access ( #760 )
...
Add rule "*" with expire time set.
2014-03-28 06:41:35 +01:00
Marek Marczykowski-Górecki
3b3846eeb5
firewall: simplify rules handling code
...
Use directly rule provided by qubes core, not intermediate class
QubesFirewallRuleItem. This also will improve compatibility - if no
firewall changes made (but still "OK" clicked instead of "Cancel")
really the same settings are saved, even if rules contains some not
supported by Qubes Manager attributes.
2014-03-28 05:15:52 +01:00
Marek Marczykowski-Górecki
f79a1ed42e
Clear startup errors when VM finally is running ( #799 )
2014-03-24 03:45:55 +01:00
Marek Marczykowski-Górecki
4f77108c5f
settings: add an option to resize root.img ( #699 )
2014-03-21 18:40:23 +01:00
Marek Marczykowski-Górecki
9cc18228a0
Tell the KDE that clipboard notify uses HTML ( #797 )
...
Apparently KDE parses HTML tags in tray notifications only when some of
them appears on the first line of the message. So add some there.
This doesn't affect Xfce, which always parses HTML tags.
2014-03-11 02:10:11 +01:00
Marek Marczykowski-Górecki
ef90176747
Add VM name to block attach/detach notify ( #797 )
2014-03-10 05:21:22 +01:00
Marek Marczykowski-Górecki
e17e69dff3
Add Last backup date column ( #798 )
2014-03-10 04:28:30 +01:00
Marek Marczykowski-Górecki
55a965e5bd
Add IP and included in backups columns ( #735 , #798 )
2014-03-10 04:27:52 +01:00
Marek Marczykowski-Górecki
7053041a4d
version 2.0.26
2014-03-10 01:09:28 +01: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
3d13bfd8a1
Define tab stop order in create VM dialog
2014-03-08 01:38:44 +01: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
95c3f822ab
NewVMdlg: link labels to input boxes
2014-02-23 15:30:38 +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
b536df4a79
Add option to start HVM with Qubes Tools installation iso attached ( #744 )
2014-02-23 01:32:50 +01:00
Marek Marczykowski-Górecki
0381a54156
Remove VM files when clone failed
2014-02-23 00:49:28 +01:00
Marek Marczykowski-Górecki
c0718a484d
First remove VM from qubes.xml ( #765 )
...
So it will be removed regardless whether removing the files failed or
not.
2014-02-23 00:49:07 +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
3d67863727
appmenus: rely on core to recreate appmenus
...
Do not call all the steps manually.
2014-02-23 00:44:51 +01:00
Marek Marczykowski-Górecki
3ea49b5192
Remove trailing semicolons
2014-02-23 00:44:08 +01:00
Marek Marczykowski-Górecki
17107a7012
settings: add 'drive' setting to advanced tab ( #712 )
2014-02-20 01:05:38 +01:00
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