Commit Graph

2543 Commits

Author SHA1 Message Date
Cole Robinson
f84f9b2355 Bump gtkbuilder sanitization to fix things on gtk 2.20 2012-11-27 11:19:08 -05:00
Cole Robinson
43b213bf19 addhw: Remove unused field and old comment for USB mice 2012-11-27 10:44:13 -05:00
Cole Robinson
a324196e09 addhw: Translate disk strings, allow test conn to use them all 2012-11-27 10:42:35 -05:00
Michal Privoznik
d9e8546e86 Fix --test-first-run
One of previous patches (96ce9ac0b1) invented this feature. However,
in options object it is called testfirstrun not test_first_run.
This produces a runtime error.

(crobinso: add Michal to AUTHORS)
2012-10-30 10:10:09 -04:00
Cole Robinson
538420e032 domain: Fix more backtraces from PMSUSPEND status 2012-10-29 18:55:51 -04:00
Cole Robinson
53605cb21b Make main window parent of package install dialogs 2012-10-28 20:22:58 -04:00
Cole Robinson
2163ba3a30 Fix detection of running libvirtd via systemd 2012-10-28 20:18:51 -04:00
Cole Robinson
35bab2cc98 Fix package install with PackageKit 0.8.4 2012-10-28 20:09:32 -04:00
Cole Robinson
96ce9ac0b1 Add hidden --test-first-run switch for testing PackageKit bits
Basically stubs out the gconf URI fetching + listing so we don't
need to delete anything to trigger it.
2012-10-28 18:49:48 -04:00
Cole Robinson
faaf62a397 details: Show pretty video model in device list
And show pretty model name everywhere
2012-10-28 16:32:23 -04:00
Cole Robinson
5c84f9f37c create: Only show linux + windows OS options by default 2012-10-24 15:23:30 -04:00
Cole Robinson
2eb2397527 create: Fix backtrace when showing all OS options 2012-10-24 15:23:30 -04:00
Cole Robinson
8f6b1f977b create: Sort OS types, so linux is at the top 2012-10-24 15:23:30 -04:00
Cole Robinson
a142560df5 addhw: Only show progress dialog if creating storage 2012-10-21 14:43:44 -04:00
Cole Robinson
151c48ec81 module_trace: Tweak some debugging 2012-10-21 13:12:21 -04:00
Cole Robinson
04a414553d spec: Fix libgnome-keyring conditional 2012-10-19 12:13:39 -04:00
Cole Robinson
c4620b3801 configure: make us a non-gnu app 2012-10-18 15:20:17 -04:00
Marcus Karlsson
248cb89c1c Edit description using SetMetadata when available
Since 0.9.10 libvirt supports editing a domain's metadata using the
SetMetadata API. Using that API the description of a domain can be
edited as it is running.

Make virt-manager edit the description of a domain using SetMetadata
when available.

(crobinso: Add Markus to AUTHORS)
2012-10-16 17:52:10 -04:00
Cole Robinson
a341ce4534 details: Teach it about our faux description hotplug 2012-10-14 14:55:24 -04:00
Cole Robinson
71e5ac2a0a browse_local: Fix choosing directory of F17
Seems hiding the dialog before retrieving the directory path stopped
working. Remove the needlessness anyways

https://bugzilla.redhat.com/show_bug.cgi?id=849450
2012-10-14 00:15:04 -04:00
Cole Robinson
63ba65d374 domain: Handle PMSUSPENDED status
And add a catchall

https://bugzilla.redhat.com/show_bug.cgi?id=850954
2012-10-14 00:00:38 -04:00
Cole Robinson
c25ea739b9 details: Reset apply button when switching to console window 2012-09-27 13:47:13 -04:00
Cole Robinson
b104390b8c Add --trace-libvirt option to see every libvirt API call 2012-09-27 08:59:22 -04:00
Cole Robinson
3f55242758 Update to newer INSTALL copy 2012-09-26 13:25:29 -04:00
Marc Deslauriers
2f2ba0acc0 virt-manager: Fix KVM_PACKAGES substitution variable
Hello,

Commit 68e78244e8 changed the HV_PACKAGES
variable to KVM_PACKAGES in src/virt-manager.py.in, but the
corresponding change was never made to src/Makefile.am.

Here is a patch to correct the issue.

Thanks,

Marc.

commit 93ba787355736733c189e6809b9108a70f0e02d4
Author: Marc Deslauriers <marc.deslauriers@ubuntu.com>
Date:   Wed Aug 22 13:21:48 2012 -0400

    Fix incorrect substitution variable
2012-09-06 11:44:53 -04:00
Joey Boggs
1341e4059e change Mbps to MB/s in migration dialog
(crobinso: add Joey to AUTHORS)
2012-08-13 16:44:26 -04:00
Cole Robinson
6524324244 Prep for release 0.9.4 2012-07-29 16:17:50 -04:00
Cole Robinson
30282a1709 Use python in path rather than hardcoding /usr/bin/python
This reverts two commits:

5104669795
f91523197f

The change was originally made for unknown reasons: it was requested
through a RHEL bug that didn't have any justification and I just changed
it in ignorance:

https://bugzilla.redhat.com/show_bug.cgi?id=708181

But it causes issues on freebsd where apparently python is installed
into /usr/local/bin/python by default:

https://www.redhat.com/archives/virt-tools-list/2012-July/msg00131.html
2012-07-19 15:22:30 -04:00
Cole Robinson
8bfad3a2cc vnc: Default to automatic keyboard grabbing
This is what vinagre and virt-viewer do, and what gtkvnc enables by default.
It has some weird symantics, namely that moving the mouse over the viewer
means alt-tab is only received by the guest. But it's the common mode
of operation, so let's be consistent.
2012-07-15 10:53:52 -04:00
Cole Robinson
a96a3245fb Revert "Make VNC grab alt+tab when focused"
This reverts commit 32456e5ed7.

Causes lots of focus issues with VNC and no tablet device :(
Example: https://bugzilla.redhat.com/show_bug.cgi?id=840240
2012-07-15 10:41:42 -04:00
Cole Robinson
cf182296fc Prep for release 0.9.3 2012-07-09 17:06:10 -04:00
Cole Robinson
241aa06548 Make autogen.sh give me a usable dist on F17
There's a decent amount of resulting fallout...
2012-07-09 16:44:47 -04:00
Cole Robinson
a2a51861a4 spec: tidy up default_graphics placement 2012-07-09 16:07:32 -04:00
Cole Robinson
d9e6d1a5e1 Fix spec file conditional for all cases 2012-07-09 15:13:20 -04:00
Cole Robinson
efa3aac23e Prep for release 0.9.2 2012-07-09 08:07:50 -04:00
Cole Robinson
bb1832248c details: Show serial PTY path in UI again 2012-07-08 20:57:17 -04:00
Cole Robinson
d01b28c740 Run close() before removing window signals in cleanup() 2012-07-08 20:56:36 -04:00
Cole Robinson
8b08f1a071 spec: Changes to handle askpass-package 2012-07-08 19:42:06 -04:00
Cole Robinson
c3f08fe09a If managed restore fails, offer to remove broken state 2012-07-08 16:06:16 -04:00
Cole Robinson
68e78244e8 Offer to install openssh-askpass if user needs it
The distro's package name can be passed in with --with-askpass-package
2012-07-08 15:38:52 -04:00
Cole Robinson
f5ee7c256c Move packagekit helpers to their own file 2012-07-08 15:05:28 -04:00
Cole Robinson
5333002646 console: Don't leave defunct SSH processes around 2012-07-08 14:23:25 -04:00
Cole Robinson
f7eb8f0f96 Start libvirtd with system-config-services if we just installed it 2012-07-07 13:30:35 -04:00
Cole Robinson
a80c1ce882 Use systemd for login session lookup, if available 2012-07-07 10:39:06 -04:00
Cole Robinson
090178984b Fix some pylint 2012-07-07 10:39:00 -04:00
Eduardo Elias Ferreira
983930d1da AddHardware: Fix checking if a widget is sensitive
Signed-off-by: Eduardo Elias Ferreira <edusf@linux.vnet.ibm.com>

(crobinso: Added Eduardo to AUTHORS)
2012-05-29 18:55:58 -04:00
Guannan Ren
9929d8b21e match usb device with vendorID, productID, bus, device
(crobinso: add Guannan to AUTHORS)
2012-05-29 18:51:10 -04:00
Cole Robinson
c5a10caae3 Spec file updates 2012-04-25 09:26:17 -04:00
Cole Robinson
45119785c7 schemas: Fix key for default graphics type
What we installed didn't match what the app was checking and setting.
Have it match the app key so we don't overwrite users who have changed the
default via the prefs dialog.
2012-04-05 13:28:39 -04:00
Cole Robinson
17ee53f641 console: Log info about each channel spice needs 2012-04-05 11:03:16 -04:00