1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00
Commit Graph

176 Commits

Author SHA1 Message Date
ce1dced039
Drag and drop works properly now 2019-06-15 17:43:00 -04:00
202a4f0ae3
Drag and drop moves tracks in queue
For some reason we're not seeing the insert indicator, and I can't
figure out why.
2019-06-15 13:17:09 -04:00
dbb5d28084
Only display queue context menu on songs 2019-06-09 18:10:48 -04:00
5b39158492
Actually clear the queue 2019-06-09 18:10:25 -04:00
44afb98f89
Wire up main queue menu options 2019-06-08 18:20:39 -04:00
a88d55d1a4
Add queue play/remove menu 2019-06-08 16:55:03 -04:00
5291ee7153
Backspace to remove track from queue 2019-06-08 16:55:03 -04:00
fc0ee885cb
Context menu to remove tracks from queue 2019-06-08 16:55:03 -04:00
6629c4e91b
Refactor getAlbumForSongs 2019-06-08 16:53:53 -04:00
52fce2c212
Ooops, left this hanging around 2019-06-07 11:49:58 -04:00
e1dc7e3d99
Implement top level song menu 2019-06-07 11:19:26 -04:00
d8f762b3c4
Add context menu for playing/adding songs 2019-06-07 10:29:49 -04:00
b241c3e5dd
Double click on a track to play it 2019-06-04 22:32:11 -04:00
4c14ed5078
Create shared AlbumDetailView and Popover
This prevents the app from creating a new one for every album, which was
not friendly on memory usage! (I saw the app hit 2.5GB of usage at one
point 😧)
2019-06-04 09:24:34 -04:00
e3d71284cc
We don't need strong references here 2019-06-02 22:36:52 -04:00
51e2e65098
Draw separator lines on the song list table 2019-06-02 22:07:37 -04:00
ee20f14e38
WIP: Display tracks with duration
We also seem to have fixed the crashing bug! 🎉
2019-05-20 22:24:02 -04:00
ba75dee158
WIP: Add album detail view
TODO: Fix crash!
Unexpected outstanding background CATransaction
2019-05-19 13:09:37 -04:00
b81fde390a
Prep for 0.12.0-alpha release 2019-05-18 15:35:39 -04:00
04961af040
Fix 2x shuffle and repeat button icon position
Also, we don't need repeat 1 just yet
2019-05-18 15:27:21 -04:00
a7f8d50826
Fix tiny bug with queue display 2019-05-18 15:23:12 -04:00
9351061a8d
Set button state on server state change 2019-05-18 15:23:12 -04:00
ad04250760
Shuffle/repeat buttons change server state 2019-05-18 15:23:12 -04:00
d211651e16
Move view code where it belongs 2019-05-18 15:19:45 -04:00
b59c70e4ed
Add queue position numbers to the queue 2019-05-18 15:19:45 -04:00
2a1327031e
Handle closing and opening windows 2019-05-18 15:19:45 -04:00
ac66a2f49d
Add dynamic dock menu with "Now Playing" section
Inspired pretty heavily by iTunes.
2019-05-18 15:19:44 -04:00
2204d5428d
Remove tabbing from prefs window 2019-05-18 15:15:11 -04:00
c01a662c84
Tidy up more of the window handling 2019-05-18 15:15:10 -04:00
49269ca21b
Handle closing and opening windows 2019-05-18 15:15:10 -04:00
e6bbe4f35d
Add dynamic dock menu with "Now Playing" section
Inspired pretty heavily by iTunes.
2019-05-18 15:15:10 -04:00
8e6396dbe9
WIP: Dock menu 2019-05-18 15:15:10 -04:00
5f19a7401d
Get album list from passed in state 2019-05-17 16:38:55 -04:00
edcfe49b19
Unsubscribe from the store if the view is deallocated 2019-05-10 15:31:07 -04:00
53b90a4a4a
Name the mpdSong 2019-05-10 15:30:59 -04:00
5591cda7fa
Remove NotificationsController and most == methods 2019-05-10 15:30:32 -04:00
ade8423a83
Fix bug that causes a crash when the playlist finishes 2019-05-10 11:09:11 -04:00
ef9f1e12c1
Touch the user notifications controller
Static lets are lazily initialised.
2019-05-01 19:48:09 -04:00
96bb9679ab
We don't need to pass these since the store knows 2019-04-30 20:55:32 -04:00
8bab7c2bf5
Refactor more of the things!
1. Move all the mpdClient actions into a reducer.
2. Move global stuff into their own global struct
2019-04-30 09:11:50 -04:00
4d2a8087ed
Import AppKit rather than Cocoa
Importing Cocoa pulls in CoreData, which we're not using.

https://github.com/brentsimmons/NetNewsWire/blob/master/Technotes/CodingGuidelines.md
2019-04-29 08:59:04 -04:00
b311005393
We need to invalidate the timer on the main thread 2019-04-29 08:31:58 -04:00
0de001ce16
Give the queue its own local state 2019-04-29 08:31:44 -04:00
22bb7efef2
Completely rejigger preferences system to use ReSwift 2019-04-28 18:02:09 -04:00
8882c4246c
Refactor all the things!
I discovered Xcode's refactor function 😁
2019-04-28 10:48:10 -04:00
d2d4705e87
Current artwork and notifications 2019-04-27 22:39:18 -04:00
63afa3ffce
Fix album reloading issue
All the albums were being forced to reload on update because they come
back with `unLoaded` cover art.
2019-04-27 21:14:59 -04:00
6e0c97492b
Some tweaks 2019-04-27 20:48:49 -04:00
86feface73
Move ReSwift stuff into extensions 2019-04-27 20:48:49 -04:00
81b0626017
Move database updating indicator to ReSwift 2019-04-27 20:48:49 -04:00