summaryrefslogtreecommitdiff
path: root/virtManager/systray.py
Commit message (Expand)AuthorAgeFilesLines
* Switch to more traditional logging structureCole Robinson2019-06-171-5/+5
* preferences: Disable systray option if we know it won't workCole Robinson2019-06-141-10/+21
* virtinst: Rename util to xmlutilCole Robinson2019-06-071-2/+2
* systray: Add connection open/close optionsCole Robinson2018-10-071-4/+36
* systray: Revive libappindicator usageCole Robinson2018-10-071-212/+207
* 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
* virtManager/*: Give pylint hints about singleton classesCole Robinson2018-03-171-1/+1
* systray: Change window tracking a bitCole Robinson2018-03-171-4/+2
* systray: Only create statusicon if showingCole Robinson2018-03-171-11/+16
* engine: Remove centralized conn.open handlingCole Robinson2018-03-151-4/+0
* Make all dialogs clean up when vm/conn disappearsCole Robinson2018-03-151-3/+1
* engine: Move most remaining window tracking to UI classesCole Robinson2018-03-151-35/+30
* engine: Have windows call exit_app directlyCole Robinson2018-03-151-3/+3
* 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-1/+0
* engine: break out vmmConnectionManagerCole Robinson2018-03-151-5/+7
* engine: connect conn-added in UI classesCole Robinson2018-03-151-3/+9
* engine: Move VM action callbacks to vmmenu.pyCole Robinson2018-03-151-8/+0
* systray: Fix VM leak on conn closeCole Robinson2018-03-151-1/+2
* systray: Drop appindicator supportCole Robinson2018-03-151-49/+10
* Wrap keys(), values() in a listRadostin Stoyanov2018-02-061-3/+3
* systray: Remove redundant variable assignmentRadostin Stoyanov2017-10-271-1/+0
* Use enumerate instead of range and lenRadostin Stoyanov2017-10-201-1/+1
* systray: Use APPLICATION_STATUS for appindicatorCole Robinson2017-10-181-1/+1
* pycodestyle: Do not use bare 'except:'Radostin Stoyanov2017-08-021-1/+1
* Fix recent pylint/pep8 outputCole Robinson2016-04-181-1/+3
* systray: Log if we will use AppIndicatorCole Robinson2015-11-181-0/+1
* systray: Fix appindicator icon name (bz 1257949)Cole Robinson2015-11-181-1/+1
* engine: Clean up some object lifecycle leaksCole Robinson2015-09-201-5/+8
* libvirtobject: Unify internal status APIs and signalsCole Robinson2015-04-101-1/+1
* libvirtobject: Unify status signalsCole Robinson2015-04-101-1/+1
* s/gconf/gsettings/Guido Günther2014-09-291-1/+1
* virtManager: Switch to relative importsCole Robinson2014-09-121-3/+3
* manager: Expand logic to avoid colliding connection descriptionsCole Robinson2014-07-041-1/+1
* connection: Use name instead of uuid for object keysCole Robinson2014-06-021-29/+31
* Fix warnings with latest pep8Cole Robinson2014-05-021-1/+1
* Clean up pylint integrationCole Robinson2014-04-021-3/+1
* More pylint fixesCole Robinson2014-03-221-5/+5
* Fix deprecation warnings on F21/rawhideCole Robinson2014-02-251-15/+6
* Move sharedui.py to vmmenu.pyCole Robinson2014-01-291-2/+2
* Split uihelpers into sharedui and uiutilCole Robinson2014-01-261-2/+2
* headers: update "Red Hat, Inc." copyright for the year 2013Giuseppe Scrivano2013-10-281-1/+1
* uihelpers: Add VMActionMenu, share between manager and systrayCole Robinson2013-09-221-80/+8
* uihelpers: Add VMShutdownMenu classCole Robinson2013-09-221-47/+8
* Replace set_property("visible") with modern set_visibleCole Robinson2013-09-011-2/+2
* Switch AppIndicator code to use GObject introspection.Marc Deslauriers2013-07-291-6/+9
* systray: Fix pylint from appindicatorsCole Robinson2013-06-141-1/+1
* AppIndicator3 required with Gtk3 usageEric Shattow2013-06-141-8/+8