[Kicad-developers] Version 6 release candidate 1

2021-11-15 Thread Wayne Stambaugh
Release candidate 1 of version 6 has been tagged and pushed.  Package 
builds should be available in the next few days for most systems.  There 
are still a few minor issues which should get fixed by stable release 
6.0.0.  If all goes well, the stable release should be ready by the end 
of the year.  Thank you to the entire KiCad development team for there 
effort in getting RC1 out.


Enjoy,

Wayne

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [OT-ish] Rotate while moving?

2021-11-15 Thread Brian
I thought I did that...but it looks like I did it incorrectly / 
incompletely.


Anyhow, now I have some merge conflicts to resolve.  I'll be back when I 
have news.


Thanks,
-Brian

On 11/15/21 5:24 PM, Andrew Lutsenko wrote:
There has been more than 12k commits to master since your build. git 
pull is your friend.


On Mon, Nov 15, 2021 at 12:43 PM Brian > wrote:


No dice in pcbnew.  I probably forgot to mention that, too.  The
problem is in pcbnew.  I take it this is supposed to work?  I
notice that it does work as I expect in eeschema (I can rotate
with "R" in the middle of a move).

New version info:
Application: Pcbnew
Version: (5.99.0-1131-gcba46f5618), release build
Libraries:
    wxWidgets 3.0.5
    libcurl/7.74.0 GnuTLS/3.7.2 zlib/1.2.11 brotli/1.0.9
libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0
nghttp2/1.43.0 librtmp/2.3
Platform: Linux 4.19.0-9-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
    Build date: Nov 15 2021 15:39:35
    wxWidgets: 3.0.5 (wchar_t,wx containers,compatible with 2.8)
GTK+ 3.24
    Boost: 1.67.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.74.0
    Compiler: GCC 10.3.0 with C++ ABI 1014

Build settings:
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=OFF
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

Thanks,
-Brian

On 11/15/21 1:14 PM, Ian McInerney wrote:

Please update your build. That version string is showing that
your current build is over 4 months old (it is from early June),
and a loy of bugs have been fixed since then.

-Ian

On Mon, 15 Nov 2021, 5:49 pm Brian, mailto:lotha...@gmail.com>> wrote:

Sorry, I always forget to include that.

Application: Pcbnew
Version: (5.99.0-1130-ge92acbb7f-dirty), release build
Libraries:
 wxWidgets 3.0.5
 libcurl/7.74.0 GnuTLS/3.7.2 zlib/1.2.11 brotli/1.0.9
libidn2/2.3.2
libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0
librtmp/2.3
Platform: Linux 4.19.0-9-amd64 x86_64, 64 bit, Little endian,
wxGTK
Build Info:
 Build date: Jun  5 2020 19:11:31
 wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with
2.8) GTK+ 3.24
 Boost: 1.67.0
 OpenCASCADE Community Edition: 6.9.1
 Curl: 7.64.0
 Compiler: GCC 8.3.0 with C++ ABI 1013

Build settings:
 KICAD_SCRIPTING=ON
 KICAD_SCRIPTING_MODULES=ON
 KICAD_SCRIPTING_PYTHON3=OFF
 KICAD_SCRIPTING_WXPYTHON=ON
 KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
 KICAD_SCRIPTING_ACTION_MENU=ON
 BUILD_GITHUB_PLUGIN=ON
 KICAD_USE_OCE=ON
 KICAD_USE_OCC=OFF
 KICAD_SPICE=ON


On 11/15/21 12:22 PM, Jeff Young wrote:
> It works on my build (5.99).  What version are you running?
>
>> On 15 Nov 2021, at 16:58, Brian mailto:lotha...@gmail.com>> wrote:
>>
>> Hi,
>>
>> I would swear that at one time in the past, while moving /
grabbing a symbol or footprint (M or G), I could rotate it in
the midst of the move/grab operation by pressing R. Somewhere
along the way, that stopped working; now I can only move,
grab, OR rotate.
>>
>> Is there some option that controls this? Being able to
rotate while moving saves a lot of clicks when I'm trying to
determine the best fit, turning a part this way and that
while moving it around...
>>
>> I know this is more of a usage question than a development
question, so please excuse the noise if this is the complete
wrong place to ask.
>>
>> Thanks,
>> -Brian
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to     : kicad-developers@lists.launchpad.net

>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net

Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to 

Re: [Kicad-developers] [OT-ish] Rotate while moving?

2021-11-15 Thread Andrew Lutsenko
There has been more than 12k commits to master since your build. git pull
is your friend.

On Mon, Nov 15, 2021 at 12:43 PM Brian  wrote:

> No dice in pcbnew.  I probably forgot to mention that, too.  The problem
> is in pcbnew.  I take it this is supposed to work?  I notice that it does
> work as I expect in eeschema (I can rotate with "R" in the middle of a
> move).
>
> New version info:
> Application: Pcbnew
> Version: (5.99.0-1131-gcba46f5618), release build
> Libraries:
> wxWidgets 3.0.5
> libcurl/7.74.0 GnuTLS/3.7.2 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2
> libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
> Platform: Linux 4.19.0-9-amd64 x86_64, 64 bit, Little endian, wxGTK
> Build Info:
> Build date: Nov 15 2021 15:39:35
> wxWidgets: 3.0.5 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
> Boost: 1.67.0
> OpenCASCADE Community Edition: 6.9.1
> Curl: 7.74.0
> Compiler: GCC 10.3.0 with C++ ABI 1014
>
> Build settings:
> KICAD_SCRIPTING=ON
> KICAD_SCRIPTING_MODULES=ON
> KICAD_SCRIPTING_PYTHON3=OFF
> KICAD_SCRIPTING_WXPYTHON=ON
> KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
> KICAD_SCRIPTING_ACTION_MENU=ON
> BUILD_GITHUB_PLUGIN=ON
> KICAD_USE_OCE=ON
> KICAD_USE_OCC=OFF
> KICAD_SPICE=ON
>
> Thanks,
> -Brian
>
> On 11/15/21 1:14 PM, Ian McInerney wrote:
>
> Please update your build. That version string is showing that your current
> build is over 4 months old (it is from early June), and a loy of bugs have
> been fixed since then.
>
> -Ian
>
> On Mon, 15 Nov 2021, 5:49 pm Brian,  wrote:
>
>> Sorry, I always forget to include that.
>>
>> Application: Pcbnew
>> Version: (5.99.0-1130-ge92acbb7f-dirty), release build
>> Libraries:
>>  wxWidgets 3.0.5
>>  libcurl/7.74.0 GnuTLS/3.7.2 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2
>> libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
>> Platform: Linux 4.19.0-9-amd64 x86_64, 64 bit, Little endian, wxGTK
>> Build Info:
>>  Build date: Jun  5 2020 19:11:31
>>  wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+
>> 3.24
>>  Boost: 1.67.0
>>  OpenCASCADE Community Edition: 6.9.1
>>  Curl: 7.64.0
>>  Compiler: GCC 8.3.0 with C++ ABI 1013
>>
>> Build settings:
>>  KICAD_SCRIPTING=ON
>>  KICAD_SCRIPTING_MODULES=ON
>>  KICAD_SCRIPTING_PYTHON3=OFF
>>  KICAD_SCRIPTING_WXPYTHON=ON
>>  KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
>>  KICAD_SCRIPTING_ACTION_MENU=ON
>>  BUILD_GITHUB_PLUGIN=ON
>>  KICAD_USE_OCE=ON
>>  KICAD_USE_OCC=OFF
>>  KICAD_SPICE=ON
>>
>>
>> On 11/15/21 12:22 PM, Jeff Young wrote:
>> > It works on my build (5.99).  What version are you running?
>> >
>> >> On 15 Nov 2021, at 16:58, Brian  wrote:
>> >>
>> >> Hi,
>> >>
>> >> I would swear that at one time in the past, while moving / grabbing a
>> symbol or footprint (M or G), I could rotate it in the midst of the
>> move/grab operation by pressing R.  Somewhere along the way, that stopped
>> working; now I can only move, grab, OR rotate.
>> >>
>> >> Is there some option that controls this?  Being able to rotate while
>> moving saves a lot of clicks when I'm trying to determine the best fit,
>> turning a part this way and that while moving it around...
>> >>
>> >> I know this is more of a usage question than a development question,
>> so please excuse the noise if this is the complete wrong place to ask.
>> >>
>> >> Thanks,
>> >> -Brian
>> >>
>> >> ___
>> >> Mailing list: https://launchpad.net/~kicad-developers
>> >> Post to : kicad-developers@lists.launchpad.net
>> >> Unsubscribe : https://launchpad.net/~kicad-developers
>> >> More help   : https://help.launchpad.net/ListHelp
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [OT-ish] Rotate while moving?

2021-11-15 Thread Brian
No dice in pcbnew.  I probably forgot to mention that, too.  The problem 
is in pcbnew.  I take it this is supposed to work?  I notice that it 
does work as I expect in eeschema (I can rotate with "R" in the middle 
of a move).


New version info:
Application: Pcbnew
Version: (5.99.0-1131-gcba46f5618), release build
Libraries:
    wxWidgets 3.0.5
    libcurl/7.74.0 GnuTLS/3.7.2 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 
libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3

Platform: Linux 4.19.0-9-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
    Build date: Nov 15 2021 15:39:35
    wxWidgets: 3.0.5 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
    Boost: 1.67.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.74.0
    Compiler: GCC 10.3.0 with C++ ABI 1014

Build settings:
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=OFF
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

Thanks,
-Brian

On 11/15/21 1:14 PM, Ian McInerney wrote:
Please update your build. That version string is showing that your 
current build is over 4 months old (it is from early June), and a loy 
of bugs have been fixed since then.


-Ian

On Mon, 15 Nov 2021, 5:49 pm Brian, > wrote:


Sorry, I always forget to include that.

Application: Pcbnew
Version: (5.99.0-1130-ge92acbb7f-dirty), release build
Libraries:
 wxWidgets 3.0.5
 libcurl/7.74.0 GnuTLS/3.7.2 zlib/1.2.11 brotli/1.0.9
libidn2/2.3.2
libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0
librtmp/2.3
Platform: Linux 4.19.0-9-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
 Build date: Jun  5 2020 19:11:31
 wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8)
GTK+ 3.24
 Boost: 1.67.0
 OpenCASCADE Community Edition: 6.9.1
 Curl: 7.64.0
 Compiler: GCC 8.3.0 with C++ ABI 1013

Build settings:
 KICAD_SCRIPTING=ON
 KICAD_SCRIPTING_MODULES=ON
 KICAD_SCRIPTING_PYTHON3=OFF
 KICAD_SCRIPTING_WXPYTHON=ON
 KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
 KICAD_SCRIPTING_ACTION_MENU=ON
 BUILD_GITHUB_PLUGIN=ON
 KICAD_USE_OCE=ON
 KICAD_USE_OCC=OFF
 KICAD_SPICE=ON


On 11/15/21 12:22 PM, Jeff Young wrote:
> It works on my build (5.99).  What version are you running?
>
>> On 15 Nov 2021, at 16:58, Brian mailto:lotha...@gmail.com>> wrote:
>>
>> Hi,
>>
>> I would swear that at one time in the past, while moving /
grabbing a symbol or footprint (M or G), I could rotate it in the
midst of the move/grab operation by pressing R.  Somewhere along
the way, that stopped working; now I can only move, grab, OR rotate.
>>
>> Is there some option that controls this?  Being able to rotate
while moving saves a lot of clicks when I'm trying to determine
the best fit, turning a part this way and that while moving it
around...
>>
>> I know this is more of a usage question than a development
question, so please excuse the noise if this is the complete wrong
place to ask.
>>
>> Thanks,
>> -Brian
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to     : kicad-developers@lists.launchpad.net

>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net

Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [OT-ish] Rotate while moving?

2021-11-15 Thread Ian McInerney
Please update your build. That version string is showing that your current
build is over 4 months old (it is from early June), and a loy of bugs have
been fixed since then.

-Ian

On Mon, 15 Nov 2021, 5:49 pm Brian,  wrote:

> Sorry, I always forget to include that.
>
> Application: Pcbnew
> Version: (5.99.0-1130-ge92acbb7f-dirty), release build
> Libraries:
>  wxWidgets 3.0.5
>  libcurl/7.74.0 GnuTLS/3.7.2 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2
> libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3
> Platform: Linux 4.19.0-9-amd64 x86_64, 64 bit, Little endian, wxGTK
> Build Info:
>  Build date: Jun  5 2020 19:11:31
>  wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
>  Boost: 1.67.0
>  OpenCASCADE Community Edition: 6.9.1
>  Curl: 7.64.0
>  Compiler: GCC 8.3.0 with C++ ABI 1013
>
> Build settings:
>  KICAD_SCRIPTING=ON
>  KICAD_SCRIPTING_MODULES=ON
>  KICAD_SCRIPTING_PYTHON3=OFF
>  KICAD_SCRIPTING_WXPYTHON=ON
>  KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
>  KICAD_SCRIPTING_ACTION_MENU=ON
>  BUILD_GITHUB_PLUGIN=ON
>  KICAD_USE_OCE=ON
>  KICAD_USE_OCC=OFF
>  KICAD_SPICE=ON
>
>
> On 11/15/21 12:22 PM, Jeff Young wrote:
> > It works on my build (5.99).  What version are you running?
> >
> >> On 15 Nov 2021, at 16:58, Brian  wrote:
> >>
> >> Hi,
> >>
> >> I would swear that at one time in the past, while moving / grabbing a
> symbol or footprint (M or G), I could rotate it in the midst of the
> move/grab operation by pressing R.  Somewhere along the way, that stopped
> working; now I can only move, grab, OR rotate.
> >>
> >> Is there some option that controls this?  Being able to rotate while
> moving saves a lot of clicks when I'm trying to determine the best fit,
> turning a part this way and that while moving it around...
> >>
> >> I know this is more of a usage question than a development question, so
> please excuse the noise if this is the complete wrong place to ask.
> >>
> >> Thanks,
> >> -Brian
> >>
> >> ___
> >> Mailing list: https://launchpad.net/~kicad-developers
> >> Post to : kicad-developers@lists.launchpad.net
> >> Unsubscribe : https://launchpad.net/~kicad-developers
> >> More help   : https://help.launchpad.net/ListHelp
>
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [OT-ish] Rotate while moving?

2021-11-15 Thread Brian

Sorry, I always forget to include that.

Application: Pcbnew
Version: (5.99.0-1130-ge92acbb7f-dirty), release build
Libraries:
    wxWidgets 3.0.5
    libcurl/7.74.0 GnuTLS/3.7.2 zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 
libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3

Platform: Linux 4.19.0-9-amd64 x86_64, 64 bit, Little endian, wxGTK
Build Info:
    Build date: Jun  5 2020 19:11:31
    wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
    Boost: 1.67.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.64.0
    Compiler: GCC 8.3.0 with C++ ABI 1013

Build settings:
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=OFF
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON


On 11/15/21 12:22 PM, Jeff Young wrote:

It works on my build (5.99).  What version are you running?


On 15 Nov 2021, at 16:58, Brian  wrote:

Hi,

I would swear that at one time in the past, while moving / grabbing a symbol or 
footprint (M or G), I could rotate it in the midst of the move/grab operation 
by pressing R.  Somewhere along the way, that stopped working; now I can only 
move, grab, OR rotate.

Is there some option that controls this?  Being able to rotate while moving 
saves a lot of clicks when I'm trying to determine the best fit, turning a part 
this way and that while moving it around...

I know this is more of a usage question than a development question, so please 
excuse the noise if this is the complete wrong place to ask.

Thanks,
-Brian

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] [OT-ish] Rotate while moving?

2021-11-15 Thread Jeff Young
It works on my build (5.99).  What version are you running?

> On 15 Nov 2021, at 16:58, Brian  wrote:
> 
> Hi,
> 
> I would swear that at one time in the past, while moving / grabbing a symbol 
> or footprint (M or G), I could rotate it in the midst of the move/grab 
> operation by pressing R.  Somewhere along the way, that stopped working; now 
> I can only move, grab, OR rotate.
> 
> Is there some option that controls this?  Being able to rotate while moving 
> saves a lot of clicks when I'm trying to determine the best fit, turning a 
> part this way and that while moving it around...
> 
> I know this is more of a usage question than a development question, so 
> please excuse the noise if this is the complete wrong place to ask.
> 
> Thanks,
> -Brian
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] [OT-ish] Rotate while moving?

2021-11-15 Thread Brian

Hi,

I would swear that at one time in the past, while moving / grabbing a 
symbol or footprint (M or G), I could rotate it in the midst of the 
move/grab operation by pressing R.  Somewhere along the way, that 
stopped working; now I can only move, grab, OR rotate.


Is there some option that controls this?  Being able to rotate while 
moving saves a lot of clicks when I'm trying to determine the best fit, 
turning a part this way and that while moving it around...


I know this is more of a usage question than a development question, so 
please excuse the noise if this is the complete wrong place to ask.


Thanks,
-Brian

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] cvpcb filter by pin count not working with my library

2021-11-15 Thread Brian

Hi,

Something is eluding me about the pin-count filter and KiCAD module 
libraries.  All of the normal on-disk libraries (folders named .pretty) 
function as expected with the pin-count filter.  However, my custom 
ODBC-based library does not (engaging the filter filters out all 
footprints).


I'm having trouble figuring out what the difference is.  The only 
difference between my ODBC library and an on-disk library is where the 
s-expr data lives; the former has it in a RDBMS, while the latter has it 
in a disk file.  The exact same deserialization code inside KiCAD is 
invoked in both cases.


Obviously I'm missing something.  If anyone is feeling generous with 
their time, my fork is at https://gitlab.com/Lotharyx/kicad and the main 
relevant file is /kicad/pcbnew/myodbc/myodbc_plugin.cpp, lines 106-141.


Thanks!
-Brian





___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp