Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz
Hi Landon, yes the isRightMouseButtonUsed() is a method which is defined by the CursorTool interface. Why do you ask? Matthias > Matthias, > > Thanks for making the change. Are you talking about modifications to a > method in the CursorTool class? Let me know and I will take a quick > peek at th

Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz
Hi Giuseppe, I working on a zoom/pan tool with a different wheel mode. If you turn the wheel, you get a rectangle as mousepointer. This rectangle is the new zoomed view. Also known as "area of interest". The advantage is, that you can exactly choose a new zoomed area. Matthias > Hi Matthias, >

Re: [JPP-Devel] Feature Info Tool and Layer Attributes Statistics

2012-01-01 Thread Matthias Scholz
Hi, here are my notes to the changes. From usability site it's bad that one function is available more than once. The problem is that the GUI will be more and more bloated. We should exactly consider where the best place for the every tool is. Most users are confused, if one function is reach

Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Giuseppe Aruta
Hi Matthias, One of the problem with Ubuntu is that some OS keyboard shortcuts interfere with OJ keyboard shortcuts. The main one is shift+alt+drag (drag window under Ubuntu and pan under OJ). It is of coarse possible to deactivate Ubuntu keyboard one, but this is more that I can ask to my stude

Re: [JPP-Devel] Feature Info Tool and Layer Attributes Statistics

2012-01-01 Thread Giuseppe Aruta
Hi all, I removed from Attribute panel toolbar Savedatasets, Undu, Redo and Layer Statistics plugins (that I added before Christmas) The time limit to January 7th is almost close ( to add OJ to OSGeo-Live 5.5) and Ede and Michael solved many important bugs. Regards and happy new 2012 Peppe

[JPP-Devel] happy new year

2012-01-01 Thread Stefan Steiniger
Hei All, as peppe said: > Regards and happy new 2012 happy new year to all! stefan -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, se

Re: [JPP-Devel] LeftClickFilter isRightMouseButtonUsed()

2012-01-01 Thread Matthias Scholz
Hi Peppe! Hi Matthias, One of the problem with Ubuntu is that some OS keyboard shortcuts interfere with OJ keyboard shortcuts. The main one is shift+alt+drag (drag window under Ubuntu and pan under OJ). Oh yes I use Ubuntu too and have the same Problems. It is of coarse possible to deactivate

[JPP-Devel] fill polygon tool

2012-01-01 Thread Stefan Steiniger
Hi Michael, did you forgot to commit the PlugIn class? wanted to test the plugin cheers, stefan -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver

Re: [JPP-Devel] fill polygon tool

2012-01-01 Thread Michaël Michaud
Le 01/01/2012 18:53, Stefan Steiniger a écrit : > Hi Michael, > > did you forgot to commit the PlugIn class? Right, I was so happy because I did not forgot to commit the image this time ;-) That is repared, Happy new year and long life to OpenJUMP ! Michaël > > wanted to test the plugin > cheer

Re: [JPP-Devel] bug tracker comment sending to devel list (2)

2012-01-01 Thread Michaël Michaud
Hi Ede, > no.. until now you were _only_ notified if you have created or commented on a > tracker artifact You must be right, I did not really test. Just noticed I have been notified of a "new" feature request from anonymous user. Michaël > Ede was playing around with the options and tested if c

Re: [JPP-Devel] bug tracker comment sending to devel list (2)

2012-01-01 Thread edgar . soldin
On 01.01.2012 20:02, Michaël Michaud wrote: > Hi Ede, >> no.. until now you were _only_ notified if you have created or commented on >> a tracker artifact > You must be right, I did not really test. Just noticed I have been > notified of a "new" feature request from anonymous user. > let's wait

[JPP-Devel] oj 1.5 for osgeo

2012-01-01 Thread edgar . soldin
i think we are on the right track to fix up a oj 1.5 release for the 7th of january. michael & all: what do you think? if there is anything more to do, speak up i can probably spare some hours next week. ..ede -- Ridic

[JPP-Devel] Fwd: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[2559] core/trunk

2012-01-01 Thread Michaël Michaud
Hi Ede, Could you fix something for bug 3439132. I had a look at your commit (2559) but did not see any code change which could fix this problem Anyway, thanks for -i18n fix Michaël --- 2011-12-30 ede - bugfix 3439132: File dialog item for all supported files is too long - OpenWi

Re: [JPP-Devel] oj 1.5 for osgeo

2012-01-01 Thread Stefan Steiniger
translations? and some testing... ;) about the version nr.: I don't know exactly what features have been added. And 1.5 should some stuff??? or involve core changes (which I think have been there) stefan Am 01.01.12 20:34, schrieb edgar.sol...@web.de: > i think we are on the right track to fix

Re: [JPP-Devel] oj 1.5 for osgeo

2012-01-01 Thread Michaël Michaud
Hi Ede, > i think we are on the right track to fix up a oj 1.5 release for the 7th of > january. > > michael& all: what do you think? if there is anything more to do, speak up i > can probably spare some hours next week. I agree that we can try to release OJ 1.5 next week. @Stefan : have a look

Re: [JPP-Devel] Fwd: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[2559] core/trunk

2012-01-01 Thread edgar . soldin
On 01.01.2012 20:37, Michaël Michaud wrote: > Hi Ede, > > Could you fix something for bug 3439132. > I had a look at your commit (2559) but did not see any code change which > could fix this problem > this is fixed. it happened on all platforms not only on linux. the reformatting if changelog

[JPP-Devel] Zoom/Pan tool

2012-01-01 Thread Matthias Scholz
Hi, I've commited a new zoom/pan tool (SuperZoomPanTool). At the moment some things are still missing(i18n, icons, cursors). The tool is not activated yet. But you can do this for testing ;-) If I'm ready, then I will explain some background information. Matthias -

Re: [JPP-Devel] View/Edit Attributes and Feature Info Tool

2012-01-01 Thread Michaël Michaud
Hi Matthias, I tried to fix a NPE thrown by new AttributeTablePanel.initColumnWidths() for layers which have not datasource yet. Would you have a look and check if it's OK with your change ? Michaël Le 26/12/2011 19:12, Matthias Scholz a écrit : > Hi, > > I've commited some changes in the Attrib

[JPP-Devel] [ jump-pilot-Feature Requests-3405249 ] Fill out tool (or paint)

2012-01-01 Thread SourceForge . net
Feature Requests item #3405249, was opened at 2011-09-06 13:50 Message generated for change (Comment added) made by michaudm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=679909&aid=3405249&group_id=118054 Please note that this message will contain a full copy of

Re: [JPP-Devel] OJ Linux GUI bug?

2012-01-01 Thread Edgar Soldin
On 01.01.2012 21:53, Matthias Scholz wrote: > Hi, > > on Linux it seems to be, that we have a problem. It's possible, that this is > a JVM on Linux bug by Oracle. On Windows this problem does not occurs. Please > see the attached screenshots. This mistake occurs, if you move a feature and > som

Re: [JPP-Devel] OJ Linux GUI bug?

2012-01-01 Thread Stefan Steiniger
no problem on Mac here :) Am 01.01.12 22:24, schrieb Edgar Soldin: > On 01.01.2012 21:53, Matthias Scholz wrote: >> Hi, >> >> on Linux it seems to be, that we have a problem. It's possible, that this is >> a JVM on Linux bug by Oracle. On Windows this problem does not occurs. >> Please see the a

[JPP-Devel] OpenJUMP & OpenJDK

2012-01-01 Thread Michaël Michaud
Ede, Peppe, Matthias and linux users, Do you monitor live-d...@lists.osgeo.org list ? There are discussions on which jvm will be included in the osgeo-live dvd Seems that they want to check that all included softwares are compatible with OpenJDK. Anyhow, if you notice any problem related to a p

Re: [JPP-Devel] OJ Linux GUI bug?

2012-01-01 Thread edgar . soldin
just checked ubuntu 11.04 32bit with openjdk and sunjdk1.6 .. no problem. ..ede On 01.01.2012 22:30, Stefan Steiniger wrote: > no problem on Mac here :) > > Am 01.01.12 22:24, schrieb Edgar Soldin: >> On 01.01.2012 21:53, Matthias Scholz wrote: >>> Hi, >>> >>> on Linux it seems to be, that we hav

Re: [JPP-Devel] OpenJUMP & OpenJDK

2012-01-01 Thread edgar . soldin
On 01.01.2012 22:31, Michaël Michaud wrote: > Ede, Peppe, Matthias and linux users, > > Do you monitor live-d...@lists.osgeo.org list ? no sorry > There are discussions on which jvm will be included in the osgeo-live dvd > Seems that they want to check that all included softwares are compatible

Re: [JPP-Devel] Fwd: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[2559] core/trunk

2012-01-01 Thread Michaël Michaud
Hi Ede, > this is fixed. it happened on all platforms not only on linux. the > reformatting if changelog eats it up ;) .. look at the end. dialog.pack() was > missing. Thanks a lot ! I updated the code and forgot to compile. Now, I can see this is fixed :-) Michaël > > ..ede > > > --

Re: [JPP-Devel] OpenJUMP & OpenJDK

2012-01-01 Thread Michaël Michaud
Hi, > generally openjdk should do the trick. however, if the osgeo folks want to be > sure they should include the "original" jvm. I think there is a change in the Oracle JVM licence which is the reason why osgeo people want to migrate to OpenJDK Here is what Cameron Shorter, the project leader,

Re: [JPP-Devel] NPE from Attribute View

2012-01-01 Thread Stefan Steiniger
Hei, was that fixed? Just got it again when calling the attribute view for a new layer from the toolbar stefan java.lang.NullPointerException at com.vividsolutions.jump.workbench.ui.AttributeTablePanel.initColumnWidths(AttributeTablePanel.java:432) at com.vividsolutions.jump.w

Re: [JPP-Devel] NPE from Attribute View

2012-01-01 Thread Michaël Michaud
Hi Stefan, >>was that fixed? Just got it again when calling the attribute view for a new layer from the toolbar I committed a fix about 2 hours ago (svn 2569) Michaël > > stefan > > java.lang.NullPointerException > at > com.vividsolutions.jump.workbench.ui.AttributeTablePanel.initColumnW

[JPP-Devel] Dissolve/Merge/Union

2012-01-01 Thread Stefan Steiniger
Hei, what is the effect for the option "aggregate unused fields", in the new union plugin? trying to translate.. but can't guess Btw., a description of that function is a hot candidate for a blog entry ;) stefan -- Ri

Re: [JPP-Devel] NPE from Attribute View

2012-01-01 Thread Stefan Steiniger
I see - works now. thanks Michael! stefan Am 02.01.12 00:06, schrieb Michaël Michaud: > Hi Stefan, > > >>was that fixed? Just got it again when calling the attribute view for > a new layer from the toolbar > > I committed a fix about 2 hours ago (svn 2569) > > Michaël >> >> stefan >> >> java.la

Re: [JPP-Devel] Dissolve/Merge/Union

2012-01-01 Thread Michaël Michaud
Hi Stefan, > what is the effect for the option "aggregate unused fields", in the new > union plugin? Aggregate fields in the result (if the user choose field A for union, other fields B, C... are aggregated with a default aggregation function which is sum for numeric attributes and concatenate f