Solaar/lib/solaar/ui
Daniel Pavel a4ec8ec05d better error dialog on receiver permission error; fixes #17
The problem is caused by starting Solaar right after installing it; while udev
does have the new rule loaded, the /dev/hidraw* device nodes already exist
with the old permissions.

Rather than doing a "udevadm --reload-rules" (which could have unknown side-
effects on other devices), instruct the user to remove and re-insert the usb
receiver. The new /dev/hidraw* device nods will be created with the right
permissions.
2013-05-05 10:35:03 +02:00
..
__init__.py better error dialog on receiver permission error; fixes #17 2013-05-05 10:35:03 +02:00
about.py split the about window into its own module 2013-05-04 12:01:28 +02:00
action.py split the about window into its own module 2013-05-04 12:01:28 +02:00
config_panel.py replaced some deprecated GObject calls with GLib 2013-04-30 11:47:30 +02:00
icons.py simplified window/icon code, reworked how device updates are signalled 2013-04-30 19:44:03 +02:00
indicate.py proper debian packaging, dropper stdeb 2013-01-05 11:48:35 +02:00
main_window.py disable info label while we're still reading the info from the device 2013-05-04 20:19:33 +02:00
notify.py split the about window into its own module 2013-05-04 12:01:28 +02:00
pair_window.py replaced some deprecated GObject calls with GLib 2013-04-30 11:47:30 +02:00
status_icon.py create and destroy windows on demand 2013-05-04 12:20:51 +02:00