mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-24 21:34:47 +03:00
6125 lines
174 KiB
Plaintext
6125 lines
174 KiB
Plaintext
2009-03-09 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po,
|
|
po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po, po/hi.po,
|
|
po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/kn.po,
|
|
po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po, po/nl.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/uk.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Update translations.
|
|
[226884b6268f] [tip]
|
|
|
|
* src/vmm-about.glade:
|
|
Update authors info.
|
|
[07f756070ee9]
|
|
|
|
* pixmaps/virt-manager-icon.svg, src/virtManager/create.py, src/vmm-
|
|
create.glade:
|
|
Add new application icon (Mike Langlie, Jeremy Perry)
|
|
[ad1f6609ceb6]
|
|
|
|
* src/virtManager/manager.py:
|
|
Fix missing import.
|
|
[3a0aedb73b83]
|
|
|
|
* src/virtManager/manager.py:
|
|
Show a helpful error if we couldn't determine a default connection
|
|
(as when qemu, kvm, or xen isn't installed)
|
|
[14faec403617]
|
|
|
|
* src/virtManager/details.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
Fix conn uri lookup for domain migration.
|
|
[6126a50801de]
|
|
|
|
* src/virtManager/connection.py:
|
|
Attempt to use krb5-auth-dialog for libvirt auth (if applicable)
|
|
(Guido Gunther)
|
|
[3f37d0519b17]
|
|
|
|
* src/virtManager/connect.py, src/virtManager/connection.py:
|
|
Check if we can resolve avahi '.local' host names, and if not, strip
|
|
it.
|
|
[86abf1291328]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/connection.py, src
|
|
/vmm-add-hardware.glade:
|
|
'Add Physical Host Device' wizard for existing guests.
|
|
[35a746e2af41]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py,
|
|
src/virtManager/storagebrowse.py, src/virtManager/util.py, src/vmm-
|
|
storage-browse.glade, tests/pylint-virt-manager.sh:
|
|
Add libvirt storage aware file browser.
|
|
|
|
Hook it up to the New VM and Add Hardware wizards, all storage
|
|
browsing.
|
|
[a393170ab947]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/delete.py,
|
|
src/virtManager/manager.py, src/virtManager/storagevol.py, src/vmm-
|
|
delete.glade:
|
|
Storage aware 'Delete VM' dialog.
|
|
[f8ad3d826039]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py, src/vmm-
|
|
create.glade, src/vmm-manager.glade:
|
|
New 'Create VM' wizard.
|
|
[a6db38fd9b8d]
|
|
|
|
* src/virtManager/connection.py:
|
|
Better logging with connection failures.
|
|
[ace671b20c14]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/createpool.py,
|
|
src/virtManager/createvol.py, src/virtManager/domain.py,
|
|
src/virtManager/util.py:
|
|
Centralize connection duplication, and always use openAuth.
|
|
[5db5666451b7]
|
|
|
|
* src/vmm-details.glade:
|
|
Fix VNC password entry activate listener.
|
|
[a081b0f1c57f]
|
|
|
|
* src/virtManager/domain.py:
|
|
If altering a running domain, only change the inactive XML config.
|
|
[e7c4c4964340]
|
|
|
|
* src/virtManager/domain.py:
|
|
Don't poll disk + net stats if vm isn't active.
|
|
[2fbdf72db115]
|
|
|
|
2009-03-08 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-host.glade:
|
|
Some host details UI cleanup.
|
|
[e5e0d9281185]
|
|
|
|
* src/virtManager/host.py:
|
|
Clean up pool and net listing in host details.
|
|
|
|
Break out pool functions, so they can be re-used by a storage
|
|
browser dialog.
|
|
[1056eaeccd36]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/manager.py:
|
|
Clean up 'VM Restore' functionality.
|
|
|
|
Actually catch error messages. Don't check save file header magic
|
|
when libvirt already does it for us.
|
|
[a38b9c828186]
|
|
|
|
* src/virtManager/createvol.py:
|
|
Add option to set 'Create Volume' wizard as modal.
|
|
[76d342dc10eb]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/choosecd.py,
|
|
src/virtManager/createpool.py, src/virtManager/details.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py,
|
|
src/virtManager/util.py:
|
|
Break all FileBrowser calls out into a util function.
|
|
[83cbf94197d8]
|
|
|
|
* src/virtManager/details.py:
|
|
Don't harmlessly traceback in try_login if VM is deleted.
|
|
[c523ecf75a3e]
|
|
|
|
* virt-manager.spec.in:
|
|
Adjust PolicyKit requires for F11
|
|
[c5e677581100]
|
|
|
|
2009-02-28 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py:
|
|
Add domain api for invalidating and updating cached xml.
|
|
|
|
Use this be a bit more intelligent with Details hardware list: only
|
|
update list if domain xml has changed. Don't even check for new xml
|
|
if the details window isn't present.
|
|
[35f1db8a045d]
|
|
|
|
2009-02-28 Rob James <rssjames@googlemail.com>
|
|
|
|
* src/vmm-details.glade:
|
|
Make properties in the details dialog selectable
|
|
[b8b3bf2c628c]
|
|
|
|
2009-02-28 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix overwriting VNC password when updating VM xml.
|
|
[0a6d9a11aa38]
|
|
|
|
* src/virtManager/details.py, src/vmm-details.glade:
|
|
Submit password if the entry box is activated.
|
|
[9c1ec080ccb0]
|
|
|
|
* src/virtManager/connection.py:
|
|
Fix hal device removal callback to not spew tons of errors.
|
|
[940528e6168c]
|
|
|
|
* src/virtManager/domain.py:
|
|
Actually pull 'shareable' info from disk xml.
|
|
[6a5ac19c84d0]
|
|
|
|
* src/virt-manager.py.in:
|
|
Update --debug output to print file and line numbers.
|
|
[51b0109649fc]
|
|
|
|
2009-02-23 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Fix VNC widget to screen if fullscreen, for large VM resolution
|
|
(Guido Gunther)
|
|
[8176c489cd55]
|
|
|
|
* virt-manager.spec.in:
|
|
Bump gtk-vnc dependency in specfile.
|
|
[89355e738db6]
|
|
|
|
* src/virt-manager.schemas.in, src/virtManager/config.py,
|
|
src/virtManager/details.py, src/virtManager/preferences.py, src/vmm-
|
|
preferences.glade:
|
|
Add global option for VNC scaling: vm details defaults to that.
|
|
[437d38f0be8f]
|
|
|
|
* src/virtManager/details.py, src/vmm-details.glade:
|
|
Change VNC scaling options to 'Always', 'Fullscreen only', or
|
|
'Never'
|
|
[50db2a43966f]
|
|
|
|
2009-02-09 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/opticalhelper.py:
|
|
opticalhelper: Select new cdrom media if inserted
|
|
[011b790dfb1a]
|
|
|
|
* src/virtManager/opticalhelper.py:
|
|
opticalhelper: Display same combo label for initial and add/remove
|
|
cdrom devs.
|
|
[dcfe50a2b1eb]
|
|
|
|
2009-02-12 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/config.py, src/virtManager/preferences.py:
|
|
Add gconf listeners for sound preferences.
|
|
[dfc19539a91c]
|
|
|
|
2009-02-16 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-preferences.glade:
|
|
Fix regression for pre existing vm and stats preferences not keeping
|
|
new values.
|
|
[ae434ddf4b70]
|
|
|
|
* po/pl.po:
|
|
Updated pl translation.
|
|
[7238b8b438bc]
|
|
|
|
2009-02-15 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-add-hardware.glade:
|
|
Use proper border and box spacing for 'Add Hardware' dialog.
|
|
[9d1aa6fcf426]
|
|
|
|
* src/vmm-details.glade:
|
|
Fix sending ctrl-alt-del and ctrl-alt-backspace. (Tomohiro
|
|
Takahashi)
|
|
[e0f0b017caa9]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py,
|
|
src/virtManager/error.py:
|
|
Don't use yes/no dialog for sparse size warning (Guido Gunther)
|
|
[60940c2af2db]
|
|
|
|
* src/virtManager/manager.py:
|
|
Select first list entry in the manager on app startup.
|
|
[28730e3a48b8]
|
|
|
|
* src/vmm-manager.glade:
|
|
Make manager vm list have input focus on startup.
|
|
[93bbe318eca7]
|
|
|
|
* src/virtManager/manager.py:
|
|
Select any connection added to the manager list.
|
|
[e2ba569c6609]
|
|
|
|
* virt-manager.spec.in:
|
|
Rpm spec fix for building on older RH distros.
|
|
[25c36ce9e4c1]
|
|
|
|
2009-02-09 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/vmm-details.glade:
|
|
Break out VM->Overview into two 'Details' list entries: Overview and
|
|
Performance.
|
|
[e03490a72a2e]
|
|
|
|
* src/virtManager/connect.py:
|
|
Don't drop .local for zeroconf (Guido Gunther)
|
|
[1144683a4413]
|
|
|
|
2009-02-06 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/details.py, src/virtManager/manager.py, src
|
|
/vmm-details.glade, src/vmm-manager.glade:
|
|
Remove unnecessary hide_all calls (Vitaly Mayatskikh)
|
|
[f9c2636a8a32]
|
|
|
|
2009-01-26 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.6.1-1 for changeset ab1d270f4e94
|
|
[375f441f26e1]
|
|
|
|
* ChangeLog, NEWS, configure.ac, virt-manager.spec.in:
|
|
Update NEWS, changelog, bump release number.
|
|
[ab1d270f4e94] [RELEASE-0.6.1-1]
|
|
|
|
* src/vmm-add-hardware.glade:
|
|
Fix up storage model alignment in add hardware.
|
|
[9834c16b59fb]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/domain.py:
|
|
Fix some device add/remove reorg fallout.
|
|
[799fc847e6e5]
|
|
|
|
* src/virtManager/details.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py, src/virtManager/util.py:
|
|
Wrap all tooltip calls so we don't fail on older gtk (i.e. RHEL5)
|
|
[a7b623a3c97e]
|
|
|
|
* AUTHORS, src/virtManager/connection.py:
|
|
Attempt a full R/W connection regardless of polkit: only try RO if
|
|
that connecti on fails (Michael Marineau)
|
|
[9d7b7b42bcb8]
|
|
|
|
* AUTHORS, src/virtManager/details.py:
|
|
Fix up 'login' button for password protected vnc (Radek Hladik)
|
|
[af46e2829552]
|
|
|
|
* src/vmm-add-hardware.glade, src/vmm-create-pool.glade, src/vmm-
|
|
create-vol.glade, src/vmm-create.glade, src/vmm-details.glade, src
|
|
/vmm-host.glade, src/vmm-preferences.glade:
|
|
Unmark useless strings as translatable.
|
|
[29b71a73b4e9]
|
|
|
|
2009-01-25 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/createpool.py, src/vmm-create-pool.glade:
|
|
Show pool-specific explanations for the different parameters in the
|
|
Create Pool wizard.
|
|
|
|
We pull the doc from virtinst's storage API.
|
|
[32567f07133a]
|
|
|
|
2009-01-24 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.py.in:
|
|
Make default URI determination a bit more robust.
|
|
[6ffc60bab82e]
|
|
|
|
* src/virtManager/details.py:
|
|
Update pointer grab notification (Richard Laager)
|
|
[39b175f261d3]
|
|
|
|
* src/virt-manager.py.in, src/virtManager/error.py:
|
|
Use a synchronous error dialog if reporting a startup error, so the
|
|
user can actually see it.
|
|
[43fb935cd066]
|
|
|
|
* pixmaps/icon_pause.png, pixmaps/icon_run.png,
|
|
src/virtManager/manager.py:
|
|
Remove last uses of old pause and run icons.
|
|
[7ed2a90630bb]
|
|
|
|
* src/virtManager/create.py:
|
|
Throw clean error is user doesn't specify a physical cdrom device
|
|
for installation.
|
|
[271f41b7218f]
|
|
|
|
2009-01-23 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/host.py,
|
|
src/virtManager/manager.py, src/vmm-create.glade, src/vmm-
|
|
details.glade:
|
|
More UI tweaks (Richard Laager)
|
|
[e2056d9074e5]
|
|
|
|
* AUTHORS, src/vmm-create.glade:
|
|
Update 'New VM' wizard to clarify that a shared device == bridge.
|
|
(James Ralston)
|
|
[dbc540cf61c2]
|
|
|
|
* src/virtManager/choosecd.py, src/virtManager/create.py:
|
|
Remove 'iso' filter for install media browser.
|
|
[af94cabc2673]
|
|
|
|
* po/sv.po:
|
|
Updated swedish translation.
|
|
[4f930ece98c2]
|
|
|
|
* src/virtManager/host.py:
|
|
Mark a string as translatable.
|
|
[cdf57ed61427]
|
|
|
|
* src/virtManager/create.py:
|
|
Give a clear error if no iso path is entered.
|
|
[9741944a7692]
|
|
|
|
2009-01-22 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
List, display info about, and enable removing VM host devices.
|
|
[1be48687bb72]
|
|
|
|
* src/virtManager/addhardware.py, src/vmm-add-hardware.glade:
|
|
Implement 'Add Sound Device' wizard.
|
|
[6c7104cbc0c5]
|
|
|
|
* src/virtManager/addhardware.py, src/vmm-add-hardware.glade:
|
|
Allow specifying 'model' when adding a net device to an existing VM.
|
|
[f13f3eac1611]
|
|
|
|
2009-01-21 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/createnet.py, src/virtManager/error.py,
|
|
src/virtManager/manager.py:
|
|
Make all error dialogs non-modal.
|
|
[274eb4f5fe61]
|
|
|
|
* src/vmm-host.glade:
|
|
Rename host 'Storage Pools' tab to just 'Storage'
|
|
[fd3d7a3f32dd]
|
|
|
|
2009-01-19 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.py.in:
|
|
Add --debug option to print debug information to the command line.
|
|
[6d19f92a041b]
|
|
|
|
* src/virtManager/details.py:
|
|
Fix regression in cset 989.
|
|
[d65065de2d77]
|
|
|
|
2009-01-15 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Factor out some duplication when rescanning hardware list.
|
|
[77609375e4d9]
|
|
|
|
* src/virtManager/choosecd.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
More device add/remove backend cleanup and improvements.
|
|
[3ee3a2084b7a]
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py:
|
|
Try to make some sense of out details device list/removal backend
|
|
organization.
|
|
[e8b1f19ac5c4]
|
|
|
|
* src/virtManager/details.py:
|
|
Remove hardcoded hotplug checks, differ to libvirt instead.
|
|
[c0d089512940]
|
|
|
|
* src/virtManager/details.py:
|
|
Centralize some device listing work, and rename device variables to
|
|
be consistent.
|
|
[345d270f6ea8]
|
|
|
|
2009-01-12 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Don't throw exception if we try to reopen an existing vnc tunnel.
|
|
[be8817216e99]
|
|
|
|
2009-01-15 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Rename variable to be more descriptive.
|
|
[acb9b808a496]
|
|
|
|
2009-01-12 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/pl.po:
|
|
Updated polish translation.
|
|
[bbd79040d718]
|
|
|
|
* tests/pylint-virt-manager.sh:
|
|
Mark pylint script as executable.
|
|
[a25fe6591b58]
|
|
|
|
* po/sv.po:
|
|
Updated swedish translation.
|
|
[affbb0a33257]
|
|
|
|
* po/de.po:
|
|
German translation fixes (Felix Schwarz)
|
|
[aca31b3d33d2]
|
|
|
|
2009-01-12 "Richard Laager <rlaager@wiktel.com>
|
|
|
|
* AUTHORS, src/vmm-preferences.glade:
|
|
Change "Local VM" and "Remote VM" to "Local virtual machine" and
|
|
"Remote virtual machine". To do this, small changes had to be made
|
|
to the layout and Glade rewrote the whole file.
|
|
[9b7e15d9a0e5]
|
|
|
|
* src/vmm-details.glade:
|
|
Eliminate the unnecessary "Autostart VM" label by combining it with
|
|
the heading to create a single checkbox labeled "Start virtual
|
|
machine on host boot up".
|
|
[25ad7f471b5c]
|
|
|
|
* help/virt-manager/C/virt-manager.xml,
|
|
src/virtManager/addhardware.py, src/virtManager/manager.py, src/vmm-
|
|
add-hardware.glade, src/vmm-create-net.glade, src/vmm-create-
|
|
pool.glade, src/vmm-create-vol.glade, src/vmm-create.glade, src/vmm-
|
|
details.glade, src/vmm-manager.glade:
|
|
Various string changes to improve consistency, usability, and HIG
|
|
compliance.
|
|
[94f8363b03a8]
|
|
|
|
2008-12-17 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* Makefile.am, tests/pylint-virt-manager.sh:
|
|
Add 'make check-pylint' command.
|
|
[ad0846356bec]
|
|
|
|
2008-12-17 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/POTFILES.skip:
|
|
Add src/virt-manager.py to POTFILES.skip.
|
|
[f9b291db6a06]
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/manager.py:
|
|
Hook up new global stats enable/disable work.
|
|
[d0ae9a385ba9]
|
|
|
|
* src/virt-manager.schemas.in, src/virtManager/config.py,
|
|
src/virtManager/preferences.py, src/vmm-preferences.glade:
|
|
Revamp preferences dialog.
|
|
|
|
More extensible design, hopefully will facilitate adding more
|
|
options. Add options to disable stats reporting by type (cpu, mem,
|
|
disk, net), but don't hook them up yet.
|
|
[a73e4fafc6d9]
|
|
|
|
2008-12-11 Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Don't needlessly prevent using remote block devices for storage.
|
|
[9bb5ed25b55c]
|
|
|
|
2008-12-08 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Don't log countless exceptions if can't launch notification popup.
|
|
[95e81fc55fed]
|
|
|
|
* src/virt-manager.py.in:
|
|
Ignore SIGHUP if we fork off, otherwise a dropped serial console
|
|
kills the whole app. (bz 470548)
|
|
[fb3a203a72d7]
|
|
|
|
* src/vmm-add-hardware.glade, src/vmm-create-vol.glade, src/vmm-
|
|
create.glade, src/vmm-details.glade, src/vmm-preferences.glade:
|
|
Set page_size = 0 for all Spin Buttons to silence a deprecation
|
|
warning on F10.
|
|
[d40277893507]
|
|
|
|
2008-12-07 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Yet another spec file fix.
|
|
[f4b79629808d]
|
|
|
|
* src/vmm-create.glade:
|
|
Fix spelling typo.
|
|
[9942d3547038]
|
|
|
|
2008-12-06 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-details.glade:
|
|
Have 'Details' toolbar abide global toolbar button preference (bz
|
|
452405)
|
|
[fb4cafd8c490]
|
|
|
|
2008-12-06 Guido Günther <agx@sigxcpu.org>
|
|
|
|
* src/virtManager/connect.py:
|
|
Allow different username for <hv>+ssh://
|
|
[a1e97ce0a1c8]
|
|
|
|
2008-12-06 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Don't sort virtinst os lists, they now come presorted.
|
|
[d28f2261a2f2]
|
|
|
|
2008-12-04 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-manager.glade:
|
|
Rearrange 'View' menu to be more consistent.
|
|
[97a83e04850b]
|
|
|
|
* src/virtManager/domain.py:
|
|
Floppy devices can be empty, too.
|
|
[0b051aa301b0]
|
|
|
|
2008-12-05 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Let's fix that spec file one more time: actually build for f9 and
|
|
f10.
|
|
[a3162eff5f8f]
|
|
|
|
2008-12-01 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/de.po:
|
|
Updated german translation.
|
|
[590b9afe9e7d]
|
|
|
|
* po/pt_BR.po:
|
|
Updated pt_BR translation.
|
|
[ec538330194e]
|
|
|
|
2008-11-25 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-create.glade:
|
|
Fix create wizard virt type descriptions to not sound so black and
|
|
white.
|
|
[1edacca21cd6]
|
|
|
|
* virt-manager.spec.in:
|
|
Actually fix spec building to accomodate F9.
|
|
[2af419c183f0]
|
|
|
|
2008-11-24 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* Makefile.am:
|
|
Add 'make rpm' command.
|
|
[3e9693262cad]
|
|
|
|
* virt-manager.spec.in:
|
|
Fix specfile for building on f9.
|
|
[845f40ad2486]
|
|
|
|
2008-11-18 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/addhardware.py,
|
|
src/virtManager/asyncjob.py, src/virtManager/choosecd.py,
|
|
src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/createmeter.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/engine.py,
|
|
src/virtManager/keyring.py, src/virtManager/manager.py,
|
|
src/virtManager/secret.py:
|
|
Fix up various remaining pylint.
|
|
[6cb46df34892]
|
|
|
|
* src/virt-manager.py.in, src/virtManager/addhardware.py,
|
|
src/virtManager/choosecd.py, src/virtManager/config.py,
|
|
src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/createpool.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/error.py,
|
|
src/virtManager/host.py, src/virtManager/keyring.py,
|
|
src/virtManager/manager.py, src/virtManager/storagepool.py:
|
|
Rename variables that shadow built-in functions.
|
|
[aee917423d42]
|
|
|
|
* src/virt-manager.py.in, src/virtManager/addhardware.py,
|
|
src/virtManager/connect.py, src/virtManager/connection.py,
|
|
src/virtManager/create.py, src/virtManager/createvol.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/host.py,
|
|
src/virtManager/manager.py:
|
|
Remove unused variables.
|
|
[8550179f85c7]
|
|
|
|
2008-11-05 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/about.py,
|
|
src/virtManager/addhardware.py, src/virtManager/choosecd.py,
|
|
src/virtManager/create.py, src/virtManager/createnet.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/host.py,
|
|
src/virtManager/manager.py, src/virtManager/netdev.py:
|
|
Fix up some indentation issues.
|
|
[901adf6a41e3]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/connect.py,
|
|
src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/createnet.py, src/virtManager/createpool.py,
|
|
src/virtManager/createvol.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/error.py,
|
|
src/virtManager/host.py, src/virtManager/manager.py,
|
|
src/virtManager/network.py, src/virtManager/storagepool.py,
|
|
src/virtManager/storagevol.py:
|
|
Remove unused imports.
|
|
[ced3fc6621ca]
|
|
|
|
2008-11-19 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/error.py:
|
|
Revert a syntax error.
|
|
[2f81d170604d]
|
|
|
|
2008-11-03 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/config.py, src/virtManager/error.py,
|
|
src/virtManager/keyring.py, src/virtManager/network.py:
|
|
Fix some pylint.
|
|
[79457deb1d27]
|
|
|
|
2008-10-31 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-about.glade, src/vmm-add-hardware.glade, src/vmm-choose-
|
|
cd.glade, src/vmm-create-net.glade, src/vmm-create-pool.glade, src
|
|
/vmm-create-vol.glade, src/vmm-create.glade, src/vmm-details.glade,
|
|
src/vmm-host.glade, src/vmm-manager.glade, src/vmm-open-
|
|
connection.glade, src/vmm-preferences.glade, src/vmm-progress.glade:
|
|
Save glade files with glade-3
|
|
[8369921a3e13]
|
|
|
|
* src/virtManager/details.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
Show inactive conn entries in the migrate list.
|
|
[d2a3917432e2]
|
|
|
|
2008-10-30 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py, src/vmm-
|
|
details.glade:
|
|
VM Migration support (Shigeki Sakamoto)
|
|
[f47cf079e311]
|
|
|
|
* src/virtManager/connection.py:
|
|
Reuse virtinst.util uri parsing
|
|
[94b68326f198]
|
|
|
|
* src/virtManager/engine.py:
|
|
Log a message when the app exits normally.
|
|
[234acdd6cfca]
|
|
|
|
2008-10-27 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/it.po:
|
|
Updated italian translation.
|
|
[8e475b0c4d95]
|
|
|
|
2008-10-23 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Add dbus-x11 to spec Requires:.
|
|
[b9a48b071acb]
|
|
|
|
* src/virtManager/host.py:
|
|
Fix host message typo.
|
|
[37daec2c3816]
|
|
|
|
* src/virtManager/create.py:
|
|
Don't add sound devices multiple times.
|
|
[1851cbb03705]
|
|
|
|
* src/virtManager/manager.py:
|
|
Fix manager vm row keying.
|
|
[4e7c3f99f0db]
|
|
|
|
2008-10-18 "Guido Gunther <agx@sigxcpu.org>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py:
|
|
allow to disable sampling
|
|
|
|
triggered via the vmlist-fields/{network_traffic,disk_io} gconf
|
|
keys. We do this by replacing the sampling routines with noops. Also
|
|
adjust the label in the vm details to say "sampling disabled".
|
|
[9402bc3775bd]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/domain.py,
|
|
src/virtManager/manager.py:
|
|
draw a sparcline for network and disk traffic in the main overview
|
|
[c4f8f15f8814]
|
|
|
|
* src/virtManager/details.py, src/vmm-details.glade:
|
|
color graph and graph lables
|
|
|
|
so rx/tx, read/write are distinguishable
|
|
[81f3c9c84d05]
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py:
|
|
use the new multiline feature of the sparcline widget
|
|
|
|
to draw both rx/tx and read/write into one graph each.
|
|
[07e588b29d1c]
|
|
|
|
* src/virt-manager.schemas.in, src/virtManager/config.py,
|
|
src/virtManager/connection.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/manager.py, src/vmm-
|
|
details.glade, src/vmm-manager.glade:
|
|
Calculate block and net device statistics
|
|
|
|
display them in the overview as well as in the vm details
|
|
[688b72f00b2a]
|
|
|
|
2008-10-22 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/host.py:
|
|
Only popup vol copy path menu on right click (not any click)
|
|
[c44f1d969809]
|
|
|
|
* po/as.po, po/bn_IN.po, po/gu.po, po/hi.po, po/ja.po, po/kn.po,
|
|
po/ml.po, po/mr.po, po/or.po, po/te.po, po/zh_CN.po, po/zh_TW.po:
|
|
Updated translations from Fedora.
|
|
[e3c76e40eb2e]
|
|
|
|
2008-10-20 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Fix variable typo.
|
|
[57f3422417b3]
|
|
|
|
* po/pl.po:
|
|
Update polish translation.
|
|
[fd4db4f02a84]
|
|
|
|
* src/virtManager/manager.py:
|
|
Prevent UUID collisions in manager between different hosts (Tomohiro
|
|
Takahashi)
|
|
[9c4afb8ad1e6]
|
|
|
|
2008-10-14 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/de.po:
|
|
Update german translation.
|
|
[b5d4d81dfa57]
|
|
|
|
2008-10-10 "Guido Gunther <agx@sigxcpu.org>
|
|
|
|
* src/virtManager/config.py:
|
|
qemu://session can't write to the pool so use current directory
|
|
[5ef55af70018]
|
|
|
|
2008-10-14 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/POTFILES.in, po/POTFILES.skip:
|
|
Update POTFILES to reflect reality.
|
|
[ba26f6f58414]
|
|
|
|
2008-10-07 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/graphWidgets/sparkline.c:
|
|
sparkline: Add color property so sparclines in the same widget can
|
|
have different colors (Guido Gunther)
|
|
[7442ab043062]
|
|
|
|
* src/graphWidgets/sparkline.c:
|
|
sparkline: Add num_sets property so a sparkline graph can have
|
|
multiple lines (Guido Gunther)
|
|
|
|
all data is still stored in a 1D array so we can still use
|
|
g_param_spec_double for type checking. This removes the support for
|
|
non cairo builds.
|
|
[34d1a11fb855]
|
|
|
|
2008-10-06 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
populate hostinfo earlier in tick function so it isn't accessed
|
|
uninitialized.
|
|
[270e1697b81a]
|
|
|
|
* src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/sparkline.c, src/virtManager/details.py:
|
|
sparkline: Add "reversed" property to process data back to front
|
|
(Guido Gunther)
|
|
|
|
this way we don't have to reverse the list in place in python code
|
|
so it's more obvious which set is which when having multiple lines
|
|
(see follow up patch).
|
|
[9f5d5b6940c5]
|
|
|
|
* src/graphWidgets/sparkline.c:
|
|
sparkline: Add "filled" property so sparklines can be filled or not
|
|
without recompiling (Guido Gunther)
|
|
[f316869cfc3a]
|
|
|
|
* src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/sparkline.c:
|
|
sparkline: Remove unused variables to silence compiler warnings
|
|
(Guido Gunther)
|
|
[48d4e2acbdc7]
|
|
|
|
2008-10-02 "Guido Gunther <agx@sigxcpu.org>
|
|
|
|
* src/virtManager/create.py:
|
|
allow to activate inactive networks
|
|
[59fd3136f525]
|
|
|
|
* src/virtManager/manager.py:
|
|
fix sorting exceptions
|
|
* * *
|
|
[1073443cddcc]
|
|
|
|
* src/virtManager/choosecd.py:
|
|
call populate_opt_media when the widget gets activated
|
|
|
|
not when it gets deactivated. Also select the first entry since we
|
|
always have one. Prevents the physical media combo box from suddenly
|
|
becomming empty.
|
|
[f5ea68cb3f5b]
|
|
|
|
* src/virtManager/choosecd.py:
|
|
call populate_opt_media on reset_state
|
|
|
|
this way the physical media combo box isn't empty when we show the
|
|
dialog for the first time
|
|
[a081a5c42bb1]
|
|
|
|
* src/virtManager/opticalhelper.py:
|
|
clear list of devices
|
|
|
|
otherwise we keep adding the same device over and over again
|
|
[f560cd7b031f]
|
|
|
|
2008-10-02 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py,
|
|
src/virtManager/serialcon.py, src/vmm-details.glade:
|
|
View serial consoles as tabs in the details window. Allow viewing
|
|
not just the primary console.
|
|
[163403d1f998]
|
|
|
|
2008-09-30 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/host.py:
|
|
Show icon for right click storage path copy option.
|
|
[c94fe88e5f64]
|
|
|
|
* src/virtManager/domain.py:
|
|
Raise exception rather than log xml parsing error.
|
|
[22ccc19b5736]
|
|
|
|
2008-09-25 "Guido Gunther <agx@sigxcpu.org>
|
|
|
|
* src/virtManager/create.py:
|
|
more qemu:///session cleanup
|
|
[47eddabcbe7c]
|
|
|
|
2008-09-29 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/nl.po:
|
|
Updated dutch translation.
|
|
[c0e40ea9754f]
|
|
|
|
2008-09-24 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Don't run polkit checks as root (Daniel Berrange)
|
|
[8ae06a08ddd8]
|
|
|
|
2008-09-22 "Guido Gunther <agx@sigxcpu.org>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/connection.py:
|
|
fix network handling in qemu session mode
|
|
[92b681862b40]
|
|
|
|
2008-09-22 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/domain.py:
|
|
Fix python 2.5 specific code (Andrew Gillies)
|
|
[a8cafeaa92a6]
|
|
|
|
* man/Makefile.am:
|
|
Use proper man page title.
|
|
[d4047f72842c]
|
|
|
|
* man/virt-manager.pod:
|
|
Man page typo (Alexander Todorov)
|
|
[12ebbffb5900]
|
|
|
|
* src/virtManager/serialcon.py:
|
|
Fix some indentation.
|
|
[8d1ae4ab314c]
|
|
|
|
2008-09-18 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.py.in:
|
|
Clean up a comment.
|
|
[b121112a70c2]
|
|
|
|
* src/virtManager/engine.py, src/virtManager/host.py,
|
|
src/virtManager/manager.py:
|
|
Allow seeing connection details when conn disconnected, just
|
|
desensitive all the add wizards.
|
|
[7bedb4d693bd]
|
|
|
|
2008-09-17 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Remove unnecessary validation check.
|
|
[4148e2986cc5]
|
|
|
|
2008-09-16 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/ca.po:
|
|
Update catalan translation.
|
|
[f33e457579af]
|
|
|
|
* virt-manager.spec.in:
|
|
Add gnome-python2-gnome to spec (used in config.py)
|
|
[8d80fe49f21d]
|
|
|
|
2008-09-10 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Sync some fedora spec file changes with upstream.
|
|
[7c93a76c020a]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.6.0-1 for changeset 23021fcd6f47
|
|
[66615e266beb]
|
|
|
|
* virt-manager.spec.in:
|
|
Update spec changelog.
|
|
[23021fcd6f47] [RELEASE-0.6.0-1]
|
|
|
|
* ChangeLog, NEWS, configure.ac:
|
|
Prep for release.
|
|
[088a50acc2f8]
|
|
|
|
* src/virtManager/connection.py:
|
|
Only poll storage if conn is storage capable.
|
|
[9e9b615e3565]
|
|
|
|
* po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po,
|
|
po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po, po/hi.po,
|
|
po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/kn.po,
|
|
po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po, po/nl.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@latin.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/uk.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Update translation files.
|
|
[eb38aa06f781]
|
|
|
|
* virt-manager.spec.in:
|
|
Bump python-virtinst dependency
|
|
[f50bedb03cb9]
|
|
|
|
* virt-manager.spec.in:
|
|
Update spec file description.
|
|
[ba15c51d03fc]
|
|
|
|
* src/virtManager/host.py, src/vmm-host.glade:
|
|
Add right click option to copy a volume target path to the
|
|
clipboard.
|
|
[f072d9584267]
|
|
|
|
* src/virtManager/host.py:
|
|
Show full volume path in volume list.
|
|
[93d9c84bccf8]
|
|
|
|
2008-09-09 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/pl.po:
|
|
Update polish translation.
|
|
[6f72571cd70b]
|
|
|
|
* src/virtManager/connection.py:
|
|
Allow setting remote connection autostart.
|
|
[63d185a97afb]
|
|
|
|
* src/virtManager/choosecd.py:
|
|
Fix ChooseCD interaction to accomodate remote case.
|
|
[976fd2eab835]
|
|
|
|
* src/virtManager/details.py:
|
|
Include missing library
|
|
[2db06ab9d559]
|
|
|
|
* src/virtManager/choosecd.py, src/virtManager/details.py:
|
|
Allow connecting managed storage cdrom.
|
|
[051fb26995ad]
|
|
|
|
2008-09-08 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Make sure to switch disk connection over to new connection when
|
|
creating guest
|
|
[a5cebde41685]
|
|
|
|
* src/virtManager/createpool.py:
|
|
Autostart pool after creation
|
|
[358a47c770ba]
|
|
|
|
* man/virt-manager.pod:
|
|
Add more info on bug reporting to man page.
|
|
[c51d204e66cd]
|
|
|
|
* src/virt-manager.py.in:
|
|
Move gconf initialization before fork, to prevent losing access to
|
|
the display and bombing out (bz 454624)
|
|
[ac6da22acd6a]
|
|
|
|
* virt-manager.spec.in:
|
|
Add rpm dependency on latest libvirt.
|
|
[4b7833f16f26]
|
|
|
|
* src/virt-manager.py.in:
|
|
Raise an error dialog before gtk main loop if app fails to start
|
|
[a8035c3aa206]
|
|
|
|
2008-09-07 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/createvol.py:
|
|
Default volume allocation to 0, since nonsparse creation blocks the
|
|
whole app.
|
|
[de4198a6c01b]
|
|
|
|
* po/POTFILES.in, src/virtManager/addhardware.py,
|
|
src/virtManager/create.py, src/virtManager/util.py:
|
|
Create the default pool if user requests '/var/lib/libvirt/images'
|
|
as a storage dir.
|
|
[c2347e8fc199]
|
|
|
|
* src/virtManager/config.py:
|
|
Default toolbar to show if there is no gconf entry.
|
|
[85b7421809c1]
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Fix another small connection threading bug in addhardware.
|
|
[2540625c337b]
|
|
|
|
* src/virtManager/host.py, src/virtManager/storagepool.py:
|
|
Make sure we are updating pool listings after vol create or delete
|
|
[f97d1b7e2ceb]
|
|
|
|
2008-09-05 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/storagepool.py:
|
|
Don't 'refresh' pool every time we want to list volumes.
|
|
[ed506801bfa2]
|
|
|
|
* src/virtManager/createpool.py:
|
|
Remove some debug output
|
|
[db06cb5c52f3]
|
|
|
|
* src/virtManager/host.py:
|
|
Really fix typo in host.py
|
|
[e6a556b65c88]
|
|
|
|
* src/virtManager/createpool.py, src/virtManager/createvol.py:
|
|
Fix bug introduced with simplified connection forking.
|
|
[3f76715f0c30]
|
|
|
|
2008-09-06 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/createvol.py, src/vmm-create-vol.glade:
|
|
Append volume name suffix depending on parent pool type.
|
|
[003292902ae3]
|
|
|
|
* src/virtManager/error.py:
|
|
Log errors passed to popup dialogs.
|
|
[22c4a29d10a6]
|
|
|
|
* src/virtManager/createvol.py:
|
|
Hook up volume create window delete event to close function.
|
|
[24e931b843fe]
|
|
|
|
2008-09-05 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.schemas.in, src/virtManager/config.py,
|
|
src/virtManager/details.py:
|
|
Store 'Show Toolbar' value in gconf.
|
|
[f3fa83f25a83]
|
|
|
|
* src/virtManager/config.py, src/virtManager/create.py:
|
|
Multiple fixes to enable remote vm creation.
|
|
[1ed891619065]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/details.py:
|
|
Fix adding storage and network devices to accomodate remote guests.
|
|
[802c7e037c5d]
|
|
|
|
* src/virtManager/createpool.py, src/virtManager/createvol.py:
|
|
Change how we thread off connection when creating new pool or vol.
|
|
[996b2a5b2989]
|
|
|
|
* src/virtManager/host.py:
|
|
Small typo in host.py when populating pool list.
|
|
[f202cbe4fce6]
|
|
|
|
2008-09-04 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Sound summary typo.
|
|
[464ca161aaa2]
|
|
|
|
2008-09-03 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* po/nl.po:
|
|
Update dutch translation.
|
|
[c81aab3cfb06]
|
|
|
|
* po/pt_BR.po:
|
|
Update brazilian portugese translation.
|
|
[3f30550fc6ca]
|
|
|
|
* po/POTFILES.in:
|
|
Update POTFILES.in to fix .pot generation.
|
|
[8db847cdf720]
|
|
|
|
2008-09-02 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.schemas.in, src/virtManager/config.py,
|
|
src/virtManager/create.py, src/virtManager/preferences.py, src/vmm-
|
|
create.glade, src/vmm-preferences.glade:
|
|
Add support for adding audio devices when creating guests.
|
|
|
|
Preferences are global, not per install. Can be seen via
|
|
edit->preferences
|
|
[138ad06915c4]
|
|
|
|
* src/virtManager/connect.py, src/vmm-open-connection.glade:
|
|
Add support for avahi libvirtd advertisement.
|
|
|
|
In the 'New Connection' dialog, poll for remote connections and
|
|
allow selecting the results from a list.
|
|
[d4e006ee6227]
|
|
|
|
* virt-manager.spec.in:
|
|
Make .spec BuildRequires a bit more thorough.
|
|
[18936c25f9c9]
|
|
|
|
2008-08-26 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/host.py:
|
|
Update pool size meter when state changes.
|
|
[876c1849feff]
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Default to selecting first disk target entry when adding storage.
|
|
[13b2f95e89c3]
|
|
|
|
* src/virtManager/host.py:
|
|
Prompt if deleting virtual network. Add exception catching for
|
|
start/stop/add net.
|
|
[68905a628386]
|
|
|
|
* src/virtManager/manager.py:
|
|
Fix connection option sensitivity when conn is selected and changes
|
|
state.
|
|
[f7377315ab34]
|
|
|
|
* src/virtManager/host.py, src/vmm-host.glade:
|
|
Add option to change network autostart. Use consistent button scheme
|
|
across storage/net managers.
|
|
[f18ead304cf2]
|
|
|
|
* src/virtManager/host.py, src/vmm-host.glade:
|
|
Make unselected net look similar to unselected pool in connection
|
|
details.
|
|
[2caf808386c2]
|
|
|
|
* src/virtManager/host.py, src/vmm-host.glade:
|
|
Clean up network manager UI.
|
|
[e897e9048cfc]
|
|
|
|
2008-08-25 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/createpool.py:
|
|
Change build option defaults, warn if operation will be destructive.
|
|
[68a924ce7f6a]
|
|
|
|
* src/virtManager/host.py:
|
|
Fix small typo when deleting pool.
|
|
[f35ec4498eb9]
|
|
|
|
* src/virtManager/create.py:
|
|
Only default to PV guest if it is xen pv, not xenner
|
|
[577dea8a4a56]
|
|
|
|
* src/virtManager/create.py:
|
|
Fix small variable name bug.
|
|
[93167405e0d3]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Use VirtualDisk is_size_conflict rather than duplicating code.
|
|
[9750f649c572]
|
|
|
|
2008-08-22 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/details.py:
|
|
Don't try to redefine xml if hotplug/hotunplug succeeds
|
|
[e0038219090f]
|
|
|
|
* docs/design/1_Applet.png, docs/design/2_Manager.png,
|
|
docs/design/3_Run_VM.png, docs/design/4_Viewer.png,
|
|
docs/design/5_Machine_Details.png,
|
|
docs/design/6_Machine_Details.png, src/virtManager/details.py:
|
|
Merge heads
|
|
[0c2ab6040585]
|
|
|
|
* src/virtManager/details.py:
|
|
Fix remote connection opening bug for vnc consoles.
|
|
[63e36ef8d4df]
|
|
|
|
2008-08-18 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py, src/virtManager/manager.py:
|
|
Use seperate connection for create wizard validation, only fork conn
|
|
at end (so we don't prompt for password at the beginning of a remote
|
|
install)
|
|
[3b931c65913c]
|
|
|
|
* src/virtManager/details.py:
|
|
Fix window ref counting bug when deleting a vm.
|
|
[766265dc7fc5]
|
|
|
|
* src/virtManager/manager.py:
|
|
Add uri to connection failure dialog.
|
|
[ad656597275c]
|
|
|
|
2008-08-21 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Disable seeing connection/host details for a disconnected
|
|
connection.
|
|
[0cfad550212c]
|
|
|
|
* src/virtManager/host.py:
|
|
Don't disable adding networks if on a remote connection.
|
|
[d7f8c862ae0f]
|
|
|
|
* src/vmm-host.glade:
|
|
Add tooltips to pool action buttons.
|
|
[2825bad3dc3e]
|
|
|
|
* docs/design/1_Applet.png, docs/design/2_Manager.png,
|
|
docs/design/3_Run_VM.png, docs/design/4_Viewer.png,
|
|
docs/design/5_Machine_Details.png,
|
|
docs/design/6_Machine_Details.png:
|
|
Remove large design images (they are already archived on the
|
|
website).
|
|
[b59269f4ebe1]
|
|
|
|
* src/virtManager/domain.py:
|
|
Split out different xml altering functions in domain.py so cdrom
|
|
connect/eject isn't such a hack.
|
|
[201f4a0a915e]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Provide much better user interaction and error reporting for device
|
|
hotplug.
|
|
|
|
If hotplug fails, provide a yes/no box saying that change will be
|
|
instituted after next shutdown, but will overwrite any other xml
|
|
changes waiting on a shutdown. Not a very pretty situation, but
|
|
that's the way things have always been but we didn't think to inform
|
|
the user.
|
|
[935f3b243a91]
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Add usb and virtio options for disks. Use virtinst to generate
|
|
available disk targets.
|
|
[0240dcdfef74]
|
|
|
|
2008-08-19 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Fix showing vnc console for already running domains.
|
|
[4443a5f8a970]
|
|
|
|
* src/virtManager/details.py, src/virtManager/engine.py:
|
|
Remove lots of ignorePause mess in details widget updating, add some
|
|
logging.
|
|
[796bd2e891e5]
|
|
|
|
2008-08-21 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Fix check for policykit
|
|
[2893744f29b0]
|
|
|
|
* src/virtManager/details.py:
|
|
Disable run option for read only VMs
|
|
[043e6981cb84]
|
|
|
|
* src/virtManager/connection.py:
|
|
Add (RO) postfix to connection state if read only
|
|
[3968592c6fdc]
|
|
|
|
2008-08-15 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
Add disk bus and network model info to hardware details section.
|
|
[6736957c3681]
|
|
|
|
* src/virtManager/domain.py, src/virtManager/host.py,
|
|
src/virtManager/network.py:
|
|
Use virtinst.util.get_xml_path in virt-manager.
|
|
[c404717c3764]
|
|
|
|
* src/virtManager/createvol.py, src/vmm-create-vol.glade:
|
|
Add storage volume creation wizard.
|
|
[68d9d731ba52]
|
|
|
|
* src/virtManager/createpool.py, src/vmm-create-pool.glade:
|
|
Add storage pool creation wizard.
|
|
[baf4972f1732]
|
|
|
|
* src/virtManager/host.py, src/vmm-host.glade:
|
|
Add storage manager to connection details section.
|
|
[7136bf40694b]
|
|
|
|
2008-08-10 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/storagepool.py, src/virtManager/storagevol.py:
|
|
Fix a few issues with deleting storage objects.
|
|
[cae15335fd61]
|
|
|
|
2008-08-07 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/storagepool.py,
|
|
src/virtManager/storagevol.py:
|
|
Add vmmStorage{Pool,Vol}, poll for these devices in connection tick
|
|
function.
|
|
[68223bf84eec]
|
|
|
|
2008-08-04 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-add-hardware.glade, src/vmm-create.glade:
|
|
Fix mac address mnemonic collision (Adam Stokes)
|
|
[f31200001da2]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Show correct size for block device storage (Adam Stokes)
|
|
[7a0eb7f2ab10]
|
|
|
|
2008-07-31 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/createnet.py:
|
|
Remove some unused code from network creator.
|
|
[bacecda4ad18]
|
|
|
|
* src/virtManager/connection.py:
|
|
Small bug in virtual network population.
|
|
[6815a5f94048]
|
|
|
|
2008-07-24 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/serialcon.py:
|
|
Force tty opening and closing, not waiting for output to flush. This
|
|
prevents the app from freezing if the tty is hosed (say if we boot
|
|
with an improper emulator)
|
|
[66bddd644b82]
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/vmm-details.glade:
|
|
Re-add serial console support.
|
|
[dc227d734b8d]
|
|
|
|
2008-07-30 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
List char devices in VM details section
|
|
[66ace61933db]
|
|
|
|
2008-07-18 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Fix a small bug where the wrong screen was shown in the initial
|
|
details.
|
|
[da341fefa7ef]
|
|
|
|
* src/vmm-details.glade:
|
|
Fix a widget name collision
|
|
[2d3ebe490475]
|
|
|
|
2008-07-23 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/vmm-details.glade:
|
|
Fix graphics removal sensitivity for running guest.
|
|
[31a5e52dadd1]
|
|
|
|
* src/virtManager/domain.py:
|
|
Clean up domain remove_device function
|
|
[c6dfed4cc1f6]
|
|
|
|
2008-07-30 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
Allow viewing and removing sound devices
|
|
[99c9beca2a3c]
|
|
|
|
2008-07-23 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/vmm-details.glade:
|
|
Clean up device listing a bit in details section
|
|
[5ce6bc7d51eb]
|
|
|
|
* src/virtManager/domain.py:
|
|
Clean up get_*_device methods in domain.py
|
|
[6c2eb97296ab]
|
|
|
|
2008-07-25 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Search for renamed vlan devices using the typical convention p+name
|
|
(Saori Fukuta)
|
|
[0cc0f75c75ca]
|
|
|
|
2008-07-15 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Fix bonding_masters parsing.
|
|
[fd443f167c88]
|
|
|
|
2008-07-09 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Clean up tick function: split network and vm polling into seperate
|
|
functions.
|
|
[65e4e2ab109f]
|
|
|
|
* src/vmm-preferences.glade:
|
|
Enable stats history limiting in preferences dialog (was present but
|
|
strangely not visible).
|
|
[ae295078845b]
|
|
|
|
2008-06-25 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Handle mac address resolution failures when populating networks.
|
|
[3efe685a9a64]
|
|
|
|
* src/virtManager/connection.py:
|
|
Remove another duplicate net populating function
|
|
[9606944b28f7]
|
|
|
|
2008-06-23 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connect.py:
|
|
Fix bug when setting autoconnect for new connection.
|
|
[3b28e47695fa]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Re-use disk size field in add hardware wizard.
|
|
[5e5c99cf3562]
|
|
|
|
* src/virtManager/create.py:
|
|
Fix stupid syntax error.
|
|
[ab00a0d3a126]
|
|
|
|
* src/virtManager/create.py:
|
|
Revert 778: since create process is threaded off, we need to open a
|
|
seperate connection otherwise we cause a race condition.
|
|
[e6159610529a]
|
|
|
|
2008-06-16 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.py.in:
|
|
Fix dbus invocation of virt-manager to show manager window, not
|
|
connect dialog
|
|
[e42db676930e]
|
|
|
|
* src/virtManager/engine.py:
|
|
Remove duplicate function from vmmEngine
|
|
[96763b843381]
|
|
|
|
* src/virtManager/connect.py:
|
|
Fix small sensitivity bug in 'connect' dialog
|
|
[ca20743040b6]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py,
|
|
src/virtManager/keytable.py:
|
|
Move keytable from virt-manager to virtinst
|
|
[b78b17e1d632]
|
|
|
|
* src/virtManager/details.py:
|
|
If no keymap present in xml, list value as en-us not 'Same as host'
|
|
[c26f4ae542ce]
|
|
|
|
2008-06-13 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py, src/vmm-details.glade:
|
|
Add menu options to 'view manager' and 'quit' from the details
|
|
window.
|
|
[348d20f30a13]
|
|
|
|
* src/virtManager/details.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
Allow application to remain running if manager window is closed, but
|
|
a 'Details' window is still present.
|
|
[04b09c47f918]
|
|
|
|
2008-06-12 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Init guests with actual libvirt connections, not virt-manager
|
|
connection objects.
|
|
[09e13c500a97]
|
|
|
|
* src/virtManager/create.py:
|
|
Error if invalid bridge device is selected. Have default bridge
|
|
selection be a valid bridge if one exists.
|
|
[7bc37ab455dd]
|
|
|
|
2008-06-11 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-open-connection.glade:
|
|
Change 'open connection' title to 'add connection'
|
|
[4239ebd977ec]
|
|
|
|
* src/virtManager/manager.py:
|
|
Add details option to connection right click menu
|
|
[81db3722a9af]
|
|
|
|
* src/vmm-manager.glade:
|
|
Change 'Host Details' to 'Connection Details' in manager, few small
|
|
other text changes
|
|
[f66dd9107c1a]
|
|
|
|
* src/virtManager/manager.py, src/vmm-manager.glade:
|
|
Change 'Open Connection' to 'Add Connection' in manager menu
|
|
[2ba9993ea043]
|
|
|
|
* src/virtManager/connect.py, src/virtManager/engine.py, src/vmm-open-
|
|
connection.glade:
|
|
Add 'autoconnect' option to 'Open Connection' dialog
|
|
[5fb650ed5291]
|
|
|
|
* src/virt-manager.py.in, src/virtManager/engine.py:
|
|
Set autoconnect flags for default populated connections
|
|
[9c4667772c91]
|
|
|
|
2008-06-06 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* AUTHORS, src/vmm-about.glade:
|
|
Fix app name in 'About' screen (Mike MacCana)
|
|
[8083ab66e4d2]
|
|
|
|
2008-06-04 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/engine.py:
|
|
Add command line option --no-conn-auto: prevents autostarting of
|
|
connections
|
|
[dd1aaf193920]
|
|
|
|
* src/virt-manager.py.in, src/virtManager/connection.py,
|
|
src/virtManager/engine.py:
|
|
Fix command line --show-* options. (bz 435264)
|
|
[fdacfd833874]
|
|
|
|
* src/virtManager/create.py:
|
|
Explictly pass conn object to guests, so virtinst doesn't open a
|
|
seperate connection.
|
|
[957c84f1f73a]
|
|
|
|
2008-06-02 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/engine.py:
|
|
Fix reboot command error reporting
|
|
[f3108312bbb3]
|
|
|
|
2008-05-21 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Remove some duplicate functions.
|
|
[31978f51485e]
|
|
|
|
2008-05-20 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* AUTHORS:
|
|
Retroactive AUTHORS update!
|
|
[fe7ddb617eb6]
|
|
|
|
* src/virtManager/details.py:
|
|
Allow specifying ssh port (Claes Strom)
|
|
[57ff06da8a73]
|
|
|
|
2008-05-13 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Wire up shutdown/reboot/destroy menu options for domain context
|
|
menu
|
|
[9d56bbe43eef]
|
|
|
|
2008-05-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Fix code block indentation
|
|
[7e379e549ee0]
|
|
|
|
* src/virtManager/config.py:
|
|
Default to /var/lib/libvirt/images for disks
|
|
[cb1a79cc42f7]
|
|
|
|
2008-05-07 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Fix < PolicyKit-0.7 auth fallback.
|
|
[abc288644261]
|
|
|
|
* src/virtManager/connection.py:
|
|
Remove duplicate code, tidy up a couple log messages.
|
|
[f5eed96b56fc]
|
|
|
|
2008-05-07 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/vmm-details.glade:
|
|
Wire up screenshot menu
|
|
[74ee1d17a478]
|
|
|
|
* src/virtManager/details.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
Merge heads
|
|
[c5eb3a5d80fb]
|
|
|
|
* src/virtManager/engine.py:
|
|
Clarify message for VM destroy
|
|
[ec340ad8b94a]
|
|
|
|
* src/virtManager/details.py, src/vmm-details.glade:
|
|
Force immediate refresh when changing tab pages
|
|
[a0db2036cc48]
|
|
|
|
* src/virtManager/details.py:
|
|
Fix page refresh / activation
|
|
[c1a1b3e3b2a3]
|
|
|
|
* src/vmm-details.glade:
|
|
Fix label alignment
|
|
[9c5a5ff0ea07]
|
|
|
|
* src/virtManager/connection.py:
|
|
Merge heads
|
|
[786ff93a329b]
|
|
|
|
* src/virtManager/details.py:
|
|
Disable special paused console state since it crashes & doesn't get
|
|
scaled
|
|
[4dc0d0079094]
|
|
|
|
2008-05-05 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Remove debug output
|
|
[52bba3109316]
|
|
|
|
* src/virtManager/details.py:
|
|
Fix printscreen menu
|
|
[d92b2606ef87]
|
|
|
|
* Merge heads
|
|
[a3b21bdaaaf3]
|
|
|
|
* src/virtManager/domain.py, src/virtManager/engine.py:
|
|
Merge heads
|
|
[e952a58975b9]
|
|
|
|
2008-04-08 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py, src/vmm-
|
|
console.glade, src/vmm-details.glade, src/vmm-manager.glade:
|
|
Merge console window into details window
|
|
[436cc1415193]
|
|
|
|
2008-04-04 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/vmm-details.glade:
|
|
Convert back to glade-2 format
|
|
[772e1ceb6ccf]
|
|
|
|
2008-05-07 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Don't show bogus disk size in summary when adding block backed disk.
|
|
(bz 435257)
|
|
[0443e2c85e97]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/choosecd.py,
|
|
src/virtManager/console.py, src/virtManager/create.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Pressing 'Enter' should select a manually entered path in a
|
|
FileChooser (bz 426196)
|
|
[a84c65b35e4a]
|
|
|
|
2008-05-05 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/connection.py:
|
|
Support new polkit dbus API (S.Caglar Onur)
|
|
[82f09173d4f2]
|
|
|
|
* configure.ac, src/Makefile.am:
|
|
Make automake STFU about makefile non-portability / gnu-isms
|
|
[f96e2cb31801]
|
|
|
|
2008-05-02 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Fix printscreen menu (Tomohiro Takahashi)
|
|
[5142197392f2]
|
|
|
|
2008-04-22 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/engine.py, src/virtManager/host.py, src/vmm-
|
|
host.glade:
|
|
Fix help menu text, and event name
|
|
[99a4efef52ec]
|
|
|
|
* src/virtManager/engine.py, src/virtManager/host.py:
|
|
Fix help menu in host details window
|
|
[862cc4d20e09]
|
|
|
|
2008-04-21 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix cdrom connect for guest with driver xml tag.
|
|
[20d34a60e9a5]
|
|
|
|
2008-04-08 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Remove leading and trailing whitespace from url and ks fields. (Paul
|
|
Batkowski)
|
|
[4469eb7b8f26]
|
|
|
|
* src/virtManager/create.py:
|
|
Revert previous cset: code is used and not worth replacing
|
|
[658fe57b198e]
|
|
|
|
* src/virtManager/create.py:
|
|
Small cleanup of unused code in create wizard
|
|
[16079308ed4d]
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
Show max vcpus in create wizard, set to accurate value based on
|
|
specified guest type.
|
|
[27adf2ecf11c]
|
|
|
|
* src/virtManager/create.py:
|
|
Catch error when install location is empty
|
|
[4f53f0727530]
|
|
|
|
2008-04-03 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* help/virt-manager/C/virt-manager-C.omf:
|
|
Fix bogus URL attribute
|
|
[6f4d63090a01]
|
|
|
|
* configure.ac:
|
|
Update configure for renamed po file
|
|
[fc2a8677b0eb]
|
|
|
|
* po/sr@Latn.po, po/sr@latin.po:
|
|
Rename sr translation
|
|
[e87c4369fab7]
|
|
|
|
* po/de.po, po/it.po, po/pl.po:
|
|
Import latest de, it, and pl translations
|
|
[68d4129ec42b]
|
|
|
|
* merge heads
|
|
[80238ca5f800]
|
|
|
|
2008-02-05 Ville-Pekka Vainio <vpivaini AT cs DOT helsinki DOT fi>
|
|
|
|
* po/fi.po:
|
|
Updated Finnish translation
|
|
[c31b94ad7624]
|
|
|
|
2008-04-03 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Show - as disk size for block device in create summary (Hiroyuki
|
|
Kaguchi)
|
|
[c12adf726fd1]
|
|
|
|
2008-03-28 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Run save job in a separate connection to allow use in background
|
|
thread (Soren Hansen)
|
|
[2ea7f77b0339]
|
|
|
|
2008-03-27 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Fix C-A-D menu entry (Takahashi Tomohiro)
|
|
[3c6c0fc321e6]
|
|
|
|
2008-03-24 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Add popup hint for full hypervisor URI in list view
|
|
[f128dfa4172b]
|
|
|
|
2008-03-24 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/config.py, src/virtManager/connection.py,
|
|
src/virtManager/engine.py, src/virtManager/host.py, src/vmm-
|
|
host.glade:
|
|
Add autoconnect option for hypervisor connections.
|
|
[1247450edcfa]
|
|
|
|
2008-03-23 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Add check for QEMU saved image magic (Soren Hansen)
|
|
[05b779963f12]
|
|
|
|
2008-03-21 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Fix CD install handling (Hiroyuki Kaguchi)
|
|
[e6972a659499]
|
|
|
|
2008-03-19 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/engine.py, src/virtManager/error.py,
|
|
src/virtManager/host.py, src/virtManager/manager.py:
|
|
Remove MessageDialog instances in favor of convenience functions in
|
|
error.py
|
|
[569fbd93ef88]
|
|
|
|
2008-03-18 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py:
|
|
Add error catching to memory changing. Rework the code to correctly
|
|
enable and disable the fields pending guest state.
|
|
[4bb3320bda08]
|
|
|
|
* src/virtManager/create.py:
|
|
Use new error message functions to catch create errors
|
|
[b2cc71f208a6]
|
|
|
|
2008-03-17 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Fix small bug in populating arch and hypervisor type.
|
|
[72096495abcf]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py,
|
|
src/virtManager/keytable.py:
|
|
Fill out some more keytable values. Add logging if we don't find a
|
|
keymap in the keytable.
|
|
[98cd7845a3b5]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Use VirtualGraphics during domain creation. Lookup default keymap
|
|
during addhardware.
|
|
[a03e3d40dad9]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Add a get_type methon to domain object to facilitate getting a
|
|
correct max_vcpus value.
|
|
[8214130c7669]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/details.py, src/vmm-
|
|
add-hardware.glade:
|
|
Allow adding keymap when creating a display device.
|
|
[3bc189057b4c]
|
|
|
|
2008-03-14 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-about.glade:
|
|
Re-mark message as translatable
|
|
[e6d2bd613aec]
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
Show keymap value for graphics device in details section.
|
|
[7fa5ad2d6920]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/choosecd.py,
|
|
src/virtManager/console.py, src/virtManager/create.py,
|
|
src/virtManager/createnet.py, src/virtManager/details.py,
|
|
src/virtManager/engine.py, src/virtManager/error.py,
|
|
src/virtManager/manager.py:
|
|
Centralize all generic error raising routines to vmmError. Add some
|
|
error catching cases.
|
|
[1bac91cdaedc]
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Use only one variable to point to device to add.
|
|
[a5329b675602]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Use virtinst is_conflict_net when building net devices.
|
|
[380477345ebd]
|
|
|
|
* src/virtManager/connection.py:
|
|
Catch network lookup errors if a domain is dying. (Hiroyuki Kaguchi)
|
|
[45c2fe244c4d]
|
|
|
|
2008-03-13 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Show console for running guest if info refresh rate is > 20 sec.
|
|
(Hiroyuki Kaguchi)
|
|
[0a51ac391b20]
|
|
|
|
2008-03-12 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix changing cdrom device if <driver> present.
|
|
[f4107609ab7d]
|
|
|
|
* src/vmm-about.glade, src/vmm-add-hardware.glade, src/vmm-create-
|
|
net.glade, src/vmm-create.glade, src/vmm-details.glade, src/vmm-
|
|
host.glade:
|
|
Unmark untranslatable strings in glade files.
|
|
[cec4f3d4edbb]
|
|
|
|
2008-03-12 Jim Meyering <meyering@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Reuse user-specified "storage-file-size" upon "Back" button.
|
|
|
|
In the VM creation dialog, the "Assigning storage space" panel
|
|
requires a "File Size:" (when "Simple file:" is selected). It
|
|
defaults to 4000MB. If I specify a different number, click
|
|
"Forward", and then "Back", rather than seeing the size *I* chose, I
|
|
get the default of 4000 again.
|
|
|
|
This change makes it use the value I selected, instead.
|
|
[523f2f7501c6]
|
|
|
|
2008-03-10 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.5.4-1 for changeset a3345d837a88
|
|
[cdc70a3398ea]
|
|
|
|
* ChangeLog:
|
|
Regnerate changelog
|
|
[a3345d837a88] [RELEASE-0.5.4-1]
|
|
|
|
* NEWS, configure.ac, virt-manager.spec.in:
|
|
Update for new release
|
|
[81d87628fd7b]
|
|
|
|
* src/virtManager/create.py:
|
|
Fix disk field visibility
|
|
[2ccd1c5ccd1a]
|
|
|
|
2008-03-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/create.py, src/vmm-
|
|
create.glade, virt-manager.spec.in:
|
|
Control create wizard state based on capabilities info
|
|
[215779fe46c6]
|
|
|
|
2008-03-07 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py, src/vmm-console.glade:
|
|
Enable VNC window scaling
|
|
[9ef26db66b0b]
|
|
|
|
2008-03-06 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Have max memory consider current mem allocation when altered
|
|
directly (Adam Stokes)
|
|
[1f1ee216fcef]
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
Add autostart and boot device selection support.
|
|
[4770f435ab01]
|
|
|
|
2008-03-05 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Merge heads
|
|
[0b213f9406fd]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/create.py, src/virtManager/createnet.py,
|
|
src/virtManager/opticalhelper.py:
|
|
Fix use of DBus objects to always go via an explicit interface
|
|
[43d82ba67ffa]
|
|
|
|
2008-03-04 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Actually fix cdrom connect/disconnect error reporting
|
|
[4d2416cd81ec]
|
|
|
|
* src/virtManager/host.py:
|
|
Don't allow adding virtual networks is we are disconnected.
|
|
[35372d4a6ffa]
|
|
|
|
2008-03-03 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Fix typo in creds scanning.
|
|
[7fcbb49d9add]
|
|
|
|
2008-02-28 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Raise cdrom connect/disconnect failures.
|
|
[191b7b0e2f21]
|
|
|
|
* src/virtManager/details.py:
|
|
Raise previously ignored exceptions in widget update function.
|
|
[49bba0b0389d]
|
|
|
|
2008-02-25 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virt-manager.py.in:
|
|
Add custom libvirt error handler.
|
|
|
|
The handler will ignore all libvirt _errors_, as these should be
|
|
dealt with as exceptions. This will also prevent libvirt errors from
|
|
being printed to the console when an exception is deliberately
|
|
ignored. All other libvirt messages (warnings) will be logged.
|
|
[bc4b197cdc1f]
|
|
|
|
* src/virtManager/manager.py:
|
|
Fix delete button sensitivity if selected guest is shutdown.
|
|
[dc9c723e13ff]
|
|
|
|
2008-02-22 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Check vm maxmem directly before we set current mem value. (Thanks
|
|
Adam Stokes)
|
|
|
|
Prevents a race when we set maxmem and current mem to new values at
|
|
the same time. Maxmem isn't updated in time, so we check the vm info
|
|
directly when setting the current mem to get the most up to date
|
|
value.
|
|
[8a68171fe280]
|
|
|
|
2008-02-21 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Only offer SCSI disk option for xen hvm: qemu doesn't like sd*
|
|
disks.
|
|
[1eeb1546b21b]
|
|
|
|
2008-02-22 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Reuse virtinst.util.get_max_vcpus
|
|
[f46dcf034d35]
|
|
|
|
2008-02-23 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Force connection to readonly if non-root and local HV uri and no
|
|
policykit (Saori Fukuta)
|
|
[d1c6390bbea9]
|
|
|
|
* Merge heads
|
|
[01c1acc34b1c]
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
Allow choice between local CDROM & kernel/initrd network install for
|
|
fullvirt guests
|
|
[ea6903353938]
|
|
|
|
2008-02-21 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Skip bonding if /sys/class/net/bonding_masters doesn't exist
|
|
(Shigeki Sakamoto)
|
|
[5c86a029ee3a]
|
|
|
|
2008-02-18 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[07ff9bffe54d]
|
|
|
|
* src/virtManager/connection.py:
|
|
Support bonding & VLAN devices for attaching guest NICs (S.Sakamoto)
|
|
[6a155cfe437c]
|
|
|
|
2008-02-16 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/engine.py, src/virtManager/host.py:
|
|
Wire up hosts dialog about menu entry (Henry Zhang)
|
|
[4a5c3994af32]
|
|
|
|
2008-02-14 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Auto add usermode nic during create and addhardware when
|
|
appropriate: everything was in place but it was broken.
|
|
[402283b6aa0a]
|
|
|
|
2008-02-03 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/serialcon.py:
|
|
Use pty.slave_open for Solaris portability (Henry Zhang)
|
|
[a623336112b9]
|
|
|
|
2008-01-31 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/fr.po:
|
|
Refresh French translation from Gauthier Ancelin
|
|
[7bcfffba3a97]
|
|
|
|
* README, TODO, src/virt-manager.py.in, src/virtManager/connect.py,
|
|
src/virtManager/connection.py, src/vmm-open-connection.glade, virt-
|
|
manager.spec.in:
|
|
Added support for libvirt authentication
|
|
[1892867ca5c7]
|
|
|
|
2008-01-30 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/vmm-modify-file-storage.glade:
|
|
Remove unused vmm-modify-file-storage
|
|
[28067b47f82c]
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Fix adding virtual blktap disk to pv guest via addhardware wizard.
|
|
rhbz 430926
|
|
[90dd30034ebc]
|
|
|
|
2008-01-16 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Fix disk size sensitivity: opening and closing the file chooser
|
|
would make the disk size field sensitive even if nothing was
|
|
selected.
|
|
[384724cb14e0]
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Adding a bridged network device was broken, adding the display name
|
|
and not the interface name. Fix similar to cset 597. Fixes bug
|
|
392881.
|
|
[dbd25721f588]
|
|
|
|
2008-01-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/console.py, src/virtManager/create.py,
|
|
src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Pass libvirt connection username through to VNC console instead of
|
|
hardcoding root (Soren Hansen)
|
|
[49c55daf788d]
|
|
|
|
2008-01-10 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.5.3-1 for changeset 49f8c16f0acc
|
|
[d99010f79088]
|
|
|
|
* ChangeLog:
|
|
Refresh changelog
|
|
[49f8c16f0acc] [RELEASE-0.5.3-1]
|
|
|
|
* po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po,
|
|
po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po, po/hi.po,
|
|
po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/kn.po,
|
|
po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po, po/nl.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/uk.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Refresh po files
|
|
[c95c688762cf]
|
|
|
|
* configure.ac, virt-manager.spec.in:
|
|
Update in prep for new release
|
|
[25b17c225e15]
|
|
|
|
* src/virtManager/manager.py:
|
|
Fix delete button sensitivity
|
|
[8beadee56a19]
|
|
|
|
2008-01-10 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Don't send empty disk/nic lists to virtinst. Fixes usermode
|
|
installs, rhbz #378991
|
|
[f11ccb3e5264]
|
|
|
|
2008-01-09 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/engine.py:
|
|
Show error if trying to save machine over remote connection.
|
|
[bcebfff9c3cb]
|
|
|
|
* src/virtManager/manager.py:
|
|
Hook up 'restore saved machine', show error if trying to restore
|
|
over remote connection.
|
|
[7c9a757ba5af]
|
|
|
|
2008-01-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Don't set crazy window size if guest is larger than screen
|
|
[a788538bf93a]
|
|
|
|
* src/virtManager/console.py:
|
|
Must realize widget before setting hooks
|
|
[8ab75129d00c]
|
|
|
|
* src/virtManager/console.py, src/vmm-console.glade:
|
|
Added menu to send Ctrl+Alt+XXXX special sequences
|
|
[d8845136ae00]
|
|
|
|
2008-01-02 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/manager.py, src/vmm-manager.glade:
|
|
Reinstate new & delete buttons in UI
|
|
[2376b77d5778]
|
|
|
|
2007-12-17 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
Add 'permissions' field to details section for a disk.
|
|
[594dbf22bc89]
|
|
|
|
2007-12-11 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[e96a36605e70]
|
|
|
|
* AUTHORS, src/vmm-create.glade:
|
|
Fix label alignment (Dan Hork)
|
|
[e1f8d926c4a9]
|
|
|
|
2007-12-05 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py:
|
|
Remove disks by directly parsing guest xml, rather than recreate the
|
|
disk with virtinst. Fixes bug 371621.
|
|
[e6aa376bc327]
|
|
|
|
* src/virtManager/opticalhelper.py:
|
|
Import logging in opticalhelper
|
|
[543d6031d963]
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix for cdrom connect/disconnect to not readd disk to xml on
|
|
restart.
|
|
[54a06a584e7a]
|
|
|
|
2007-11-30 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Fixed validation message in Add Hardware wizard.
|
|
[ebdfc8e3e06e]
|
|
|
|
2007-11-28 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/choosecd.py, src/virtManager/domain.py:
|
|
Add error catching and reporting to the choosecd dialog.
|
|
[562150b337ba]
|
|
|
|
* src/vmm-details.glade:
|
|
Set disk path to fully expand in 'details' section to prevent a long
|
|
cdrom path from pushing the connect/disconnect button off the
|
|
screen.
|
|
[32bf73070872]
|
|
|
|
2007-11-16 root <root@crobinso1.boston.redhat.com>
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Enable adding nics for xen guests.
|
|
[12122301b60d]
|
|
|
|
2007-11-28 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Fix cdrom connect/disconnect. Fixes an error catching issue for
|
|
connect as well.
|
|
[110464ed517a]
|
|
|
|
* src/virtManager/manager.py:
|
|
Revert accidentally enabling domain restore.
|
|
[9dca17b2868f]
|
|
|
|
2007-11-27 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Fix my obviously busted disksize change.
|
|
[42a959f20ab2]
|
|
|
|
* src/virtManager/details.py:
|
|
Fix a few broken error catching calls.
|
|
[91d8674224d1]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Return disksize = None if creating a disk from an already existing
|
|
file.
|
|
[b8ea95b4841a]
|
|
|
|
2007-11-16 root <root@crobinso1.boston.redhat.com>
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Fix harmless TypeError exceptions from being raised while opening
|
|
the addhardware wizard.
|
|
[b7b55eb30fb6]
|
|
|
|
2007-11-27 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/console.py, src/virtManager/details.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Rework shutdown, pause, unpause, and run commands to call central
|
|
routine. Add error catching and reporting for these, as well as save
|
|
and destory.
|
|
[a52007787308]
|
|
|
|
2007-11-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* COPYING, src/virt-manager.py.in, src/virtManager/__init__.py,
|
|
src/virtManager/about.py, src/virtManager/addhardware.py,
|
|
src/virtManager/asyncjob.py, src/virtManager/choosecd.py,
|
|
src/virtManager/config.py, src/virtManager/connect.py,
|
|
src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/create.py, src/virtManager/createmeter.py,
|
|
src/virtManager/createnet.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/engine.py,
|
|
src/virtManager/error.py, src/virtManager/host.py,
|
|
src/virtManager/keyring.py, src/virtManager/manager.py,
|
|
src/virtManager/netdev.py, src/virtManager/network.py,
|
|
src/virtManager/opticalhelper.py, src/virtManager/preferences.py,
|
|
src/virtManager/remote.py, src/virtManager/secret.py,
|
|
src/virtManager/serialcon.py, virt-manager.spec.in:
|
|
Refresh GPL text with latest FSF address & fix spec file license tag
|
|
[30260e2c3a37]
|
|
|
|
2007-11-16 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py,
|
|
src/virtManager/details.py:
|
|
Add better error catching and reporting for add/remove hardware.
|
|
|
|
The particulars:
|
|
|
|
1) Build virtinst VirtualDisk and VirtualNics as we go through
|
|
creation wizards to reuse present validation. 2) Added a few cases
|
|
of using the "install_error" infrastructure if we fail when at the
|
|
end of the wizard. 3) Added error checking for removing hardware in
|
|
the 'details' screen. 4) A small cleanup in create.py
|
|
[632472746706]
|
|
|
|
2007-11-14 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* autogen.sh:
|
|
Build fix that allows autogen.sh to work right out of the repo.
|
|
[b2718c0c023c]
|
|
|
|
* src/virt-manager.py.in:
|
|
Log all uncaught exceptions.
|
|
[9da820df4011]
|
|
|
|
2007-11-12 "Cole Robinson <crobinso@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Overwrite, do not append, to guest device lists before create. Also
|
|
no need to catch exception as virtinst doesn't throw one in this
|
|
case.
|
|
[27780aa800d5]
|
|
|
|
2007-11-07 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* merge heads
|
|
[9ba899abb73f]
|
|
|
|
* src/virtManager/console.py:
|
|
Switch TLS credential to libvirt-vnc
|
|
[0938dbeac0d7]
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
Switch to 512 MB default memory to keep jeremy happy
|
|
[19a82a3c5b8a]
|
|
|
|
2007-10-17 Andy Grover <andy.grover@oracle.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
virt-manager: small exception handling fix Hi,
|
|
|
|
This patch fixes exception handling slightly in virt-manager.
|
|
|
|
Thanks -- Andy
|
|
[58c46220f2df]
|
|
|
|
2007-10-10 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/keytable.py:
|
|
Added mapping for br-abnt2 keyboard
|
|
[4983533b800c]
|
|
|
|
2007-10-06 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/ja.po:
|
|
Update ja translation from Hyu_gabaru Ryu_ichi
|
|
[334e563e54c9]
|
|
|
|
2007-10-04 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.5.2-1 for changeset a0902e8de8d1
|
|
[813f640bb5a8]
|
|
|
|
* ChangeLog, NEWS, configure.ac, virt-manager.spec.in:
|
|
Update for 0.5.2 release
|
|
[a0902e8de8d1] [RELEASE-0.5.2-1]
|
|
|
|
* src/virtManager/addhardware.py:
|
|
Populate hardware options based on VM type
|
|
[6cf93e00e4d8]
|
|
|
|
* po/pl.po:
|
|
Refresh polish translation again
|
|
[5f541f79b37b]
|
|
|
|
2007-09-27 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po,
|
|
po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po, po/hi.po,
|
|
po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/kn.po,
|
|
po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po, po/nl.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/uk.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Refresh translations
|
|
[a48d0a547dff]
|
|
|
|
* po/pl.po:
|
|
Update from Polish translator
|
|
[e7f9b760fc52]
|
|
|
|
* src/virtManager/addhardware.py, src/vmm-add-hardware.glade:
|
|
Choose address between localhost ,or all interfaces. Hide passwords
|
|
[030926b1a289]
|
|
|
|
* src/virtManager/manager.py:
|
|
Hook up delete menn again
|
|
[162b61427e37]
|
|
|
|
* src/virtManager/console.py, src/virtManager/details.py:
|
|
Fixed pause menu
|
|
[8d5752fbdc61]
|
|
|
|
* src/virtManager/host.py, src/vmm-host.glade:
|
|
Show URI in host details page
|
|
[d266d7869c46]
|
|
|
|
* src/vmm-manager.glade:
|
|
Make padding consistent
|
|
[f410c7028f16]
|
|
|
|
* src/vmm-choose-cd.glade:
|
|
Fix padding a little
|
|
[c0755974d9ef]
|
|
|
|
* src/virtManager/details.py:
|
|
Round memory values instead of truncating (rhbz #212450)
|
|
[92b2fc9f9201]
|
|
|
|
2007-09-26 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Fix re-connecting to VNC widget when re-opening window. Re-introduce
|
|
blocking of accelerators
|
|
[ef716036ca7f]
|
|
|
|
* src/virtManager/console.py, src/vmm-console.glade:
|
|
Another go at making scrollbars work nicely for VNC widgets. Also
|
|
fixes fullscreen mode
|
|
[fd3ce799a87e]
|
|
|
|
* src/virtManager/engine.py:
|
|
Ensure there is one create wizard per connection. Close all windows
|
|
when a connection de-activates
|
|
[95073b4cb5b7]
|
|
|
|
* src/virt-manager.py.in:
|
|
Re-throw exception at top level
|
|
[bdfcfde23590]
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py:
|
|
Immediately refresh details page when adding/removing hardware
|
|
devices
|
|
[14a7417d5488]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/vmm-add-hardware.glade, src/vmm-
|
|
details.glade:
|
|
Added ability to add/remove graphic display devices
|
|
[bd282b353072]
|
|
|
|
2007-09-25 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/vmm-add-hardware.glade, src/vmm-
|
|
details.glade:
|
|
Support addition & removal of mouse & tablet input devices
|
|
[ed0e3d80bfca]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.5.1-1 for changeset 038ba1ea0e33
|
|
[68a2ebd7b478]
|
|
|
|
* po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po,
|
|
po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po, po/hi.po,
|
|
po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/kn.po,
|
|
po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po, po/nl.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/uk.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Refresh translations to match source
|
|
[038ba1ea0e33] [RELEASE-0.5.1-1]
|
|
|
|
* ChangeLog:
|
|
Refresh changelog
|
|
[1e8b93d15271]
|
|
|
|
* NEWS, configure.ac, virt-manager.spec.in:
|
|
Prep for 0.5.1 release
|
|
[ba3d8fdc5349]
|
|
|
|
2007-09-25 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix an order-of-operations bug; also, look for the target dev when
|
|
removing a disk, not the source, since source may not actually be
|
|
there.
|
|
[75d421097ad7]
|
|
|
|
2007-09-24 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Also remove devices from the defined XML when removing a device from
|
|
an active guest. Also, catch the errors that libvirt will someday
|
|
throw when attempting to attach or detach a device from a live guest
|
|
that does not support that option.
|
|
[96452f76bcfb]
|
|
|
|
2007-09-21 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Don't barf at the user when attempting to remove a cdrom device with
|
|
a null Source.
|
|
[faaa775bb40d]
|
|
|
|
* src/virtManager/choosecd.py, src/virtManager/create.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/opticalhelper.py, src/vmm-choose-cd.glade, src/vmm-
|
|
details.glade:
|
|
Add button to connect and disconnect cdrom source device for full
|
|
virt guests.
|
|
[5cc5a5850071]
|
|
|
|
2007-09-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Force VNC to connect to 127.0.0.1
|
|
[61a0aeedab34]
|
|
|
|
2007-09-19 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py:
|
|
Allow connection to a VNC console via an SSH tunnel
|
|
[5396a0727967]
|
|
|
|
2007-09-12 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
Added support for PXE with HVM
|
|
[2fd519cdd3cd]
|
|
|
|
* src/virtManager/connection.py:
|
|
Fix physical device name (again)
|
|
[8c66c56a12b8]
|
|
|
|
* src/virt-manager.py.in:
|
|
Added a --nofork flag for debug use
|
|
[0c9ca2bac5e8]
|
|
|
|
2007-09-10 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.py.in:
|
|
Fixed paths override
|
|
[63683c3a0e5c]
|
|
|
|
* src/virtManager/engine.py:
|
|
Autoconnect to new connections
|
|
[3aca8fe43fcd]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
Move opening of connections into a background thread to avoid
|
|
locking the UI
|
|
[22317e8baafb]
|
|
|
|
* src/virt-manager.py.in:
|
|
Refactor startup to drop controlling TTY, avoiding annoying SSH
|
|
prompts
|
|
[8cabc7987a78]
|
|
|
|
* src/virtManager/host.py:
|
|
Fix host labels when disconnected
|
|
[5aba3d4fd268]
|
|
|
|
* src/virtManager/manager.py:
|
|
Allow showing of host window even for disconnected VMs
|
|
[6de3c14e57cd]
|
|
|
|
* src/virtManager/remote.py:
|
|
Allow start of manager vs opening of host window with DBus
|
|
[aa5068a2bd66]
|
|
|
|
2007-09-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* AUTHORS, src/virt-manager.py.in, src/virtManager/connection.py,
|
|
src/virtManager/domain.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
Move connection state management into vmmConnection class so there
|
|
is always a vmmConnection object even for disconnected connections.
|
|
The vmmManager class listens for signals in vmmEngine and
|
|
vmmConnection to see when new connections are added, existing ones
|
|
removed, and the connection state changes
|
|
[b20f4ab88478]
|
|
|
|
2007-09-06 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* merge heads
|
|
[07ea2294577b]
|
|
|
|
* src/vmm-console.glade, src/vmm-create.glade, src/vmm-details.glade,
|
|
src/vmm-host.glade, src/vmm-manager.glade:
|
|
Tweak padding in UI to be closer to GNOME guidelines
|
|
[13ef182c8f5e]
|
|
|
|
* AUTHORS, src/virtManager/create.py:
|
|
Fixed population of bridge network devices to separate label from
|
|
device name (Eduardo Habkost)
|
|
[a5b0353ac6e1]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/manager.py:
|
|
Include driver name in ID colun for connection rows & fix physical
|
|
ethernet device name
|
|
[3ce37ba1419a]
|
|
|
|
2007-09-05 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/pl.po:
|
|
Refresh polish translation again (Piotr Drąg)
|
|
[7290c5aab410]
|
|
|
|
2007-08-31 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/console.py:
|
|
Change console connection retries to be a little more robust
|
|
(Bernhard Kaindl)
|
|
[6e055c5f5e19]
|
|
|
|
* src/virtManager/connection.py:
|
|
Fixed call to get_local_hostname
|
|
[96492df15460]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/host.py:
|
|
Ensure VNC widget always trys to connect to localhost for local
|
|
connections
|
|
[4ee6526c32cd]
|
|
|
|
2007-08-29 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.5.0-1 for changeset 380af83bb51b
|
|
[333d2c50ad51]
|
|
|
|
* ChangeLog:
|
|
Refresh changelog
|
|
[380af83bb51b] [RELEASE-0.5.0-1]
|
|
|
|
* NEWS, configure.ac, virt-manager.spec.in:
|
|
Prep for 0.5.0 release
|
|
[db62e9295c03]
|
|
|
|
* README:
|
|
Update README to match latest reality
|
|
[af4dc1ef2f40]
|
|
|
|
* po/fr.po, po/pl.po:
|
|
Imported latest french & polish updates from Fedora translators
|
|
[99a07bbb4deb]
|
|
|
|
* po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po,
|
|
po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po, po/hi.po,
|
|
po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/kn.po,
|
|
po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po, po/nl.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/uk.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Re-generate pot file & auto-merge
|
|
[d383d730f712]
|
|
|
|
* po/POTFILES.in:
|
|
Fixed list of source files due to removed VNC code
|
|
[bd9a44eb91e9]
|
|
|
|
* src/virtManager/console.py, src/virtManager/domain.py:
|
|
Fixed console message for domain-0
|
|
[b30c4cfe33f4]
|
|
|
|
* src/virtManager/console.py, src/vmm-console.glade:
|
|
Remove redundant scrollbars from console
|
|
[2b37d811e304]
|
|
|
|
* src/virtManager/manager.py:
|
|
Auto-connect to HV when double clicking on a connection
|
|
[e0c56f906f5e]
|
|
|
|
* src/virtManager/config.py:
|
|
Fixed checking of HV type for default save/image dirs
|
|
[dba8669fda76]
|
|
|
|
* src/virt-manager.py.in:
|
|
Fix check for whether we've got any existing connections on startup
|
|
[5a4ff53abc28]
|
|
|
|
* virt-manager.spec.in:
|
|
Fix dep on gtk-vnc to use python sub-rpm
|
|
[70b5258e7d83]
|
|
|
|
2007-08-28 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Fixed password auth & added TLS/x509 credential
|
|
[3f485b58cd0a]
|
|
|
|
* src/virtManager/manager.py:
|
|
Fixed toggling of active/inactive VM display
|
|
[4d8bd0bf3a07]
|
|
|
|
* src/virtManager/details.py, src/virtManager/host.py,
|
|
src/virtManager/manager.py:
|
|
Disable creating guests & networks and adding devices on remote
|
|
connections
|
|
[686a43c1c0e7]
|
|
|
|
* src/virtManager/console.py:
|
|
Show local pointer in VNC console when not grabbed
|
|
[882718a6459d]
|
|
|
|
* src/virtManager/console.py:
|
|
Fixed screenshot code, and pause rendering
|
|
[85af82c939a4]
|
|
|
|
* src/virtManager/manager.py:
|
|
Don't try to show console if double-clicking on a host
|
|
[1644d5f92a93]
|
|
|
|
* src/virtManager/connection.py:
|
|
Fixed typo in calling uri_split
|
|
[151d0ef63c79]
|
|
|
|
2007-08-28 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/config.py,
|
|
src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Store connection URIs in gconf so that the app will remember them.
|
|
If any connections are in gconf, load them rather than auto-
|
|
connecting to Xen. Continue Dan's noble code clean-up efforts.
|
|
[421de5da5ab4]
|
|
|
|
2007-08-27 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Fixed get_transport return value for local connections
|
|
[f919140ba85a]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/manager.py:
|
|
Re-order columns to move action to right & name to left. Use short
|
|
hostname to avoid overly wide columns. Use constants for row &
|
|
column data indexes
|
|
[f8d148dc57b3]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Improved user feedback on console access. Initial support for
|
|
connecting to remote guest consoles
|
|
[b748eeb06d3d]
|
|
|
|
2007-08-27 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Warn before deleting vms and connections
|
|
[ed604406c01a]
|
|
|
|
2007-08-23 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/manager.py, src/vmm-manager.glade:
|
|
Remove delete button and delete menu item, add create and delete
|
|
icons where appropriate. Clean up event handling quite a bit.
|
|
[98a7a478b57e]
|
|
|
|
2007-08-22 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/createnet.py:
|
|
Allow non-private addresses for virtual networks, using a
|
|
confirmation
|
|
[af3dcc2d8e57]
|
|
|
|
2007-08-16 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/engine.py:
|
|
Fix a nasty thread locking problem during startup if an error dialog
|
|
needs to be shown
|
|
[c1111c29a25c]
|
|
|
|
* Merge heads
|
|
[3cf62cd2e3bd]
|
|
|
|
* autogen.sh:
|
|
Hack around autoconf wierdness
|
|
[b71be73678da]
|
|
|
|
* README, src/virtManager/manager.py, src/vncViewer/Makefile.am,
|
|
src/vncViewer/__init__.py, src/vncViewer/crippled_des.py,
|
|
src/vncViewer/rfb.py, src/vncViewer/vnc.py, virt-manager.spec.in:
|
|
Merge heads
|
|
[1bc43bf346a8]
|
|
|
|
2007-08-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* configure.ac, src/vncViewer/Makefile.am, src/vncViewer/__init__.py,
|
|
src/vncViewer/crippled_des.py, src/vncViewer/rfb.py,
|
|
src/vncViewer/vnc.py, virt-manager.spec.in:
|
|
Merge heads
|
|
[b2f17cab33bf]
|
|
|
|
2007-07-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* pixmaps/icon_addnew.png, pixmaps/icon_ethernet.png,
|
|
pixmaps/icon_hdd.png, pixmaps/icon_ipaddy.png,
|
|
pixmaps/icon_launch_term.png, pixmaps/icon_save.png,
|
|
pixmaps/icon_screenshot.png, pixmaps/icon_snapshot.png,
|
|
src/virtManager/console.py, virt-manager.spec.in:
|
|
Merge heads
|
|
[2960a0671fe9]
|
|
|
|
* src/virtManager/console.py:
|
|
Updated for changes in GTK-VNC api
|
|
[51fb007abf5a]
|
|
|
|
2007-07-06 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* README, configure.ac, src/Makefile.am, src/virtManager/console.py,
|
|
src/vncViewer/Makefile.am, src/vncViewer/__init__.py,
|
|
src/vncViewer/crippled_des.py, src/vncViewer/rfb.py,
|
|
src/vncViewer/vnc.py, virt-manager.spec.in:
|
|
Initial prototype switching code over to using GTK VNC
|
|
[3a93f110fb4c]
|
|
|
|
2007-08-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* README, TODO, docs/dbus-remote-control.txt, help/virt-manager/C/fdl-
|
|
appendix.xml, help/virt-manager/C/virt-manager.xml, man/virt-
|
|
manager.pod:
|
|
Fixed a number of typos in manual page & documentation (Atsushi
|
|
SAKAI)
|
|
[d665d55a303c]
|
|
|
|
2007-08-14 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/connect.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
Hook up the delete button for connections. Fix a fairly long-
|
|
standing bug where the default Xen URI from the connect dialog was
|
|
'xen://', which is invalid (valid uris are 'xen' or 'xen:///'). Fix
|
|
a couple of other minor issues.
|
|
[057f80a1854c]
|
|
|
|
* src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Keep connections around after they are disconnected. Add a connect
|
|
item to the popup menus for connections.
|
|
[1732f41c3eea]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/manager.py, src/vmm-
|
|
manager.glade:
|
|
Hook up active/inactive widget and make connection display resource
|
|
graphs.
|
|
[afa397cafefa]
|
|
|
|
2007-08-13 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/engine.py, src/virtManager/manager.py, src/vmm-
|
|
manager.glade:
|
|
Add new popup menu for connection line. Remove 'create' button from
|
|
bottom row since it is now in the connection line. Hook up the
|
|
'disconnect' action from the popup menu as well.
|
|
[d11d4eb7485f]
|
|
|
|
2007-08-09 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/connection.py,
|
|
src/virtManager/domain.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
First crack at multiple connections UI. Basic idea is there but
|
|
popup menus, buttons, create wizard still not right.
|
|
[f14cb3be0654]
|
|
|
|
2007-08-02 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/vmm-add-hardware.glade, src/vmm-console.glade, src/vmm-create-
|
|
net.glade, src/vmm-create.glade, src/vmm-details.glade, src/vmm-
|
|
host.glade, src/vmm-manager.glade, src/vmm-modify-file-
|
|
storage.glade, src/vmm-open-connection.glade, src/vmm-
|
|
preferences.glade:
|
|
Add accessibility names to the various text widgets, so that we can
|
|
exercise them with Dogtail. Thanks to Cole Robinson.
|
|
[6f7c131a0a72]
|
|
|
|
2007-08-01 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* AUTHORS:
|
|
Allow for passing arbitrary kernel args to paravirt guests -- thanks
|
|
Alexander Todorov
|
|
[a52478052b5c]
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
Allow for passing arbitrary kernel args to paravirt guests.
|
|
[b5113666a739]
|
|
|
|
2007-07-31 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
Merge heads
|
|
[ee744eb4cf5d]
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
Revert my reversion so I can import A. Todorov's patch to his
|
|
original patch
|
|
[bd9c0ebe9cc2]
|
|
|
|
2007-05-10 alexx <alexx@redbull.brq.redhat.com>
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
removed new page, moved widgets to PVInstall page
|
|
[345de2ae3172]
|
|
|
|
2007-07-31 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
revert changes from A. Todorov in favor of a later changeset
|
|
[af3ec8edb1d3]
|
|
|
|
2007-07-31 "Alexander Todorov <atodorov@redhat.com>
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
GUI for additional kernel parameters
|
|
[84e72d7cf2b1]
|
|
|
|
2007-05-09 alexx <alexx@redbull.brq.redhat.com>
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
added GUI support for specifying additional kernel parameters
|
|
[8df612e91599]
|
|
|
|
2007-07-30 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Back out unintentional commit to virt-manager.spec.in
|
|
[9a984728fe4b]
|
|
|
|
* virt-manager.spec.in:
|
|
Merge heads
|
|
[5fc6186be3f3]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/netdev.py, virt-
|
|
manager.spec.in:
|
|
Refresh the network device menu automatically. Thanks to Masayuki
|
|
Sonou
|
|
[c255137f718e]
|
|
|
|
2007-07-24 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Makefile.am, configure.ac, man/Makefile.am, man/virt-manager.pod,
|
|
virt-manager.spec.in:
|
|
Added basic manual page
|
|
[4d3e7d9176c8]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/domain.py:
|
|
Second attempt at forcing release of virDomainPtr objects
|
|
[6136f72ead7f]
|
|
|
|
* src/virtManager/connection.py:
|
|
Try and force GC of domain objects
|
|
[cacaaa5968ce]
|
|
|
|
2007-07-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Default to x86_64 on x86_64 hosts.
|
|
[8bd1b2ab7296]
|
|
|
|
* src/virtManager/domain.py:
|
|
Don't try to hardcode port 5900+domid - this is obsolete
|
|
[dccb2162152f]
|
|
|
|
2007-07-14 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Re-add get_hostname method - needed for host details page
|
|
[6319216a0886]
|
|
|
|
* src/virtManager/create.py:
|
|
Suggest a filename for new VM disk images
|
|
[c99cc15dc21a]
|
|
|
|
* src/virtManager/manager.py:
|
|
Toggle delete button sensitivity when vm changes state
|
|
[a24ee931e579]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Added checking of host filesystem disk space when defining new disks
|
|
[7028a61fcc0b]
|
|
|
|
* pixmaps/icon_addnew.png, pixmaps/icon_cpu.png,
|
|
pixmaps/icon_ethernet.png, pixmaps/icon_hdd.png,
|
|
pixmaps/icon_ipaddy.png, pixmaps/icon_launch_term.png,
|
|
pixmaps/icon_save.png, pixmaps/icon_screenshot.png,
|
|
pixmaps/icon_snapshot.png:
|
|
Remove unused icons
|
|
[6e30df2b3369]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Display, but disable non-bridged NICs
|
|
[e475807b2cd3]
|
|
|
|
* src/virtManager/details.py, src/virtManager/host.py:
|
|
Use stock icons for network/cdrom/disk/floppy devices
|
|
[cf077aa77ef2]
|
|
|
|
* src/virtManager/addhardware.py, src/vmm-add-hardware.glade:
|
|
Allow choice between IDE disk, IDE cdrom, SCSI disk, floppy disk,
|
|
paravirt disk, usb disk, when adding storage
|
|
[a5c97c24f079]
|
|
|
|
2007-07-11 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connect.py, src/virtManager/connection.py, src/vmm-
|
|
open-connection.glade, virt-manager.spec.in:
|
|
Re-work connection dialog to support remote connections
|
|
[f2a0b7149af5]
|
|
|
|
* src/virtManager/console.py, src/virtManager/details.py:
|
|
Fixed double invocation of suspend (Richard Jones)
|
|
[4fe6ebbc86a7]
|
|
|
|
2007-07-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Stricter checking for MAC addresses to prevent conflict with active
|
|
guest/host Signed-off-by: Shigeki Sakamoto
|
|
<fj0588di@aa.jp.fujitsu.com>
|
|
[4c67e5fdd0e1]
|
|
|
|
* src/virtManager/create.py:
|
|
Fix use of virtinst.Guest to pass in HV uri, rather than hardcode
|
|
Xen
|
|
[1e7541c230d8]
|
|
|
|
2007-07-04 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po, po/da.po,
|
|
po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po, po/hi.po,
|
|
po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po, po/kn.po,
|
|
po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po, po/nl.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/uk.po, po/zh_CN.po, po/zh_TW.po:
|
|
Imported latest translations from Fedora i18n repo
|
|
[4b3c8817404e]
|
|
|
|
* po/POTFILES.in, po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po,
|
|
po/da.po, po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po,
|
|
po/hi.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po,
|
|
po/kn.po, po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po,
|
|
po/nl.po, po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po,
|
|
po/ro.po, po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po,
|
|
po/te.po, po/tr.po, po/uk.po, po/virt-manager.pot, po/zh_CN.po,
|
|
po/zh_TW.po:
|
|
Re-genererate .pot & .po files for latest sources
|
|
[92b837e95e75]
|
|
|
|
* AUTHORS, src/virtManager/manager.py:
|
|
Merge heads
|
|
[446dd8532237]
|
|
|
|
* AUTHORS, src/virtManager/engine.py:
|
|
Improve error message if QEMU daemon isn't running (Ville Skytta)
|
|
[089cff18fee2]
|
|
|
|
* AUTHORS, src/virtManager/manager.py:
|
|
Fixed pause menu item state (Cole Robinson)
|
|
[9501aed0a245]
|
|
|
|
* src/virt-manager.desktop.in.in:
|
|
Make application menu comment GNOME HIG compliant (bz 246195)
|
|
[06f345efd6d8]
|
|
|
|
* src/vmm-console.glade, src/vmm-details.glade, src/vmm-manager.glade:
|
|
Make help menu item GNOME HIG compliant (bz 246195)
|
|
[eba56a06e7b7]
|
|
|
|
2007-06-22 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/create.py:
|
|
Refactor virt-manager validation to use validation in virtinst.
|
|
Eliminates regexes in two places, among other things. Thanks to Cole
|
|
Robinson.
|
|
[216f03a53d2b]
|
|
|
|
2007-06-19 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.schemas.in, src/virtManager/config.py,
|
|
src/virtManager/console.py:
|
|
Allow user to dismiss the cursor grab notification permanently (rhbz
|
|
244347)
|
|
[4df620fc9133]
|
|
|
|
2007-06-18 Masayuki Sunou <fj1826dm@aa.jp.fujitsu.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/details.py:
|
|
Re: [et-mgmt-tools] [PATCH] Fix the maximum number of VCPUin virt-
|
|
manager Hi Hugh
|
|
|
|
Thank you for reviewing. I remake this patch.
|
|
|
|
> Hmm, this is good, but I'm inclined to think it would be better to
|
|
put a > getMaxVcpus() call in connection.py and isolate the "check
|
|
the > connection type and either call getMaxVcpus or arbitrarily
|
|
return '32'" > there (so we don't repeat the code in two places).
|
|
Also, it looks to me > like "Xen" is the default in xen_unified.c,
|
|
at least in current libvirt > code, so you shouldn't need to supply
|
|
"Xen" to the getMaxVcpus call. Can > you redo the patch along these
|
|
lines? > This patch changes as follows. 1. getMaxVcpus() is
|
|
executed from connection.py. 2. getMaxVcpus() is called with the
|
|
result of get_type() not "Xen"
|
|
|
|
Thanks, Masayuki Sunou.
|
|
|
|
====================================================================
|
|
===========
|
|
[b99ac3eb0141]
|
|
|
|
2007-06-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/connection.py:
|
|
Fixed connection name with test:///default (Mark Johnson)
|
|
[aff40fece870]
|
|
|
|
2007-06-13 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Fix up system-name error message... hopefully for the last time...
|
|
[24729fe72d52]
|
|
|
|
* src/virtManager/domain.py:
|
|
I thought that the following is the problem.
|
|
|
|
--------------------------------------------------------------------
|
|
-- In finish() of "create.py", the port number of VNC become -1.
|
|
When "Status monitoring" is short, the port number of VNC is updated
|
|
in a short time, but, when "Status monitoring" is long, the port
|
|
number of VNC is not updated for a long time. Because the XML data
|
|
cached in "domain.py" is updated only in tick().
|
|
---------------------------------------------------------------------
|
|
-
|
|
|
|
And, I forgot retrying in "console.py". Therefore, I adopted
|
|
updating the port number of VNC in "cerate.py".
|
|
|
|
I remake the patch. This patch only clears XML in
|
|
get_graphics_console(), and the connection to the console is not
|
|
retried in "create.py". So, by applying this patch, the XML data is
|
|
cleared by retrying in "console.py" even when "Status monitoring" is
|
|
long, and the port number of VNC is updated. (Because retrying in
|
|
"console.py" calls get_graphics_console())
|
|
|
|
Thanks, Masayuki Sunou.
|
|
|
|
--------------------------------------------------------------------
|
|
--
|
|
[3372e369ec3a]
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix BZ 239763 -- we shouldn't add a disk twice when we add it to a
|
|
live domain on Xen 3.1.
|
|
[643e8d92e3cf]
|
|
|
|
* src/virtManager/domain.py:
|
|
Backed out changeset ebd54b0c882ae581fc020b87df8583417b8b9e97
|
|
Applied this patch in error -- the correct fix is already in.
|
|
[f629da0083a6]
|
|
|
|
2007-06-13 Masayuki Sunou <fj1826dm@aa.jp.fujitsu.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
[et-mgmt-tools] [PATCH] In virt-manager GUI, when the disk is
|
|
added, VM cannot be started. Hi
|
|
|
|
When the disk is added to active VM by virt-manager, VM cannot be
|
|
restarted after VM is stopped.
|
|
--> Bugzilla Bug 239763
|
|
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239763
|
|
|
|
This patch fixes it.
|
|
|
|
When the device is attached to active VM, virt-manager adds the
|
|
device twice in add_device() of "domain.py". 1. Call attachDevice()
|
|
2. Call define_domain() after the XML is updated Therefore, the same
|
|
device is doubly attached. (So, when the device is disk, VM cannot
|
|
be started)
|
|
|
|
This patch fixes "domain.py" as follows so that the same device is
|
|
not doubly attached. VM is active : Call attachDevice() only
|
|
VM is inactive : Call define_domain() after the XML is updated
|
|
|
|
Signed-off-by: Masayuki Sunou <fj1826dm@aa.jp.fujitsu.com>
|
|
|
|
Thanks, Masayuki Sunou.
|
|
|
|
--------------------------------------------------------------------
|
|
--
|
|
[ebd54b0c882a]
|
|
|
|
2007-06-13 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Fixes 242900, thanks to David Robinson
|
|
[24f00545253e]
|
|
|
|
2007-05-24 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Handle the case where the source device and source type are null --
|
|
for example, if a cdrom device exists in the guest config but is not
|
|
mapped to a backend device.
|
|
[27ad8c7fbc3e]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py, src/vmm-
|
|
add-hardware.glade, src/vmm-create.glade:
|
|
Allow user to set mac addresses for new guests and new guest nics.
|
|
Also fixes some validation bugs. Thanks to Masayuki Sunou
|
|
<fj1826dm@aa.jp.fujitsu.com>
|
|
[a84ede106782]
|
|
|
|
2007-05-24 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Hook up delete VM menu item (Charles Coffing)
|
|
[e9678b9eeb41]
|
|
|
|
2007-05-18 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgignore, ABOUT-NLS, Makefile.am, autobuild.sh, autogen.sh,
|
|
configure.ac, po/ChangeLog, po/Makefile.am, po/Makevars,
|
|
po/Makevars.template, po/POTFILES.in, po/POTFILES.skip,
|
|
src/Makefile.am, src/virt-manager.desktop.in, src/virt-
|
|
manager.desktop.in.in, virt-manager.spec.in:
|
|
Major rework of i18n build integration to deal with bz 229324
|
|
[c60eab8f4ac6]
|
|
|
|
* AUTHORS, src/virt-manager.py.in:
|
|
Use a rolling file appender for logs (from Nobuhiro Itou)
|
|
[69da9fd8d530]
|
|
|
|
2007-05-11 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/vmm-create.glade.orig:
|
|
Merge heads
|
|
[1538611b315d]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Fix typo / remove redundant check for vnc disconnect (Charles
|
|
Coffing)
|
|
[718b68621933]
|
|
|
|
* src/vmm-create.glade.orig:
|
|
Remove bogus backup file
|
|
[a971aa8db8cd]
|
|
|
|
2007-05-10 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/vmm-details.glade:
|
|
Fixes bz 235914, which is a minor grammar nit but probably valid
|
|
[71e2c042c80f]
|
|
|
|
2007-05-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/as.po, po/bg.po, po/bn_IN.po, po/bs.po, po/ca.po, po/cs.po,
|
|
po/da.po, po/de.po, po/es.po, po/fi.po, po/fr.po, po/gu.po,
|
|
po/hi.po, po/hr.po, po/hu.po, po/is.po, po/it.po, po/ja.po,
|
|
po/kn.po, po/ko.po, po/ml.po, po/mr.po, po/ms.po, po/nb.po,
|
|
po/nl.po, po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po,
|
|
po/ro.po, po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po,
|
|
po/te.po, po/tr.po, po/uk.po, po/virt-manager.pot, po/zh_CN.po,
|
|
po/zh_TW.po:
|
|
Refresh po files from Fedora i18n community
|
|
[95ca7c8f3261]
|
|
|
|
2007-05-01 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Make NIC numbering in the details pane show something useful (in
|
|
this case, the tail end of the MAC address)
|
|
[47cbae77d41b]
|
|
|
|
* src/virtManager/domain.py:
|
|
Allow removal of devices from inactive domains. Requires rewriting
|
|
the XML and redefining the domain. To work on xen 3.0.3 userland,
|
|
also requires libvirt patch to xm_internal.c.
|
|
[900bee6f2cc8]
|
|
|
|
2007-04-25 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
Fix NIC naming, make MAC address copy-and-pastable again
|
|
[fddee0787dde]
|
|
|
|
* src/virtManager/details.py:
|
|
Fix toolbar check/uncheck in details window as well
|
|
[1c74c953592e]
|
|
|
|
* src/virtManager/console.py:
|
|
initial fix for 236777: make the toolbar show/hide button reflect
|
|
reality. Next up, persist the value.
|
|
[92e90dd89dd5]
|
|
|
|
2007-04-23 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py,
|
|
src/virtManager/createmeter.py:
|
|
Pull createmeter out into its own class
|
|
[58c0f8ae6fb8]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/create.py:
|
|
Fix up empty combo boxes, non-working file dialogs, and a few other
|
|
bugs.
|
|
[7263412862de]
|
|
|
|
2007-04-16 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/as.po, po/bn_IN.po, po/ca.po, po/da.po, po/de.po, po/es.po,
|
|
po/fr.po, po/gu.po, po/hi.po, po/hr.po, po/is.po, po/it.po,
|
|
po/ja.po, po/kn.po, po/ko.po, po/ml.po, po/mr.po, po/ms.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po, src/vmm-
|
|
create-net.glade:
|
|
Fixed typo in network wizard
|
|
[053429952481]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.4.0-1 for changeset bee4afe144ec
|
|
[a8c61f45ef42]
|
|
|
|
* ChangeLog:
|
|
Re-generate changelog
|
|
[bee4afe144ec] [RELEASE-0.4.0-1]
|
|
|
|
* NEWS, README, configure.ac, virt-manager.spec.in:
|
|
Update info for new release
|
|
[f5e47b053177]
|
|
|
|
2007-04-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[f5478160c701]
|
|
|
|
* src/virtManager/create.py:
|
|
Update OS type/variant code to deal with API changes in virtinst
|
|
[3131f3183a97]
|
|
|
|
2007-04-13 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/createnet.py:
|
|
Fixed use of net device names
|
|
[2076b36ad38c]
|
|
|
|
* src/virtManager/asyncjob.py:
|
|
Fixed thread locking in async job callback
|
|
[2c99eaccd271]
|
|
|
|
2007-04-12 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/connect.py,
|
|
src/virtManager/connection.py, src/virtManager/engine.py, src/vmm-
|
|
open-connection.glade:
|
|
Automatically try to open a sensible default hypervisor connection
|
|
[4b2d0b2fa30e]
|
|
|
|
* po/as.po, po/bn_IN.po, po/ca.po, po/da.po, po/de.po, po/es.po,
|
|
po/fr.po, po/gu.po, po/hi.po, po/hr.po, po/is.po, po/it.po,
|
|
po/ja.po, po/kn.po, po/ko.po, po/ml.po, po/mr.po, po/ms.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Refresh POT files
|
|
[9854494acf7e]
|
|
|
|
* src/virtManager/createnet.py, src/virtManager/host.py, src/vmm-
|
|
create-net.glade, src/vmm-host.glade:
|
|
Clear up terminology around NAT + virtual networks
|
|
[d7a5a7b32f34]
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
Added support for device hot-remove
|
|
[266de79ed851]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Persist changes to device config when adding devices. Disable
|
|
hotplug for dom0
|
|
[8450fc7d0771]
|
|
|
|
* src/virtManager/addhardware.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/vmm-add-hardware.glade, src/vmm-add-
|
|
virtual-nic.glade, src/vmm-details.glade:
|
|
Pull add hardware functionality out into separate popup window to
|
|
simplify state management in details window. Implemenet adding of
|
|
disks
|
|
[99e840c696be]
|
|
|
|
* src/virtManager/create.py:
|
|
Added missing gobject registration call
|
|
[646370df05c5]
|
|
|
|
* src/virtManager/connection.py:
|
|
Make shared NIC detection work with Xen netloop crack
|
|
[ef518850c7c8]
|
|
|
|
* src/virtManager/details.py:
|
|
Merge heads
|
|
[75e9e36edfd4]
|
|
|
|
* src/virtManager/config.py, src/virtManager/create.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Set sensible default directories for save/restore/create
|
|
[8cb893311a7b]
|
|
|
|
2007-04-10 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py, src/virtManager/details.py:
|
|
Added error reporting around VM start operation
|
|
[dd5347e1fcb9]
|
|
|
|
* src/virtManager/error.py:
|
|
Make sure scrolled window requests at least 400 pixels width to
|
|
avoid line wrapping error message
|
|
[5cefc1c494f6]
|
|
|
|
* src/virtManager/create.py:
|
|
Friendlier error messages when creating guests
|
|
[9cb4315b58b2]
|
|
|
|
* src/virtManager/host.py:
|
|
Disable creation of networks for non-root
|
|
[fb3d6ad20a2a]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/netdev.py:
|
|
Added code to detect 'shared' physical NICs
|
|
[5039fc44e638]
|
|
|
|
2007-04-11 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/domain.py, src/vmm-
|
|
details.glade:
|
|
First cut at vbd/vnic add/remove. You can now add a vnic, and the
|
|
screens update every tick(). Adding a vbd almost works, still have
|
|
to work out the device node naming. Finally, nothing works for
|
|
inactive guests yet.
|
|
[07012bf5e73e]
|
|
|
|
2007-04-04 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Added signals for network devices& fix creation of virtual networks
|
|
from UI
|
|
[82ebd1bd2476]
|
|
|
|
2007-04-03 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/host.py,
|
|
src/virtManager/network.py, src/vmm-host.glade:
|
|
Hooked up stop/start/delete buttons for networking. Detect & signal
|
|
start/stop events for network
|
|
[29759c93f3e1]
|
|
|
|
2007-03-30 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/createnet.py:
|
|
Removed print debugging
|
|
[c51ca104c474]
|
|
|
|
* src/vmm-create.glade:
|
|
Formatting changes to network page
|
|
[20ccc93cf3f5]
|
|
|
|
* src/virtManager/host.py, src/vmm-host.glade:
|
|
Added some icons for state/autostart/forwarding info
|
|
[55ca5f6dd579]
|
|
|
|
* src/virtManager/createnet.py, src/vmm-create-net.glade:
|
|
Added support for forwarding options
|
|
[c2869dbb9e81]
|
|
|
|
* src/virtManager/network.py:
|
|
Fixed extraction of ip forwarding info from XML
|
|
[2d39c7c06110]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/netdev.py:
|
|
Added API for enumerating network devices
|
|
[c7d9c5725ecb]
|
|
|
|
* src/virtManager/createnet.py:
|
|
Added module for create network wizard
|
|
[891f0e62ebf8]
|
|
|
|
2007-03-29 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/IPy.py, src/virtManager/host.py,
|
|
src/virtManager/network.py, src/vmm-create-net.glade, src/vmm-
|
|
host.glade:
|
|
Added a wizard for creating new virtual networks
|
|
[7762de645227]
|
|
|
|
* src/virtManager/connection.py:
|
|
Added net-added & net-removed signals. Added API for creating a new
|
|
network
|
|
[119d7f3717e5]
|
|
|
|
2007-03-28 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Merge heads
|
|
[13ae24fc3e1b]
|
|
|
|
* src/virtManager/create.py:
|
|
Fixed check for HVM support to work on non-Xen
|
|
[10a90e9becf0]
|
|
|
|
* src/virtManager/create.py:
|
|
Fixed typo
|
|
[9d80e0ad9ffd]
|
|
|
|
2007-03-28 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Warn when a user tries to create a guest that attempts to use a disk
|
|
already in use by another guest. Thanks to Takahashi Tomohiro
|
|
<takatom-at-jp-dot-fujitsu-dot-com>.
|
|
[b917c4a76425]
|
|
|
|
2007-03-27 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/host.py,
|
|
src/virtManager/manager.py, src/virtManager/network.py, src/vmm-
|
|
host.glade, src/vmm-manager.glade:
|
|
Added dialog for viewing host status & resource config
|
|
[9b641d9bfa2b]
|
|
|
|
* src/vmm-details.glade:
|
|
Right align all labels
|
|
[31835160ba01]
|
|
|
|
2007-03-27 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py, src/virtManager/keytable.py:
|
|
Automatically choose a keytable from virt-manager based on the
|
|
locally set keytable. Thanks to Takahashi Tomohiro <takatom-at-jp-
|
|
dot-fujitsu-dot-com>
|
|
[88a18060d581]
|
|
|
|
2007-03-22 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/engine.py, src/virtManager/error.py:
|
|
Added an error dialog with expandable 'details' pane. Use this from
|
|
connection error code. Patch from Richard Jones
|
|
[93d7999b9b75]
|
|
|
|
* src/virtManager/engine.py:
|
|
Merge heads
|
|
[f1254be4fc93]
|
|
|
|
* src/virtManager/engine.py:
|
|
Include stack trace in error logs
|
|
[7b950d2ff294]
|
|
|
|
2007-03-21 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/network.py, src/vmm-create.glade:
|
|
Enable selection of networking options
|
|
[dfffea1edb27]
|
|
|
|
* src/vmm-details.glade:
|
|
Make the VM name field sensitive, but not editable
|
|
[8f05d032ff8d]
|
|
|
|
2007-03-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.3.1-1 for changeset
|
|
225ff0619562f046101d6fc4f90371051367f850
|
|
[9358db7b04b0]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.3.2-1 for changeset
|
|
a671c435f0c6cb78ec10980ad5d4fb71adc1a622
|
|
[48431754047c]
|
|
|
|
* ChangeLog, NEWS, configure.ac, virt-manager.spec.in:
|
|
Update for 0.3.2 release
|
|
[a671c435f0c6] [RELEASE-0.3.2-1]
|
|
|
|
* po/Makefile.am:
|
|
Fix rule for generating pot files from glade
|
|
[163288760363]
|
|
|
|
* po/as.po, po/bn_IN.po, po/ca.po, po/da.po, po/de.po, po/es.po,
|
|
po/fr.po, po/gu.po, po/hi.po, po/hr.po, po/is.po, po/it.po,
|
|
po/ja.po, po/kn.po, po/ko.po, po/ml.po, po/mr.po, po/ms.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Regenerate po files
|
|
[b6ef0d5e4476]
|
|
|
|
* src/virtManager/connect.py:
|
|
Switch back to using system instance as root
|
|
[c356f522973e]
|
|
|
|
2007-03-19 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* help/virt-manager/C/figures/vm-assign-storage.png, help/virt-
|
|
manager/C/figures/vm-create-mem-cpu.png, help/virt-manager/C/figures
|
|
/vm-full-virt-media.png, help/virt-manager/C/figures/vm-paravirt-
|
|
media.png, help/virt-manager/C/virt-manager.xml,
|
|
src/virtManager/create.py, src/virtManager/engine.py, src/vmm-
|
|
create.glade:
|
|
Finished help document, along with help buttons on all the create
|
|
wizard screens, and a few bug fixes in the create wizard.
|
|
[68233c2f4350]
|
|
|
|
* help/virt-manager/C/figures/vm-graphic-console.png, help/virt-
|
|
manager/C/figures/vm-preferences.png, help/virt-manager/C/virt-
|
|
manager.xml, src/virtManager/engine.py,
|
|
src/virtManager/preferences.py, src/vmm-preferences.glade:
|
|
Do the help for the preferences window. Plus, give the preferences
|
|
window a help button.
|
|
[d42fead39fde]
|
|
|
|
* help/virt-manager/C/virt-manager.xml, src/virtManager/console.py,
|
|
src/virtManager/engine.py, src/vmm-console.glade:
|
|
Expand help for details window, add help for console window (along
|
|
with a help menu)
|
|
[c2b5256f3033]
|
|
|
|
* src/virtManager/connect.py, src/vmm-open-connection.glade:
|
|
Remove 'other hypervisor' URI, it's only useful for the test
|
|
hypervisor anyway and that can be specified from the command line
|
|
[164cfee25365]
|
|
|
|
2007-03-16 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/details.py, src/virtManager/engine.py, src/vmm-
|
|
details.glade:
|
|
Add help menu item to details pane
|
|
[b7a5ac39089d]
|
|
|
|
* src/vmm-create.glade:
|
|
Make the upper limit on disk file size reasonable
|
|
[29bce5228ca4]
|
|
|
|
2007-03-14 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix raise String -- raise runtime error instead. Thanks to Charles
|
|
Coffing <ccoffing-at-novell-dot-com>
|
|
[10309bbadbd9]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Pass f10 through console to guests. Thanks to Charles Coffing
|
|
<ccoffing-at-novell-dot-com>
|
|
[e1ad552bf8cc]
|
|
|
|
* src/virtManager/asyncjob.py, src/virtManager/connection.py,
|
|
src/virtManager/manager.py:
|
|
Make console popups work right with inactive domains by adding a
|
|
'vm-started' signal thrown by vmmConnection. Also fix another
|
|
threading bug.
|
|
[79dc76fbd8ee]
|
|
|
|
2007-03-13 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[6174ce850f12]
|
|
|
|
* Merge heads
|
|
[5c099456c884]
|
|
|
|
* src/virtManager/console.py:
|
|
Don't try to reconnect if we're closing the console window
|
|
[9c2072c6faa3]
|
|
|
|
2007-03-13 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/vmm-details.glade:
|
|
You should really be able to highlight the UUID so you can copy it,
|
|
even if you can't edit it.
|
|
[15b4900bfb73]
|
|
|
|
2007-03-13 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/engine.py:
|
|
merge heads
|
|
[b7f4957fe604]
|
|
|
|
* src/virtManager/asyncjob.py, src/virtManager/engine.py:
|
|
Fixed timer ticks
|
|
[ae1e52df4ff7]
|
|
|
|
2007-03-09 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/engine.py:
|
|
merge heads
|
|
[8c7610255e70]
|
|
|
|
* help/virt-manager/C/figures/vm-details-hardware-disk.png, help/virt-
|
|
manager/C/figures/vm-details-hardware-memory.png, help/virt-
|
|
manager/C/figures/vm-details-hardware-network.png, help/virt-
|
|
manager/C/figures/vm-details-hardware-vcpu.png, help/virt-
|
|
manager/C/figures/vm-details-overview.png, help/virt-manager/C/virt-
|
|
manager.xml, src/virtManager/config.py, src/virtManager/engine.py:
|
|
Add the details section to the help file. Lots more screen shots.
|
|
[2fa11748bc7f]
|
|
|
|
2007-03-08 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/engine.py:
|
|
Clean up help code just a bit
|
|
[a66e42abec57]
|
|
|
|
2007-03-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Merge heads
|
|
[c428538c6dd7]
|
|
|
|
2007-03-02 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Fixed key ungrab in vnc viewer
|
|
[ff646711a024]
|
|
|
|
2007-03-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/engine.py:
|
|
Merge heads
|
|
[d370c126f1a3]
|
|
|
|
* src/virt-manager.py.in, src/virtManager/asyncjob.py,
|
|
src/virtManager/console.py, src/virtManager/engine.py,
|
|
src/vncViewer/vnc.py:
|
|
Fixed thread locking
|
|
[c83034a29d5d]
|
|
|
|
2007-02-23 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Fixed i18n of pointer alert
|
|
[d2bf26498e2d]
|
|
|
|
2007-03-08 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/manager.py:
|
|
Add sensible options to right-click menu in manager window. Thanks
|
|
to Mark Cave-Ayland <mark.cave-ayland-at-ilande-dot-co-dot-uk>.
|
|
[b7a55e3fbc11]
|
|
|
|
* help/virt-manager/C/Makefile.am, help/virt-manager/C/virt-
|
|
manager-C.omf, help/virt-manager/C/virt-manager-manual-C.omf, help
|
|
/virt-manager/C/virt-manager-manual.xml, help/virt-manager/C/virt-
|
|
manager.xml, src/Makefile.am, src/virt-manager.py.in,
|
|
src/virtManager/config.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py, src/vmm-manager.glade, xmldocs.make:
|
|
Hooked up the half-finished help document to a new help menu item.
|
|
More fun to come.
|
|
[c419c849ecf1]
|
|
|
|
2007-03-07 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* configure.ac, help/Makefile.am, help/virt-manager-
|
|
manual/C/Makefile.am, help/virt-manager-manual/C/fdl-appendix.xml,
|
|
help/virt-manager-manual/C/figures/fig1.png, help/virt-manager-
|
|
manual/C/figures/fig2.png, help/virt-manager-manual/C/legal.xml,
|
|
help/virt-manager-manual/C/virt-manager-manual-C.omf, help/virt-
|
|
manager-manual/C/virt-manager-manual.xml, help/virt-manager-
|
|
manual/Makefile.am, help/virt-manager/C/Makefile.am, help/virt-
|
|
manager/C/fdl-appendix.xml, help/virt-manager/C/figures/vm-
|
|
connection-window.png, help/virt-manager/C/figures/vm-manager-
|
|
window.png, help/virt-manager/C/legal.xml, help/virt-manager/C/virt-
|
|
manager-manual-C.omf, help/virt-manager/C/virt-manager-manual.xml,
|
|
help/virt-manager/Makefile.am, src/vmm-create.glade.orig:
|
|
Move help so far to the proper directory
|
|
[20c212fea0ad]
|
|
|
|
2007-03-06 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* help/virt-manager-manual/C/virt-manager-manual.xml:
|
|
Help introduction and Connection Window test.
|
|
[e97643c745b3]
|
|
|
|
2007-03-05 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* help/virt-manager-manual/C/virt-manager-manual.xml:
|
|
Basic structure of help document
|
|
[6657c3ddbad4]
|
|
|
|
2007-03-02 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* configure.ac, virt-manager.spec.in:
|
|
merge heads
|
|
[b0e37683f8b8]
|
|
|
|
* COPYING-DOCS, Makefile.am, configure.ac, help/Makefile.am, help
|
|
/virt-manager-manual/C/Makefile.am, help/virt-manager-manual/C/fdl-
|
|
appendix.xml, help/virt-manager-manual/C/figures/fig1.png, help
|
|
/virt-manager-manual/C/figures/fig2.png, help/virt-manager-
|
|
manual/C/legal.xml, help/virt-manager-manual/C/virt-manager-
|
|
manual-C.omf, help/virt-manager-manual/C/virt-manager-manual.xml,
|
|
help/virt-manager-manual/Makefile.am, omf.make, virt-
|
|
manager.spec.in, xmldocs.make:
|
|
Initial cut at help infrastructure. Help builds and displays, but
|
|
says nothing. Now we can start filling in content.
|
|
[c36465241502]
|
|
|
|
2007-02-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* ChangeLog, NEWS, README, virt-manager.spec.in:
|
|
Updated for release 0.3.1
|
|
[225ff0619562] [RELEASE-0.3.1-1]
|
|
|
|
* configure.ac:
|
|
Bump version number
|
|
[d3d3c3cde031]
|
|
|
|
* Merge heads
|
|
[98471b6deba9]
|
|
|
|
* src/virtManager/connect.py:
|
|
Force use of per-user bus even as root for QEMU
|
|
[4dec5c7eb7f3]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Clamp mouse co-ords to be >= 0
|
|
[5a5191b9ed11]
|
|
|
|
2007-02-20 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Sort OS lists
|
|
[b81a95033b72]
|
|
|
|
2007-02-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Allow any combo of Ctrl+Mod1, Ctrl+Mod2 or Mod1+Mod2 to release grab
|
|
[362fba833f8f]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Remove mistaken call to ungrab_pointer()
|
|
[94ef48182b72]
|
|
|
|
* src/virtManager/create.py:
|
|
Remove debug of arch, since it breaks paravirt
|
|
[5580dda12a4f]
|
|
|
|
2007-02-19 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.py.in, src/virtManager/create.py, src/vmm-
|
|
create.glade:
|
|
Added ability to create QEMU/KVM/KQEMU guests in new VM wizard
|
|
[a85a616d50b4]
|
|
|
|
* src/virtManager/create.py:
|
|
Remove annoying dialog box about HAL; logging is good enough
|
|
[22fb61e7b9a1]
|
|
|
|
* src/virtManager/connect.py, src/virtManager/connection.py, src/vmm-
|
|
open-connection.glade:
|
|
Refactor connect dialog to support QEMU driver
|
|
[9c67014081cc]
|
|
|
|
2007-02-19 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py, src/vmm-create.glade:
|
|
Add pull-down OS choice UI to virt-manager.
|
|
[80e0238ab362]
|
|
|
|
2007-02-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Merge heads
|
|
[74dee2f86c10]
|
|
|
|
* AUTHORS, src/vncViewer/vnc.py:
|
|
Fixed keyboard grab
|
|
[24514e244a7a]
|
|
|
|
2007-02-15 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/Makefile.am, src/virt-manager.glade, src/virtManager/about.py,
|
|
src/virtManager/asyncjob.py, src/virtManager/connect.py,
|
|
src/virtManager/console.py, src/virtManager/create.py,
|
|
src/virtManager/details.py, src/virtManager/manager.py,
|
|
src/virtManager/preferences.py, src/vmm-about.glade, src/vmm-add-
|
|
virtual-nic.glade, src/vmm-console.glade, src/vmm-create.glade, src
|
|
/vmm-details.glade, src/vmm-manager.glade, src/vmm-modify-file-
|
|
storage.glade, src/vmm-open-connection.glade, src/vmm-
|
|
preferences.glade, src/vmm-progress.glade:
|
|
Split the glade files up into one per window, to make managing
|
|
merges easier. This changes the makefile, so you'll need to rerun
|
|
autogen.sh
|
|
[4aff59f5c1b2]
|
|
|
|
2007-02-12 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[9604d6c89d12]
|
|
|
|
2007-02-08 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py, src/vncViewer/vnc.py:
|
|
Grab mouse when clicking
|
|
[42980d836e6b]
|
|
|
|
* src/virtManager/details.py:
|
|
Display allocation instead of usage for inactive memory
|
|
[5f9bbeaa4565]
|
|
|
|
* src/virtManager/domain.py:
|
|
Force initial status code update
|
|
[aaddf0265c66]
|
|
|
|
* src/virt-manager.glade:
|
|
Fix alignment of label
|
|
[6903adfe0063]
|
|
|
|
2007-02-01 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/asyncjob.py,
|
|
src/virtManager/create.py:
|
|
Make progress bar display a little prettier. Add support for setting
|
|
max-memory when creating guests
|
|
[bb8b020e630b]
|
|
|
|
2007-01-22 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Fix changelog date
|
|
[2dc5a7f91ef7]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.3.0-1 for changeset
|
|
aab1b39dae04d051c2f7073ff9bcc74c55ff704a
|
|
[a90307d2b583]
|
|
|
|
* ChangeLog, NEWS, README, configure.ac, virt-manager.spec.in:
|
|
Updated for 0.3.0 release
|
|
[aab1b39dae04] [RELEASE-0.3.0-1]
|
|
|
|
* po/as.po, po/bn_IN.po, po/ca.po, po/da.po, po/de.po, po/es.po,
|
|
po/fr.po, po/gu.po, po/hi.po, po/hr.po, po/is.po, po/it.po,
|
|
po/ja.po, po/kn.po, po/ko.po, po/ml.po, po/mr.po, po/ms.po,
|
|
po/or.po, po/pa.po, po/pl.po, po/pt.po, po/pt_BR.po, po/ro.po,
|
|
po/ru.po, po/sr.po, po/sr@Latn.po, po/sv.po, po/ta.po, po/te.po,
|
|
po/tr.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Refresh po/pot files
|
|
[5bc1bd05a9e5]
|
|
|
|
* src/virtManager/create.py:
|
|
Updated to new virt-inst API
|
|
[0564b1e55ec0]
|
|
|
|
2007-01-12 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/asyncjob.py,
|
|
src/virtManager/create.py, src/virtManager/domain.py,
|
|
src/virtManager/manager.py:
|
|
Change save/restore code to work with new progress bar interface.
|
|
Also clean up progress bar a bit so it doesn't jump around quite so
|
|
much.
|
|
[90194e42e78d]
|
|
|
|
2007-01-10 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* merge 369:1d72ca0a0d8e
|
|
[4e1a11b51dd9]
|
|
|
|
* src/virt-manager.glade, src/virtManager/asyncjob.py,
|
|
src/virtManager/create.py:
|
|
graphical progress bar hooks for pv guests
|
|
[fa0838adc8e5]
|
|
|
|
2007-01-08 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Reset vnc failure count & delay on state changes. This ensures we
|
|
re-try the connection when switching from shutoff -> running state
|
|
transitions with inactive guests
|
|
[1d72ca0a0d8e]
|
|
|
|
2006-12-20 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Update non-sparse file UI to match rhel5 patch
|
|
[d08d20fefc15]
|
|
|
|
2006-12-17 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/asyncjob.py,
|
|
src/virtManager/create.py:
|
|
add a radio button for sparse vs. non-sparse viles. Add appropriate
|
|
cautions and text to the progress dialog.
|
|
[240bbcbcbf77]
|
|
|
|
2006-12-13 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[280936348501]
|
|
|
|
* src/virtManager/domain.py:
|
|
Disabled memory/cpu hotplug for active HVM guests (bz 214432)
|
|
[34cfe7880a7e]
|
|
|
|
2006-12-07 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Fixes bz 218201. Choosing an existing file, using the dialog or
|
|
typing the path manually, will now cause the file's size to show up
|
|
in the file size box. Also the wizard will complain if the user
|
|
manually types a directory path instead of an existing file or a new
|
|
file.
|
|
[795d0dea350d]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Fixes 213855. Added documentation to warn the operator not to
|
|
allocate too much memory to a new VM; limited the max memory spinbox
|
|
to physical RAM present; cleaned up physical RAM display.
|
|
[746677a25334]
|
|
|
|
2006-12-04 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/serialcon.py:
|
|
Fix handling of backspace key in serial console (bz 217596)
|
|
[742f520c9080]
|
|
|
|
2006-12-01 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Deal with errors from hostname lookup (bz 216975)
|
|
[eaf93af32bde]
|
|
|
|
* src/virtManager/domain.py:
|
|
Merge heads
|
|
[90df913df2d0]
|
|
|
|
2006-11-22 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Differentiate memory allocated, from that actually used on host.
|
|
Helps visualization of inactive guests
|
|
[75d791ba22a1]
|
|
|
|
2006-11-15 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Validate vm name
|
|
[6095446de9c1]
|
|
|
|
* src/virtManager/domain.py:
|
|
domain.py merge??
|
|
[54d1c612d578]
|
|
|
|
* src/virt-manager.glade, src/virtManager/console.py,
|
|
src/virtManager/create.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/engine.py:
|
|
Add destroy option to details and console menus
|
|
[9c6d46c2f6ad]
|
|
|
|
2006-11-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Switch to use explicit ipv4 address 127.0.0.1 for console because
|
|
some FC6 systems have broke /etc/hosts which only list ipv6 address
|
|
(and VNC doesn't listen on ipv6)
|
|
[7e5d94efe78d]
|
|
|
|
2006-11-15 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Initially select something when opening the details pane
|
|
[eabce880c9f2]
|
|
|
|
2006-11-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[c348f9520742]
|
|
|
|
2006-11-13 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Valid file magic when restoring a domain from saved image
|
|
[7bffdbff49e3]
|
|
|
|
* src/virt-manager.glade:
|
|
Fix typo
|
|
[72aed8333003]
|
|
|
|
* src/virtManager/console.py:
|
|
Ensure we always retry failed connections, to deal with inactive
|
|
domain startup/shutdown sequences
|
|
[f65d9eec0786]
|
|
|
|
* src/virtManager/manager.py:
|
|
Clear out listmodel row cache when swiching views
|
|
[bfe118877c73]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Re-factored config changing UI to deal with inactive domains &
|
|
better handle Dom0
|
|
[c4cf0fee60f1]
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix max-mem reporting for Dom0
|
|
[1cf722426910]
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix pretty memory accounting. Add set_max_memory API. Fixed logging
|
|
string cast
|
|
[42885b78d291]
|
|
|
|
* src/virtManager/manager.py:
|
|
Update the ID column on each refresh, in case a domain
|
|
started/stopped (ie its id changes)
|
|
[ee06cbe20c82]
|
|
|
|
* src/virtManager/manager.py:
|
|
Merge heads
|
|
[72e8718c0c6c]
|
|
|
|
* po/en_GB.po, src/virt-manager.glade, src/virt-manager.py.in,
|
|
src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/manager.py:
|
|
Merge heads
|
|
[72dec4df30de]
|
|
|
|
2006-10-12 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Explicitly populate liststore with all we need rather than using
|
|
per-cell callbacks
|
|
[1e2297d7b96d]
|
|
|
|
* src/virtManager/manager.py:
|
|
Store the VM object itself in the list model to lower overheads in
|
|
refresh
|
|
[3973f2eb7407]
|
|
|
|
2006-10-11 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py:
|
|
Catch & log failure of listDefinedDomains method for older libvirt
|
|
not supporting inactive domains
|
|
[ffa5f13ab279]
|
|
|
|
* src/virt-manager.py.in:
|
|
Added support for running app under hotshot profiler
|
|
[f1e28b2177fd]
|
|
|
|
2006-10-10 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/connection.py,
|
|
src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Support deleting of VMs
|
|
[ce3995271cdc]
|
|
|
|
* src/virt-manager.glade, src/virtManager/connection.py,
|
|
src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Hooked up domain filter in manager list. Ensure we don't recreate
|
|
vmmDomain object on state changes
|
|
[2e86c3cb0025]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/manager.py:
|
|
Merged heads
|
|
[951c6c3cf97b]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py:
|
|
Added support for starting inactive VMs
|
|
[7364bcc08bdb]
|
|
|
|
2006-10-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/domain.py,
|
|
src/virtManager/manager.py:
|
|
Include listing of inactive domains
|
|
[c831835a0f94]
|
|
|
|
2006-11-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.2.6-1 for changeset
|
|
912d53a50279d9c6e05d263b54837ad001a0ccb3
|
|
[1f43bfc1da4e]
|
|
|
|
* ChangeLog:
|
|
Re-generate changelog
|
|
[912d53a50279] [RELEASE-0.2.6-1]
|
|
|
|
* virt-manager.spec.in:
|
|
Updated changelog
|
|
[657717d357b6]
|
|
|
|
* NEWS:
|
|
Summary of 0.2.6 release changes
|
|
[008c1a197bcd]
|
|
|
|
* configure.ac:
|
|
Updated to 0.2.6 release
|
|
[1b8570500ec0]
|
|
|
|
* docs/RELEASE-PROCESS.txt:
|
|
Added notes on release process
|
|
[edcf366d6403]
|
|
|
|
* po/README.txt:
|
|
Added notes on translation process
|
|
[2b776e4aeb6d]
|
|
|
|
* po/ru.po:
|
|
Imported initial russian translation
|
|
[8036348399cd]
|
|
|
|
2006-11-07 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Change most scrollbars to automatic (except console which has resize
|
|
issues)
|
|
[9fa186e9831c]
|
|
|
|
* src/virtManager/create.py:
|
|
Set busy cursor in wizard while creating VM
|
|
[7b7299a55192]
|
|
|
|
* po/as.po, po/da.po, po/de.po, po/en_GB.po, po/es.po, po/fr.po,
|
|
po/gu.po, po/hi.po, po/hr.po, po/ja.po, po/ml.po, po/ms.po,
|
|
po/or.po, po/pa.po, po/pt.po, po/pt_BR.po, po/sr.po, po/sr@Latn.po,
|
|
po/sv.po, po/ta.po, po/virt-manager.pot, po/zh_CN.po, po/zh_TW.po:
|
|
Rebuild pot file & import translated .po's from Fedora i18n
|
|
repository
|
|
[749284df42c6]
|
|
|
|
* src/virt-manager.py.in, src/virtManager/about.py,
|
|
src/virtManager/asyncjob.py, src/virtManager/connect.py,
|
|
src/virtManager/console.py, src/virtManager/create.py,
|
|
src/virtManager/details.py, src/virtManager/manager.py,
|
|
src/virtManager/preferences.py:
|
|
Explicitly pass i18n domain into glade constructor because it is
|
|
failing to pick up default domain
|
|
[cd83d1e8e7fb]
|
|
|
|
2006-11-06 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virt-manager.schemas.in,
|
|
src/virtManager/config.py, src/virtManager/console.py,
|
|
src/virtManager/create.py, src/virtManager/manager.py,
|
|
src/virtManager/preferences.py, src/vncViewer/vnc.py:
|
|
Added preference for determining when/whether to grab keyboard
|
|
input. Renamed console popup preference apis a little
|
|
[48c75380985e]
|
|
|
|
* src/virtManager/asyncjob.py:
|
|
Set busy cursor when displaying progress bar
|
|
[61d04972191e]
|
|
|
|
* src/virtManager/console.py, src/vncViewer/vnc.py:
|
|
Add a auto-retry with exponential backoff to VNC connection, since
|
|
with auto-console popup we often launch before the VNC daemon has
|
|
started for the guest
|
|
[52d0377abcb8]
|
|
|
|
* src/virtManager/engine.py:
|
|
Connect up show-terminal signal in the manager
|
|
[8514f7e603bb]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Don't skip virt-type wizard step if fully-virt is not available.
|
|
Instead disable option & inform user why (bz 212451)
|
|
[8cc9ccf3bfb4]
|
|
|
|
* AUTHORS, src/virt-manager.glade, src/virtManager/about.py, virt-
|
|
manager.spec.in:
|
|
Make URLs & email addrs in about dialog clickable (bz 210782)
|
|
[22889cdd3c60]
|
|
|
|
* src/virt-manager.glade:
|
|
Change 'physical' to 'logical' in text refering to host CPUs
|
|
[52a07614f81f]
|
|
|
|
* src/virt-manager.schemas.in:
|
|
Change default to activate popup of console for newly created guests
|
|
[0baa980b3021]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/manager.py:
|
|
Include info about hypervisor connection in titlebar ( bz 213093)
|
|
[7de904410eb7]
|
|
|
|
2006-11-03 Karel Zak <kzak@redhat.com>
|
|
|
|
* AUTHORS, src/virtManager/console.py, src/virtManager/create.py,
|
|
src/virtManager/details.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py, src/virtManager/serialcon.py:
|
|
fix problem with never ending gtk.main()
|
|
[a5c3cd610da2]
|
|
|
|
2006-11-03 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Grab focus to the password field when showing login
|
|
[d09e1774c693]
|
|
|
|
* src/virtManager/serialcon.py:
|
|
Call 'present' to ensure serial console is raised & focused
|
|
[8435965bbaa5]
|
|
|
|
2006-10-31 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virt-manager.schemas.in,
|
|
src/virtManager/config.py, src/virtManager/create.py,
|
|
src/virtManager/manager.py, src/virtManager/preferences.py:
|
|
bz 211385: add preference to automatically pop up console on new vm
|
|
creation or all vm creation.
|
|
[9223d00fe776]
|
|
|
|
2006-10-26 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.py.in:
|
|
Re-arrange startup to not use DBus activation in normal case
|
|
(partial fix for bz 211636)
|
|
[bfde999c4f9d]
|
|
|
|
2006-10-26 Karel Zak <kzak@redhat.com>
|
|
|
|
* src/virt-manager.py.in:
|
|
add command line option
|
|
[0e19c5b92f62]
|
|
|
|
2006-10-25 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Don't make the create wizard sensitive again until after the error
|
|
dialog has gone
|
|
[43bf9d79afbc]
|
|
|
|
* src/virtManager/create.py:
|
|
Catch & deal with HAL not running more gracefully, by disabling
|
|
CDROM config & logging error info. bz 211901
|
|
[a77ff57c95d6]
|
|
|
|
* src/virt-manager.glade:
|
|
Allow long URls to ellipsize in VM create summary page
|
|
[fbc8ede2c02f]
|
|
|
|
* src/virtManager/connection.py:
|
|
Catch & ignore exception when looking up a domain, in case it went
|
|
away, or is a zombie
|
|
[38fec2ded04d]
|
|
|
|
* src/virtManager/create.py:
|
|
Disable wizard sensitivity while VM creation is taking place (bz
|
|
211624)
|
|
[bb3152c45312]
|
|
|
|
2006-10-19 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.2.5-1 for changeset
|
|
f026bca68967ffcbf61ac60f2c653b3fba243785
|
|
[127d61c9062e]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.2.4-1 for changeset
|
|
a72f4fcfc37be3ccca9c966d8d62c1c95212bdbc
|
|
[f026bca68967] [RELEASE-0.2.5-1]
|
|
|
|
* ChangeLog:
|
|
Re-generate changelog for 0.2.5
|
|
[94fafa058a00]
|
|
|
|
2006-10-19 berrange <berrange@localhost.localdomain>
|
|
|
|
* configure.ac, virt-manager.spec.in:
|
|
Bump release numbers
|
|
[f8050caf9b4d]
|
|
|
|
* src/virt-manager.desktop.in:
|
|
Remove duplicate menu entry (bz 211230)
|
|
[91140a1dace5]
|
|
|
|
2006-10-19 "Jeremy Katz <katzj@redhat.com>
|
|
|
|
* README, src/virtManager/create.py:
|
|
xeninst -> virtinst
|
|
[96cdb0edae11]
|
|
|
|
2006-10-18 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
fix host machine memory reporting -- bz 211281
|
|
[4a6d5930dbb8]
|
|
|
|
* src/virt-manager.glade, src/virtManager/console.py,
|
|
src/vncViewer/vnc.py:
|
|
fix the godawful accelerator pass-through option. Hopefully SCT will
|
|
stop throwing chairs at my application...
|
|
[06a73bebeaf6]
|
|
|
|
2006-10-12 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* ChangeLog:
|
|
Re-generate changelog for 0.2.4
|
|
[a72f4fcfc37b] [RELEASE-0.2.4-1]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Reset modifiers when disconnectin from server too
|
|
[963a1d4668e9]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Only fake events if there is an active VNC connection
|
|
[74c7ba84a353]
|
|
|
|
* src/virtManager/console.py:
|
|
Merge heads
|
|
[a85632c84130]
|
|
|
|
* configure.ac, virt-manager.spec.in:
|
|
Get ready for 0.2.4 release
|
|
[4d31437e9e0e]
|
|
|
|
* src/virtManager/console.py:
|
|
Automatically grab keyboard in guest consoles
|
|
[34653c9a7b05]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Fix for 'stuck' modifier keys, faking keyup when we loose focus
|
|
[18610f26c019]
|
|
|
|
2006-10-11 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Mnemonic updates and clean-up on memory and cpu screens. Fixes BZ
|
|
208408.
|
|
[27902e672c40]
|
|
|
|
2006-10-11 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Make file backed disks blktap based by default, if available
|
|
[a2adaa31d863]
|
|
|
|
* src/virtManager/create.py:
|
|
Don't create a text renderer, because GTK already does that for us
|
|
[451e4c09fff0]
|
|
|
|
2006-10-11 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virt-manager.schemas.in,
|
|
src/virtManager/config.py, src/virtManager/create.py:
|
|
Add drop-down lists for PV media and kickstart URLs
|
|
[5650465dc7fa]
|
|
|
|
2006-10-09 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Remove help button from preferences dialog
|
|
[503f9261374a]
|
|
|
|
2006-10-06 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Don't return hostname or port if VNC isn't active
|
|
[3d4a40a061aa]
|
|
|
|
* src/virtManager/console.py:
|
|
Fixed stringification problem when no graphics are active
|
|
[af5a8f7bdfdc]
|
|
|
|
2006-10-03 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connection.py, src/virtManager/create.py:
|
|
Force immediate refresh of VMs after creating one
|
|
[b00a03871a52]
|
|
|
|
* src/virtManager/engine.py:
|
|
Improve error reporting to user if hypervisor connection attempt
|
|
fails (bz 209122)
|
|
[e81393d95b2e]
|
|
|
|
2006-09-28 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Clamp the CPU utilization values between 0 & 100 to avoid freaking
|
|
out sparkline renderer (more bz 208185)
|
|
[bf53891faa22]
|
|
|
|
2006-09-27 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/sparkline.c:
|
|
Avoid array underflow (& thus SEGV) when no data points are set
|
|
(workaround segv in bz 208185)
|
|
[1cb01dfe5d34]
|
|
|
|
* virt-manager.spec.in:
|
|
Fixup download URL
|
|
[5f81ecc8e603]
|
|
|
|
2006-09-26 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.2.3-1 for changeset
|
|
408e703e0a36d1f601b7038e3ee633236c5a5a28
|
|
[5cd1df4bc304]
|
|
|
|
* ChangeLog, README, configure.ac, virt-manager.spec.in:
|
|
Bumped for release 0.2.3
|
|
[408e703e0a36] [RELEASE-0.2.3-1]
|
|
|
|
* po/en_GB.po, po/virt-manager.pot:
|
|
Re-generate POT files
|
|
[4635350fbedc]
|
|
|
|
* src/virtManager/create.py:
|
|
Filter ISO filechooser to just *.iso files
|
|
[c47aec961cdc]
|
|
|
|
* src/virtManager/create.py:
|
|
When catching errors catch Exception instead of RuntimeException for
|
|
better error handling
|
|
[7ea27b8eaded]
|
|
|
|
2006-09-25 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py, src/vncViewer/vnc.py:
|
|
Merge heads
|
|
[489dcc2d36d6]
|
|
|
|
* src/virt-manager.py.in, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py:
|
|
Merge heads
|
|
[84a6389d11f3]
|
|
|
|
* src/Makefile.am, src/virt-manager.py.in,
|
|
src/virtManager/Makefile.am, src/virtManager/config.py,
|
|
src/virtManager/console.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/engine.py,
|
|
src/virtManager/keyring.py:
|
|
Replace numerous 'print' statements with calls to python logging.
|
|
Added syntax checking of all modules
|
|
[16a2e8ff4402]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Merge heads
|
|
[07acbe79dda0]
|
|
|
|
* src/virtManager/console.py, src/vncViewer/vnc.py:
|
|
Re-work handling of keyboard modifiers to ensure un-modified keyvals
|
|
are sent over wire, allowing remote client to interpret modifiers as
|
|
it so desires (only exception being shift which is intepreted
|
|
locally). Also allow VNC widget to auto-grab keyboard on mouse
|
|
enter/ ungrab on exit
|
|
[edde7854a4ac]
|
|
|
|
2006-09-22 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Remove redundant close button & inactive help button from manager
|
|
view to reduce desktop footprint
|
|
[4281dfc00da3]
|
|
|
|
* src/virtManager/console.py:
|
|
Switch out of full screen & drop key grab when hiding console window
|
|
[aba0d6dcefe3]
|
|
|
|
* src/virtManager/manager.py:
|
|
Only display 40 CPU samples in manage window to avoid graph getting
|
|
too wide
|
|
[f1db328b64cb]
|
|
|
|
* AUTHORS, src/virtManager/create.py:
|
|
When going back in create wizard, skip fv/pv choice page if host
|
|
isn't hvm capable (William Sheehan via bz 207409)
|
|
[9a4b089db2a5]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Re-arranged CPU details page. Now display, current & max VCPU
|
|
allocation. Dont allow adjustment above the max
|
|
[88266f92e297]
|
|
|
|
2006-09-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/create.py, src/virtManager/engine.py:
|
|
Popup console window synchronously to create method to avoid race
|
|
condition
|
|
[1dba9fde5480]
|
|
|
|
2006-09-19 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Don't convert to an int because that introduces rounding errors when
|
|
xeninst converts back into bytes
|
|
[ae06a1674831]
|
|
|
|
* src/virtManager/create.py:
|
|
Use physical device names in CDROM list. Listen out for media
|
|
insert/remove events & update list accordingly
|
|
[f4332d6425c3]
|
|
|
|
* src/virt-manager.py.in:
|
|
Added import check for gtk to quit earlier if $DISPLAY is not set
|
|
[01d5f444ab59]
|
|
|
|
* src/virtManager/create.py:
|
|
Ensure that file size is disabled when raw partition checkbox is
|
|
active
|
|
[f70853b58864]
|
|
|
|
2006-09-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.2.2-1 for changeset
|
|
37220522ba6d379d0ea140c2960e688cdb375927
|
|
[56ebe6cd47de]
|
|
|
|
* virt-manager.spec.in:
|
|
Added changelogs & pulled in fixes from FC
|
|
[37220522ba6d] [RELEASE-0.2.2-1]
|
|
|
|
* ChangeLog, TODO, configure.ac:
|
|
Release 0.2.2
|
|
[3597807826eb]
|
|
|
|
* po/Makefile.am, po/en_GB.po, po/virt-manager.pot:
|
|
Refreshd POT files
|
|
[d5b685a8f1e4]
|
|
|
|
* src/virt-manager.glade:
|
|
Always enable VNC toolbars to avoid GTK window resizing issues
|
|
[a1a7e46e23a4]
|
|
|
|
2006-09-13 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[e8947829c1e6]
|
|
|
|
* src/vncViewer/rfb.py, src/vncViewer/vnc.py:
|
|
Added support for batching of redraws. Initial support for hextile,
|
|
albeit faaaaar to slow to turn on. Fix signature of cursor method
|
|
[4db02411579c]
|
|
|
|
2006-09-12 berrange <berrange@dhcp-4-245.virt.boston.redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Re-factor the install wizard to only grab values at end of process.
|
|
Also display a config summary at end
|
|
[e8a823f31a35]
|
|
|
|
2006-09-11 berrange <berrange@dhcp-4-245.virt.boston.redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/about.py:
|
|
Since we don't run the blocking event loop, hook up the response
|
|
signal for the close button. bz 205943
|
|
[493496779f6a]
|
|
|
|
2006-09-04 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.2.1-1 for changeset
|
|
4aba9106462877a7df2bf1211bc41eb5321af1ee
|
|
[d94ce2d634e1]
|
|
|
|
* ChangeLog, configure.ac, po/virt-manager.pot, virt-manager.spec.in:
|
|
Bump to 0.2.1 for new release
|
|
[4aba91064628] [RELEASE-0.2.1-1]
|
|
|
|
2006-09-01 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/virt-manager.pot, src/Makefile.am, src/virt-manager.glade, src
|
|
/virt-manager.schemas.in, src/virtManager/preferences.py, virt-
|
|
manager.spec.in:
|
|
Hide preference for stats history length. Add gconf schema to setup
|
|
default config settings.
|
|
[1ab3b1657a5b]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py,
|
|
src/virtManager/manager.py:
|
|
Hide / disable stuff we're not implementing yet - ie disk/net stats
|
|
& new hardware
|
|
[d41ce447fd19]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py:
|
|
Change slider to spin box for adjusting memory
|
|
[80753ab23d1b]
|
|
|
|
2006-09-01 "Jeremy Katz <katzj@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/console.py:
|
|
merge
|
|
[8a71c82f3208]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
some text tweaks. also, don't ask about PV vs FV if not on a FV
|
|
capable box
|
|
[d73bd51d34a4]
|
|
|
|
* src/virt-manager.glade:
|
|
switch memory config to spin buttons
|
|
[be2ff5d5065e]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py:
|
|
add a menu bar for the details view, move some things around to be
|
|
similar to the console view
|
|
[10efc7ee07d0]
|
|
|
|
* src/virtManager/console.py:
|
|
tie together pause buttons
|
|
[a222c2f9bfe6]
|
|
|
|
* pixmaps/icon_shutdown.png, src/virt-manager.glade,
|
|
src/virtManager/console.py:
|
|
various UI tweaks for the graphical console to match the HIG as well
|
|
as to be a little cleaner looking
|
|
[b212dd69d528]
|
|
|
|
2006-09-01 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Merge heads
|
|
[89413ec479a2]
|
|
|
|
* po/virt-manager.pot, src/virt-manager.glade,
|
|
src/virtManager/console.py:
|
|
Grab keyboard when going full screen. Center vnc/image widgets so it
|
|
looks better full screen
|
|
[5ac5dd9841d7]
|
|
|
|
2006-09-01 "Jeremy Katz <katzj@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
merge
|
|
[e32d7b41e2fd]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
some UI cleanups for domain creation wizard
|
|
[a19f67306922]
|
|
|
|
2006-08-31 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Switched memory slider policy to discontinuous & ensure adjustments
|
|
are in units of 1, not fractional
|
|
[fa21d7642401]
|
|
|
|
2006-08-29 "Jeremy Katz <katzj@redhat.com>
|
|
|
|
* merge
|
|
[0db881092cda]
|
|
|
|
2006-08-28 "Jeremy Katz <katzj@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
support for graphics console with PV guests, show the appropriate
|
|
console once the guest is created
|
|
[d1df8674daf9]
|
|
|
|
2006-08-29 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/console.py:
|
|
Added button to make VNC window fullscreen
|
|
[5b6f6e513dfd]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Extract disk & network device information from domain XML
|
|
[1a988faa3844]
|
|
|
|
2006-08-28 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Use a stock label for popup menu
|
|
[c519f8a691c6]
|
|
|
|
* po/virt-manager.pot, src/virtManager/connect.py,
|
|
src/virtManager/console.py, src/virtManager/details.py,
|
|
src/virtManager/remote.py, src/vncViewer/rfb.py,
|
|
src/vncViewer/vnc.py:
|
|
Re-factor VNC auth protocol handling to allow caller to determine
|
|
whether a password is needed or not. Go straight to VNC viewer if no
|
|
auth is needed. Set default button/focus handling.
|
|
[a7281bebdce3]
|
|
|
|
* src/virtManager/details.py:
|
|
Disable hardware config if we're read only. Hide unused 'add
|
|
hardware' option
|
|
[219fbd513836]
|
|
|
|
2006-08-25 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* docs/dbus-remote-control.txt, src/virtManager/remote.py:
|
|
Hook up the serial console to dbus service
|
|
[41b18c50618d]
|
|
|
|
* virt-manager.spec.in:
|
|
Pulled in latest changes to spec file from Fedora
|
|
[047346ff3818]
|
|
|
|
2006-08-24 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
remove ugly print spew
|
|
[959bff8e7c94]
|
|
|
|
2006-08-23 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Fix default value on file size spinner
|
|
[e3c10baaa3e3]
|
|
|
|
* merge Dan's changes
|
|
[9a395dff3d21]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Pull cdrom path from HAL -- allow installs from CD as well as iso
|
|
[658a94a58d9b]
|
|
|
|
2006-08-22 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.2.0-1 for changeset
|
|
869707b48d518080f877bace387fa43458e197e0
|
|
[59614715161b]
|
|
|
|
* po/Makefile.am:
|
|
Rename one of the targets to avoid accidental build artifacts
|
|
getting into the dist tarball
|
|
[869707b48d51] [RELEASE-0.2.0-1]
|
|
|
|
* Merged heads
|
|
[ddd0925ecb0f]
|
|
|
|
* README, configure.ac, po/virt-manager.pot, virt-manager.spec.in:
|
|
Incremented deps on xeninst & libvirt. Bumped release to 0.2.0
|
|
[815a974f1e27]
|
|
|
|
2006-08-22 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Fix typo
|
|
[43d3fe453377]
|
|
|
|
* src/virtManager/create.py:
|
|
properly unmount nfs dirs when done, do better with error handling
|
|
[140b26d878c9]
|
|
|
|
2006-08-21 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/config.py, src/virtManager/create.py:
|
|
Add proper python logging, better kickstart URL validation, better
|
|
create error handling.
|
|
[f91df0c68be8]
|
|
|
|
* src/virtManager/create.py:
|
|
Add URL validation, better error handling. Better logging coming.
|
|
[ded6e0492a04]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/create.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Add code to register/unregister vm-added signal to stop consoles
|
|
from spontaneously popping up
|
|
[9ef14336af51]
|
|
|
|
2006-08-18 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Wrap message about max memory in details dialog box
|
|
[548990eead29]
|
|
|
|
* po/virt-manager.pot, src/virt-manager.glade:
|
|
Reverting a bunch of stuff an old version of glade-2 changed when it
|
|
shouldn't have from changeset d189201f4cf6
|
|
[695c219eb1d1]
|
|
|
|
* docs/dbus-remote-control.txt, src/virtManager/remote.py:
|
|
Hook up domain creator to dbus service. Fix dbus docs
|
|
[c43faf7c5a63]
|
|
|
|
* src/virtManager/serialcon.py:
|
|
Fix method naming to be consistent with other widgets - this makes
|
|
auto-close upon domain destroy work
|
|
[0d628d6f6b76]
|
|
|
|
* po/virt-manager.pot, src/virtManager/serialcon.py:
|
|
Catch & ignore errors when closing serial console
|
|
[ee203d7879f5]
|
|
|
|
* po/virt-manager.pot, src/virtManager/create.py,
|
|
src/virtManager/engine.py:
|
|
If creating a PV domain, show the serial terminal instead of VNC
|
|
console (temporary until PV vfb works)
|
|
[1d44b35da842]
|
|
|
|
* po/virt-manager.pot, src/virtManager/console.py:
|
|
Print error message when failing to use console
|
|
[15affad10836]
|
|
|
|
* src/virt-manager.glade:
|
|
Merge heads
|
|
[d189201f4cf6]
|
|
|
|
* po/virt-manager.pot, src/virt-manager.glade:
|
|
Remove the 'secure connection' radiobutton (again). Rename
|
|
restoremenu
|
|
[7d7ca9b9dea0]
|
|
|
|
* src/virtManager/manager.py:
|
|
Disable new domain, restore domain menus / buttons for a read only
|
|
connections
|
|
[e5f4bbbd0fb3]
|
|
|
|
* src/virtManager/engine.py:
|
|
Destroy serial console window when a domain goes away
|
|
[82e8bf8761f0]
|
|
|
|
2006-08-18 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
Fix vcpu bug and memory-size-int issue
|
|
[43100d1ef03d]
|
|
|
|
2006-08-18 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Tweak layout / text for VCPU / memory config
|
|
[5d6d5cd90301]
|
|
|
|
2006-08-17 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Merge heads
|
|
[5c362a797b91]
|
|
|
|
* virt-manager.spec.in:
|
|
Added requirement on python-xeninst for VM creation
|
|
[5f14a423a71e]
|
|
|
|
* src/virt-manager.glade, src/virtManager/console.py,
|
|
src/vncViewer/rfb.py, src/vncViewer/vnc.py:
|
|
Added support for desktop resize protocol, auto-resize window to fit
|
|
VNC widget
|
|
[fbbdc266efd3]
|
|
|
|
* src/virt-manager.py.in:
|
|
Added commandline flag to disable dbus service (useful in testing)
|
|
[a0233e84b761]
|
|
|
|
2006-08-17 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* merged Dan's changes
|
|
[ea99084d949d]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py,
|
|
src/virtManager/engine.py:
|
|
UI bugs fixed, make the create wizard exit after the machine is
|
|
created
|
|
[4954d625ae46]
|
|
|
|
2006-08-17 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge heads
|
|
[56b0410be677]
|
|
|
|
* src/virtManager/config.py:
|
|
Make keyring use a little more safe
|
|
[102100b937ac]
|
|
|
|
* src/virt-manager.py.in:
|
|
Initialize threads, otherwise GNOME VFS goes crash-tastic
|
|
[115d33e9aaa9]
|
|
|
|
2006-08-16 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
merge Dan's changes
|
|
[f86064a1f371]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py,
|
|
src/virtManager/engine.py:
|
|
pop up the console window for the new VM
|
|
[2baf9f2ba2e2]
|
|
|
|
* src/virtManager/create.py:
|
|
first pass at progress bar while creating the VM
|
|
[a43541ecdbfd]
|
|
|
|
2006-08-16 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/keyring.py:
|
|
We have to make sure the 'default' keyring is created or we'll
|
|
abort() on an NULL pointer. Also handle keyring failure gracefully
|
|
[6c0627fddd85]
|
|
|
|
2006-08-16 berrange <berrange@dhcp-5-251.virt.boston.redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Merge heads
|
|
[9c8b03120525]
|
|
|
|
* README, virt-manager.spec.in:
|
|
Bump min required libvirt to 0.1.4 to pull in requsite bug fixes /
|
|
features we need
|
|
[f7708cb34e88]
|
|
|
|
* pixmaps/icon_screenshot.png, src/virt-manager.glade,
|
|
src/virtManager/console.py:
|
|
Added UI for taking a screenshot of the VNC window
|
|
[e43deaae9dcd]
|
|
|
|
* src/virtManager/keyring.py:
|
|
Catch exceptions from gnomekeyring - eg the daemon not running is
|
|
one problem
|
|
[cbd393bba558]
|
|
|
|
2006-08-15 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
resolve danpb's changes
|
|
[5ae165154544]
|
|
|
|
* src/virtManager/create.py:
|
|
create works *if* xeninst is present -- waiting on packaging
|
|
[ac360ad91a71]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Kickstart arg is optional, URL is required -- it's not either/or
|
|
like we thought.
|
|
[75fbb1545570]
|
|
|
|
* src/virtManager/create.py:
|
|
Try for better error handling again
|
|
[813b554fc640]
|
|
|
|
* src/virtManager/create.py:
|
|
Try for better error handling
|
|
[3786c4ded0ed]
|
|
|
|
* src/virtManager/create.py:
|
|
Oops better set the install location too
|
|
[4b1381515e1e]
|
|
|
|
* src/virtManager/create.py:
|
|
first pass at making it actually do something
|
|
[610dc5684837]
|
|
|
|
2006-08-14 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Add validation for system name: must be nonblank, less than 50
|
|
chars, no spaces
|
|
[db64ec6b8135]
|
|
|
|
2006-08-15 berrange <berrange@dhcp-5-251.virt.boston.redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Fixed dependancy on gnomekeyring
|
|
[868497d237a9]
|
|
|
|
* po/virt-manager.pot:
|
|
Re-generate translations
|
|
[89b85d664a94]
|
|
|
|
* README, src/virtManager/config.py, src/virtManager/console.py,
|
|
src/virtManager/keyring.py, src/virtManager/secret.py, virt-
|
|
manager.spec.in:
|
|
Switched keyring code to use gnomekeyring module. Disable keyring
|
|
support if not available
|
|
[f0a6b8bf93b4]
|
|
|
|
* src/virt-manager.glade:
|
|
Mark bullet points as non-translatable
|
|
[ce0e4d313ea8]
|
|
|
|
2006-08-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/console.py, src/virtManager/domain.py:
|
|
Set the 'launch terminal' button sensitivity according ot whether we
|
|
can access the /dev/pts/* device
|
|
[e18bee199c04]
|
|
|
|
2006-08-14 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
Fix extract of VNC port attribute XPath expression
|
|
[8fe8e7a9992f]
|
|
|
|
2006-08-10 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
Forgot to add the system name to the last page, there it is
|
|
[7718e37241cb]
|
|
|
|
* src/virtManager/engine.py:
|
|
Merging unrelated changes to engine.py
|
|
[2de0218bfd22]
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
UI with events complete. Still doesn't actually create the VM.
|
|
[4ab689140d17]
|
|
|
|
2006-08-10 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* README, src/virtManager/console.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/engine.py,
|
|
src/virtManager/serialcon.py, virt-manager.spec.in:
|
|
Added support for connecting to & displaying the serial console for
|
|
guest VMs using the 'vte' module
|
|
[6e342b12eb3c]
|
|
|
|
2006-08-10 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py:
|
|
All but the memory/cpu page now behaves and gathers data correctly
|
|
[13051516541e]
|
|
|
|
2006-08-09 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/create.py,
|
|
src/virtManager/engine.py:
|
|
Some things actually work now. Working out collecting data, and
|
|
obnoxious edge cases.
|
|
[fdab871d7b35]
|
|
|
|
2006-08-09 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* po/Makefile.am:
|
|
Fixed typo in target pre-requisite
|
|
[d0390538d4a9]
|
|
|
|
2006-08-09 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/create.py:
|
|
a working version this time
|
|
[7c4488e92850]
|
|
|
|
* src/virtManager/create.py:
|
|
left this one out
|
|
[d35245e861d9]
|
|
|
|
2006-08-08 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/engine.py,
|
|
src/virtManager/manager.py:
|
|
create wizard now actually appears when you push the new button.
|
|
Still doesn't do anything.
|
|
[39c8b502a7c2]
|
|
|
|
2006-08-08 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Merge heads
|
|
[9d64e79bd07d]
|
|
|
|
* Makefile.am, configure.ac, po/Makefile.am, po/en_GB.po, po/virt-
|
|
manager.pot, src/virt-manager.py.in, virt-manager.spec.in:
|
|
Added infrastructure for generating & packaging .po files, with
|
|
dummy en_GB.po file as example
|
|
[e57e4982c5e3]
|
|
|
|
* src/virtManager/config.py, src/virtManager/domain.py:
|
|
Lookup status icons based on libvirt constant, not the
|
|
translatable(!) string
|
|
[7d9081af70bd]
|
|
|
|
* src/virt-manager.glade:
|
|
Remove 'secure connection' checkbox from connection form
|
|
[f018fbda2e9c]
|
|
|
|
2006-08-07 hbrock <hbrock@puck.indigologic.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Finished Glade work on create wizard
|
|
[052a78d8a000]
|
|
|
|
* src/vncViewer/image.py:
|
|
merge Dan's changes
|
|
[c413960b9a31]
|
|
|
|
* src/virt-manager.glade:
|
|
First cut at Glade UI for create wizard.
|
|
[e98b05c31cf9]
|
|
|
|
2006-08-07 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* TODO:
|
|
Added TODO list
|
|
[38068e41a8b5]
|
|
|
|
* src/virtManager/manager.py:
|
|
Fixed sorting of name column
|
|
[f59798957105]
|
|
|
|
2006-08-04 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/Makefile.am, src/virt-manager.py.in, src/virtManager/about.py,
|
|
src/virtManager/config.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Added gettext support. Internationalize all strings which could be
|
|
shown to user. Fix about dialog to show corect version number
|
|
[bed31aa3e813]
|
|
|
|
* README, src/vncViewer/image.py, src/vncViewer/rfb.py, virt-
|
|
manager.spec.in:
|
|
Remove python-imaging related code since we dont need it for the
|
|
specialized VNC widget code paths
|
|
[f676abe070e8]
|
|
|
|
* Merge heads
|
|
[a98827d19456]
|
|
|
|
2006-07-25 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Updates required to RPM spec by Fedora review
|
|
[b4e38784109b]
|
|
|
|
2006-07-28 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/details.py:
|
|
Make the memory slider react properly
|
|
[0b519d2958eb]
|
|
|
|
* src/virtManager/details.py:
|
|
Add back end to correctly alter memory in a VM
|
|
[a89f3a0e9514]
|
|
|
|
2006-07-26 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/domain.py:
|
|
setMemory wants an int, give it
|
|
[5907ec70aecf]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Add teeth to set-memory page, and almost teeth to set-cpus page
|
|
[75e7e671a3e1]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py:
|
|
Add physical CPU backing for UI
|
|
[874a8f72be8e]
|
|
|
|
* src/virt-manager.glade:
|
|
Finished HW tab UI
|
|
[adfb6810a88e]
|
|
|
|
2006-07-25 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade:
|
|
Added widgets for CPU and memory VM changes.
|
|
[c7e7f28b9c16]
|
|
|
|
2006-07-24 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/asyncjob.py, src/virtManager/connection.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Added error dialog for domain restore errors
|
|
[442d020f0617]
|
|
|
|
2006-07-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.1.5-1 for changeset
|
|
a5976d3f807f516d06b8890e754f9b0265f2bd52
|
|
[1e8a1c3157d0]
|
|
|
|
* ChangeLog, configure.ac, virt-manager.spec.in:
|
|
Bump release to 0.1.5
|
|
[a5976d3f807f] [RELEASE-0.1.5-1]
|
|
|
|
* src/virtManager/keyring.py:
|
|
Initialize self.secrets hash, accidentally removed
|
|
[debbdd9bf168]
|
|
|
|
* src/virt-manager.py.in:
|
|
Switch to gtk.gdk.threads_init() since gtk.threasd_init() is
|
|
deprecated
|
|
[748ada9cda8f]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.1.4-1 for changeset
|
|
263881a07fa4addc6314fad90a2fa745211116bd
|
|
[3de5f305a0a6]
|
|
|
|
* src/virt-manager.glade:
|
|
Put back in authors, accidentally reverted in earlier merge
|
|
[263881a07fa4] [RELEASE-0.1.4-1]
|
|
|
|
* src/virtManager/config.py:
|
|
Catch error when keyring is not available
|
|
[c6c295260d66]
|
|
|
|
* src/virtManager/keyring.py:
|
|
Replace glib mainloop with gtk mainloop, since the later works
|
|
correctly in a threaded environment
|
|
[a005c4d2119d]
|
|
|
|
2006-07-20 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* pixmaps/icon_save.png, src/virt-manager.glade,
|
|
src/virtManager/asyncjob.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/engine.py:
|
|
Add save feature to console, update save icons
|
|
[82f8096f5e24]
|
|
|
|
2006-07-20 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/asyncjob.py:
|
|
Fix timer callback return value to ensure it fires many times rather
|
|
than just once
|
|
[a9afd34ea984]
|
|
|
|
* src/virtManager/console.py:
|
|
Wrapp connect/disconnect methods for VNC in a try..except block
|
|
[3fe45ea030c2]
|
|
|
|
* src/vncViewer/vnc.py:
|
|
Dont store a ref to the VNC client until we've actually successfully
|
|
connected
|
|
[e3be17aeab09]
|
|
|
|
* Merge heads
|
|
[59e261655a11]
|
|
|
|
* src/virtManager/engine.py:
|
|
Merge heads
|
|
[6bf18e0fa53b]
|
|
|
|
* src/virt-manager.py.in:
|
|
Merge heads
|
|
[25428779caf0]
|
|
|
|
* configure.ac, virt-manager.spec.in:
|
|
Bump to 0.1.4 in preparation for new release
|
|
[af11fb18282e]
|
|
|
|
* src/Makefile.am, src/virt-manager.py.in,
|
|
src/virtManager/Makefile.am, src/vncViewer/Makefile.am,
|
|
src/vncViewer/crippled_des.py, src/vncViewer/image.py,
|
|
src/vncViewer/rfb.py, src/vncViewer/vnc.py:
|
|
Change _SCRIPTS back to _DATA, and instead remove the
|
|
#!/usr/bin/python stuff which is what rpmlint was really complaining
|
|
about
|
|
[a0459e9890fb]
|
|
|
|
* AUTHORS:
|
|
Filled out authors
|
|
[273e12e75b8f]
|
|
|
|
* README:
|
|
Filled out the README file
|
|
[3d706b59224e]
|
|
|
|
2006-07-20 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/engine.py:
|
|
fix indentation typo in engine
|
|
[9e460be02a18]
|
|
|
|
* src/virt-manager.glade, src/virtManager/engine.py:
|
|
merged Dan's changes
|
|
[470f388572a8]
|
|
|
|
* src/virt-manager.glade, src/virt-manager.py.in,
|
|
src/virtManager/asyncjob.py, src/virtManager/connection.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Make the progress bar threaded so that it will bounce back and forth
|
|
in the background (still doesn't work) and abstract the progress bar
|
|
functionality
|
|
[c2ddab7f68ee]
|
|
|
|
2006-07-19 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* ChangeLog:
|
|
Re-generate Changelog from 'hg log --style changelog' command
|
|
[b5b70d98342e]
|
|
|
|
* NEWS, src/virt-manager.glade:
|
|
Added Hugh & Máirín to authors credits
|
|
[bb27454a9bf1]
|
|
|
|
* src/virtManager/console.py:
|
|
Disconnect & re-connect when password auth is wrong to avoid bugs in
|
|
state machine of VNC console
|
|
[172c1022167b]
|
|
|
|
* src/virtManager/engine.py:
|
|
Fixed reference to config file variable
|
|
[32a115ff1454]
|
|
|
|
* src/virtManager/console.py, virt-manager.spec.in:
|
|
Merge heads
|
|
[12b3b2c7d26d]
|
|
|
|
* src/virtManager/config.py, src/virtManager/console.py,
|
|
src/virtManager/keyring.py, src/virtManager/secret.py, virt-
|
|
manager.spec.in:
|
|
Added initial support for saving VNC password in the GNOME keyring
|
|
[884f6fda6c3b]
|
|
|
|
* pixmaps/icon_shutdown.png, src/virtManager/console.py,
|
|
src/virtManager/details.py:
|
|
Added icon for shutdown button
|
|
[20bb0c1a285b]
|
|
|
|
* Merge with head
|
|
[2f23201da6f6]
|
|
|
|
* src/Makefile.am, src/virtManager/Makefile.am,
|
|
src/vncViewer/Makefile.am:
|
|
Fixed EXTRA_DIST targets to take account of previous _DATA ->
|
|
_SCRIPTS rename
|
|
[4e9caca0a3f9]
|
|
|
|
2006-07-17 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* virt-manager.spec.in:
|
|
Updated project URL & make license compliant with rpmlint
|
|
requirements & add documentation
|
|
[d5dc13d96450]
|
|
|
|
* src/Makefile.am, src/virtManager/Makefile.am,
|
|
src/vncViewer/Makefile.am:
|
|
Ensure python scripts are installed as SCRIPTS, rather than DATA to
|
|
stop rpmlint complaining
|
|
[ec9da56ebd96]
|
|
|
|
2006-07-19 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/engine.py:
|
|
Saving works, progress bar still doesn't appear in a timely fashion
|
|
though.
|
|
[5efe65ac8aab]
|
|
|
|
2006-07-18 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/domain.py, src/virtManager/engine.py:
|
|
Actually saves the image now, plus sort of attempts to show a
|
|
progress bar (but saving the vm doesn't take long enough for it to
|
|
appear)
|
|
[28a60761bad0]
|
|
|
|
2006-07-17 "Hugh O. Brock <hbrock@redhat.com>
|
|
|
|
* src/virtManager/engine.py:
|
|
Pop up dialog for saving images (still doesn't actually do anything)
|
|
[fa854bc44f20]
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py,
|
|
src/virtManager/engine.py:
|
|
Add UI bits for saving vm snapshots. Actual "save" dialog and save
|
|
code to follow.
|
|
[762abe5412de]
|
|
|
|
2006-07-14 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/sparkline.c:
|
|
Fix sparkline rendering to only draw a single pixel base line
|
|
[96cdd995b0cf]
|
|
|
|
* src/virt-manager.glade, src/virtManager/console.py:
|
|
Hooked up menus in console window
|
|
[08cf1f8145b4]
|
|
|
|
2006-07-14 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* src/virtManager/console.py:
|
|
Render a 60% gray over the screenshot & the word 'paused' across it
|
|
[276b54e17374]
|
|
|
|
* pixmaps/state_blocked.png, pixmaps/state_crashed.png,
|
|
pixmaps/state_idle.png, pixmaps/state_paused.png,
|
|
pixmaps/state_running.png, pixmaps/state_shutdown.png,
|
|
pixmaps/state_shutoff.png, src/virtManager/config.py:
|
|
Pulled in funky status icons from gnome-applet-vm distro
|
|
[68850d808063]
|
|
|
|
* src/virt-manager.glade, src/virtManager/config.py,
|
|
src/virtManager/manager.py:
|
|
Added domain ID column to summary view
|
|
[c2411d68c12e]
|
|
|
|
2006-07-13 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* src/virt-manager.glade, src/virtManager/details.py,
|
|
src/virtManager/engine.py, src/virtManager/remote.py:
|
|
Enable dbus service to display either performance or config tabs in
|
|
domain details page
|
|
[df6ae6763640]
|
|
|
|
* src/virtManager/engine.py:
|
|
Fix closing of windows when domains go away
|
|
[f202a1beb1ca]
|
|
|
|
* src/virtManager/connection.py:
|
|
Refactor domain lookup code to avoid as many RPC calls as possible
|
|
[62144e87de2a]
|
|
|
|
2006-07-12 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.1.3-1 for changeset
|
|
667c1e792acceaefed8e3d25d0b1028850211ad6
|
|
[6b03c685d3ac]
|
|
|
|
* ChangeLog, configure.ac, virt-manager.spec.in:
|
|
Updated for release 0.1.3
|
|
[667c1e792acc] [RELEASE-0.1.3-1]
|
|
|
|
* src/virt-manager.glade, src/virtManager/config.py,
|
|
src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Added display of virtual cpus
|
|
[aa97a96beafe]
|
|
|
|
* src/virt-manager.glade:
|
|
Fixed alignment of status label
|
|
[008d482623b8]
|
|
|
|
* src/virt-manager.py.in:
|
|
Fixed DBUs env variable checked for activation
|
|
[6c34eb2062aa]
|
|
|
|
* src/virt-manager.py.in:
|
|
Added missing import dbus.glib to fix hang in dbus service
|
|
[c4cd9ab40d2f]
|
|
|
|
* src/virt-manager.service.in:
|
|
Fixed dbus service name
|
|
[088e4a4ee334]
|
|
|
|
* src/virt-manager-launch.in:
|
|
Remove bogus command line args from dbus startup script
|
|
[0931c9f8e832]
|
|
|
|
* src/virt-manager.glade:
|
|
Switch hardware panel to use a resizeable horizontal split pane
|
|
[6b3b2b9f8f8c]
|
|
|
|
2006-07-11 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* src/virtManager/manager.py:
|
|
Fix sort ordering to use cmp()
|
|
[30bf3d188ac5]
|
|
|
|
* src/virtManager/engine.py:
|
|
Make sure KeyboardInterrupt exception is passed up stack
|
|
[437c1515b781]
|
|
|
|
* src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/sparkline.c:
|
|
Fix graph rendering finally
|
|
[175633e14033]
|
|
|
|
2006-07-11 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/graphWidgets/Makefile.am,
|
|
src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/sparkline.c:
|
|
Updated to use Cairo again for rendering
|
|
[259d8095f5e0]
|
|
|
|
* src/virtManager/domain.py:
|
|
Ensure it uses floating point math for calculating % utilization
|
|
[ad1740a89c7e]
|
|
|
|
2006-07-05 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* Merge with head
|
|
[6652953b3972]
|
|
|
|
2006-06-28 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.1.2-3 for changeset
|
|
189d414f9fe41333bbb768f2070f4f5656fa2da5
|
|
[77350578e51e]
|
|
|
|
2006-06-30 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/graphWidgets/Makefile.am:
|
|
Added pygtk override to EXTRA_DIST
|
|
[664d2b0b19ea]
|
|
|
|
* src/graphWidgets/Makefile.am,
|
|
src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/pycellrenderersparkline.override,
|
|
src/graphWidgets/pysparklinemodule.override,
|
|
src/graphWidgets/sparkline.c, src/graphWidgets/sparkline.h, src
|
|
/virt-manager.py.in, src/virtManager/details.py,
|
|
src/virtManager/domain.py, virt-manager.spec.in:
|
|
Remove matplotlib and use a custom written GTK graph widget.
|
|
Temporarily using GDK drawing instead of Cairo
|
|
[5ccaa1773fbb]
|
|
|
|
2006-06-28 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* AUTHORS, ChangeLog, NEWS, README,
|
|
src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/sparklinemodule.c, src/virt-manager.py.in,
|
|
src/virtManager/__init__.py, src/virtManager/about.py,
|
|
src/virtManager/config.py, src/virtManager/connect.py,
|
|
src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py,
|
|
src/virtManager/preferences.py, src/virtManager/remote.py,
|
|
src/vncViewer/__init__.py, virt-manager.spec.in:
|
|
Added copyright tags & cleanup text files
|
|
[189d414f9fe4] [RELEASE-0.1.2-3]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.1.2-2 for changeset
|
|
aa2d2a7a856b6a2f5b11760ad22a404f5ea80ba7
|
|
[4beafae6b253]
|
|
|
|
* virt-manager.spec.in:
|
|
Added missing python-devel build requires tag
|
|
[aa2d2a7a856b] [RELEASE-0.1.2-2]
|
|
|
|
* .hgtags:
|
|
Added tag RELEASE-0.1.2-1 for changeset
|
|
86487f54181a94acf6e7ca8fc99a9f66daae7b1a
|
|
[32618b889ee1]
|
|
|
|
* configure.ac, virt-manager.spec.in:
|
|
Bump for first public release
|
|
[86487f54181a] [RELEASE-0.1.2-1]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py:
|
|
Disable pause/shutdown/etc controls if using a read only connection
|
|
to Xen
|
|
[19a2f2612d60]
|
|
|
|
* src/virtManager/connect.py:
|
|
Force read only connection if unprivileged user with local Xen
|
|
[72a36a5893ea]
|
|
|
|
* src/virtManager/domain.py:
|
|
Remove x10 fudge factor from earlier testing
|
|
[437a0c521895]
|
|
|
|
* src/virtManager/console.py, src/virtManager/domain.py:
|
|
Fixed exception print out & removed bogus statement
|
|
[7656da6f7095]
|
|
|
|
2006-06-27 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/connect.py, src/virtManager/connection.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Fixed handling of local Xen connects to use 'Xen' rather than None,
|
|
also fix shutdown tests
|
|
[092043df0a87]
|
|
|
|
* src/virtManager/console.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py:
|
|
Disable pause/shutdown/etc buttons if Domain-0
|
|
[51a78cad41cd]
|
|
|
|
* configure.ac, gnome-virt-manager.spec.in, pixmaps/gnome-virt-
|
|
manager-icon.svg, pixmaps/virt-manager-icon.svg, src/Makefile.am,
|
|
src/gnome-virt-manager-launch.in, src/gnome-virt-manager.desktop.in,
|
|
src/gnome-virt-manager.glade, src/gnome-virt-manager.in, src/gnome-
|
|
virt-manager.py.in, src/gnome-virt-manager.service.in,
|
|
src/graphWidgets/cellrenderersparkline.c, src/virt-manager-
|
|
launch.in, src/virt-manager.desktop.in, src/virt-manager.glade, src
|
|
/virt-manager.in, src/virt-manager.py.in, src/virt-
|
|
manager.service.in, src/virtManager/engine.py,
|
|
src/vncViewer/image.py, virt-manager.spec.in:
|
|
Rename gnome-virt-manager -> virt-manager
|
|
[238a130106ef]
|
|
|
|
* src/graphWidgets/cellrenderersparkline.c:
|
|
Remove accidentally committed #if 0
|
|
[d9274b9fec1b]
|
|
|
|
* src/virtManager/connect.py, src/virtManager/engine.py:
|
|
Deal with cancellation properly, avoiding silent exit when
|
|
connecting to local Xen
|
|
[c86dbc48ef48]
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Fixed interpreter path munging to come *before* the import
|
|
statements
|
|
[923a86adcb88]
|
|
|
|
* src/graphWidgets/cellrenderersparkline.c, src/vncViewer/__init__.py:
|
|
Added missing __init__.py for vnc module
|
|
[1b27abfe85e2]
|
|
|
|
2006-06-26 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* .hgignore, Makefile.am, configure.ac, gnome-virt-manager.spec.in,
|
|
m4/ac_python_devel.m4, src/Makefile.am, src/gnome-virt-
|
|
manager.py.in, src/graphWidgets/Makefile.am,
|
|
src/graphWidgets/cellrenderersparkline.c,
|
|
src/graphWidgets/cellrenderersparkline.h,
|
|
src/graphWidgets/pycellrenderersparkline.override,
|
|
src/graphWidgets/sparklinemodule.c, src/virtManager/console.py,
|
|
src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Hooked up David Malcolm's 'sparkline' widget for CPU display
|
|
[cb26aa887b02]
|
|
|
|
2006-06-19 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* pixmaps/Makefile.am:
|
|
ENsure SVG files are included in dist / install
|
|
[2b8f60df41a1]
|
|
|
|
* src/gnome-virt-manager.in:
|
|
Fix interpreter to be bash, not python
|
|
[07f7f7e87b29]
|
|
|
|
* gnome-virt-manager.spec.in:
|
|
Remove pygame dependancy
|
|
[23ed7991bb2d]
|
|
|
|
* Merge heads
|
|
[ec4f5f51be05]
|
|
|
|
2006-06-15 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/virtManager/engine.py, src/virtManager/remote.py:
|
|
Remote some debug prints
|
|
[a14e7970af03]
|
|
|
|
* src/gnome-virt-manager.py.in, src/virtManager/remote.py:
|
|
Fixed method names for DBus remote
|
|
[859655db8611]
|
|
|
|
2006-06-16 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* autobuild.sh, configure.ac, gnome-virt-manager.spec.in,
|
|
src/Makefile.am, src/vncViewer/Makefile.am:
|
|
Fixed various packaging bugs
|
|
[dd43417fbd90]
|
|
|
|
* src/virtManager/console.py:
|
|
Remove debug cruft. Fixed disconnect call
|
|
[1cb7fd8a2297]
|
|
|
|
* src/gnome-virt-manager.glade, src/virtManager/console.py,
|
|
src/virtManager/domain.py, src/vncViewer/vnc.py:
|
|
Take a screenshot when pausing the domain
|
|
[0e424a50ea1e]
|
|
|
|
* src/gnome-virt-manager.glade, src/virtManager/console.py,
|
|
src/virtManager/domain.py, src/vncViewer/__init__.py,
|
|
src/vncViewer/crippled_des.py, src/vncViewer/image.py,
|
|
src/vncViewer/rfb.py, src/vncViewer/vnc.py:
|
|
Initial prototype for embedded VNC framebuffer
|
|
[cb07eff840b5]
|
|
|
|
2006-06-14 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/gnome-virt-manager.glade, src/virtManager/connection.py,
|
|
src/virtManager/console.py, src/virtManager/details.py,
|
|
src/virtManager/domain.py, src/virtManager/manager.py:
|
|
Added button to launch console from details window. Cleanup debug
|
|
output
|
|
[b7f2eb11a44b]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Hooked up instant state changes for pause/resume/shutdown
|
|
operations, via domain lifecycle events
|
|
[086883e7d1f7]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/domain.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py,
|
|
src/virtManager/stats.py:
|
|
Moved vmStats() object code into vmmConection() and a new
|
|
vmmDomain() class, providing an stateful model around libvirt
|
|
objects
|
|
[1c23af87c7a9]
|
|
|
|
* src/virtManager/config.py, src/virtManager/stats.py:
|
|
Moved status icon storage into config class
|
|
[2dad26492178]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/engine.py:
|
|
Remove redundant parameter
|
|
[2a0321b0bafe]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/engine.py,
|
|
src/virtManager/manager.py, src/virtManager/stats.py:
|
|
Re-factored to avoid tight coupling between various windows/dialogs.
|
|
Everything is now controlled/manager via vmmEngine
|
|
[7001c3957ddc]
|
|
|
|
* src/virtManager/connect.py, src/virtManager/connection.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py:
|
|
Lifecycle management on vmmConnect & vmmManager so app exits when
|
|
last window is closed
|
|
[e33975ecb8ef]
|
|
|
|
* src/virtManager/connection.py, src/virtManager/console.py,
|
|
src/virtManager/details.py, src/virtManager/manager.py,
|
|
src/virtManager/stats.py:
|
|
Make vmmConnection subclass GObject & use its signal infrastructure
|
|
[005585b9ce6f]
|
|
|
|
* src/virtManager/connect.py:
|
|
Added missing gtk import
|
|
[fc9b14e0d27f]
|
|
|
|
* pixmaps/gnome-virt-manager-icon.svg, src/gnome-virt-manager.py.in,
|
|
src/virtManager/details.py:
|
|
Override matplotlib icons for GTK windows
|
|
[4e29c23b2efc]
|
|
|
|
* src/virtManager/Makefile.am:
|
|
Added missing makefile from previous commit
|
|
[4e16fd10b4c7]
|
|
|
|
* .hgignore, configure.ac, src/Makefile.am, src/gnome-virt-
|
|
manager.py.in, src/virtManager/__init__.py,
|
|
src/virtManager/about.py, src/virtManager/config.py,
|
|
src/virtManager/connect.py, src/virtManager/connection.py,
|
|
src/virtManager/console.py, src/virtManager/details.py,
|
|
src/virtManager/engine.py, src/virtManager/manager.py,
|
|
src/virtManager/preferences.py, src/virtManager/remote.py,
|
|
src/virtManager/stats.py:
|
|
Split gnome-virt-manager.py into separate modules, one per class
|
|
[c158cd396ee9]
|
|
|
|
2006-06-13 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Work towards getting pause/resume working
|
|
[4a7dd97576e2]
|
|
|
|
2006-06-12 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/gnome-virt-manager-launch.in, src/gnome-virt-manager.glade, src
|
|
/gnome-virt-manager.in, src/gnome-virt-manager.py.in:
|
|
Make it possible to open multiple connections
|
|
[b23a73566eea]
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Re-factor vmmEngine into vmmEngine and vmmConnection, in preparation
|
|
for handling multiple HV connections
|
|
[7d0406c7d6c5]
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Allow assets to be located in a dev scenario. Dont fail if no dbus
|
|
connection is possible
|
|
[acd512228059]
|
|
|
|
2006-05-26 "Daniel P. Berrange <berrange@redhat.com>
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Whitespace cleanup
|
|
[d260431a23c3]
|
|
|
|
2006-04-20 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* configure.ac, docs/dbus-remote-control.txt, gnome-virt-
|
|
manager.spec.in, src/Makefile.am, src/gnome-virt-manager-launch.in,
|
|
src/gnome-virt-manager.in, src/gnome-virt-manager.py.in, src/gnome-
|
|
virt-manager.service.in:
|
|
Added remote control via DBus
|
|
[2b7069194aef]
|
|
|
|
* docs/dbus-actions.txt, src/gnome-virt-manager.glade, src/gnome-virt-
|
|
manager.py.in:
|
|
Switch from passing around name, to passing around UUID, which is
|
|
guarenteed unique for lifetime of an guest
|
|
[a0641bd70413]
|
|
|
|
2006-04-03 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Experimental 'moving average' over 5 recent CPU samples to smooth
|
|
out graphs
|
|
[aab7f4cf966b]
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Call "present()" to forcably de-iconify, raise windows, etc
|
|
[ca876e65c2c9]
|
|
|
|
* src/gnome-virt-manager.glade, src/gnome-virt-manager.py.in:
|
|
Rename 'open console' to 'open terminal' in details window
|
|
[fe510a459818]
|
|
|
|
* src/gnome-virt-manager.glade:
|
|
Use value-changed instead of changed signal in preferences spin-
|
|
buttons
|
|
[fbf78a3aa481]
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Potential fix for div-by-zero problem in graphs
|
|
[1577382ae982]
|
|
|
|
* docs/design/1_Applet.png, docs/design/2_Manager.png,
|
|
docs/design/3_Run_VM.png, docs/design/4_Viewer.png,
|
|
docs/design/5_Machine_Details.png,
|
|
docs/design/6_Machine_Details.png:
|
|
Added maureen's interaction designs for future reference
|
|
[ac2b4867e000]
|
|
|
|
* src/gnome-virt-manager.glade, src/gnome-virt-manager.py.in:
|
|
Added right-click popup menu for vm-list
|
|
[5f262218d361]
|
|
|
|
* src/gnome-virt-manager.glade, src/gnome-virt-manager.py.in:
|
|
Hook up a 'show details' button from VM console. Add dummy stats for
|
|
network & disk usage
|
|
[5072815ea113]
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Massive re-factor pulling out a VM Engine class to deal with polling
|
|
libvirt, emitting signals & generally managing the application
|
|
[263f14b2cc4b]
|
|
|
|
* src/gnome-virt-manager.glade:
|
|
Removed bogus icon property
|
|
[c91fee59a210]
|
|
|
|
* src/gnome-virt-manager.glade, src/gnome-virt-manager.py.in:
|
|
Changed hardware dialog to use a list instead of toolbar. Wired up
|
|
tab changes between hardware list & panel. Added prototype for
|
|
memory change
|
|
[256da94d2d32]
|
|
|
|
* src/gnome-virt-manager.glade, src/gnome-virt-manager.py.in:
|
|
Started to hook up the toolbar. Added a vm console window
|
|
[b4770613559d]
|
|
|
|
2006-03-31 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Fix length of stats vector to ensure graphs goes right to end of x
|
|
axis. Reverse direction of graph flow
|
|
[f8ac803dbf4c]
|
|
|
|
* .hgignore:
|
|
Ignore glade project crap
|
|
[cc8e7de1b0c3]
|
|
|
|
* gnome-virt-manager.spec.in, src/gnome-virt-manager.glade, src/gnome-
|
|
virt-manager.py.in:
|
|
Switch to using matplotlib for graphing
|
|
[44a42753dcbd]
|
|
|
|
2006-03-30 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Put in mini bars indicating resource utilization in summary view.
|
|
Scale CPU percentage based on # host CPUs to avoid > 100% problems.
|
|
Hook up Edit->VM Details menu item
|
|
[804b3af05be3]
|
|
|
|
* pixmaps/icon_addnew.png, pixmaps/icon_cpu.png,
|
|
pixmaps/icon_ethernet.png, pixmaps/icon_hdd.png,
|
|
pixmaps/icon_ipaddy.png, pixmaps/icon_launch_term.png,
|
|
pixmaps/icon_pause.png, pixmaps/icon_run.png,
|
|
pixmaps/icon_snapshot.png, src/gnome-virt-manager.glade, src/gnome-
|
|
virt-manager.py.in:
|
|
More work on the VM details dialog
|
|
[470d557bcb32]
|
|
|
|
2006-03-29 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* src/gnome-virt-manager.glade, src/gnome-virt-manager.py.in:
|
|
Made details window work to some degree
|
|
[4a0a9642d3df]
|
|
|
|
* Makefile.am, configure.ac, pixmaps/Makefile.am,
|
|
pixmaps/state_blocked.png, pixmaps/state_crashed.png,
|
|
pixmaps/state_idle.png, pixmaps/state_paused.png,
|
|
pixmaps/state_running.png, pixmaps/state_shutdown.png,
|
|
pixmaps/state_shutoff.png, src/Makefile.am, src/gnome-virt-
|
|
manager.py.in:
|
|
Added icons for status column
|
|
[ea0ff94e6ca3]
|
|
|
|
* src/gnome-virt-manager.py.in:
|
|
Use new libvirt host info to generate % utilzation for CPU & memory
|
|
[7bf74b9a01e1]
|
|
|
|
* .hgignore, AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS,
|
|
README, autobuild.sh, autogen.sh, configure.ac, gnome-virt-
|
|
manager.spec.in, gnome-vm-manager.glade, gnome-vm-manager.py,
|
|
src/Makefile.am, src/gnome-virt-manager.desktop.in, src/gnome-virt-
|
|
manager.glade, src/gnome-virt-manager.in, src/gnome-virt-
|
|
manager.py.in:
|
|
Added autotools support & RPM build
|
|
[65f422bd479c]
|
|
|
|
* gnome-vm-manager.glade, gnome-vm-manager.py:
|
|
Added preferences via GConf
|
|
[edc5d953bcb4]
|
|
|
|
2006-03-28 berrange <berrange@roquette.boston.redhat.com>
|
|
|
|
* gnome-vm-manager.glade, gnome-vm-manager.py:
|
|
Initial commit of manager app
|
|
[b4bf5710cd7e]
|
|
|