areff
|
d2e95a50f8
|
Completely redesigned all menus, fixed crashers due to new PlaylistEntry structure, validated menu items, added menu entry for fading, synthesized playbackStatus, updated KnownIssues
|
2008-02-23 22:20:14 +00:00 |
areff
|
86f691b769
|
Fixed removing queued songs, hooked File Tree icon up to correct method toggleWindow.
|
2008-02-23 20:08:27 +00:00 |
vspader
|
c31eae4541
|
Performance improvements for the status column.
|
2008-02-23 13:57:33 +00:00 |
areff
|
e3216e0ef1
|
Added Remove from Queue right click menu item, still lacks validation. Updated KnownIssues.
|
2008-02-22 15:26:46 +00:00 |
vspader
|
fe331624f5
|
Added status column with playing and queued status support.
|
2008-02-22 02:19:46 +00:00 |
areff
|
8bff745c38
|
Implemented Add to Queue as choice in Right click menu, added Clear Queue to Playlist menu.
|
2008-02-21 07:30:28 +00:00 |
areff
|
08a4bbe08e
|
Fixed my own sillyness in scroller code - needs fixing.
|
2008-02-18 19:37:32 +00:00 |
areff
|
ad5ac13a9c
|
Bound Scroll to currently playing to Command-L (iTunes). Changed the code slightly so that the currently playing song is also automatically selected when you scroll to it. Ten playlist entries will also be visible above it, to create some space.
|
2008-02-18 19:21:50 +00:00 |
matthewleon
|
678f6e2dbb
|
Eliminated SpotlightPlaylistView, which is redundant for the time being.
|
2008-02-18 10:28:24 +00:00 |
matthewleon
|
a02859a3fc
|
Moved rowHeight binding of PlaylistView from IB into code.
|
2008-02-18 10:21:34 +00:00 |
matthewleon
|
7f52608e6c
|
Font size implemented through bindings.
|
2008-02-18 00:11:38 +00:00 |
areff
|
1b83061c49
|
Moved volume controls into AudioPlayer, logarithmic helper functions now have their own file, fixed broken seekbar resize
|
2008-02-17 18:44:11 +00:00 |
matthewleon
|
332a062d93
|
Album and artist search is now exposed no matter where you click.
|
2008-02-16 19:40:34 +00:00 |
matthewleon
|
abf2da423d
|
Implemented UI elements necessary for right-click search by artist/album.
|
2008-02-16 16:13:21 +00:00 |
areff
|
5228709d0f
|
Fixed fadeout code so it sounds a bit better (timer fires faster, steady drop in volume rather than incremental)
|
2008-02-16 15:28:39 +00:00 |
vspader
|
53cff01123
|
Attempted fix of double-click drag allowing selection without playing. It causes a few issues. Mainly you need to have only one row selected for double-click play to work. We'll see how it works.
|
2008-02-16 14:09:19 +00:00 |
vspader
|
35d4df9ca2
|
Added fix that brings back table columns for those that lost them in previous versions.
|
2008-02-16 01:44:01 +00:00 |
areff
|
b317d0ba01
|
Experimental font size increase and decrease added to Cmd-+ and Cmd--, fixed small bug in skipping to previous album, updated KnownIssues
|
2008-02-15 15:27:34 +00:00 |
areff
|
26d2b28484
|
updated KnownIssues
|
2008-02-12 22:28:11 +00:00 |
areff
|
a39ce34ee9
|
Added fade to pause, key shift-cmd-p, changed volume controls around a bit, still needs fixing
|
2008-02-12 22:12:27 +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
|
e2b40fe1a3
|
Added move operation to DNDArrayController. Streamlined undo.
|
2008-02-10 19:35:58 +00:00 |
areff
|
64f0a25a52
|
Added seeking menu entries, validation of Control menu entries, updated KnownIssues
|
2008-02-10 18:34:23 +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
|
be9387d30d
|
Added patch from Andre Reffhaug for ctrl+left/right seeking.
|
2008-02-07 23:57:21 +00:00 |
vspader
|
56c8b9202f
|
Fixed some table columns bugs.
|
2008-01-24 01:44:24 +00:00 |
vspader
|
daba91b462
|
Removed debugging messages.
|
2007-07-11 01:20:32 +00:00 |
vspader
|
c39af186b1
|
Added some document icons.
Fixed bug when double clicking after right clicking.
|
2007-05-27 14:04:42 +00:00 |
vspader
|
20dd4930ee
|
Fixed up menus. Still need to correct a few actions.
|
2007-05-26 14:09:03 +00:00 |
vspader
|
bebac03a97
|
Fix for bold font problems.
|
2007-05-23 12:00:44 +00:00 |
vspader
|
d8f5a44ad4
|
Fixes for context menu oddities in playlist view.
|
2007-05-23 11:08:56 +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
|
cdd461412c
|
Forward delete now removed playlist entries.
|
2007-03-12 22:15:35 +00:00 |
vspader
|
466b2f909c
|
Fixed mousedown bug in the playlist view. It should only play if something is selected.
|
2007-03-10 14:23:35 +00:00 |
vspader
|
0a9bf9f3cd
|
Better file drawer and type-ahead selection.
|
2007-02-18 18:59:23 +00:00 |
vspader
|
2884273ff7
|
Hide/Show table columns through menu selection.
|
2007-02-17 19:33:31 +00:00 |
vspader
|
838dd31a64
|
Added AMRemoveableTableColumns to aid with hiding/showing playlist columns.
|
2007-02-17 18:29:20 +00:00 |
vspader
|
31eac8cb06
|
Added MAD-based Mp3 decoder.
|
2006-06-19 00:39:41 +00:00 |
sryegkahl
|
a1be08c901
|
Minor fixes
|
2006-06-08 18:06:29 +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
|
15139ac8d5
|
UI changes
|
2006-04-29 00:03:28 +00:00 |
vspader
|
307c3fce7b
|
UI changes
|
2006-04-28 23:19:14 +00:00 |
vspader
|
5465ec09d9
|
Total time display is now a binding
|
2006-04-13 18:40:23 +00:00 |
vspader
|
3597e03585
|
Total playlist time displayed in title (simon savary)
|
2006-04-13 03:20:31 +00:00 |