Commit Graph

1760 Commits

Author SHA1 Message Date
hedda
ab0c92b8a8 Sending translation for German 2009-12-11 01:07:28 +00:00
Cole Robinson
d9c2f0a583 engine: Fix first app startup traceback 2009-12-10 12:28:55 -05:00
raven
f3654cc18b Sending translation for Polish 2009-12-10 16:00:58 +00:00
sandeeps
179be77b0e Sending translation for Marathi 2009-12-10 14:50:04 +00:00
sandeeps
8f20966d89 Sending translation for Marathi 2009-12-10 14:12:51 +00:00
shanky
fd4b6834a7 Sending translation for Kannada 2009-12-10 12:16:19 +00:00
ifelix
ac9c94067d Sending translation for Tamil 2009-12-10 11:30:11 +00:00
jassy
249531d0fa Sending translation for Punjabi 2009-12-10 10:53:24 +00:00
leahliu
9bce25a844 Sending translation for Chinese (Simplified) 2009-12-10 09:54:03 +00:00
swkothar
d9690986de Sending translation for Gujarati 2009-12-10 09:43:03 +00:00
rajesh
833592536e Sending translation for Hindi 2009-12-10 07:57:11 +00:00
ifelix
ac3f12cc19 Sending translation for Tamil 2009-12-10 07:25:26 +00:00
kkrothap
08150c6e89 Sending translation for Telugu 2009-12-10 07:22:49 +00:00
mgiri
ed7b2625de Sending translation for Oriya 2009-12-10 06:41:03 +00:00
runab
c6e64e7a9b Sending translation for Bengali (India) 2009-12-10 05:40:47 +00:00
leahliu
0830cbf8c1 Sending translation for Chinese (Simplified) 2009-12-10 02:33:04 +00:00
runab
f6d871171d Sending translation for Bengali (India) 2009-12-09 18:59:11 +00:00
Cole Robinson
d99358e60c manager: Change the selection to the row we right click on 2009-12-09 11:28:38 -05:00
Cole Robinson
cd11862dfb Fix some UI typos 2009-12-09 10:58:47 -05:00
rajesh
2896bb09d7 Sending translation for Hindi 2009-12-09 11:00:16 +00:00
ifelix
accea07800 Sending translation for Tamil 2009-12-09 10:51:31 +00:00
mgiri
9e34716bc3 Sending translation for Oriya 2009-12-09 06:12:56 +00:00
swkothar
ff6054e796 Sending translation for Gujarati 2009-12-09 06:03:05 +00:00
swkothar
2e1d6d3221 Sending translation for Gujarati 2009-12-08 10:18:13 +00:00
kkrothap
16607d2dce Sending translation for Telugu 2009-12-08 09:52:17 +00:00
raven
216175884e Sending translation for Polish 2009-12-07 20:42:56 +00:00
Cole Robinson
fd2bca7e5a Prep for release (Update NEWS, translations, configure...) 2009-12-03 15:33:47 -05:00
Cole Robinson
2ce3fef46b Drop gnomevfs dependency 2009-12-03 15:52:53 -05:00
Cole Robinson
9fc947a314 A few more small UI tweaks
- Actually make console border black
- Don't set overly large progress bar values in asyncjob
- Use larger icon in progress dialog.
2009-12-03 13:36:28 -05:00
Cole Robinson
99c7c25f73 Various libvirt back compat fixes
- Fix a check for domain support flags that was breaking inactive XML updates
- Even if requested XML hasn't changed, redefine. Needed for changes to
  take permenant effect if INACTIVE XML flag not supported
- Fix setting HD as a boot device
- Detect autostart unavailability on older libvirt
- Clean up how we display console devices to give more concise output
2009-12-03 10:37:57 -05:00
Cole Robinson
5e6d5b0b73 connection: Make sure openAuth is supported before we use it
Also fix a broken error call in that this path triggered, and
a small tweak to pretty printing a Xen connection.
2009-12-03 10:22:54 -05:00
Cole Robinson
7f88328fb4 Fix some gtk calls for older version compat (RHEL5 vintage) 2009-12-03 10:21:39 -05:00
Cole Robinson
f6c29ff8ea Log virtinst exception if we fail to import at startup 2009-12-03 10:20:36 -05:00
Cole Robinson
2d8c6e49fe manager: Improve tooltip for 'Open' toolbar button 2009-12-02 10:20:07 -05:00
Cole Robinson
6268a037a4 uihelpers: Make sure we have a reasonable network selection fallback 2009-12-02 10:03:03 -05:00
Cole Robinson
0f91429cfe uihelpers: Don't let empty bridge be the default selection
On rethinking, it seems a bit risky that user could create a bogus bridge
and then have all new guests choose it by default and provide no networking.
Be safe and force the user to opt in.
2009-12-02 09:58:31 -05:00
Cole Robinson
7d54481b97 details: Give a pretty description of network source
Currently we just printed net type and source device, when we could use the
pretty print we already have in uihelpers. Break out the functionality and
use it on the net screen.
2009-12-02 09:54:29 -05:00
Cole Robinson
e23f9c0a99 uihelpers: Don't list virtual network bridges as shared interfaces 2009-12-02 09:18:05 -05:00
Cole Robinson
6c24bda23d create: Put kickstart and kernel opts under a minimized expander
Since these will likely be rarely used, and they currently appear mandatory,
hide them from view by default.
2009-12-02 09:17:33 -05:00
Cole Robinson
8b359fbebd domain: Handle parsing disks of type 'dir'
Also, don't raise exceptions if XML appears bogus: if libvirt is happy, we
should be happy.
2009-12-02 08:39:10 -05:00
Cole Robinson
e940ddc868 choosecd: Fix typo with check_qemu_path_search call 2009-12-02 08:38:22 -05:00
Cole Robinson
d0d2f1d2de clone: If choosing to clone via 'Storage Details' make it stick 2009-12-01 21:56:12 -05:00
Cole Robinson
57dcf64375 details: List disks as 'IDE disk 2' as opposed to 'Disk hdb'
The 'target' name in the XML is really just an index for libvirt to use,
but is kind of meaningless in the real world, so calculate an index instead.
2009-12-01 21:34:29 -05:00
Cole Robinson
f5b5fe218d clone: Fix yet more 'empty disk path' fallout 2009-12-01 21:33:16 -05:00
Cole Robinson
5fd14768a7 manager: Don't 'pause' connection rows if collapsed
The paused vs. active state is unclear, and may suprise users by doing things
like closing child dialogs (VM details and New VM wizard).

Turning of polling is of only marginal benefit anyways, as most users prob
don't have multiple concurrent connections, and libvirt threading handles
most of the original performance concerns.
2009-12-01 20:42:00 -05:00
Cole Robinson
f8424c4002 console: Don't hardcode port 22 for ssh, defer to site default 2009-12-01 20:38:13 -05:00
Cole Robinson
55f6525408 virt-manager.py: Call set_prgname before import gtk
Some recent rawhide versions seem to have an implicit set_prgname call when
importing gtk, so make sure we get ours in before it.
2009-12-01 16:34:51 -05:00
Cole Robinson
b1c58dfa95 mediadev: Support media_label nodedev property 2009-12-01 16:33:58 -05:00
Cole Robinson
99ad626728 create: Also check installer scratchdir perms if required. 2009-12-01 12:41:45 -05:00
Cole Robinson
c4db9569e8 Use check_path_search_for_qemu
Used in create wizard, addhw, and choosecd.
2009-12-01 12:35:04 -05:00