Re: [JPP-Devel] SVN: [4500] core/trunk/src/com/vividsolutions/jump/workbench/ui

2015-06-17 Thread edgar . soldin
On 17.06.2015 22:52, jump-pilot-...@lists.sourceforge.net wrote: @@ -667,7 +668,11 @@ public void fireSelectionChanged() { for (Iterator i = listeners.iterator(); i.hasNext();) { LayerViewPanelListener l = (LayerViewPanelListener) i.next(); -

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

2015-06-17 Thread jump-pilot-svn
Revision: 4500 http://sourceforge.net/p/jump-pilot/code/4500 Author: michaudm Date: 2015-06-17 20:52:45 + (Wed, 17 Jun 2015) Log Message: --- LayerViewPanel : keep from propagating SelectionChange if it originates from an AttributeTable Modified Paths: --

Re: [JPP-Devel] LayerView/AttributeTable selection synchronization

2015-06-17 Thread Michaël Michaud
Hi, with r4500, I stop event propagation a bit earlier. We now should have the previous behaviour while selecting in AttributeTable. Michaël Le 17/06/2015 10:33, edgar.sol...@web.de a écrit : On 17.06.2015 06:38, Michaël Michaud wrote: Hi Ede, btw. i noticed that our AttributWindow only

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

2015-06-17 Thread jump-pilot-svn
Revision: 4501 http://sourceforge.net/p/jump-pilot/code/4501 Author: michaudm Date: 2015-06-18 05:53:25 + (Thu, 18 Jun 2015) Log Message: --- New attempt to fix selection event dispatching between AttributeTable and LayerView Modified Paths: --

Re: [JPP-Devel] SVN: [4500] core/trunk/src/com/vividsolutions/jump/workbench/ui

2015-06-17 Thread Michaël Michaud
@@ -667,7 +668,11 @@ public void fireSelectionChanged() { for (Iterator i = listeners.iterator(); i.hasNext();) { LayerViewPanelListener l = (LayerViewPanelListener) i.next(); -l.selectionChanged(); +// [mmichaud

Re: [JPP-Devel] LayerView/AttributeTable selection synchronization

2015-06-17 Thread edgar . soldin
On 17.06.2015 06:38, Michaël Michaud wrote: Hi Ede, btw. i noticed that our AttributWindow only supports it for selection, but not for unselection. Seems that when the LayerView is active, Ctrl D can be used to unselect, while Shift A is the way to unselect the Attributetable. I admit

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

2015-06-17 Thread jump-pilot-svn
Revision: 4499 http://sourceforge.net/p/jump-pilot/code/4499 Author: michaudm Date: 2015-06-17 06:19:43 + (Wed, 17 Jun 2015) Log Message: --- read/write cpg file (codepage for shp/dbf) Modified Paths: -- core/trunk/ChangeLog