Commit Graph

975 Commits (1be4894b25f468399abe1b65e07a392bd721036b)

Author SHA1 Message Date
vspader b795030bde Merged in changes. 2009-06-28 10:52:58 -07:00
vspader 170c8cb2f3 Fixed bug where audio device was set after the format. 2009-06-28 10:51:30 -07:00
vspader a0778d5c4f Fixed up last.fm scrobbling. 2009-03-27 20:00:45 -07:00
vspader 7e3f257090 Fix shuffle. 2009-03-24 20:12:52 -07:00
vspader 81bd339bca Added minimum system version. 2009-03-21 09:54:55 -07:00
vspader 5422a1cddd Assume / for path if none is present in a url. 2009-03-13 23:33:11 -07:00
vspader 26d44d6f37 Fix Growl so it only shows up on non-error tracks and display album art in the notification. 2009-03-11 20:26:29 -07:00
vspader 16625112af Fix bug when loading saved orientation. 2009-03-11 20:26:02 -07:00
vspader 0d1398e0fb Added ToolTipTextField class, whos tooltip is the same as the text displayed, but untruncated. 2009-03-09 21:59:27 -07:00
vspader 9a59a03d3b Added blank zero formatter to year.
Added tooltips to info fields.
2009-03-09 21:59:00 -07:00
vspader c6adec506b Fixed info inspector resizability and such. 2009-03-09 21:44:53 -07:00
vspader 7819210b96 Added interface for shuffle albums mode. 2009-03-09 21:04:46 -07:00
vspader 30f6ac7e70 Fixed compilation error. 2009-03-08 22:12:44 -07:00
vspader 290aba1af4 More memory leak fixes in cue sheets. 2009-03-08 13:19:25 -07:00
vspader 28c77f0814 Fixed memory leak in cue sheets. 2009-03-08 13:17:45 -07:00
vspader 7491fd3bf0 Support for album art metadata. 2009-03-08 13:04:09 -07:00
vspader bd523075a4 Some small info inspector tweaks. 2009-03-07 20:44:39 -08:00
vspader ebc58a996e Merged pbx changes. 2009-03-07 18:40:09 -08:00
vspader 4bed0971b3 Forgot to add/remove files for Preferences. 2009-03-07 18:38:25 -08:00
Vurlix d248b28c17 remove user-specific project settings for Preferences/General; ignore such files from now on 2009-03-07 21:32:51 -05:00
vspader 2062f3e2d1 Added trimming to the inspector fields. 2009-03-07 17:54:42 -08:00
vspader 38a98a1a8e Reworked and reorganized the preference panes. 2009-03-07 17:49:50 -08:00
vspader 620c03b5eb Removed unused update window. 2009-03-07 15:11:48 -08:00
vspader 6bf90d29f4 Removed unused Update Window from xib. 2009-03-07 15:11:39 -08:00
vspader 9e61f300ef Fixed up Feedback class. Moved it into its own xib. 2009-03-07 15:08:43 -08:00
vspader 9da889630d Fixed file tree colors so they are the same when not activated. 2009-03-07 14:44:04 -08:00
vspader 53a43e5e20 Fixed info button and file tree buttons. 2009-03-07 14:40:22 -08:00
vspader 4a8e59c91e Fixed initial sideview defaults. 2009-03-07 14:35:39 -08:00
vspader 4c7ee96f76 Added Info Inspector.
Moved Formatters into their own folder.
2009-03-07 14:31:57 -08:00
vspader a1a50b6f8b Moved Spotlight panel into English.lproj. 2009-03-07 13:38:25 -08:00
vspader b79346e3b1 Fixed up file tree. 2009-03-07 13:31:44 -08:00
vspader 404e309160 Fixed shuffle in the menu. 2009-03-07 12:02:22 -08:00
vspader d2235536c5 Fixed nil sent to NSAttributedString. 2009-03-07 11:52:42 -08:00
vspader 515be1f20e Fixed xib so position slider bindings are correct. 2009-03-07 11:49:04 -08:00
vspader 98b5d78425 Removed useless setContentBorderThickness call from the mini window because it messed with dragging the window. 2009-03-07 02:41:06 -08:00
vspader f363423323 Fixed off by one error. 2009-03-07 02:20:30 -08:00
vspader d391d8c616 Added a couple of explanatory comments. 2009-03-07 02:11:33 -08:00
vspader 54c0d3b38d Moved HTTPSource back to plain ol' objc. 2009-03-07 02:09:04 -08:00
vspader 93fb841f60 Removed JNetLib. 2009-03-07 02:07:31 -08:00
vspader d468f240e7 Tweaked the HTTP Connection class so it uses ASCII encoding. 2009-03-07 02:06:09 -08:00
vspader a19e3f3b8c Removed JNetLib reference. 2009-03-07 01:25:38 -08:00
vspader 870620c2b8 Brought back custom socket class. Added HTTPConnection class to handle blocking HTTP connections. 2009-03-07 01:25:13 -08:00
vspader bf7b2c0a2b Added timeout and chillout logic to the HTTP source so it doesn't freak out when there's no data available. 2009-03-06 21:58:50 -08:00
vspader 2b55b8978b Reverted boneheaded change. 2009-03-06 21:40:58 -08:00
vspader 4eee66d16a Fixed bug where connection errors caused 100% cpu. 2009-03-06 20:39:33 -08:00
vspader 7cbebef352 Fixed up metadata loading so metadata isn't always read when you play. 2009-03-05 20:46:42 -08:00
vspader d6a0b0670e Playback events for last.fm and growl are now done in the background via an operation queue. Removed hack to load metadata for autoplay. Now metadata is reloaded for each file you play. 2009-03-05 20:37:44 -08:00
vspader e2d590c167 Added PlaybackEventController. 2009-03-05 09:04:16 -08:00
vspader 4bd8f6142c Moved growl/scrobbler notifications into PlaybackEventController. 2009-03-05 09:03:30 -08:00
vspader a48b1242df Formatting changes. 2009-03-05 08:09:29 -08:00