cog/Application
Christopher Snowhill 2445cc94a9 - Retrieve profile paths properly instead of hard coding
- Display playlist total duration in units up to weeks and down to just seconds, and only pluralize units as necessary
- Major change: Implemented a SQLite disk backed playlist, track data, and queue storage system, which will be synchronized from the player in real time, and will hopefully survive system or app crashes. Existing plist playlist will be imported on first run, and removed on shutdown.
2021-12-24 01:01:21 -08:00
..
AppController.h File info: Implemented support for Album Artist and Codec fields 2021-10-01 19:18:42 -07:00
AppController.m - Retrieve profile paths properly instead of hard coding 2021-12-24 01:01:21 -08:00
DockIconController.h Added optional colorful dock icons by tuurngait; Imported the Growl configuration page for disabling notifications if Growl.app is not installed 2013-10-11 08:35:57 -07:00
DockIconController.m Convert CogStatus enum to NS_ENUM 2021-02-07 00:22:19 +03:00
MediaKeysApplication.h Remove ThirdParty SPMediaKeyTap 2021-02-07 00:27:14 +03:00
MediaKeysApplication.m Store AppController<NSApplicationDelegate> in MediaKeysApplication 2021-02-07 00:33:47 +03:00
PlaybackController.h Clean up most warnings and update some dependencies 2021-04-29 18:16:24 -07:00
PlaybackController.m Fading: Hopefully fix fading being broken after fading in once, possibly a rounding error that depends on the volume level set before fading in 2021-11-17 21:12:25 -08:00
PlaybackEventController.h Modernize PlaybackEventController. 2021-02-26 23:01:48 +03:00
PlaybackEventController.m Notifications: Fix so it supports external artwork, and also fix a crash where invalid embedded artwork would cause it to crash 2021-08-07 15:09:36 -07:00