Solaar/lib/solaar
Peter Wu a2bad425f6 Fix window close, icon toggle logic
"Toggle" should mean "show or hide all windows", not "flip the visibility state
of windows". Case: one receiver window is open. When a new receiver is
connected, I also expect it to be open. Instead it is hidden, so I click the
icon. Now the new receiver window is shown, but the previous one is hidden.
Huh?! Indeed, let's fix that.
2013-05-05 11:18:29 +02:00
..
ui Fix window close, icon toggle logic 2013-05-05 11:18:29 +02:00
__init__.py split the about window into its own module 2013-05-04 12:01:28 +02:00
appinstance.py move the code for single-instance check into its own file 2013-04-28 14:06:41 +02:00
cli.py minor clean-ups 2013-05-04 17:19:48 +02:00
gtk.py better error dialog on receiver permission error; fixes #17 2013-05-05 10:35:03 +02:00
listener.py create and destroy windows on demand 2013-05-04 12:20:51 +02:00