Re: [JPP-Devel] CutFeatureTool

2015-12-08 Thread Rahkonen Jukka (MML)
The tool begins to be perfect but I found this small oddity: When the Cut feature tool is active, editing attributes in the attribute table and accepting changes with Enter throws an exception. Attribute gets edited, though. Issue has to do with Enter because I get no exceptions if I edit attr

Re: [JPP-Devel] Adding other spatial databases support in OJ core

2015-12-08 Thread Nicolas Ribot
Hi Michaël, I will look at it. Nicolas On 7 December 2015 at 23:12, Michaël Michaud wrote: > Hi > > Waw, thanks for this refactoring Nicolas ! > > Just noticed the following regression > > in the File > Execute Query plugin > If I try to query a postgis table as I did before, I get the followi

Re: [JPP-Devel] CutFeatureTool

2015-12-08 Thread edgar . soldin
sounds like the global shortcut listener reacts here. Mike do you want to look or should i? ..ede On 08.12.2015 10:21, Rahkonen Jukka (MML) wrote: > The tool begins to be perfect but I found this small oddity: > > > > When the Cut feature tool is active, editing attributes in the attribute

Re: [JPP-Devel] CutFeatureTool

2015-12-08 Thread Michaël Michaud
Hi Ede, If you have an idea hox to fix it, go ahead, Note : you get the error if CutFeaturesTool is active AND the user started to draw the cut line There is another situation which is annoying : if the user started to draw the cut line traversing a polygon then edit this particular polygon in a

Re: [JPP-Devel] CutFeatureTool

2015-12-08 Thread edgar . soldin
not really. CutFeatureTool as well as DrawLineStringTool extend MultiClickTool. if the error happens with CutFeatureTool it should happen w/ DrawLineStringTool as weel. but let me investigate further.. ede On 08.12.2015 13:45, Michaël Michaud wrote: > Hi Ede, > > If you have an idea hox to fi

[JPP-Devel] SVN: [4585] core/trunk/src/language/jump_fi.properties

2015-12-08 Thread jump-pilot-svn
Revision: 4585 http://sourceforge.net/p/jump-pilot/code/4585 Author: jratike80 Date: 2015-12-08 13:11:44 + (Tue, 08 Dec 2015) Log Message: --- Updated Finnish language file Modified Paths: -- core/trunk/src/language/jump_fi.properties Modified: core/tru

[JPP-Devel] SVN: [4586] core/trunk/src/com/vividsolutions/jump/workbench/model/WMSLayer .java

2015-12-08 Thread jump-pilot-svn
Revision: 4586 http://sourceforge.net/p/jump-pilot/code/4586 Author: edso Date: 2015-12-08 16:01:39 + (Tue, 08 Dec 2015) Log Message: --- minor typo Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/model/WMSLayer.java Modified: core/t

[JPP-Devel] SVN: [4587] core/trunk/src/com/vividsolutions/jump/workbench/ui/cursortool/ editing/DrawLineStringTool.java

2015-12-08 Thread jump-pilot-svn
Revision: 4587 http://sourceforge.net/p/jump-pilot/code/4587 Author: edso Date: 2015-12-08 16:23:33 + (Tue, 08 Dec 2015) Log Message: --- minor reformatting Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/ui/cursortool/editing/DrawLi

[JPP-Devel] SVN: [4588] core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/ cursortools/CutFeaturesTool.java

2015-12-08 Thread jump-pilot-svn
Revision: 4588 http://sourceforge.net/p/jump-pilot/code/4588 Author: edso Date: 2015-12-08 16:26:31 + (Tue, 08 Dec 2015) Log Message: --- comment probably spurious unused constructor Modified Paths: -- core/trunk/src/org/openjump/core/ui/plugin/edittool

[JPP-Devel] SVN: [4589] core/trunk

2015-12-08 Thread jump-pilot-svn
Revision: 4589 http://sourceforge.net/p/jump-pilot/code/4589 Author: edso Date: 2015-12-08 16:43:40 + (Tue, 08 Dec 2015) Log Message: --- try to bugfix "renaming layers or editing attributes in attribtab executes plugin/cursortool erronously via shortcut" and "sho

[JPP-Devel] Fwd: SVN: [4589] core/trunk

2015-12-08 Thread edgar . soldin
Michael, can you please check that whatever the code i had to comment out fixed still works? there was no way around it,as cursor tools need to check that the layerview has the focus. thx ..ede Forwarded Message Subject: [JPP-Devel] SVN: [4589] core/trunk Date: Tue, 8 Dec 20

Re: [JPP-Devel] CutFeatureTool

2015-12-08 Thread edgar . soldin
Michael, Jukka, i took some time trying to fix it. looks good, but i am not sure if i broke shortcuts/quasimodes in the process. so please work a bit with it doing - activate a MultiClickTool (DrawLineString, CutFeaturesTool.. ) - cut a bit - rename layers using Copy/Paste and Enter - edit attri

[JPP-Devel] Fwd: Fwd: SVN: [4589] core/trunk

2015-12-08 Thread edgar . soldin
Michael, i forgot to cut the diff so you see the part. i mean addMouseListener(...) in LayerViewPanel s.b. ..ede Forwarded Message Subject: [JPP-Devel] Fwd: SVN: [4589] core/trunk Date: Tue, 8 Dec 2015 17:46:48 +0100 From: edgar.sol...@web.de Reply-To: OpenJump develop and use

[JPP-Devel] SVN: [4590] core/trunk/src/com/vividsolutions/jump/workbench/ui/ LayerNamePanelProxy.java

2015-12-08 Thread jump-pilot-svn
Revision: 4590 http://sourceforge.net/p/jump-pilot/code/4590 Author: edso Date: 2015-12-08 17:14:34 + (Tue, 08 Dec 2015) Log Message: --- minor reformatting Modified Paths: -- core/trunk/src/com/vividsolutions/jump/workbench/ui/LayerNamePanelProxy.java

[JPP-Devel] SVN: [4591] core/trunk/src/com/vividsolutions/jump/workbench/ui/ WorkbenchFrame.java

2015-12-08 Thread jump-pilot-svn
Revision: 4591 http://sourceforge.net/p/jump-pilot/code/4591 Author: edso Date: 2015-12-08 18:57:03 + (Tue, 08 Dec 2015) Log Message: --- reenable shortcuts for layernametree, except for the layername textfields Modified Paths: -- core/trunk/src/com/vivi

[JPP-Devel] SVN: [4592] core/trunk/src/com/vividsolutions/jump/workbench

2015-12-08 Thread jump-pilot-svn
Revision: 4592 http://sourceforge.net/p/jump-pilot/code/4592 Author: edso Date: 2015-12-08 19:00:14 + (Tue, 08 Dec 2015) Log Message: --- bugfix #403 "Make layer editable from AttributeTable..." moved editable, selectable, readonly attributes into the Layerable interface

Re: [JPP-Devel] CutFeatureTool

2015-12-08 Thread Michaël Michaud
Hi Ede, Congratulation ! Quick and well done ! A special thank for the copy/paste in LayerNamePanel. I hope I will have opportunity to do some more tests this week, but first few test are positive. Michaël Le 08/12/2015 17:51, edgar.sol...@web.de a écrit : > Michael, Jukka, > > i took some time