Daniel P. Berrange
|
0b8f045e1c
|
Added tag RELEASE-0.1.2-3 for changeset 189d414f9fe41333bbb768f2070f4f5656fa2da5
|
2006-06-28 16:58:31 -04:00 |
Daniel P. Berrange
|
8a1f389a7d
|
Added copyright tags & cleanup text files
|
2006-06-28 15:50:17 -04:00 |
Daniel P. Berrange
|
b0c3896467
|
Added tag RELEASE-0.1.2-2 for changeset aa2d2a7a856b6a2f5b11760ad22a404f5ea80ba7
|
2006-06-28 13:46:46 -04:00 |
Daniel P. Berrange
|
c7f0d5cb9b
|
Added missing python-devel build requires tag
|
2006-06-28 13:46:42 -04:00 |
Daniel P. Berrange
|
b3b951e2c9
|
Added tag RELEASE-0.1.2-1 for changeset 86487f54181a94acf6e7ca8fc99a9f66daae7b1a
|
2006-06-28 13:01:04 -04:00 |
Daniel P. Berrange
|
560eb7f6fb
|
Bump for first public release
|
2006-06-28 13:00:54 -04:00 |
Daniel P. Berrange
|
85d71812ca
|
Disable pause/shutdown/etc controls if using a read only connection to Xen
|
2006-06-28 10:40:35 -04:00 |
Daniel P. Berrange
|
3d87869142
|
Force read only connection if unprivileged user with local Xen
|
2006-06-28 10:15:42 -04:00 |
Daniel P. Berrange
|
a26b5d6bd7
|
Remove x10 fudge factor from earlier testing
|
2006-06-28 09:45:19 -04:00 |
Daniel P. Berrange
|
8aa6ea7a3c
|
Fixed exception print out & removed bogus statement
|
2006-06-28 09:17:11 -04:00 |
Daniel P. Berrange
|
4470b01559
|
Fixed handling of local Xen connects to use 'Xen' rather than None, also fix shutdown tests
|
2006-06-27 14:16:13 -04:00 |
Daniel P. Berrange
|
142e3ce408
|
Disable pause/shutdown/etc buttons if Domain-0
|
2006-06-27 14:15:28 -04:00 |
Daniel P. Berrange
|
dc0d6db84c
|
Rename gnome-virt-manager -> virt-manager
|
2006-06-27 11:17:46 -04:00 |
Daniel P. Berrange
|
90ca4c1fc5
|
Remove accidentally committed #if 0
|
2006-06-27 10:13:47 -04:00 |
Daniel P. Berrange
|
3253414b98
|
Deal with cancellation properly, avoiding silent exit when connecting to local Xen
|
2006-06-27 10:08:55 -04:00 |
Daniel P. Berrange
|
87ad8dcd0d
|
Fixed interpreter path munging to come *before* the import statements
|
2006-06-27 10:08:38 -04:00 |
Daniel P. Berrange
|
62f9b13cce
|
Added missing __init__.py for vnc module
|
2006-06-27 09:13:36 -04:00 |
Daniel P. Berrange
|
7b6e3d375d
|
Hooked up David Malcolm's 'sparkline' widget for CPU display
|
2006-06-26 17:17:45 -04:00 |
Daniel P. Berrange
|
56f857a637
|
ENsure SVG files are included in dist / install
|
2006-06-19 10:28:19 -04:00 |
Daniel P. Berrange
|
27a0386f62
|
Fix interpreter to be bash, not python
|
2006-06-19 10:28:06 -04:00 |
Daniel P. Berrange
|
5d96c1d09c
|
Remove pygame dependancy
|
2006-06-19 10:27:53 -04:00 |
Daniel P. Berrange
|
ed65c5e0e4
|
Merge heads
|
2006-06-19 08:53:08 -04:00 |
Daniel P. Berrange
|
cad6e8668d
|
Fixed various packaging bugs
|
2006-06-16 17:09:28 -04:00 |
Daniel P. Berrange
|
c630e487ec
|
Remove debug cruft. Fixed disconnect call
|
2006-06-16 16:30:26 -04:00 |
Daniel P. Berrange
|
9b6bda983d
|
Take a screenshot when pausing the domain
|
2006-06-16 16:07:19 -04:00 |
Daniel P. Berrange
|
21b7ef51d7
|
Initial prototype for embedded VNC framebuffer
|
2006-06-16 15:22:18 -04:00 |
Daniel P. Berrange
|
95bf0e5e85
|
Remote some debug prints
|
2006-06-15 10:50:36 -04:00 |
Daniel P. Berrange
|
fc6942cb88
|
Fixed method names for DBus remote
|
2006-06-15 10:48:51 -04:00 |
Daniel P. Berrange
|
6529609d4b
|
Added button to launch console from details window. Cleanup debug output
|
2006-06-14 18:51:58 -04:00 |
Daniel P. Berrange
|
de407853b1
|
Hooked up instant state changes for pause/resume/shutdown operations, via domain lifecycle events
|
2006-06-14 18:42:04 -04:00 |
Daniel P. Berrange
|
aaad065c35
|
Moved vmStats() object code into vmmConection() and a new vmmDomain() class, providing an stateful model around libvirt objects
|
2006-06-14 17:52:49 -04:00 |
Daniel P. Berrange
|
34e653b7b7
|
Moved status icon storage into config class
|
2006-06-14 17:09:08 -04:00 |
Daniel P. Berrange
|
c58e86de40
|
Remove redundant parameter
|
2006-06-14 16:56:49 -04:00 |
Daniel P. Berrange
|
794dcd1e96
|
Re-factored to avoid tight coupling between various windows/dialogs. Everything is now controlled/manager via vmmEngine
|
2006-06-14 16:20:06 -04:00 |
Daniel P. Berrange
|
29813b4368
|
Lifecycle management on vmmConnect & vmmManager so app exits when last window is closed
|
2006-06-14 14:36:26 -04:00 |
Daniel P. Berrange
|
7547140130
|
Make vmmConnection subclass GObject & use its signal infrastructure
|
2006-06-14 13:52:46 -04:00 |
Daniel P. Berrange
|
2f838a74be
|
Added missing gtk import
|
2006-06-14 12:40:02 -04:00 |
Daniel P. Berrange
|
0a0a0e3278
|
Override matplotlib icons for GTK windows
|
2006-06-14 11:08:30 -04:00 |
Daniel P. Berrange
|
7957df83e2
|
Added missing makefile from previous commit
|
2006-06-14 11:05:16 -04:00 |
Daniel P. Berrange
|
9617d52a8d
|
Split gnome-virt-manager.py into separate modules, one per class
|
2006-06-14 10:59:40 -04:00 |
Daniel P. Berrange
|
56f6c98966
|
Work towards getting pause/resume working
|
2006-06-13 14:15:50 -04:00 |
Daniel P. Berrange
|
36d1f99845
|
Make it possible to open multiple connections
|
2006-06-12 16:45:48 -04:00 |
Daniel P. Berrange
|
bf526cb528
|
Re-factor vmmEngine into vmmEngine and vmmConnection, in preparation for handling multiple HV connections
|
2006-06-12 13:10:56 -04:00 |
Daniel P. Berrange
|
bb9bf44a96
|
Allow assets to be located in a dev scenario. Dont fail if no dbus connection is possible
|
2006-06-12 11:20:04 -04:00 |
Daniel P. Berrange
|
d8ef50cb2d
|
Whitespace cleanup
|
2006-05-26 12:11:06 -04:00 |
berrange@roquette.boston.redhat.com
|
3fb8aa350d
|
Added remote control via DBus
|
2006-04-20 10:24:14 -04:00 |
berrange@roquette.boston.redhat.com
|
6210c00c2e
|
Switch from passing around name, to passing around UUID, which is guarenteed unique for lifetime of an guest
|
2006-04-20 08:58:28 -04:00 |
berrange@roquette.boston.redhat.com
|
b38d372b8e
|
Experimental 'moving average' over 5 recent CPU samples to smooth out graphs
|
2006-04-03 13:18:58 -04:00 |
berrange@roquette.boston.redhat.com
|
85e2bb9b0d
|
Call "present()" to forcably de-iconify, raise windows, etc
|
2006-04-03 11:43:07 -04:00 |
berrange@roquette.boston.redhat.com
|
f5fcaf49aa
|
Rename 'open console' to 'open terminal' in details window
|
2006-04-03 11:40:35 -04:00 |