Commit Graph

1338 Commits

Author SHA1 Message Date
Cole Robinson
a7e76ef57a Remove some debugging prints. 2009-10-28 15:45:48 -04:00
Cole Robinson
c3dfeeb66a details: List console vs. details choice in View menu
This way, if the user hides the toolbar, the same functionality is still
available.
2009-10-21 12:01:53 -04:00
Cole Robinson
f713de91fa manager: Add 'Double click to connect' hint to connection row tooltip 2009-10-21 10:36:58 -04:00
Cole Robinson
3dea0fb098 details: Don't show console tabs after going fullscreen. 2009-10-21 10:11:42 -04:00
Cole Robinson
2f3783a35d details: Clean up VM state updating 2009-10-21 10:09:09 -04:00
Cole Robinson
625929c780 createpool: Support netfs pool enumeration
The user needs to enter a hostname and activate (hit enter) the entry, which
will populate the pool sources.
2009-10-21 09:48:12 -04:00
Cole Robinson
8f65144eff Fix glade 'invalid icon size' warning. 2009-10-20 21:32:00 -04:00
Cole Robinson
1b9a73bfc5 Fix up glade stock id warning/screwiness.
Some previous glade version messed up a lot of imagemenuitems with
nonstandard text, but using stock icons. Fix these issues.
2009-10-20 21:24:10 -04:00
Cole Robinson
eb4266b427 createpool: Support logical pool enumeration. 2009-10-20 21:12:35 -04:00
Cole Robinson
17f0b473dc createpool: Refactor pool building to accomodate FindPoolSources
Store a pre built pool in the source list model when we populate pool
sources. This allows us to store info in the pool object that isn't directly
exposed to the user (like pool source name).
2009-10-20 20:20:59 -04:00
Cole Robinson
0953fea9e7 createpool: Don't set values half way through the validation process. 2009-10-20 19:14:25 -04:00
Cole Robinson
6ddf8b434a createpool: Clean up field sensitivity logic. 2009-10-20 16:53:13 -04:00
Cole Robinson
9a64046200 createpool: Support adding SCSI pools
We show the available host adapters in a drop down for 'source path'.
2009-10-19 15:55:19 -04:00
Cole Robinson
302d3d6c99 Add tooltips for toolbar buttons in manager and details. 2009-10-05 13:03:41 -04:00
Cole Robinson
b0f2eed11f create-vol: Don't allow allocation to be higher than capacity.
Also tweak the spin button climb rates to be more useful.
2009-10-05 11:50:10 -04:00
Cole Robinson
5c2875aa97 create-vol: Don't allow creating vol without a name entered 2009-10-05 11:34:39 -04:00
Cole Robinson
06623507ed Updated french and polish translations. 2009-10-05 10:06:29 -04:00
Cole Robinson
19e2c3f37c Log exceptions (not warnings) if we can't fetch a domain/net/pool. 2009-10-01 12:07:14 -04:00
Cole Robinson
5515bf33ca Fix debug log spamming if on slow connection. 2009-10-01 12:04:03 -04:00
Fred Leeflang
06c94aa152 manager: Fix markup on pango < 1.21 2009-10-01 12:03:00 -04:00
Cole Robinson
f3c1553209 Update translations. 2009-09-29 14:35:20 -04:00
Cole Robinson
a45bcad1c0 Preferences: fix button alignment. 2009-09-29 14:26:43 -04:00
Cole Robinson
b4eb66aeb2 Hide access to help docs: they are out of date to the point of uselessness. 2009-09-29 14:25:37 -04:00
Cole Robinson
f2d3756e9e manager: Actually update VM state text when state changes 2009-09-29 14:02:28 -04:00
Cole Robinson
31c2d4286b create: Explictly show startup error messages.
Previously we confusing stuffed them in a tooltip.
2009-09-29 14:00:50 -04:00
Cole Robinson
411420d27d Fix vcpu hotplug. 2009-09-24 16:14:28 -04:00
Cole Robinson
f43b86738c create: Don't prompt with same dialog multiple times. 2009-09-24 11:41:49 -04:00
Cole Robinson
b9c6474d5b connection: Add is_qemu_system helper. 2009-09-23 16:43:40 -04:00
Cole Robinson
0c67065e41 Add dialog-with-checkbox helper functions.
Useful for things like "Don't show this again'.
2009-09-23 16:42:56 -04:00
Cole Robinson
3fc1ff1180 Bring borders and button spacing more inline with Gnome HIG. 2009-09-23 11:49:35 -04:00
Cole Robinson
23995b155c Fix up vbox orientation with latest glade version.
Resave all files with the latest version as well, which causes lots of churn.
2009-09-23 10:45:44 -04:00
Michal Novotny
859467b8d0 createnet: Allow disabling dhcp for new virtual networks. 2009-09-23 10:07:22 -04:00
Laurent Léonard
b4654310f5 Updated french translation. 2009-09-23 09:04:26 -04:00
Cole Robinson
601fec588d Use timer to refresh available disk space in 'New VM' wizard (bz 502777) 2009-09-21 16:09:51 -04:00
Cole Robinson
01a48cb47b create-net: Fix typo 2009-09-17 13:45:53 -04:00
Cole Robinson
994d516ee8 Block a new pylint check. 2009-09-17 12:31:17 -04:00
Cole Robinson
db41659724 Drop row coloring for managed connection rows.
Looks kind of funky with lots of dark colored rows for a user with multiple
connections.
2009-09-17 11:25:11 -04:00
Cole Robinson
fddc9e9589 Change VM name text arrangement in manager view.
Shrink text size, add a second row that shows the VM status. Fills the
display up a bit so it doesn't look so sparse.
2009-09-17 12:35:41 -04:00
Cole Robinson
54cc845793 Update new VM status icons.
Previous round didn't convey state very well, and looked too much like
buttons.
2009-09-17 11:24:18 -04:00
Cole Robinson
3d22dbf020 Don't close connection on all libvirt errors: only if libvirtd goes away. 2009-09-16 16:02:19 -04:00
Cole Robinson
9fe564e14b Better logging and error avoidance with net/disk stats routines. 2009-09-16 16:01:54 -04:00
Cole Robinson
31509207c2 Actually try to fix pylint spamming. 2009-09-16 16:00:47 -04:00
Cole Robinson
0e59e69428 Fix populating text box with storage browser selection in 'New VM' (bz 517263)
We were only properly setting the 'finish' callback for the first time the
storage browser was launched. All subsequent runs would not enter anything
in the associated text box.
2009-09-14 10:39:57 -04:00
Cole Robinson
2802745e3e Try to avoid 'maximum recursion depth' errors from pylint script. 2009-09-14 10:14:41 -04:00
Paul W. Frields
ccf28d3762 addhardware: Fix error message syntax typo 2009-08-31 10:45:59 -04:00
Cole Robinson
78317e7b3a Don't allow deleting an active VM (bz 518536) 2009-08-31 10:19:49 -04:00
Cole Robinson
29340e577e Updated german translation. 2009-08-31 10:07:06 -04:00
Cole Robinson
ddee626eee Don't mangle QEMU driver name on cdrom connect (bz 516116) 2009-08-31 10:05:55 -04:00
Laurent Léonard
ee9a316652 Really update french translation. 2009-08-27 11:07:35 -04:00
Laurent Léonard
80046d8273 Updated french translation. 2009-08-05 14:17:43 -04:00