summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* create: Sort OS types, so linux is at the topCole Robinson2012-10-241-0/+2
* addhw: Only show progress dialog if creating storageCole Robinson2012-10-211-6/+7
* module_trace: Tweak some debuggingCole Robinson2012-10-211-12/+7
* Edit description using SetMetadata when availableMarcus Karlsson2012-10-162-10/+18
* details: Teach it about our faux description hotplugCole Robinson2012-10-141-0/+10
* browse_local: Fix choosing directory of F17Cole Robinson2012-10-141-14/+9
* domain: Handle PMSUSPENDED statusCole Robinson2012-10-141-5/+11
* details: Reset apply button when switching to console windowCole Robinson2012-09-271-2/+3
* Add --trace-libvirt option to see every libvirt API callCole Robinson2012-09-272-0/+89
* virt-manager: Fix KVM_PACKAGES substitution variableMarc Deslauriers2012-09-061-1/+1
* change Mbps to MB/s in migration dialogJoey Boggs2012-08-131-1/+1
* Use python in path rather than hardcoding /usr/bin/pythonCole Robinson2012-07-193-3/+3
* vnc: Default to automatic keyboard grabbingCole Robinson2012-07-151-1/+1
* Revert "Make VNC grab alt+tab when focused"Cole Robinson2012-07-151-17/+0
* details: Show serial PTY path in UI againCole Robinson2012-07-081-1/+1
* Run close() before removing window signals in cleanup()Cole Robinson2012-07-0815-26/+1
* If managed restore fails, offer to remove broken stateCole Robinson2012-07-083-20/+47
* Offer to install openssh-askpass if user needs itCole Robinson2012-07-086-32/+49
* Move packagekit helpers to their own fileCole Robinson2012-07-082-198/+230
* console: Don't leave defunct SSH processes aroundCole Robinson2012-07-081-0/+1
* Start libvirtd with system-config-services if we just installed itCole Robinson2012-07-071-6/+53
* Use systemd for login session lookup, if availableCole Robinson2012-07-071-10/+16
* Fix some pylintCole Robinson2012-07-071-1/+2
* AddHardware: Fix checking if a widget is sensitiveEduardo Elias Ferreira2012-05-291-2/+2
* match usb device with vendorID, productID, bus, deviceGuannan Ren2012-05-291-2/+4
* schemas: Fix key for default graphics typeCole Robinson2012-04-051-2/+2
* console: Log info about each channel spice needsCole Robinson2012-04-051-0/+1
* console: fix logic in need_tunnel for non-local connections.Nathan Bird2012-04-051-1/+1
* console: Don't generate spice URI with a user nameCole Robinson2012-04-051-2/+0
* console: Track graphics conn parameters in a classCole Robinson2012-03-132-98/+94
* Fix connecting to graphics console with listen= addressTuomas Jormola2012-03-131-0/+6
* virt-manager:Add spapr-vlan model for pseries guestLi Zhang2012-03-063-2/+15
* virt-manager: Add spapr-vscsi disk type for pseries guest.Li Zhang2012-03-032-2/+20
* details: don't switch to console page every time lxc guest is updatedCole Robinson2012-03-021-0/+5
* domain: Don't blacklist stat devs if guest isn't runningCole Robinson2012-03-011-4/+10
* createinterface: Fix updating vlan tag by typingCole Robinson2012-03-011-2/+2
* details: Add qed to format listCole Robinson2012-03-011-1/+1
* network: Don't choke parsing new 'bridge' virtual networkCole Robinson2012-02-281-0/+2
* Update some --help descriptionsCole Robinson2012-02-201-7/+12
* create: Show a warning if user doesn't specify an OSCole Robinson2012-02-132-15/+60
* create: reshow shouldn't overwrite values in visible dialogCole Robinson2012-02-131-2/+4
* prefs: Improve name/tooltip of console shortcut optionCole Robinson2012-02-131-2/+3
* create: Only reboot VM if it had an install phaseCole Robinson2012-02-131-1/+1
* Use storage format default in addhw as wellCole Robinson2012-02-131-0/+8
* Fix dbus deprecation warningMarc Deslauriers2012-02-131-2/+3
* create: Fix infinite loop from idle callbackCole Robinson2012-02-131-2/+5
* Add option to choose default disk image formatCole Robinson2012-02-135-1/+106
* Drop use of gtk threadingCole Robinson2012-02-1318-102/+111
* async: Use idle callbacks for UI updatingCole Robinson2012-02-101-50/+37
* asyncjob: Provide helper to get meter wrapperCole Robinson2012-02-1011-89/+67