On 1/17/07, Steve Borho <steve borho.org> wrote:
> On Wednesday 17 January 2007 08:33, you wrote:
> > On 1/16/07, Steve Borho <steve borho.org> wrote:
> > > On Tuesday 16 January 2007 14:20, Steve Borho
wrote:
> > > > What I'm considering w.r.t. meld is to
offer a side-by-side diff of the
> > > > current working directory file against
it's parent revision (hg cat).
> > > > The user can then move some diffs out of
the working copy and into the
> > > > cached parent version in order to prune
down the changes to just those
> > > > you want to commit (meld offers much
finer control than just selecting
> > > > hunks). This way qct can still commit
the working copy of the files
> > > > you have selected in the file list and
doesn't have to muck about with
> > > > patch files.
> > > >
> > > > After the commit, qct will copy back
your initial working copy thus
> > > > auto-magically giving you back your
remaining changes.
> > >
> > > This is now on the tip: http://hg.borho.org/qct
> >
> > OT: is qct written with Qt4?
>
> Yes, and PyQt4
>
> > Does is work with Qt3?
>
> Unfortunately, no. I made an attempt at back-porting
it a few weeks ago, but
> didn't make it too far. It would take a substantial
re-write to get it to
> run on Qt3 (for instance the checked file list would
have to be
> re-implemented by hand).
So I will need to upgrade to Qt4, which will break other
apps built around Qt3?
|