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

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

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

2015-06-16 Thread Rahkonen Jukka (MML)
Hi Michaël, Could it be that because of this change the Clear selection tool in the main toolbar does not work anymore? For testing - Draw a new feature - Use the Clear selection tool - Tool changes to grey but the feature is still highlighted Probably related to this - Do mouse-right click on

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

2015-06-16 Thread Michaël Michaud
Jukka, The clearSelection tool should be fixed in r4497 Michaël Le 16/06/2015 15:57, Rahkonen Jukka (MML) a écrit : Hi Michaël, Could it be that because of this change the Clear selection tool in the main toolbar does not work anymore? For testing - Draw a new feature - Use the Clear

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

2015-06-16 Thread Michaël Michaud
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 this is not very consistent. LayerView seems too

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

2015-06-14 Thread Rahkonen Jukka (MML)
Hi, But isn't that an expected behaviour? How else could you deselect only one feature from a big selection? At least it is not a new feature but the old OJ versions do the same. However, I see that project window and attribute window do not behave similarly. In project window

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

2015-06-14 Thread Giuseppe Aruta
this action [CTRL+select the (already selected) geometry ] on AttributeTable deselect the geometry Peppe 2015-06-13 16:08 GMT+02:00 Michaël Michaud m.michael.mich...@orange.fr: Hi Jumpers, In r4489, I have tried to synchronize LayerViewPanel and AttributeTablePanel/InfoModel selection It

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

2015-06-14 Thread edgar . soldin
On 14.06.2015 15:48, Rahkonen Jukka (MML) wrote: Hi, But isn't that an expected behaviour? How else could you deselect only one feature from a big selection? At least it is not a new feature but the old OJ versions do the same. agreed However, I see that project window and attribute

[JPP-Devel] LayerView/AttributeTable selection synchronization

2015-06-13 Thread Michaël Michaud
Hi Jumpers, In r4489, I have tried to synchronize LayerViewPanel and AttributeTablePanel/InfoModel selection It was not an easy task to get it right, and as these components are every where in the code, I would not be surprised to discover some side-effects here and there in the near feature.