summaryrefslogtreecommitdiff
path: root/virtManager/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up gtk STOCK and various image usageCole Robinson2022-02-191-10/+6
* uitests: Use drag() method again for window cleanup testsCole Robinson2020-09-221-0/+1
* uitests: More work to drop sleeping and hacksCole Robinson2020-09-201-1/+1
* connection: Pass object in -added/-removed signalsCole Robinson2020-09-011-9/+4
* uitests: finish manager.py coverageCole Robinson2020-08-261-35/+36
* virtManager: add coverage annotations and remove dead codeCole Robinson2020-08-261-11/+9
* i18n: use single strings for connection/uriPino Toscano2020-07-141-3/+3
* virtManager: Convert to CSS for most color usageCole Robinson2020-02-031-1/+1
* manager: Don't hardcode black text colorCole Robinson2019-10-021-1/+1
* virtManager: Move a lot of misc files to lib/Cole Robinson2019-06-171-2/+2
* virtManager: rename connect.py -> createconn.pyCole Robinson2019-06-171-2/+2
* virtManager: rename create.py -> createvm.pyCole Robinson2019-06-171-2/+2
* Switch to more traditional logging structureCole Robinson2019-06-171-5/+4
* virtinst: Rename util to xmlutilCole Robinson2019-06-071-6/+6
* support: add is_libvirt_error_no_domainCole Robinson2019-06-071-4/+2
* baseclass: Add is_visibleCole Robinson2019-04-141-3/+1
* virtManager: Use popup_at_pointerCole Robinson2019-04-071-2/+2
* manager: fix some --test-leak-debug issuesCole Robinson2018-10-131-8/+7
* 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-16/+2
* manager: Simplify row management a bitCole Robinson2018-03-171-103/+77
* manager: Fix some menu item sensitivity issuesCole Robinson2018-03-171-4/+4
* virtManager/*: Give pylint hints about singleton classesCole Robinson2018-03-171-1/+1
* engine: Show modal startup errors if window open failsCole Robinson2018-03-161-0/+2
* s/connect_opt_out/connect_once/ for open-completed callbackCole Robinson2018-03-161-2/+1
* engine: Remove centralized conn.open handlingCole Robinson2018-03-151-3/+11
* Make all dialogs clean up when vm/conn disappearsCole Robinson2018-03-151-4/+5
* engine: Move most remaining window tracking to UI classesCole Robinson2018-03-151-39/+41
* engine: Have windows increment/decrement windows directlyCole Robinson2018-03-151-4/+2
* engine: Have windows call exit_app directlyCole Robinson2018-03-151-2/+2
* clone: Convert to per-connection singleton-ish patternCole Robinson2018-03-151-1/+0
* migrate: convert to singletonCole Robinson2018-03-151-1/+0
* delete: Convert to singletonCole Robinson2018-03-151-2/+1
* engine: break out vmmConnectionManagerCole Robinson2018-03-151-9/+9
* engine: connect conn-added in UI classesCole Robinson2018-03-151-5/+8
* connection: Drop vm-added emission on connectCole Robinson2018-03-151-0/+3
* preferences: Convert to singletonCole Robinson2018-03-151-2/+2
* about: Convert to singletonCole Robinson2018-03-151-3/+3
* engine: Move VM action callbacks to vmmenu.pyCole Robinson2018-03-151-33/+5
* manager: Fix mem, disk, net stats graphs (bz 1543896)Cole Robinson2018-02-091-2/+2
* Python 2/3 division compatabilityRadostin Stoyanov2018-01-271-2/+2
* manager: Add accessible names to conn context menuCole Robinson2018-01-091-0/+1
* manager: Drop python2 only cmp() usageCole Robinson2017-10-211-6/+10
* pycodestyle: fix all E131 warningsChen Hanxiao2017-08-261-5/+5
* pycodestyle: fix all E203 warningsChen Hanxiao2017-08-111-1/+1
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-1/+1
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-1/+1
* manager: Fix window size tracking on wayland (bug 1375175)Cole Robinson2016-12-131-2/+2
* manager: Clean up new conn/vm handlingCole Robinson2016-05-201-30/+19
* manager: fix --show-domain * manager conn populatingCole Robinson2016-05-201-3/+3