summaryrefslogtreecommitdiff
path: root/virt-manager
Commit message (Expand)AuthorAgeFilesLines
* virt-manager: Remove needless cli option renamingCole Robinson2017-08-071-11/+11
* virt-manager: Exit on ctrl-cCole Robinson2017-06-271-0/+9
* Convert to python3 style print() syntaxCole Robinson2017-05-051-3/+5
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-2/+2
* virt-manager: don't autostart other connection if --show-* was specifiedPavel Hrdina2017-01-171-0/+3
* pylint: Fix some issues with F25 versionCole Robinson2016-12-131-0/+1
* Apparently -tt doesn't work with #!/usr/bin/env ...Cole Robinson2016-06-171-1/+1
* Use #!/usr/bin/env for python scriptsCole Robinson2016-06-171-1/+1
* virt-manager: Avoid segfault on unset DISPLAYCole Robinson2016-05-171-1/+1
* virt-manager: Move Gtk import handling to a separate functionCole Robinson2016-05-171-35/+42
* Bump gtk and pygobject deps to 3.14Cole Robinson2016-05-171-5/+12
* Fix recent pylint/pep8 outputCole Robinson2016-04-181-1/+1
* virt-manager: Drop manual dbusapi, use GtkApplicationCole Robinson2015-12-061-4/+2
* virt-manager: revive cli dbus API (bz 1162815)Cole Robinson2015-11-241-53/+18
* virt-manager: Add hidden options --test-old-poll and --test-no-eventsCole Robinson2015-09-171-0/+12
* Suppress gi warnings about lack of require_versionCole Robinson2015-09-031-0/+1
* virt-manager: Fix connection to domain from cliCole Robinson2015-04-121-3/+9
* virtcli: Export config variables in a class objectCole Robinson2015-04-061-5/+5
* virt-manager: Enforce gobject introspection versionsCole Robinson2014-12-021-1/+2
* s/gconf/gsettings/Guido Günther2014-09-291-6/+6
* virt-manager: Silence gtk deprecation warningsCole Robinson2014-09-191-0/+6
* module_trace: Improve output for tracking mainloop libvirt usageCole Robinson2014-09-131-1/+1
* Centralize call to setup_i18n in virtinst __init__Cole Robinson2014-09-081-2/+1
* connection: Use name instead of uuid for object keysCole Robinson2014-06-021-4/+4
* Clean up pylint integrationCole Robinson2014-04-021-4/+2
* Use proper python versionMartin Kletzander2014-02-121-3/+2
* virt-manager: Don't make --spice-disable-auto-usbredir permanentCole Robinson2014-02-041-1/+1
* virt-manager: Allow domain name or ID for cli optionsCole Robinson2014-01-301-3/+3
* Convert all command line handling to argparseCole Robinson2014-01-191-56/+47
* virt-manager: use DISPLAY in the error message only when it is setGiuseppe Scrivano2014-01-031-1/+1
* virt-manager: Drop semi incorrect comment about dropping stdio/stderrCole Robinson2013-11-201-5/+1
* virt-manager: Yet more fixes for DISPLAY unset errorCole Robinson2013-11-011-5/+18
* config: Move all the cliconfig data passing into vmmConfigCole Robinson2013-10-021-13/+2
* virt-manager: Drop --experimental-snapshot-uiCole Robinson2013-09-301-6/+0
* virt-manager: Remove hotshot --profile commandCole Robinson2013-09-281-12/+1
* virt-manager: Avoid a deprecation warning on f20Cole Robinson2013-09-241-1/+6
* error: Rename confusing sync/async param to modalCole Robinson2013-09-061-1/+1
* virt-manager: Hide snapshot work behind --experimental-snapshot-uiCole Robinson2013-08-211-0/+6
* change virt-manager option spice-disable-usbredir to spice-disable-auto-usbredirGuannan Ren2013-08-161-2/+2
* Remove logging_setup, as it is always true.Leonardo Garcia2013-08-141-8/+2
* Fix profile runcall.Leonardo Garcia2013-08-141-1/+1
* virtManager: Drop util, combine it with virtinst.util and uihelpersCole Robinson2013-08-111-4/+3
* virt-manager: Fix self.configMartin Kletzander2013-08-071-1/+1
* Disable autoconnect when --show-* is specified.Leonardo Garcia2013-07-151-0/+1
* virt-manager: Properly handle errors when --show-* options are used.Leonardo Garcia2013-07-151-1/+3
* virt-manager: Code cleanupLeonardo Garcia2013-07-151-11/+2
* virt-manager: Fix --show-* optionsCole Robinson2013-07-121-9/+8
* VirtualConnection: cache version lookupsCole Robinson2013-07-061-1/+3
* Add base conn object and bump minimum libvirt version to 0.6.0Cole Robinson2013-07-051-1/+8
* Merge virt-* logging setupCole Robinson2013-07-051-13/+4