kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #28654
Re: [PATCH] Refactor: split footprint filter data model out of cvpcb
I'm trying not to merge my own patches without review unless they
directly fix up areas I've already been working on, and I haven't yet
pushed any code for footprint selection so I can't say I've been working
on it yet ;)
On Mon, Mar 13, 2017 at 09:24:29AM -0400, Wayne Stambaugh wrote:
> Chris,
>
> I'm assuming you're asking for comment on this since you posted it as a
> patch. It makes sense to me to factor this out if you need to use in
> the symbol selection dialog.
>
> Cheers,
>
> Wayne
>
> On 3/11/2017 12:31 PM, Chris Pavlina wrote:
> > Hi,
> >
> > The attached patch pulls the footprint filtering logic out of cvpcb's
> > GUI code. It adds a FOOTPRINT_FILTER class in common/ that provides an
> > iterable filtered view onto a collection of footprints. This refactor is
> > necessary to enable footprint selection within eeschema.
> >
> >
> >
> > _______________________________________________
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help : https://help.launchpad.net/ListHelp
> >
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
References