Re: [Kicad-developers] [PATCH] Select filter dialog in GAL

2017-02-23 Thread Maciej Sumiński
Hi John, I have just pushed the patches, and modified the context menu conditions, so everything should work nicely now. Thank you for your contribution! Cheers, Orson On 02/22/2017 06:53 PM, John Beard wrote: > Hi Orson, > > Yes, I am aware that the existing dialog is not very advanced, but

Re: [Kicad-developers] [PATCH] Select filter dialog in GAL

2017-02-22 Thread John Beard
Hi Orson, Yes, I am aware that the existing dialog is not very advanced, but it was a fairly simple job to use it in GAL, as you see in the patch, and the code required is not extensive, and is easily replaced by a proper filtering framework in future. It certainly needs some more thought put

Re: [Kicad-developers] [PATCH] Select filter dialog in GAL

2017-02-22 Thread Maciej Sumiński
Hi Jon, Thank you very much for you help. Actually we had another idea for the selection filter [1]. We would like to have a panel in the layer widget area and filter the selection all the time, instead of after invoking a dialog. As your patch is ready at the moment, we can merge it unless

Re: [Kicad-developers] [PATCH] Select filter dialog in GAL

2017-02-22 Thread John Beard
Hi, I have rebased this branch over the new PCB_ACTION changes. Cheers, John On Sat, Feb 11, 2017 at 5:14 PM, John Beard wrote: > Hi, > > Here is a branch with a GAL action to invoke the block select dialog > and filter the current selection based on the results: > >

[Kicad-developers] [PATCH] Select filter dialog in GAL

2017-02-11 Thread John Beard
Hi, Here is a branch with a GAL action to invoke the block select dialog and filter the current selection based on the results: https://code.launchpad.net/~john-j-beard/kicad/+git/kicad/+ref/select_filter The first commit refactors the dialog so it can be reached by the GAL too, the second