Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-25 Thread Stefan Steiniger
thoughts and hands-on all always welcome :)


Am 21.02.12 08:01, schrieb Benjamin Gudehus:
 2012/2/18 Michaël Michaud michael.mich...@free.fr
 mailto:michael.mich...@free.fr

 In the future, I would like to be able to customize the toolbar,
 because I like softwares which
 start with only few menus and few buttons, then add what I really
 need. But we can see that later
 (I should write a feature request)


 Hi Michaël!

 Interesting. For the testing framework I wrote a class to parse the menu
 items into a tree data structure,
 to be able to test the existence of menuitems easily, without using
 JMenu and co directly. I'm not
 finished with this, so I didn't check any source code for this in. I
 also had some thoughts on
 FeatureInstaller to be able to customize the menu structure. I think we
 should not manipulate JMenuBar
 directly, but the tree structure.

 So we could put the tasks Customization of MenuBar and Customization
 of ToolBar into
 the roadmap.

 I will document my thoughts on the FeatureInstaller (and
 MultiInputDialog) as soon as I will
 find the time.

 Greetings
 Benjamin



 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d



 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-21 Thread Larry Becker
I agree that there is no need to ask my consent each time you want to
incorporate a feature from SkyJUMP.  I do like to point out any potential
problems you might have, so coordination is still helpful.  There should be
no real issues with porting the Colourization plugin (or whatever we are
going to call it).  It does require a modification to styles and adds an
RGB attribute when invoked, so it does have some risk of side effects.  It
currently only supports fill color so it can't be used with linestrings,
although extending support for line colour would be fairly trivial.

regards,

Larry

On Sun, Feb 19, 2012 at 6:28 AM, edgar.sol...@web.de wrote:

 On 18.02.2012 17:53, Michaël Michaud wrote:
  I can do this integration in the next days, before doing it I wonder if
 Larry Backer agrees, since ISA team made this plugin.
  I've get an answer a few months ago, where he told me he was generally
 happy when a plugin was ported
  from SkyJUMP to OpenJUMP. But I think he's still monitoring the forum,
 and maybe he'll confirm that.

 i wouldn't wait, because in the past Larry always supported backports and
 from a legal standpoint it is a act of courtesy anyway as these plugins
 were released under GPL2 with all the rights that come with it. of course i
 am thankful to the isa team for their contributions.

 ..ede


 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-21 Thread Benjamin Gudehus
2012/2/18 Michaël Michaud michael.mich...@free.fr

 In the future, I would like to be able to customize the toolbar, because I
 like softwares which
 start with only few menus and few buttons, then add what I really need.
 But we can see that later
 (I should write a feature request)


Hi Michaël!

Interesting. For the testing framework I wrote a class to parse the menu
items into a tree data structure,
to be able to test the existence of menuitems easily, without using JMenu
and co directly. I'm not
finished with this, so I didn't check any source code for this in. I also
had some thoughts on
FeatureInstaller to be able to customize the menu structure. I think we
should not manipulate JMenuBar
directly, but the tree structure.

So we could put the tasks Customization of MenuBar and Customization of
ToolBar into
the roadmap.

I will document my thoughts on the FeatureInstaller (and MultiInputDialog)
as soon as I will
find the time.

Greetings
Benjamin
--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-19 Thread edgar . soldin
On 18.02.2012 17:53, Michaël Michaud wrote:
 I can do this integration in the next days, before doing it I wonder if 
 Larry Backer agrees, since ISA team made this plugin.
 I've get an answer a few months ago, where he told me he was generally happy 
 when a plugin was ported
 from SkyJUMP to OpenJUMP. But I think he's still monitoring the forum, and 
 maybe he'll confirm that.

i wouldn't wait, because in the past Larry always supported backports and from 
a legal standpoint it is a act of courtesy anyway as these plugins were 
released under GPL2 with all the rights that come with it. of course i am 
thankful to the isa team for their contributions.

..ede

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-18 Thread Giuseppe Aruta
Hi Michael,


* SkyJUMP pick Color integration (Peppe)
on 
https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

I can do this integration in the next days, before doing it I wonder if Larry 
Backer agrees, since ISA team made this plugin.

regards

Giuseppe
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-18 Thread Michaël Michaud

Hi Giuseppe,


* SkyJUMP pick Color integration (Peppe) on 
https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

Thanks to take that,
In the future, I would like to be able to customize the toolbar, because 
I like softwares which
start with only few menus and few buttons, then add what I really need. 
But we can see that later

(I should write a feature request)

I can do this integration in the next days, before doing it I wonder 
if Larry Backer agrees, since ISA team made this plugin.
I've get an answer a few months ago, where he told me he was generally 
happy when a plugin was ported
from SkyJUMP to OpenJUMP. But I think he's still monitoring the forum, 
and maybe he'll confirm that.


Michaël


regards

Giuseppe


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-15 Thread edgar . soldin
On 14.02.2012 22:01, Michaël Michaud wrote:
 Here is a suggestion on improving javadoc and unit testing for the
  1.6.0 release: We pick a package or two and work together on the
  javadoc and unit testing over a weekend code sprint.
 I've never done that before and I tend to do things slowly but 
 continuously,
 but maybe a code spring is good for motivation ...
 
 Will you propose a date and an irc channel to discuss technical stuff during
 the code sprint ? May be a list of small tasks to achieve would help 
 (javadoc on a
 particular package, wiki documentation of an api, bug fix, new icons, 
 unit test
 on a particular plugin...).

yeah landon, any suggestions? i'd rather code than document, especially because 
i am no gis heavy-weight. so i'll probably look through our open bugs/featreqs 
and pick something or come up with something by myself.

an irc channel would be nice, but can be setup at anytime anyway.

..ede

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-15 Thread Landon Blake
Let me think about it this morning and I will get back to the list
with a suggestion.

Stefan: Why are you moving to Chile? Is this a career move, or are you
looking for a warmer climate? Please accept my best wishes for a move
to the southern hemisphere.

Landon

On Wed, Feb 15, 2012 at 2:20 AM,  edgar.sol...@web.de wrote:
 On 14.02.2012 22:01, Michaël Michaud wrote:
 Here is a suggestion on improving javadoc and unit testing for the
  1.6.0 release: We pick a package or two and work together on the
  javadoc and unit testing over a weekend code sprint.
 I've never done that before and I tend to do things slowly but
 continuously,
 but maybe a code spring is good for motivation ...

 Will you propose a date and an irc channel to discuss technical stuff during
 the code sprint ? May be a list of small tasks to achieve would help
 (javadoc on a
 particular package, wiki documentation of an api, bug fix, new icons,
 unit test
 on a particular plugin...).

 yeah landon, any suggestions? i'd rather code than document, especially 
 because i am no gis heavy-weight. so i'll probably look through our open 
 bugs/featreqs and pick something or come up with something by myself.

 an irc channel would be nice, but can be setup at anytime anyway.

 ..ede

 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-14 Thread Michaël Michaud
Hi,
 Here is a suggestion on improving javadoc and unit testing for the
 1.6.0 release: We pick a package or two and work together on the
 javadoc and unit testing over a weekend code sprint.
I've never done that before and I tend to do things slowly but 
continuously,
but maybe a code spring is good for motivation ...

Will you propose a date and an irc channel to discuss technical stuff during
the code sprint ? May be a list of small tasks to achieve would help 
(javadoc on a
particular package, wiki documentation of an api, bug fix, new icons, 
unit test
on a particular plugin...).

Michaël


 Landon

 2012/2/11 Michaël Michaudmichael.mich...@free.fr:
 Hi,

 I updated OpenJUMP roadmap wiki page :
 https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

 I tried to separate 1.5.2 and 1.6.0 goals

 I wrote the name of developpers which will most likely manage a task
 where possible, but feel free to remove or add your name.

 Any addition/removal of a task can be discussed on the list.
 Maybe tasks should only be reported in bug report / feature requests
 trackers
 and roadmap should only have links to them. What do you think ?

 Michaël

 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-14 Thread Stefan Steiniger
Hei all,

mhm.. not sure what is actually meant by Javadoc?
but with respect to doc. I may have mentioned it before. I installed 
ELML and it works nicely, excpet that I can't get to run firedocs on my 
Mac (only on windows). And this is essential for WYSIWYG editing for 
porting the current tutorial and improving the doc (functionality list). 
Otherwise we are left with xml editing, which isn't soo nice. Maybe... I 
need to go through the list of tools Michael did send recently.

Anyway - I am out of any activity weekend from now on as I am gonna move 
to Chile in about 4 weeks.. and then we will see. That's my news.

cheers
Stefan

Am 14.02.12 07:38, schrieb Landon Blake:
 I put my self down for the zip file fix and for work on the Join Text
 Table plug-in error messages.

 I also confirmed I will work on a GPX plug-in fix.

 Here is a suggestion on improving javadoc and unit testing for the
 1.6.0 release: We pick a package or two and work together on the
 javadoc and unit testing over a weekend code sprint.

 Landon

 2012/2/11 Michaël Michaudmichael.mich...@free.fr:
 Hi,

 I updated OpenJUMP roadmap wiki page :
 https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

 I tried to separate 1.5.2 and 1.6.0 goals

 I wrote the name of developpers which will most likely manage a task
 where possible, but feel free to remove or add your name.

 Any addition/removal of a task can be discussed on the list.
 Maybe tasks should only be reported in bug report / feature requests
 trackers
 and roadmap should only have links to them. What do you think ?

 Michaël

 --
 Virtualization  Cloud Management Using Capacity Planning
 Cloud computing makes use of virtualization - but cloud computing
 also focuses on allowing computing to be delivered as a service.
 http://www.accelacomm.com/jaw/sfnl/114/51521223/
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

 --
 Keep Your Developer Skills Current with LearnDevNow!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-d2d
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-13 Thread edgar . soldin
On 11.02.2012 16:38, Giuseppe Aruta wrote:
 Ede, maybe the 1.5 branch needs to be synchronized with r1730 before new 
 commits are made in the trunk.
 Ede, do we need to synchronize 1.5 with the trunk now or can we synchronize 
 at any time with any release?

i am not sure about that. never used branches with svn before. but quite 
clearly as soon as we add unstable code to trunk we cannot automagically merge 
both trees anymore.
we will have to manually add bugfixes to both branches at all time then. that's 
why i am sceptical about svn branches, but let's give it a try. found an 
encouraging article here:
http://www.dehora.net/journal/2006/02/subversion_tips_dealing_with_branches.html

..ede

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-13 Thread Benjamin Gudehus
If only branches was easy like in Git. git rebase for the win.

2012/2/13 edgar.sol...@web.de

 On 11.02.2012 16:38, Giuseppe Aruta wrote:
  Ede, maybe the 1.5 branch needs to be synchronized with r1730 before new
 commits are made in the trunk.
  Ede, do we need to synchronize 1.5 with the trunk now or can we
 synchronize at any time with any release?

 i am not sure about that. never used branches with svn before. but quite
 clearly as soon as we add unstable code to trunk we cannot automagically
 merge both trees anymore.
 we will have to manually add bugfixes to both branches at all time then.
 that's why i am sceptical about svn branches, but let's give it a try.
 found an encouraging article here:

 http://www.dehora.net/journal/2006/02/subversion_tips_dealing_with_branches.html

 ..ede


 --
 Try before you buy = See our experts in action!
 The most comprehensive online learning library for Microsoft developers
 is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
 Metro Style Apps, more. Free future releases when you subscribe now!
 http://p.sf.net/sfu/learndevnow-dev2
 ___
 Jump-pilot-devel mailing list
 Jump-pilot-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Giuseppe Aruta
Hi Miochael,

I added two more projects on OpenJUMP 1.6 which I already tested and partially 
work:
a) Improve display metrics on the Info Bar

b) Add a new Scale panel on the Info Bar
regards

Peppe




 Da: Michaël Michaud michael.mich...@free.fr
A: OpenJump develop and use jump-pilot-devel@lists.sourceforge.net 
Inviato: Sabato 11 Febbraio 2012 11:46
Oggetto: [JPP-Devel] OpenJUMP roadmap updates
 
Hi,

I updated OpenJUMP roadmap wiki page :
https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

I tried to separate 1.5.2 and 1.6.0 goals

I wrote the name of developpers which will most likely manage a task
where possible, but feel free to remove or add your name.

Any addition/removal of a task can be discussed on the list.
Maybe tasks should only be reported in bug report / feature requests 
trackers
and roadmap should only have links to them. What do you think ?

Michaël

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Michaël Michaud

Hi

Any addition/removal of a task can be discussed on the list.

sorry Michael, I misunderstood this part of the mail.
I am going to remove my addictions and ask to open a discussion
No problem, maybe you missed it because I even do not apply the rule to 
myself ;-(


Anyway, I think that adding new features and implementing it is 
generally not a problem.
But annoucing it and giving opportunity for discussion may improve 
development consistency.


By the way, you already described these features and my vote is +1

Michaël


Peppe



--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Michaël Michaud

Hi Giuseppe,

If you commit your code to the trunk, it will go to 1.6.0
Thanks to Ede, 1.5 already has its own branch which will be reserved to 
bug fixes, language files and so.


Ede, maybe the 1.5 branch needs to be synchronized with r1730 before new 
commits are made in the trunk.
Ede, do we need to synchronize 1.5 with the trunk now or can we 
synchronize at any time with any release?


Peppe, i'll have a look at your TEST version

Michaël


I did some tests today.
These are the modifications I can add to OpenJUMP 1.5.2:

a)  Scale panel on Info bar. I did some tests and It actually works 
quite well with all AbstractCursorTools. A small modification on this 
file allows to change scale even while drawing and using left clicks 
zoom tools.
b) To help users on navigation I would add ZoomToScale plugin to left 
click context sub menu. So we have a zoom center, zoom in, zoom out 
and zoom to scale plugins on a good position for people (like me) who 
have problem to use keyboard shortcuts. The effects are more evident 
while drawing and using left click context menu
c) an modification of CoordinateListMetrics which shows 
lenght/angle/aread while drawing/measuring, on Info panel. This first 
improvement will show a code like this:


Angle: 131.79° - Azimuth: N204.53° - Length: 238.11m (26.96m) - Area: 
8497.08m²


Angle is the one between the two last drawn segments, Azimuth is 
connected to the last segment, Length shows the total length (last 
drawn segment length) and Area. Azimuth is calculated only for UTM or 
similar projection (basically it calculate the north as the top part 
of the screen)


For OpenJUMP 1.6
I want to improve point c) with an option panel to choose a map 
unit/measure unit (meter, foot, mile) and to have an Azimuth 
calculated also for polar projections.
So, in the case above but the map unit is in meter and user wants to 
calculate in feet,  it might look like
[m-ft]  Angle: 131.79° - Azimuth: N204.53° - Distance: 781.20ft 
(88.45ft) - Area: 91462.57ft²


Before to add these modifications I like to have the opinion of list

regards

Giuseppe


*Da:* Giuseppe Aruta giuseppe_ar...@yahoo.it
*A:* OpenJump develop and use jump-pilot-devel@lists.sourceforge.net
*Inviato:* Sabato 11 Febbraio 2012 13:33
*Oggetto:* Re: [JPP-Devel] OpenJUMP roadmap updates

Hi Michael,

I have already made a test version of OpenJUMP with these two 
improvements (metrics and scale displayed on info panel):

https://sourceforge.net/projects/opensit/files/Openjump/TEST/

peppe


*Da:* Michaël Michaud michael.mich...@free.fr
*A:* OpenJump develop and use jump-pilot-devel@lists.sourceforge.net
*Inviato:* Sabato 11 Febbraio 2012 11:46
*Oggetto:* [JPP-Devel] OpenJUMP roadmap updates

Hi,

I updated OpenJUMP roadmap wiki page :
https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

I tried to separate 1.5.2 and 1.6.0 goals

I wrote the name of developpers which will most likely manage a task
where possible, but feel free to remove or add your name.

Any addition/removal of a task can be discussed on the list.
Maybe tasks should only be reported in bug report / feature requests
trackers
and roadmap should only have links to them. What do you think ?

Michaël

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net 
mailto:Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net 
mailto:Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Giuseppe Aruta
OK for 1.6




 Da: Michaël Michaud michael.mich...@free.fr
A: jump-pilot-devel@lists.sourceforge.net 
Inviato: Sabato 11 Febbraio 2012 16:02
Oggetto: Re: [JPP-Devel] OpenJUMP roadmap updates
 

Hi Giuseppe,

If you commit your code to the trunk, it will go to 1.6.0
Thanks to Ede, 1.5 already has its own branch which will be reserved
to bug fixes, language files and so.

Ede, maybe the 1.5 branch needs to be synchronized with r1730 before
new commits are made in the trunk.
Ede, do we need to synchronize 1.5 with the trunk now or can we
synchronize at any time with any release?

Peppe, i'll have a look at your TEST version

Michaël
 

I did some tests today.These are the modifications I can add to OpenJUMP 1.5.2:
 


a)  Scale panel on Info bar. I did some tests and It actually works quite well 
with all AbstractCursorTools. A small modification on this file allows to 
change scale even while drawing and using left clicks zoom tools.
b) To help users on navigation I would add ZoomToScale plugin to left click 
context sub menu. So we have a zoom center, zoom in, zoom out and zoom to 
scale plugins on a good position for people (like me) who have problem to use 
keyboard shortcuts. The effects are more evident while drawing and using left 
click context menu
c) an modification of CoordinateListMetrics which shows lenght/angle/aread 
while drawing/measuring, on Info panel. This first improvement will show a 
code like this: 


Angle: 131.79° - Azimuth: N204.53° - Length: 238.11m (26.96m) - Area: 
8497.08m² 


Angle is the one between the two last drawn segments, Azimuth is connected to 
the last segment, Length shows the total length (last drawn segment length) 
and Area. Azimuth is calculated only for UTM or similar projection (basically 
it calculate the north as the top part of the screen)


For OpenJUMP 1.6 

I want to improve point c) with an option panel to choose a map unit/measure 
unit (meter, foot, mile) and to have an Azimuth calculated also for polar 
projections.
So, in the case above but the map unit is in meter and user wants to calculate 
in feet,  it might look like 

[m-ft]  Angle: 131.79° - Azimuth: N204.53° - Distance: 781.20ft (88.45ft) - 
Area: 91462.57ft²



Before to add these modifications I like to have the opinion of list


regards


Giuseppe 





 Da: Giuseppe Aruta giuseppe_ar...@yahoo.it
A: OpenJump develop and use jump-pilot-devel@lists.sourceforge.net 
Inviato: Sabato 11 Febbraio 2012 13:33
Oggetto: Re: [JPP-Devel] OpenJUMP roadmap updates
 

Hi Michael,


I have already made a test version of OpenJUMP with these two improvements 
(metrics and scale displayed on info panel):
https://sourceforge.net/projects/opensit/files/Openjump/TEST/


peppe




 Da: Michaël Michaud michael.mich...@free.fr
A: OpenJump develop and use jump-pilot-devel@lists.sourceforge.net 
Inviato: Sabato 11 Febbraio 2012 11:46
Oggetto: [JPP-Devel] OpenJUMP roadmap updates
 
Hi,

I updated OpenJUMP roadmap wiki page :
https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

I tried to separate 1.5.2 and 1.6.0 goals

I wrote the name of developpers which will most
  likely manage a task
where possible, but feel free to remove or add
  your name.

Any addition/removal of a task can be discussed on
  the list.
Maybe tasks should only be reported in bug report
  / feature requests 
trackers
and roadmap should only have links to them. What
  do you think ?

Michaël

--
Virtualization  Cloud Management Using
  Capacity Planning
Cloud computing makes use of virtualization - but
  cloud computing 
also focuses on allowing computing to be delivered
  as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel



--
Virtualization  Cloud Management Using Capacity
Planning
Cloud computing makes use of virtualization - but cloud
computing 
also focuses on allowing computing to be delivered as a
service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel





--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing

Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Michaël Michaud

Hi,
I have already made a test version of OpenJUMP with these two 
improvements (metrics and scale displayed on info panel):

https://sourceforge.net/projects/opensit/files/Openjump/TEST/


Had a quick look. The plugin does what you described ;-)

My feeling is that status bar is becoming overloaded.
The drawback is that some informations are partly hidden if you've not a 
super-wide screen,
and it's difficult to resize elements and make sure you see 100% of 
information you're interested in.


Suggestions to be more concise :
choose between angle and azimuth (it is the same information and you 
don't need both, so that it maybe a user preference).
switch automatically between azimuth and surface depending on the 
geometry type.
use abreviations (this is the responsability of each translator, and I 
think I'll experiment this for french)


Information is cleaned when the feature is validated by a double-click 
(not if it is validated by clicking on editing toolbox icon) so that you 
cannot copy/paste measures.


Another idea would be to have a user-defined information just beside the 
mouse (like a moving tooltip).

A menu would make it possible to display either one of
- coordinates
- pixel value / altitude taken from a raster layer
- azimuth
- angle
- length (+ total)
- area

just a thought, as I don't use edition tools myself.

Michaël




peppe


*Da:* Michaël Michaud michael.mich...@free.fr
*A:* OpenJump develop and use jump-pilot-devel@lists.sourceforge.net
*Inviato:* Sabato 11 Febbraio 2012 11:46
*Oggetto:* [JPP-Devel] OpenJUMP roadmap updates

Hi,

I updated OpenJUMP roadmap wiki page :
https://sourceforge.net/apps/mediawiki/jump-pilot/index.php?title=OpenJUMP_Roadmap

I tried to separate 1.5.2 and 1.6.0 goals

I wrote the name of developpers which will most likely manage a task
where possible, but feel free to remove or add your name.

Any addition/removal of a task can be discussed on the list.
Maybe tasks should only be reported in bug report / feature requests
trackers
and roadmap should only have links to them. What do you think ?

Michaël

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net 
mailto:Jump-pilot-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] OpenJUMP roadmap updates

2012-02-11 Thread Rahkonen Jukka


Michaël Michaud wrote:

 Another idea would be to have a user-defined information just beside the 
 mouse (like a moving tooltip).
 A menu would make it possible to display either one of
 - coordinates
 - pixel value / altitude taken from a raster layer
 - azimuth
 - angle
  - length (+ total)
 - area

 just a thought, as I don't use edition tools myself.

Such tooltip is pretty handy when digitising because user does not need to move 
eyes from the working area into status bar. However, the box is also covering 
the map and therefore it should be located some short distance apart from the 
tooltip and the size of the box should be as small as possible for showing the 
necessary information. Box usually does not need to show all available decimals 
and angles should not be shown if user wants to see jus X and Y. We used to 
have such a tooltip in one application and it was tailored for a certain 
purpose but a general tooltip tool might have selections for

- check boxes for the measures to be shown
- count of decimal places (and areas must be rounded, not truncated then!)
- if units and names of the measures are shown or not;
- perhaps setting for the transparency of the tooltip info box background

-Jukka Rahkonen-





--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel