cog/Application
Christopher Snowhill 92573ec088 [Job Queue] Overhauled long action handling
Long actions, such as file opening, playlist loading, metadata loading
and refreshing, etc, are now handled through NSProgress. Additionally,
a new status bar change displays the progress of the task instead of
the total duration of the playlist. Finally, app quit is blocked by a
running task, and if the app is quit while a task is running, it will
be delayed until the task completes, at which time the app will
terminate cleanly.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-15 01:01:45 -07:00
..
AppController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AppController.m [Job Queue] Overhauled long action handling 2022-06-15 01:01:45 -07:00
DockIconController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
DockIconController.m [Job Queue] Overhauled long action handling 2022-06-15 01:01:45 -07:00
MediaKeysApplication.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
MediaKeysApplication.m [Bug Reporting] Introduce Bugsnag crash reporting 2022-06-09 18:58:42 -07:00
PlaybackController.h [Job Queue] Overhauled long action handling 2022-06-15 01:01:45 -07:00
PlaybackController.m [Job Queue] Overhauled long action handling 2022-06-15 01:01:45 -07:00
PlaybackEventController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PlaybackEventController.m [Translation Support] Fix several string constants 2022-06-11 13:34:57 -07:00
ScriptAdditions.h Add more automation commands and properties 2022-02-21 21:52:09 -08:00
ScriptAdditions.m Add more automation commands and properties 2022-02-21 21:52:09 -08:00