Commit graph

  • 9414c97c09 File tree panel now uses FSEvent API instead of kqueues. vspader 2008-02-18 03:27:59 +0000
  • e2399c12ca Updated KnownIssues. vspader 2008-02-18 01:59:50 +0000
  • 6dfef23ec7 Moved file tree preference to the file tree panel itself. Removed file tree preference pane. vspader 2008-02-18 01:46:34 +0000
  • 7f52608e6c Font size implemented through bindings. matthewleon 2008-02-18 00:11:38 +0000
  • 6663d149b7 Updated TODO vspader 2008-02-17 21:22:40 +0000
  • 23719ada8e Updated KnownIssues. vspader 2008-02-17 21:22:04 +0000
  • c2a2f531a8 Moved StringToURLTransformer initialize code. vspader 2008-02-17 21:18:01 +0000
  • 3ba929f51a Moved File Tree preferences to use a NSPathControl. vspader 2008-02-17 21:04:36 +0000
  • eb84d83c8e Fixed error caused by moving StringToURLTransformer. vspader 2008-02-17 20:53:49 +0000
  • 7bb24f5179 Moved StringToURLTransformer to its own file. vspader 2008-02-17 20:46:55 +0000
  • facdea9b7e Updated Total duration field at the bottom of main Cog window, now shows hours and minutes after minutes and seconds areff 2008-02-17 20:16:06 +0000
  • b0432fc736 Changed borders for file tree panel. vspader 2008-02-17 20:15:34 +0000
  • 5434fe510b Fixed mp3 bitrate calculation. vspader 2008-02-17 19:59:01 +0000
  • 1503c2868f Fixed File Tree preferences. vspader 2008-02-17 19:27:29 +0000
  • fabb91d691 Spotlight Panel adopts utility style similar to file tree panel. matthewleon 2008-02-17 19:16:38 +0000
  • 83d84a38d8 Moved File Drawer to File Tree Window. vspader 2008-02-17 18:59:54 +0000
  • 1b83061c49 Moved volume controls into AudioPlayer, logarithmic helper functions now have their own file, fixed broken seekbar resize areff 2008-02-17 18:44:11 +0000
  • 9d8be7851a Added feature request File path column. Hidden by default. areff 2008-02-17 13:18:19 +0000
  • ba0610b973 Context menu works in spotlight window. matthewleon 2008-02-17 11:06:01 +0000
  • 438467000a Probably final, probably ideal fix to Spotlight flicker! matthewleon 2008-02-17 09:56:44 +0000
  • ba0746b503 New fix to Spotlight flicker issue. Still not ideal. matthewleon 2008-02-16 22:59:27 +0000
  • ab520a8cb8 Fixed Spotlight update code. matthewleon 2008-02-16 20:59:04 +0000
  • e0a937b3e5 Cleaned up Spotlight update code. matthewleon 2008-02-16 20:40:47 +0000
  • b5c46a0b3a Spotlight panel no longer uses utility style (it doesn't float). matthewleon 2008-02-16 20:08:45 +0000
  • 332a062d93 Album and artist search is now exposed no matter where you click. matthewleon 2008-02-16 19:40:34 +0000
  • 3c8b325a00 Search by artist and album works from context menu. matthewleon 2008-02-16 16:38:44 +0000
  • 6a915b458b Implemented fading up from pause, same key (shift-command-p) as fade down from play. Will clean code and move all audio components into the audioPlayer tomorrow, to fix the event* function names and consolidate all audio related methods. areff 2008-02-16 16:30:18 +0000
  • abf2da423d Implemented UI elements necessary for right-click search by artist/album. matthewleon 2008-02-16 16:13:21 +0000
  • 5228709d0f Fixed fadeout code so it sounds a bit better (timer fires faster, steady drop in volume rather than incremental) areff 2008-02-16 15:28:39 +0000
  • a5986373bd Spotlight: Right click menu includes Show entry in Finder. matthewleon 2008-02-16 14:48:54 +0000
  • 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. vspader 2008-02-16 14:09:19 +0000
  • 27cfc3d3c3 Spotlight's default search behavior only searches artist, album and title tags (boosts speed). Changed key combo to command-shift-f. matthewleon 2008-02-16 14:04:59 +0000
  • 6b11d41fbe Fixed ridiculous Spotlight bug where absent track numbers would cause a crash. Cleaned directory structure. matthewleon 2008-02-16 13:18:14 +0000
  • d4ee1ac6ae Spotlight sorts properly (phew). Artist, album, track number... Should make several interface improvements easier to implement. matthewleon 2008-02-16 13:05:30 +0000
  • 03b0abb92f Fixed memory leak in previous commit caused by anal retentive retention. vspader 2008-02-16 02:52:49 +0000
  • 232fff4598 Add utils for new shuffle. vspader 2008-02-16 02:46:37 +0000
  • a4eb42eab0 Fixed crash, and in doing so introduced a huge memory leak! Added patch from Eric Hanneken that improves shuffle. vspader 2008-02-16 02:46:19 +0000
  • 35d4df9ca2 Added fix that brings back table columns for those that lost them in previous versions. vspader 2008-02-16 01:44:01 +0000
  • ad976c9edf Moved Spotlight Window nib loading code. matthewleon 2008-02-15 22:47:27 +0000
  • 0126a58679 Font increase/decrease now affect File Drawer too. This is experimental behaviour. areff 2008-02-15 22:43:34 +0000
  • 77fd3cbe95 Spotlight interface tweaks. matthewleon 2008-02-15 22:41:35 +0000
  • f1474e6ff0 Spotlight moved to Control menu. Window now saves position, size. matthewleon 2008-02-15 22:26:55 +0000
  • b317d0ba01 Experimental font size increase and decrease added to Cmd-+ and Cmd--, fixed small bug in skipping to previous album, updated KnownIssues areff 2008-02-15 15:27:34 +0000
  • 085130dd34 Spotlight interface tweaks - can now import using only keyboard. matthewleon 2008-02-15 14:23:24 +0000
  • 387015db22 Eliminated annoying flicker in Spotlight interface. Made tiny tweaks to PlaybackController and PlaylistController header to eliminate compiler warnings. matthewleon 2008-02-14 23:09:51 +0000
  • b4804ebb5e Added initDefaults to AppController.h to get rid of annoying compiler warning. matthewleon 2008-02-14 21:09:07 +0000
  • 02836236db Added skipping to next and previous album with Alt-Right and Alt-Left areff 2008-02-14 19:25:01 +0000
  • 70ae3cec1c Spotlight can do exact searches using quotation marks, IE %a"tom waits" will do a case insensitive search for all music by Tom Waits matthewleon 2008-02-14 17:48:32 +0000
  • d6e7efd2c1 Cleaned up the Spotlight code considerably and added the ability to do simple searches for artist, album and title using %a, %l and %t respectively. For example searching "%awaits" will return all tracks by Tom Waits, etc... matthewleon 2008-02-14 14:07:10 +0000
  • d795c59c10 Consolidated Spotlight code. matthewleon 2008-02-13 23:51:36 +0000
  • c25dfa6535 Changing Spotlight search path works properly. matthewleon 2008-02-13 23:21:34 +0000
  • c04f9565d6 Spotlight interface tweaks. matthewleon 2008-02-13 20:47:00 +0000
  • 62c446160c Spotlight uses NSScanner to parse search strings, eliminating most crashes resulting from unusual search strings. matthewleon 2008-02-13 18:47:24 +0000
  • f64ebf597f Added incremental seeking with remote, volumeUp/Down now take an amount argument, seekForward/Backward now take an amount argument, fixed incremental fadeout that will not register more than one timer, added status kCogStatusFading areff 2008-02-13 18:03:06 +0000
  • 3c712e2e45 Changed CogUrlsPbboardType to CogUrlsPboardType throughout project matthewleon 2008-02-13 17:14:19 +0000
  • 037874d654 Spotlight is now drag-and-drop compatible. Moved spotlight files where they belong. matthewleon 2008-02-13 16:10:59 +0000
  • 010f7de448 Added [audioPlayer volume]. Tweaked the volume control a little. vspader 2008-02-13 01:50:39 +0000
  • 26d2b28484 updated KnownIssues areff 2008-02-12 22:28:11 +0000
  • a39ce34ee9 Added fade to pause, key shift-cmd-p, changed volume controls around a bit, still needs fixing areff 2008-02-12 22:12:27 +0000
  • 4f9ac97dfc Spotlight can now search form multiple terms properly. Songs can be imported into the playlist again. matthewleon 2008-02-12 16:24:09 +0000
  • 7c2d290871 Fixed major spotlight bug by retaining static key array (duh). Spotlight doesn't crash anymore and works very quickly. matthewleon 2008-02-12 11:11:26 +0000
  • a5c8447b8d Fixed mpcdec framework settings to get it to compile in debug configuration on case-sensitive FS. (Modified case from MPCDec to mpcdec, as I already did for release configuration). matthewleon 2008-02-12 10:30:32 +0000
  • ca76dbab7d Added necessary transformers for Spotlight path. matthewleon 2008-02-11 18:51:51 +0000
  • ff32a0a910 Spotlight search path is now properly saved to defaults. matthewleon 2008-02-11 18:51:04 +0000
  • 0e6a9ee966 Spotlight gets all necessary tags from metadata now. Some interface tweaks. matthewleon 2008-02-11 16:39:19 +0000
  • d8ac96afbf Spotlight importing fixed. matthewleon 2008-02-11 14:42:13 +0000
  • a624165bc9 Spotlight now works with its own SpotlightPlaylistEntry class, drastically increasing performance and permitting it to gracefully handle corrupt metadata. matthewleon 2008-02-11 14:10:25 +0000
  • 4be43e5256 Spotlight search can now be limited to a path. Still quite buggy. matthewleon 2008-02-11 10:29:21 +0000
  • ff8cd0d773 Spotlight tweaks. matthewleon 2008-02-11 09:20:52 +0000
  • e1762b2495 Put spotlight back in AppController. Should work now. matthewleon 2008-02-11 07:56:26 +0000
  • 366ba22c55 Spotlight directory structure cleaned. matthewleon 2008-02-11 07:46:41 +0000
  • e04c67b4ad Spotlight added back in. matthewleon 2008-02-11 07:45:34 +0000
  • cbfc93bd62 Removed Spotlight stuff for now to get Cog to compile agian (Sorry matthew). Moved nib files to .xib files. vspader 2008-02-11 00:52:07 +0000
  • 803a3306a5 Forgot to add these files for undo support. vspader 2008-02-10 22:55:16 +0000
  • 37820a586d Fixed up undo/redo support. Should be working great now. vspader 2008-02-10 22:46:12 +0000
  • 03cdbd508d Changed PlaylistController to not clear predicate on insert. vspader 2008-02-10 21:05:38 +0000
  • 3f9c83c581 Spotlight actually works this time... matthewleon 2008-02-10 20:45:57 +0000
  • 28d85a0f42 Spotlight search now works. It's a pretty buggy hack at the moment. matthewleon 2008-02-10 20:34:29 +0000
  • d654c37fe3 Fixed validation for undo/redo menu items. Added sort descriptors and predicates to undo chain. vspader 2008-02-10 20:32:46 +0000
  • a24149dc10 Fixed undo for clear. vspader 2008-02-10 19:46:45 +0000
  • e2b40fe1a3 Added move operation to DNDArrayController. Streamlined undo. vspader 2008-02-10 19:35:58 +0000
  • aaad9aa2dc Updated spelling of Seek forward/backward to Forward/Backward areff 2008-02-10 18:37:12 +0000
  • 64f0a25a52 Added seeking menu entries, validation of Control menu entries, updated KnownIssues areff 2008-02-10 18:34:23 +0000
  • 299285f0cd Changed undo/redo menuitems back to firstResponder. Modified PlaylistView to validate undo/redo items. vspader 2008-02-10 17:13:30 +0000
  • ecf7f30fb4 Updated Musepack plugin to use new decoder protocol. vspader 2008-02-10 16:18:23 +0000
  • 9b05ce02d2 Added undo functionality in playlist, undo works for removals, moves and adds. areff 2008-02-10 16:16:45 +0000
  • 4bd896afb3 Updated GME to use new decoder protocol. vspader 2008-02-10 16:04:28 +0000
  • a6c7666143 Updated dumb plugin to use new decoder protocol. vspader 2008-02-10 15:56:18 +0000
  • 445797157c Fixed bug in Dumb plugin when title is not found. vspader 2008-02-10 15:40:01 +0000
  • 9fc6e4eeb1 Converted spaces to tabs. vspader 2008-02-10 15:35:19 +0000
  • b23b18406a Added Spotlight window (File->Open with Spotlight). It doesn't work at all yet, but it shows what the basic idea is. matthewleon 2008-02-10 13:48:55 +0000
  • 3fd9ba5a40 SVN Hook with mailing list test. vspader 2008-02-08 18:52:11 +0000
  • 0ea3d1cd23 Testing subversion hook. vspader 2008-02-08 18:46:54 +0000
  • 3561a93410 Updated TODO. vspader 2008-02-08 18:44:27 +0000
  • 3244e20608 Added patch for compilation case-sensitive filesystems from Matthew Grinshpun. vspader 2008-02-08 00:08:56 +0000
  • be9387d30d Added patch from Andre Reffhaug for ctrl+left/right seeking. vspader 2008-02-07 23:57:21 +0000
  • aced029a97 Updated project files to remove unworking localizations. vspader 2008-01-31 01:08:30 +0000
  • 8b63c09179 Removed outdated localizations. vspader 2008-01-31 01:02:38 +0000
  • efe0bd06ad Fix for making rootPath KVC compliant for the file tree. vspader 2008-01-31 00:50:50 +0000
  • 840ee839d0 Updated to IB3. Added Seperator to toolbar items. vspader 2008-01-24 23:25:01 +0000