- February, 2008 (5)
- March, 2008 (1)
- April, 2008 (7)
- May, 2008 (8)
- June, 2008 (13)
- July, 2008 (10)
- August, 2008 (6)
- September, 2008 (4)
- November, 2008 (9)
Apple has an interesting little utility which they provide with Xcode called FileMerge. I don't actually know if it merges files as the name implies, but I would assume so. I've been using it to see file diffs here on os x. It seems to be a quick and dirty app, but it's easy to use and works well (albeit without the visual pulchritude of your typical os x programs). So now you might be wondering (or if you're me reading this a few months from now, I might be wondering) why I was using this. Well. Amarok 2 (yes, that again) has recently, due to a number of breakthroughs gained the ability to play audio, and lo, video on os x; as long as the path to the file being played doesn't contain a space. After e-mailing the phonon-backend dudes, i got an informative e-mail from Richard @ Nokia/Trolltech (née Trolltech) informing me that the latest qt snapshot might have a fix for this. Thank you Richard! qt-copy is still @ 4.4.0 though which means those trying the KDE/Mac packages would miss this fix until qt-copy got synched to 4.4.2 (and who knows when that'll happen). Solution: patch! qt-copy has a directory for patches so I added one after hunting down the code necessary to fix the problem in one of the qt 4.4.2 snapshots. It's the snapshot from 2008-07-08 for those of you wondering. Now KDE/Mac packages should pick up the fix when the patch is applied. Just need to update the A2 on OS X wiki to inform those building from source that they'll need to run apply_patches in src and then we'll be "GOOD 2 GO!" as Elephant Man usually says. But back to FileMerge; so I used it to compare all the
Whodathunk? I'd started looking into fixing this bug right before I wrote the phonon-backend ML and I'm glad they already fixed this. If I had continued I'd still be pouring over the audio* or backend* files trying to figure out where it all went wrong. Maybe even media*. Would've never suspected the quicktimevideo.cpp file though. After all, I was getting the bug for audio too, the problem couldn't be in there ... I'm pretty happy with that. I'm still "new" to the whole "software design/programming" (as opposed to hacking) thing so I'm relatively confident I wouldn't have found and fixed the bug in a timely manner, if at all. Unless I really tried; which, I rarely do. I know, I suck, but my eyes start glossing over at around hour 3 with nothing still done :-/ |
|||
