Marek Marczykowski-Górecki
4a136507e9
mainwindow: code style (part 2), no functional change
...
Rename variables to match PEP8, use is/is not None instead of ==/!=,
initialize instance variables in __init__, fix methods overloads.
2015-05-03 19:03:26 +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
8a91c90cf8
Fix block attach/detach
2015-04-14 23:11:12 +02:00
Marek Marczykowski-Górecki
f65dcdbf10
Watch for domain start/stop events and refresh VM connection info
...
QubesVm object caches some domain state (domain ID in libvirt object,
Qubes DB connection socket), which can become out of date in
case of start/stop events. Currently it needs manual trigger to refresh
itself.
2015-03-30 04:59:08 +02:00
Marek Marczykowski-Górecki
80b3afdab4
Revert "Add 'Requested MEM' column (aka prefmem) ( #788 )"
...
This reverts commit 227597cf93
.
QubesWatch no longer supports xenstore, so there is no simple way to
get this column updated. This is conscious decision in process of making
R3 Xen-independent.
Conflicts:
qubesmanager/main.py
2015-03-28 22:57:03 +01:00
Marek Marczykowski-Górecki
0d9bb27229
Update CPU measurement call for the new API
2015-02-09 05:05:03 +01:00
Marek Marczykowski-Górecki
6329c6e07e
Disable meminfo watch - not implemented in R3
2015-02-06 08:26:53 +01:00
Wojciech Zygmunt Porczyk
060b16900a
use new icon from qubes-artwork
2014-07-09 18:21:56 +02:00
Marek Marczykowski-Górecki
edb40bbfb6
Notify about dom0 updates ( #824 )
...
Tray notifications from cron job (outside of session) didn't worked well.
2014-06-10 01:15:26 +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
2221dcee36
Do not crash when no notification service present
2014-05-15 23:49:02 +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
d78e5b7b40
Workaround KDE notification, which ignores '\n' ( #844 )
2014-05-05 02:15:37 +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
978af55bbb
Minor error message handling fix
2014-04-24 12:58:38 +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
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
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
f79a1ed42e
Clear startup errors when VM finally is running ( #799 )
2014-03-24 03:45:55 +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
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
3ea49b5192
Remove trailing semicolons
2014-02-23 00:44:08 +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
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
386c155dd5
Fix clone action
2013-12-14 02:55:41 +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
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
77cc22824b
Use Standalone/AppVM icon for HVM
...
Instead of separate HVM icon.
2013-11-22 16:39:19 +01:00
Marek Marczykowski-Górecki
80066c3f72
One more update for the new API
2013-11-21 04:21:47 +01:00
Marek Marczykowski-Górecki
c11c42e2f7
Show the correct icon for HVM
...
Not standalone/template one.
2013-11-21 02:25:27 +01:00
Marek Marczykowski-Górecki
0f28fc7855
Preserve VM selection during table update
2013-10-18 04:20:19 +02:00
Marek Marczykowski-Górecki
b1ad497579
Update log filenames - now qrexec and guid have VM name instead of XID
2013-10-18 03:40:21 +02:00
Marek Marczykowski-Górecki
dcec8b566f
Remove some debugging code
2013-10-18 03:37:22 +02:00
Marek Marczykowski-Górecki
fa61fceddd
Fix watching clipboard change when the file initially doesn't exists ( #749 )
...
When the file doesn't exists, adding a watch fails. So monitor directory
for IN_CREATE event and when file is created - add the modify watch.
This watch will miss the first update (rather: create), so fire it
in IN_CREATE handler.
2013-10-18 03:33:56 +02:00
Marek Marczykowski-Górecki
19b9ffefda
Catch the exception on device attach/detach
...
Take care to release lock before anything else, otherwise GUI will
be frozen...
2013-10-02 01:10:58 +02:00
Marek Marczykowski
da0d0c29b8
Get current release from /etc/qubes-release for about window
2013-04-25 16:09:03 +02:00
Marek Marczykowski
0f175b5c92
Fix showing inactive VMs
...
Previously if Qubes Manager was started with inactive VMs hidden,
toggling "show inactive VMs" option wasn't enough to show them. This is
because we set RowHidden to False only when both show_inactive and
show_internal are set.
This commit fixes the issue.
2013-04-13 04:14:00 +02:00
Marek Marczykowski
3994038d76
Store various VM state in one dict, not random attributes
...
Storing some Qubes Manager specific properties in QubesVm object isn't
completely right, but if do so, try to keep them in one dict, not bunch
of attributes. Index this dict with named "enum" (implemented as class)
entries.
2013-04-13 04:10:13 +02:00
Marek Marczykowski
009782189c
Update button: expire cache before checking for updates
2013-04-13 03:13:37 +02:00
Marek Marczykowski
47669aac4e
Replace direct xl calls with proper QubesVM methods
2013-04-13 03:12:58 +02:00
Marek Marczykowski
e0a15c12d4
Replace dbus-python with QtDBus
...
dbus-python seems to be not thread safe. After "881ee76 Merge qclipd
into qubes-manager" this occasionally triggers SEGV.
QtDBus seems to be somehow less robust:
- doesn't automatically convert methods arguments to proper types based
on introspection data
- property access isn't working so must call
org.freedesktop.DBus.Properties methods manually
But besides those problems seems to work stable.
2013-04-13 02:54:24 +02:00
Marek Marczykowski
59dcefefe1
The Underscores Revolution: qubes-clipboard filename
2013-03-19 13:22:31 +01:00
Marek Marczykowski
bc485d2928
Update imports to match new qubes global settings layout
2013-03-16 21:07:53 +01:00
Marek Marczykowski
ff15208e8f
Do not import qubes_guid_path (not used anywhere)
2013-03-16 20:53:47 +01:00
Marek Marczykowski
881ee76709
Merge qclipd into qubes-manager
...
Have all gui-notification code in one place.
TODO: Change python-dbus to QtDBus, which should better support threads
(current version occasionally gets SEGV...).
2013-03-12 15:56:40 +01:00
Olivier Medoc
cff51fdabd
mainui: Changed the showhide algorithm to handle internal VMs
...
Additionnally, the windows resizing algorithm has been changed to use the count of displayed internal VMs.
2013-03-09 00:07:48 +01:00
Olivier Medoc
268c9a9d94
mainui: implemented show/hide internal VMs
2013-03-09 00:07:48 +01:00
Olivier Medoc
70e0a2b97a
mainui: Added show/hide internal VMs in the view menu
2013-03-09 00:07:47 +01:00
Olivier Medoc
dded0ba510
mainui: hide the Internal column by default
2013-03-09 00:07:47 +01:00
Olivier Medoc
effe24b20e
mainui: added the Internal column to show if the VM is internal
2013-03-09 00:07:47 +01:00
Marek Marczykowski
d48ed3ca57
Use local time in shutdown monitor
...
vm.get_start_time() is in local time, so compare it also with local time, not
the UTC one.
2013-02-23 16:18:43 +01:00
Marek Marczykowski
74f9bcd6f7
Mark paused VMs with grey icon ( #707 )
2013-02-20 23:08:18 +01:00
Marek Marczykowski
ab5fca6e19
Dot allow to run command in paused VM
2013-02-19 03:33:01 +01:00
Marek Marczykowski
de27483948
Allow killing paused VM
2013-02-19 03:32:49 +01:00
Marek Marczykowski
1477c8e90c
Display memory size even if VM isn't running.
...
This covers the case of paused and halting VMs.
2013-02-19 03:32:03 +01:00
Marek Marczykowski
fd330c283d
Add menubar/toolbar context menu explicitly
...
Previously it was somehow automatically generated. Unfortunately it
caused SEGV in libQtCore (4.8).
2013-02-15 16:06:54 +01:00
Marek Marczykowski
6b03b6dd1b
Fix SIGHUP handler
2013-02-15 00:49:52 +01:00
Marek Marczykowski
73598b0344
Do not strictly depend on kdialog
...
Use QInputDialog where possible, fallback to zenity where not.
2013-02-12 01:57:17 +01:00
Marek Marczykowski
05de91293e
reconnect to notification daemon when it restarts
...
Notification daemon isn't running all the time (at least in xfce), it is
dbus-activated. So do not stick to one detected at program startup.
2013-02-07 12:46:39 +01:00
Marek Marczykowski
950fe9253c
fix race condition in get_selected_vm
...
Reported-by: Hakisho Nukama <nukama@gmail.com>
2013-02-06 14:57:09 +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
82c26dc91f
enable audio enable/disable switch only for VMs which have such feature ( #682 )
...
Check as realiable as possible: existence of dbus connection.
2012-12-06 06:27:59 +01:00
Marek Marczykowski
273cb9257f
use dbus object path without VM name ( #681 )
...
VM name can contain characters forbidden in object path (like dash), so
pulseaudio client will use path without VM name.
2012-12-06 06:25:54 +01:00
Marek Marczykowski
497f93ca70
Follow vm.run() API change, remove opencoded "user" name ( #577 )
2012-11-13 04:44:25 +01:00
Marek Marczykowski
0d2a5d059a
Fix audio-input status handling
2012-11-09 21:01:38 +01:00
Marek Marczykowski
6499ec315a
audio-input setting and status
2012-11-06 06:50:14 +01:00
Bruce A Downs
3f8cd88ec0
qubes-manager: Added call to lock.remove_pidfile() on successful exit
...
* Adding remove_pidfile on exit
* prevents the incorrect 'crash' message on startup
* Added proper call to main
2012-10-19 02:22:30 +02:00
Marek Marczykowski
1e12936ea4
allow clone default template
...
Reported-by: Jan Beerden <jan@janbeerden.be>
2012-08-07 02:02:40 +02:00
Marek Marczykowski
70204bb8a1
Save view settings and restore at startup
...
Like selected columns, sorting etc.
2012-08-04 04:13:16 +02:00
Marek Marczykowski
a11b68ef5e
simplify data sorting code
2012-08-04 04:12:39 +02:00
Marek Marczykowski
e5b070646b
Show running instance when started the second time ( #632 )
...
Running instance notified by dbus.
2012-07-24 23:46:03 +02:00
Marek Marczykowski
109907a9fd
Merge commit 'v1.2.28'
2012-07-24 22:35:01 +02:00
Marek Marczykowski
1511dbca6d
vm-update: force recheck of updates availability after gpk-update-viewer terminated ( #634 )
2012-07-22 01:18:21 +02:00
Joanna Rutkowska
2bcd02b313
show manager's main window on start ( #632 )
2012-07-19 23:20:21 +02:00
Joanna Rutkowska
4dc978a048
Merge branch 'master' of git.qubes-os.org:/var/lib/qubes/git/marmarek/qubes-manager
2012-07-16 19:40:37 +02:00
Marek Marczykowski
b650a3a276
Hide partitions from "block attach" submenu ( #623 )
...
Still allow to detach partition if attached manually.
2012-07-13 01:42:48 +02:00
Joanna Rutkowska
62f230fc9d
Rearange items in contect menu into more logical groups
2012-07-12 16:24:40 +02:00
Marek Marczykowski
e8a0461bac
Add "Clone VM" action ( #613 )
2012-07-12 13:32:45 +02:00
Marek Marczykowski
7472c3a98b
Remove "you have just modified template" message ( #557 )
2012-07-09 22:19:22 +02:00
Marek Marczykowski
2c562ee3c7
Unify calling processes in VM
2012-07-05 01:13:53 +02:00
Marek Marczykowski
d02fed6fef
Fix potential race condition in remove_vm
...
Ensure current "vm" object.
2012-07-05 01:11:39 +02:00
Marek Marczykowski
8fbea00975
dbus interface for error icon notify ( #615 )
2012-07-05 01:11:23 +02:00
Marek Marczykowski
3f7fd7ceb7
New status icon: some error occured ( #615 )
2012-07-05 01:11:15 +02:00
Marek Marczykowski
d4bf34bc1b
No need to start guid manually
...
It is started by vm.start()
2012-07-05 01:06:52 +02:00
Marek Marczykowski
9579c670be
allow VmIconWidget to have tooltip
2012-07-05 01:06:52 +02:00
Marek Marczykowski
175e78d2c2
place notification title in one place
2012-07-05 01:06:51 +02:00
Marek Marczykowski
186749a911
remove trailing spaces
2012-07-05 01:06:51 +02:00
Marek Marczykowski
1177a1d124
clean yum cache on update action ( #540 )
2012-06-19 22:58:49 +02:00
Marek Marczykowski
29e386c6bf
disable settings action for dom0 ( #597 )
2012-06-19 00:24:13 +02:00
Marek Marczykowski
f38ee18729
force redraw table after add/remove VM ( #598 )
2012-06-19 00:17:22 +02:00
Marek Marczykowski
5c73cc9dbf
force repaint window right after show ( #565 )
2012-06-10 01:55:01 +02:00
Agnieszka Kostrzewa
0a03903b1d
QTableWidget items not editable any more
2012-05-30 14:24:46 +02:00