emmental/curds
Anna Schumaker 6c7e063eac curds: Send a notification when a notification is queued
This lets the UI know that it has something to process when it gets the
chance. Additionally, I change the return value of run_queued() to
return false when there are no tasks remaining on the queue.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-04-04 13:50:01 -04:00
..
playlist curds: Send the "new-playlist" notification after playlists are alloc-ed 2019-04-04 13:30:58 -04:00
__init__.py curds: Create a GenrePlaylist class 2019-04-01 20:26:39 -04:00
data.py curds: Add helpful functions to the DataFile 2019-03-05 16:49:00 -05:00
notify.py curds: Send a notification when a notification is queued 2019-04-04 13:50:01 -04:00
tags.py curds: Declassify notifications 2019-03-27 09:49:40 -04:00
test_data.py Add a toplevel script 2019-03-06 09:23:25 -05:00
test_notify.py curds: Send a notification when a notification is queued 2019-04-04 13:50:01 -04:00
test_tags_album.py curds: Declassify notifications 2019-03-27 09:49:40 -04:00
test_tags_track.py curds: Declassify notifications 2019-03-27 09:49:40 -04:00
test_tags.py curds: Add a tags.clear() function 2019-03-26 10:55:01 -04:00
test_threadqueue.py Add a toplevel script 2019-03-06 09:23:25 -05:00
threadqueue.py curds: Create a ThreadQueue class 2019-03-03 19:53:40 -05:00