Awesome. Also, I think I actually prefer the horizontal scrollbar-free behavior. So hoorah!

202

(1 replies, posted in Squashed Bugs)

This should be fixed as of r860, just a simple typo.

I wonder if removing the horizontal scrollbar might cause issues with added columns becoming inaccessible.

I'll take another look tonight...

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.

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

(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

(98 replies, posted in Development)

I'm loathe to implement anything like that. The behaviour would be incredibly non-standard.

208

(1 replies, posted in Archives)

It's a new feature in the 0.08 nightlies smile

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

(8 replies, posted in Features)

"Trim Playlist" sounds good.

I think matthewleon committed a fix for this in r858

Alrighty, this should be fixed as of r855.

Sorry! This should be taken care of now, using solution b. smile

Very strange. I'll take a look tonight.

What about the 0.07 stable build? Does that have the same problem?

216

(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

(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.

218

(14 replies, posted in Help)

219

(14 replies, posted in Help)

Shorten is not supported yet in the nightlies. The plugin needs to be updated to use the new protocol.

No, sorry, it's still broken.

221

(108 replies, posted in Development)

222

(20 replies, posted in Features)

Nope, no updates.

223

(9 replies, posted in General)

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.