Commit Graph

1127 Commits

Author SHA1 Message Date
Cole Robinson
b619961f29 Remember VNC scaling setting for each VM.
Uses the newly added per-VM preference infrastructure
2009-05-11 10:45:25 -04:00
Cole Robinson
d9860d4a61 Add Per VM/Conn/Hostname preference tracking infrastructure.
We add a new gconf level for per connection and per VM preferences, at

/apps/virt-manager/connection_prefs/{URI}/vms/{UUID}

Hostname specific prefs are stored at:

/apps/virt-manager/connection_prefs/hosts/{HOSTNAME}

The URI does a simple s|/|-|g to simplify things a bit. If a VM specific
preference hasn't been set, we use the global preference.
2009-05-11 12:37:47 -04:00
Cole Robinson
02c62a572f Fix UI screwiness with named text entries in ComboBoxEntrys
Worked at some point, but now everytime the vmm-create file is saved in
a new glade version (as on rawhide), the naming gets wiped out and the
wizard won't even launch.
2009-05-11 10:17:52 -04:00
Cole Robinson
1e603974bd Clean up some pylint warnings on rawhide. 2009-05-11 10:13:32 -04:00
Daniel P. Berrange
0b2184279a Extend VNC auth handling to cope with fetching a username too & record username in gconf 2009-05-07 19:22:33 +01:00
Daniel P. Berrange
c2e336c0bc Fix check for local pixmap path 2009-05-06 16:47:10 +01:00
Daniel P. Berrange
402111e851 Fix console window resize 2009-05-06 16:46:55 +01:00
Cole Robinson
bb3ed3018a Updated translations. 2009-04-27 09:33:56 -04:00
Cole Robinson
d05e004240 Revert 1108: not all nc versions have -q option (including Fedora). 2009-04-23 11:29:41 -04:00
Cole Robinson
ea17df3c59 Remove some pylint. 2009-04-22 16:12:26 -04:00
Cole Robinson
ae1f7b2560 Don't try to libvirt/images if we don't have access to it. 2009-04-22 15:44:07 -04:00
Cole Robinson
db68536e3b Update .hgignore. 2009-04-22 15:38:39 -04:00
Cole Robinson
ec8e76b870 Remove 'path' field from storage volume list: it's mostly redundant. 2009-04-22 16:06:34 -04:00
Cole Robinson
35d25f9db7 Define migrated VM on destination connection 2009-04-21 14:46:46 -04:00
Cole Robinson
123d2f8db6 Remove debugging code from migrate routine, and actually call 'migrate' 2009-04-21 14:46:26 -04:00
Cole Robinson
69b292dadf Fix 'operating' typo in create wizard. 2009-04-21 13:03:24 -04:00
Cole Robinson
dd24fc2d7e Add Guido to AUTHORS. 2009-04-20 13:51:15 -04:00
Cole Robinson
baf1cb0efe Close connection if 'tick' hits an error (e.g. libvirt crashes). (Dan Walsh) 2009-04-20 12:56:07 -04:00
Cole Robinson
e40410d944 Let netcat quit on EOF (Guido Gunther) 2009-04-20 12:20:36 -04:00
Cole Robinson
22cddc8b30 Update the README. 2009-04-20 12:08:32 -04:00
Cole Robinson
e4cecfda22 Fix a comment typo. 2009-04-20 11:47:02 -04:00
Cole Robinson
0f608da66c Use MB instead of GB for pretty memory < 10GB. (Gerrit Slomma) 2009-04-20 11:46:37 -04:00
Cole Robinson
0f1a31c93a More updated translations! 2009-04-14 16:50:28 -04:00
Cole Robinson
2e685552e0 Add as.po to dist package. 2009-04-13 10:05:12 -04:00
Cole Robinson
06383b737d Add translations from fedora, and resync. 2009-04-09 12:30:20 -04:00
Cole Robinson
d85358067c Fix incorrect vcpu capping in create wizard.
Cap was always 10 less than we intended. Apparently spinbutton page_size != 0
is deprecated, yet is the default set by glade3? Schweet.
2009-04-06 12:22:44 -04:00
Cole Robinson
28bc2837b9 Don't install 'tests', only add it to dist. 2009-04-06 11:33:46 -04:00
Cole Robinson
3a64188162 Use proper spec checking for PolicyKit UI. 2009-04-06 11:24:07 -04:00
Cole Robinson
d3ef51e130 Allow building rpm without byte-compiling python files. 2009-04-06 11:18:56 -04:00
Cole Robinson
368dcfe05a Have migration use typical progress dialog. 2009-04-03 16:06:46 -04:00
Cole Robinson
3b6c2ffe1f Change 'choose cd' button ordering. 2009-04-03 15:38:41 -04:00
Cole Robinson
3f26e4a516 Reorder buttons in the delete dialog. 2009-04-03 15:35:21 -04:00
Cole Robinson
b9760f3aa5 Improve uri connection error message formatting. 2009-04-03 14:58:51 -04:00
Cole Robinson
1d58e66450 Populate details migrate menu on demand. 2009-04-03 14:18:40 -04:00
Cole Robinson
65f1f52a79 Fork off connection when 'restoring' domain. 2009-04-03 14:15:25 -04:00
Cole Robinson
dd50d5e141 Check 'defined outside init' w/ pylint script, fix errors. 2009-04-03 14:15:23 -04:00
Cole Robinson
329113afe3 Use dup_conn in delete dialog. 2009-04-03 14:15:22 -04:00
Cole Robinson
f9680aa8e0 Store errors in asyncjob instances.
This allows us to remove all the hackish global error reporting variables
whenever we run an async job.
2009-04-03 14:15:15 -04:00
Cole Robinson
7b24154f19 Don't leave app hanging around if user closes it while an async job is in
progress.
2009-04-03 14:15:14 -04:00
Cole Robinson
67adc74816 Packages the tests directory with 'make dist' 2009-04-03 14:15:13 -04:00
Cole Robinson
00d4c1fa13 Remove redundant files from spec. 2009-04-03 14:14:46 -04:00
Cole Robinson
8bf874c2e7 Pull necessary info from vm object when building migrate list. 2009-03-23 17:38:25 -04:00
Cole Robinson
742bf5465e Log info if connection doesn't support storage management. 2009-03-13 14:37:57 -04:00
Cole Robinson
170c6cd4a7 Fix default 'New VM' install options on older xen connections. 2009-03-13 14:37:15 -04:00
Cole Robinson
2e616066f3 Handle old style 'console' tag in 'Connect to serial' list. 2009-03-13 14:35:55 -04:00
Cole Robinson
445f07eaec Don't show error dialog on KeyboardException. 2009-03-13 14:35:28 -04:00
Cole Robinson
fd9fa7f0ad Better error checking if we can't set a tooltip. 2009-03-13 14:33:52 -04:00
Cole Robinson
d49d0778c5 Remove mem/cpu hotplug checks.
We can't reliably determine whether it's supported or not, so just leave
the error reporting up to libvirt.
2009-03-13 13:51:35 -04:00
Cole Robinson
bdf1801123 Check what XMLDesc flags the connection supports before using them. 2009-03-13 13:13:24 -04:00
Cole Robinson
aa8711b5ce Fix xml parsing for old style 'console' xml. 2009-03-13 11:21:07 -04:00