Awesome. Also, I think I actually prefer the horizontal scrollbar-free behavior. So hoorah!
201 2008-03-07 12:17:09
Re: Noticeable Glitch in Playlist Interface under 0.08 & 0.07 on Leopard (22 replies, posted in Bugs)
202 2008-03-07 05:30:36
Re: Cannot sort by Title column (1 replies, posted in Squashed Bugs)
This should be fixed as of r860, just a simple typo.
203 2008-03-06 06:43:48
Re: Noticeable Glitch in Playlist Interface under 0.08 & 0.07 on Leopard (22 replies, posted in Bugs)
I wonder if removing the horizontal scrollbar might cause issues with added columns becoming inaccessible.
I'll take another look tonight...
204 2008-03-06 06:41:51
Re: latest cog nightly (r706) does not display actual bitrate of tracks (14 replies, posted in Bugs)
The first bug is easily fixed.
For the second, if you have a VBR file with no LAME/XING tag, then the length is estimated. In order to get the accurate length for such a file, Cog must scan the entire file, which isn't very fast, so Cog takes a guess. It will play the correct length, however.
205 2008-03-05 15:45:27
Re: Noticeable Glitch in Playlist Interface under 0.08 & 0.07 on Leopard (22 replies, posted in Bugs)
Are you sure you are using r856? I had the problem also, but it's fixed with the new build. Anyone else having this problem still?
206 2008-03-05 10:47:36
Re: 0.08 Nightly (98 replies, posted in Development)
I perfectly understand what it is you want. It's not impossible. There just isn't a single other OS X app (that I know of) that does this.
207 2008-03-05 09:06:40
Re: 0.08 Nightly (98 replies, posted in Development)
I'm loathe to implement anything like that. The behaviour would be incredibly non-standard.
208 2008-03-05 08:56:43
Re: cmd-z works (1 replies, posted in Archives)
It's a new feature in the 0.08 nightlies
209 2008-03-05 06:58:34
Re: Noticeable Glitch in Playlist Interface under 0.08 & 0.07 on Leopard (22 replies, posted in Bugs)
I'm nearly certain that I fixed this last night. I'll take another look tonight. Try clearing your preferences again? Does resizing have any effect?
210 2008-03-05 06:49:27
Re: A "Delete Others" function (8 replies, posted in Features)
"Trim Playlist" sounds good.
211 2008-03-05 06:46:41
Re: Possible that when there are no tags in a file, "transparent" columns? (1 replies, posted in Features)
212 2008-03-05 06:42:37
Re: Increase/Decrease Font does not apply for all columns other than Title (2 replies, posted in Squashed Bugs)
I think matthewleon committed a fix for this in r858
213 2008-03-04 17:38:03
Re: Noticeable Glitch in Playlist Interface under 0.08 & 0.07 on Leopard (22 replies, posted in Bugs)
Alrighty, this should be fixed as of r855.
214 2008-03-04 17:37:38
Re: Can't add to playlist, if something is written in [search box] (8 replies, posted in Bugs)
Sorry! This should be taken care of now, using solution b.
215 2008-03-04 11:44:13
Re: Noticeable Glitch in Playlist Interface under 0.08 & 0.07 on Leopard (22 replies, posted in Bugs)
Very strange. I'll take a look tonight.
What about the 0.07 stable build? Does that have the same problem?
216 2008-03-04 05:26:55
Re: Audio Music, Hidden on playlist (1 replies, posted in Bugs)
Is there anything displayed? Are just the titles missing?
You can right click on the table header to select which columns show up.
217 2008-03-02 11:23:09
Re: New Apple Keyboard's Media Keys and Cog (18 replies, posted in General)
I don't know if this is a 10.5 thing, or if it's because I do not have the Logitech Control Center installed, but the keys work fine now with my "Logitech Internet Navigator" keyboard.
219 2008-02-28 07:03:39
Re: .shn question... (14 replies, posted in Help)
Shorten is not supported yet in the nightlies. The plugin needs to be updated to use the new protocol.
220 2008-02-28 07:02:47
Re: cog 0.08 nightly r651, timeline/timecode bugs / Volume BUGS / cuesheet (5 replies, posted in Bugs)
No, sorry, it's still broken.
222 2008-02-26 15:06:31
Re: Ability to edit ID3 tags (20 replies, posted in Features)
Nope, no updates.
224 2008-02-25 15:15:28
Re: Which changes can (theoretically) be easily backported for Tiger? (6 replies, posted in Development)
All of it can be backported, given enough time and effort...
Anything related to decoding/playback should be easily ported. I'm pretty sure that's all mostly compatible.
Regarding the UI, the only strictly 10.5 things I can think of are the toolbar (it uses a new way of making and populating the toolbar which I don't believe is compatible), and things that use NSPathControl (which is new in 10.5). There also may be methods that are now being used that are new in 10.5, but I haven't been paying attention so I'm not sure which ones those would be.
Also, there's been a gradual shift towards Objective-C 2.0. However, most Objective-C 2.0 things are just shorter/quicker ways of doing Objective-C 1.0 things. So patches will need some rewriting and won't be as simple as copy/paste, but it's possible.