Re: Quicktime Movie View error

2009-02-07 Thread elliott cable
I don't merge every 5 minutes, I commit every 5 minutes. One of the advantages of extremely granular commits is that I'm also pulling in other peoples' changes practically in realtime - and more importantly, I use git's feature branching. So I only have to do a merge every, hmm, half month to a mo

Re: Quicktime Movie View error

2009-02-07 Thread Graham Cox
On 7 Feb 2009, at 7:00 pm, elliott cable wrote: While the merging may be not perfect, it works 99% of the time - and that's more than enough. It works especially well if you commit as granularly as I do (one commit between every one and three minutes, no longer than 5 minutes - every single ch

Re: Quicktime Movie View error

2009-02-07 Thread elliott cable
Git works fine on binary files - I just don't want to mark them as binary, because I enjoy retaining my diffs and merging, however tenuous that power may be. While the merging may be not perfect, it works 99% of the time - and that's more than enough. It works especially well if you commit as gra

Re: Quicktime Movie View error

2009-02-06 Thread Kyle Sluder
On Fri, Feb 6, 2009 at 11:21 AM, elliott cable wrote: > It's actually a complex process. It requires that you manually manage > your XIB changes to some extent, in a painful way (I'm in the middle > of writing a tool to do all of that for me), and even then, there are > circumstances where such a

Re: Quicktime Movie View error

2009-02-06 Thread Jonathan Hess
On Feb 6, 2009, at 8:21 AM, elliott cable wrote: On Thu, Feb 5, 2009 at 11:02 PM, Kyle Sluder wrote: On Fri, Feb 6, 2009 at 1:05 AM, elliott cable wrote: today, and I'm running into the same problem. Does anybody know how I can fix it *without* switching away from XIBs? (I'm versioning

Re: Quicktime Movie View error

2009-02-06 Thread elliott cable
On Thu, Feb 5, 2009 at 11:02 PM, Kyle Sluder wrote: > On Fri, Feb 6, 2009 at 1:05 AM, elliott cable wrote: >> today, and I'm running into the same problem. Does anybody know how I >> can fix it *without* switching away from XIBs? (I'm versioning my >> stuff in git, I have to use XIBs to get mergi

Re: Quicktime Movie View error

2009-02-06 Thread Kyle Sluder
On Fri, Feb 6, 2009 at 1:05 AM, elliott cable wrote: > today, and I'm running into the same problem. Does anybody know how I > can fix it *without* switching away from XIBs? (I'm versioning my > stuff in git, I have to use XIBs to get merging functionality). How is Git able to merge changes to XI

Re: Quicktime Movie View error

2009-02-06 Thread Joey Hagedorn
On Feb 5, 2009, at 10:05 PM, elliott cable wrote: On Tue Nov 11 05:09:44 2008, Joey Hagedorn wrote: On Nov 10, 2008, at 3:01 PM, Christopher Kempke wrote: I'm trying to create a very, very simple QuickTime viewer in Cocoa. I create a new Application, add QTKit and Quicktime frameworks, and d

Re: Quicktime Movie View error

2009-02-05 Thread elliott cable
> On Tue Nov 11 05:09:44 2008, Joey Hagedorn wrote: > > On Nov 10, 2008, at 3:01 PM, Christopher Kempke wrote: > > I'm trying to create a very, very simple QuickTime viewer in Cocoa. > > > > I create a new Application, add QTKit and Quicktime frameworks, and > > drag a QuickTime Movie View into the

Re: Quicktime Movie View error

2008-11-10 Thread Joey Hagedorn
On Nov 10, 2008, at 3:01 PM, Christopher Kempke wrote: I'm trying to create a very, very simple QuickTime viewer in Cocoa. I create a new Application, add QTKit and Quicktime frameworks, and drag a QuickTime Movie View into the main window.All is well if I run now (although the movie vie

Quicktime Movie View error

2008-11-10 Thread Christopher Kempke
I'm trying to create a very, very simple QuickTime viewer in Cocoa. I create a new Application, add QTKit and Quicktime frameworks, and drag a QuickTime Movie View into the main window.All is well if I run now (although the movie view is blank). Going back into Interface Builder, I sele