[Kicad-developers] Granularity of DRC error code

2020-06-10 Thread Jon Evans
Hi all, A DRC error code is something like "Via inside keepout area", or in the code, DRCE_VIA_INSIDE_KEEPOUT. It describes a "type" of DRC error. This type is used for organizing the errors in the DRC report, and more recently, for letting you set a severity (error/warning/ignore) for each code

Re: [Kicad-developers] Sizes for bitmaps in cpp-other

2020-06-10 Thread Ian McInerney
Ok, I was able to extract the sizing information for these bitmaps from the existing cpp representations, however it appears that we do not have source SVGs for the tune_diff_pair_skew_legend and tune_single_track_length_legend bitmaps, we only have PNGs. Does anyone know where those two came from?

[Kicad-developers] Symbol library work

2020-06-10 Thread Wayne Stambaugh
I'm getting ready make some changes to make the new embedded library symbols easier to use and I wanted to check to make sure no one else is working on anything. Here is the list of improvements that I will be working on over the next few weeks. 1) Library symbol update/replace dialog similar to

Re: [Kicad-developers] Exclude symbol from board feature

2020-06-10 Thread Andy Peters
> On Jun 10, 2020, at 10:30 AM, Wayne Stambaugh wrote: > > I just pushed a new feature to exclude schematic symbols from being > pushed to the board on update into the master branch. I did a write up > about it on the user forum[1] if you are interested. HRAY! -a __

[Kicad-developers] Exclude symbol from board feature

2020-06-10 Thread Wayne Stambaugh
I just pushed a new feature to exclude schematic symbols from being pushed to the board on update into the master branch. I did a write up about it on the user forum[1] if you are interested. Cheers, Wayne [1]: https://forum.kicad.info/t/schematic-symbol-exclude-from-board/23324 __

Re: [Kicad-developers] Build error

2020-06-10 Thread Wayne Stambaugh
All good here. Thanks. On 6/10/20 8:52 AM, Jeff Young wrote: > I’ve merged an attempted fix. (Of course the previous one compiled fine on > CLang too, so I’m not 100% confident in it -- but it seem to fit the error > GCC was generating.) > >> On 10 Jun 2020, at 12:59, Wayne Stambaugh wrote:

Re: [Kicad-developers] Build error: Now compiles for me.

2020-06-10 Thread Drew Fustini
On Wed, Jun 10, 2020 at 3:18 PM Dino Ghilardi wrote: > > No more build error on my machine (gcc 6.3.0) > > > Cheers, > Dino. > I've been able to build master ( d7d877241 ) ok with GCC 9.3.0: Application: Pcbnew Version: (5.99.0-1936-gd7d877241), debug build Libraries: wxWidgets 3.0.4 lib

Re: [Kicad-developers] Build error: Now compiles for me.

2020-06-10 Thread Jeff Young
Thanks, Dino! > On 10 Jun 2020, at 14:18, Dino Ghilardi wrote: > > No more build error on my machine (gcc 6.3.0) > > > Cheers, > Dino. > > On 10/06/20 14:52, Jeff Young wrote: >> I’ve merged an attempted fix. (Of course the previous one compiled fine on >> CLang too, so I’m not 100% confide

Re: [Kicad-developers] Build error: Now compiles for me.

2020-06-10 Thread Dino Ghilardi
No more build error on my machine (gcc 6.3.0) Cheers, Dino. On 10/06/20 14:52, Jeff Young wrote: I’ve merged an attempted fix. (Of course the previous one compiled fine on CLang too, so I’m not 100% confident in it -- but it seem to fit the error GCC was generating.) On 10 Jun 2020, at 12

Re: [Kicad-developers] Build error

2020-06-10 Thread Jeff Young
I’ve merged an attempted fix. (Of course the previous one compiled fine on CLang too, so I’m not 100% confident in it -- but it seem to fit the error GCC was generating.) > On 10 Jun 2020, at 12:59, Wayne Stambaugh wrote: > > I forgot to mention, lead devs please do not commit any new code un

[Kicad-developers] Sizes for bitmaps in cpp-other

2020-06-10 Thread Ian McInerney
Does anyone know what the sizes for the bitmaps in the cpp-other folder are? The bitmaps are: stroke_dash stroke_dashdot stroke_dot stroke_solid tune_diff_pair_length_legend tune_diff_pair_skew_legend tune_single_track_length_legend I noticed that they are not being reg

Re: [Kicad-developers] Build error

2020-06-10 Thread Wayne Stambaugh
I forgot to mention, lead devs please do not commit any new code until this gets fixed. On 6/10/20 7:14 AM, Wayne Stambaugh wrote: > As of commit 4138c8554 I'm getting the following build error on linux. > > /home/wayne/src/kicad-trunk/pcbnew/drc/drc_rule_parser.cpp: In > constructor ‘DRC_RULES_P

[Kicad-developers] Build error

2020-06-10 Thread Wayne Stambaugh
As of commit 4138c8554 I'm getting the following build error on linux. /home/wayne/src/kicad-trunk/pcbnew/drc/drc_rule_parser.cpp: In constructor ‘DRC_RULES_PARSER::DRC_RULES_PARSER(BOARD*, const wxString&, const wxString&)’: /home/wayne/src/kicad-trunk/pcbnew/drc/drc_rule_parser.cpp:36:26: error: