How to commit changes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How to commit changes

xanibas
Dear all,

I made a small change in the core ImageJ code to be able to deselect a PointRoi from the list of selected PointRois. I would like to submit the change so that it will be integrated in the next version but I'm not familiar with the procedure. Do I have to use the git repository?

Thanks for any info

S
Reply | Threaded
Open this post in threaded view
|

Re: How to commit changes

Stephan Saalfeld
Hi S,

you can send the patch to Wayne Rasband or post it here.  Alternatively,
you can push it to the mob branch of the ImageJA repository

ssh://[hidden email]/srv/git/imageja.git

On the other hand: deselecting PointRois works with ALT+left mouse, in
Gnome CTRL+ALT+left mouse.  Or what do you mean?

Best,
Stephan

On Tue, 2010-06-29 at 03:12 -0700, xanibas wrote:

> Dear all,
>
> I made a small change in the core ImageJ code to be able to deselect a
> PointRoi from the list of selected PointRois. I would like to submit the
> change so that it will be integrated in the next version but I'm not
> familiar with the procedure. Do I have to use the git repository?
>
> Thanks for any info
>
> S
Reply | Threaded
Open this post in threaded view
|

Re: How to commit changes

xanibas
Thank you very much Stephan, didn't know about the CTRL+ALT thing.... well will use the info for the next time than!

S
Reply | Threaded
Open this post in threaded view
|

Re: How to commit changes

Stephan Saalfeld
Hi S,

the CTRL+ALT is actually just a side-effect that makes ALT not being
catched by Gnome.  ImageJ only looks for ALT down but ignores CTRL, so
you can use CTRL+ALT on other platforms too (not that this makes any
sense ;)).

Best regards,
Stephan


On Tue, 2010-06-29 at 04:25 -0700, xanibas wrote:
> Thank you very much Stephan, didn't know about the CTRL+ALT thing.... well
> will use the info for the next time than!
>
> S