Re: Compare photos



On To, 2006-05-25, 07:01, James Fitzsimons skrev:
> Hi all,
>
> On Fri, 2006-03-17 at 21:30 +0000, James Fitzsimons wrote:
>> On Wed, 2006-03-15 at 07:27 +1100, Bengt Thuree wrote:
>> > On Tue, 2006-03-14 at 19:05 +0000, James Fitzsimons wrote:
>> > > Something I find myself doing all the time is comparing two or more
>> very
>> > > similar photos. I think it would be great if there was some sort of
>> > > compare functionality in f-spot and have been thinking about having
>> a
>> > > crack at implementing something.
>> >
>> > Have a look at, and file possible comments/patches there
>> > http://bugzilla.gnome.org/show_bug.cgi?id=306958
>
> I have spent a while hacking at a compare view and have found myself a
> bit stuck. It probably was a bit of an ambitious place to start for a
> Gtk novice but hey!
:) Like your thinking :)

>
> I thought I'd just post the patch here and solicit comments. I'd
> appreciate any comments technical (I did mention I'm new to Gtk) and
> otherwise.
>
> I couldn't figure out how to get cvs diff to include my new
> CompareView.cs file into the patch so it is included separately. Also I
> couldn't figure out how to get the patch to include a change I made to
> the makefile so you will have to add the CompareView.cs file to the list
> of source files in the makefile to get this to build.

>From http://f-spot.org/How_To_Build

Generate a patch

cvs diff -u -p > MyF-Spot.diff

If you have added a new source file, the following command will add this
file to your patch.

diff -u -p /dev/null <NEW FILE> >> MyF-Spot.diff

You must also update the Makefile.am (which is used to create the other
makefiles. Do not forget to update the Changelog either.
/Bengt




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]