areff
|
91e5833a40
|
Partially fixed Total duration: field, is missing duration for currently playing song.
|
2008-02-20 15:31:00 +00:00 |
vspader
|
b15e4f626a
|
Moved most enumerators to fast enumeration.
|
2008-02-20 00:54:45 +00:00 |
vspader
|
eeba50f6e1
|
Cleaned up PlaylistEntry.
|
2008-02-20 00:44:40 +00:00 |
vspader
|
38e23ef442
|
Some more cleaning up.
|
2008-02-20 00:12:25 +00:00 |
vspader
|
76594c1062
|
Cleaned up repeat one/all code.
|
2008-02-19 23:49:51 +00:00 |
areff
|
402b403794
|
Fixed small bug in Repeat All and pressing next at last playlist entry. Enabled Shuffle button.
|
2008-02-19 20:16:56 +00:00 |
areff
|
f20b10fdd4
|
Most of the Repeat logic is in place (needs some brush up here and there). Still missing Repeat Album. Disabled some annoying debug output from MADDecoder. Updated KnownIssues.
|
2008-02-19 19:59:35 +00:00 |
vspader
|
ae4c112076
|
Fixed up repeat menu and added back repeat album.
|
2008-02-19 04:02:05 +00:00 |
vspader
|
8434f6e3b3
|
Added RepeatTransformers with the beginnings of support for the repeat modes. MenuItems's reflect the repeat state (yet do not work to set the state yet), and the repeat button toggles w/images as expected..
|
2008-02-19 03:39:43 +00:00 |
areff
|
facdea9b7e
|
Updated Total duration field at the bottom of main Cog window, now shows hours and minutes after minutes and seconds
|
2008-02-17 20:16:06 +00:00 |
matthewleon
|
abf2da423d
|
Implemented UI elements necessary for right-click search by artist/album.
|
2008-02-16 16:13:21 +00:00 |
matthewleon
|
3c712e2e45
|
Changed CogUrlsPbboardType to CogUrlsPboardType throughout project
|
2008-02-13 17:14:19 +00:00 |
vspader
|
37820a586d
|
Fixed up undo/redo support. Should be working great now.
|
2008-02-10 22:46:12 +00:00 |
vspader
|
d654c37fe3
|
Fixed validation for undo/redo menu items. Added sort descriptors and predicates to undo chain.
|
2008-02-10 20:32:46 +00:00 |
vspader
|
a24149dc10
|
Fixed undo for clear.
|
2008-02-10 19:46:45 +00:00 |
vspader
|
e2b40fe1a3
|
Added move operation to DNDArrayController. Streamlined undo.
|
2008-02-10 19:35:58 +00:00 |
vspader
|
299285f0cd
|
Changed undo/redo menuitems back to firstResponder. Modified PlaylistView to validate undo/redo items.
|
2008-02-10 17:13:30 +00:00 |
areff
|
9b05ce02d2
|
Added undo functionality in playlist, undo works for removals, moves and adds.
|
2008-02-10 16:16:45 +00:00 |
vspader
|
5715522470
|
Moved to frame-based reading/seeking instead of byte/second based. Some formats have still not been updated and are broken.
Added icons for other formats.
|
2007-11-24 20:16:27 +00:00 |
vspader
|
11fd5b5454
|
Added "smarter" removal of playlist entries.
|
2007-10-22 00:04:34 +00:00 |
vspader
|
8a5db0dd33
|
Removed alternate file extension code so Cog does not encourage broken cuesheets.
|
2007-10-20 19:14:12 +00:00 |
vspader
|
7582bbef02
|
Updated file drawer so it expands containers.
|
2007-10-16 01:22:57 +00:00 |
vspader
|
daba91b462
|
Removed debugging messages.
|
2007-07-11 01:20:32 +00:00 |
vspader
|
058feed386
|
Fix for playlist->clear.
|
2007-06-05 00:33:30 +00:00 |
vspader
|
20dd4930ee
|
Fixed up menus. Still need to correct a few actions.
|
2007-05-26 14:09:03 +00:00 |
vspader
|
2a0b588f4d
|
Fixed crash bug. Hopefully once obj-c supports properties annoying bugs like this just wont happen.
|
2007-03-18 17:44:59 +00:00 |
vspader
|
44eeab95ee
|
Added header menu for playlist view.
|
2007-03-14 03:16:37 +00:00 |
vspader
|
4ed575f475
|
Moved PlaylistEntry number variables over to NSNumber. Removed displayIndex and lengthString, using formatters instead. Fix bug with autosaving playlist.
|
2007-03-14 02:28:30 +00:00 |
vspader
|
71577bac3d
|
Lots of cleanups. Mainly cleaned up PlaylistHeader automatic sizing to use values from bindings.
|
2007-03-12 23:29:42 +00:00 |
vspader
|
15f1aa2ebd
|
Cleaned up code. Added PlaylistLoader class properly, with support for m3u and pls formats. Changed default playlist to m3u. Added bugs GALORE!
|
2007-03-09 01:16:06 +00:00 |
vspader
|
934840ace5
|
Added source plugin support. Things are incredibly broken. Besides Ogg Vorbis. That should still work.
|
2007-03-02 01:36:52 +00:00 |
vspader
|
0c6ba36701
|
Removed CoreAudioUtils.h, since its no longer needed, and no longer exists.
|
2007-02-28 16:20:35 +00:00 |
vspader
|
927b65a4a5
|
Merged with cog-audio-framework branch. Cog now uses plugins.
|
2007-02-24 20:36:27 +00:00 |
vspader
|
59b42286e5
|
Click index column to remove sort descriptor. Added sort by path connection.
|
2007-02-18 22:27:55 +00:00 |
vspader
|
4a2cddb8ab
|
Cleaned up a little.
|
2007-02-18 21:48:37 +00:00 |
vspader
|
9c4bab29e5
|
Fixed definition/implementation discrepency for setCurrentEntry
|
2007-02-18 21:41:47 +00:00 |
vspader
|
a18e93d63e
|
Fixed scrolltovisible bug.
|
2007-02-18 21:40:13 +00:00 |
vspader
|
eb47e318f3
|
Drop from iTunes support, thanks to Aaron VonderHaar
|
2007-02-17 15:58:39 +00:00 |
vspader
|
e3d076dbf7
|
Added preferences for the file drawer. Fixed bug with sorting added folders.
|
2006-09-17 18:11:29 +00:00 |
vspader
|
f028fa22f1
|
Added file drawer and hotkeys.
|
2006-09-02 16:09:20 +00:00 |
vspader
|
31eac8cb06
|
Added MAD-based Mp3 decoder.
|
2006-06-19 00:39:41 +00:00 |
vspader
|
806cec2663
|
Fix Shorten compilation problems.
|
2006-06-04 19:44:06 +00:00 |
vspader
|
b596f19c81
|
Fixed playlist sorting by path/shuffle
|
2006-05-29 23:03:58 +00:00 |
vspader
|
e919340f6d
|
Column resizing
|
2006-05-29 22:23:56 +00:00 |
sryegkahl
|
aea620374c
|
Removed a superfluous (redundant) function I wrote for revision 172
|
2006-05-24 18:09:44 +00:00 |
sryegkahl
|
a430aff269
|
"Show in Finder" feature for track files (right-click menu).
|
2006-05-23 15:12:24 +00:00 |
vspader
|
5877c0b9fa
|
Bitrate for some coreaudiofile files
|
2006-05-13 16:50:52 +00:00 |
vspader
|
42ff4e5ef1
|
Fixed binding for display/length when loading songs
|
2006-05-13 15:52:52 +00:00 |
vspader
|
8b1027b63e
|
Fixed drag and drop
|
2006-05-12 21:40:46 +00:00 |
vspader
|
feb7003b01
|
Playlist fun
|
2006-05-12 19:32:01 +00:00 |