summaryrefslogtreecommitdiff
path: root/virt-manager
Commit message (Expand)AuthorAgeFilesLines
* virt-*: invoke python3 using /usr/bin/enva13460542021-10-041-1/+1
* Move virt-* code into their modulesCole Robinson2020-01-261-339/+5
* pollhelpers: Kill old style pollingCole Robinson2020-01-241-9/+0
* virtManager: Move a lot of misc files to lib/Cole Robinson2019-06-171-2/+2
* Switch to more traditional logging structureCole Robinson2019-06-171-10/+10
* Move virtcli/cliconfig.py to virtinst/buildconfig.pyCole Robinson2019-06-141-6/+24
* preferences: Disable XML editing by defaultCole Robinson2019-06-131-0/+1
* util: Move local_libvirt_version to VirtinstConnectionCole Robinson2019-06-071-2/+2
* virt-manager: Add --test-optionsCole Robinson2019-06-051-9/+43
* Bump gtk dep to 3.22 for new popup routinesCole Robinson2019-04-071-4/+4
* virt-manager: add --show-domain-deleteCole Robinson2019-03-041-0/+5
* module_trace: Support --trace_libvirt=all|mainloopCole Robinson2018-10-101-3/+5
* pylint: Silence output on Fedora 29Cole Robinson2018-09-291-5/+3
* cli: remove unused --spice-disable-auto-usbredir argDaniel P. Berrangé2018-04-301-2/+0
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-15/+2
* virt-manager: fix git startup on waylandCole Robinson2018-03-171-0/+5
* engine: Show modal startup errors if window open failsCole Robinson2018-03-161-1/+1
* preferences: Add UI for disabling spice usb autoredirCole Robinson2018-03-161-3/+0
* virt-manager: Drop --no-conn-autostartCole Robinson2018-03-161-4/+3
* engine: Remove centralized conn.open handlingCole Robinson2018-03-151-1/+1
* engine: Have windows call exit_app directlyCole Robinson2018-03-151-1/+1
* engine: Cleanup function names, comments, etc.Cole Robinson2018-03-151-1/+1
* config: Convert to singletonCole Robinson2018-03-151-2/+2
* virt-manager: Add hidden --test-leak-debug optionCole Robinson2018-03-151-1/+12
* Drop __future__ imports, no longer neededCole Robinson2018-02-081-2/+0
* Switch to python3 in script shebangCole Robinson2018-02-061-1/+1
* virt-manager: Gracefully exit app on ctrl-c, not sys.exitCole Robinson2018-01-091-3/+3
* 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