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(); >> +// [m

[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: -- core/tru

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(); > -

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

[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 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. >