Re: [Kicad-developers] Netlist generation for pins with no-connects

2018-06-04 Thread José Ignacio
Btw, I noticed nets don't get generated when the symbol is missing pins (does not include all the non-connect pins), which i consider to be defective symbols. On Mon, Jun 4, 2018 at 10:46 PM, José Ignacio wrote: > Non-connected pins should each have an unique net to prevent connection to >

Re: [Kicad-developers] Netlist generation for pins with no-connects

2018-06-04 Thread José Ignacio
Non-connected pins should each have an unique net to prevent connection to eachother, either that or a special net that behaves that way. In pcbnew, pins with no net assigned can be connected to eachother (and that can be an useful behavior when doing things on pcbnew only). On Mon, Jun 4, 2018

[Kicad-developers] Netlist generation for pins with no-connects

2018-06-04 Thread Jon Evans
Hi all, In the current netlisting algorithm, pins with no-connects sometimes appear in the netlist, with auto-generated names like Net-(U1-Pad1). This seems to not always happen, but I haven't investigated why yet, since I'm approaching netlisting from a different direction with my new

Re: [Kicad-developers] Apple deprecates OpenGL

2018-06-04 Thread Tomasz Wlostowski
On 04/06/18 23:05, Wayne Stambaugh wrote: > Thank you Apple for thinking about your developers! I don't think it's developer-unfriendly. OpenGL's single threaded execution model is nowhere near today's graphics hardware. I think this is the reason. OpenGL is mostly old CAD software, which Apple

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Tomasz Wlostowski
On 04/06/18 23:25, Nick Østergaard wrote: > It looks like loose text strings in symbols are not transformed > correctly in the tom-eeschema-gal branch I just tested. See attached image. > Nick, can you share this project or send it privately? Tom > 2018-06-04 22:55 GMT+02:00 Nick Østergaard

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Nick Østergaard
It looks like loose text strings in symbols are not transformed correctly in the tom-eeschema-gal branch I just tested. See attached image. 2018-06-04 22:55 GMT+02:00 Nick Østergaard : > Ok, sorry, I see Eeli also saw that and you intend to fix it later. I will > stay with make eeschema. > >

Re: [Kicad-developers] Apple deprecates OpenGL

2018-06-04 Thread Adam Wolf
Wxwidgets uses things deprecated five+ years ago already... I'm not particularly worried. :) Adam On Mon, Jun 4, 2018, 4:05 PM Wayne Stambaugh wrote: > Thank you Apple for thinking about your developers! > > On 06/04/2018 04:45 PM, Eeli Kaikkonen wrote: > > is this something to worry about for

Re: [Kicad-developers] Apple deprecates OpenGL

2018-06-04 Thread Wayne Stambaugh
Thank you Apple for thinking about your developers! On 06/04/2018 04:45 PM, Eeli Kaikkonen wrote: > is this something to worry about for KiCad? > https://www.phoronix.com/scan.php?page=news_item=Apple-Deprecates-OpenGL-OpenCL > > Eeli Kaikkonen > > >

Re: [Kicad-developers] Apple deprecates OpenGL

2018-06-04 Thread Marco Ciampa
On Mon, Jun 04, 2018 at 11:45:27PM +0300, Eeli Kaikkonen wrote: > is this something to worry about for KiCad? > https://www.phoronix.com/scan.php?page=news_item=Apple-Deprecates-OpenGL-OpenCL This "Certainly a shame they are not supporting Vulkan, but at least Vulkan over Metal via MoltenVK is

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Nick Østergaard
Ok, sorry, I see Eeli also saw that and you intend to fix it later. I will stay with make eeschema. 2018-06-04 22:53 GMT+02:00 Nick Østergaard : > Hi Tomasz, > > the build failed for me with: > [ 54%] Linking CXX shared module _cvpcb.kiface > ../common/libcommon.a(block_commande.cpp.o): In

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Nick Østergaard
Hi Tomasz, the build failed for me with: [ 54%] Linking CXX shared module _cvpcb.kiface ../common/libcommon.a(block_commande.cpp.o): In function `BLOCK_SELECTOR::InitData(DRAW_PANEL_BASE*, wxPoint const&)': /home/nickoe/kicad-source-mirror/common/block_commande.cpp:150: undefined reference to

[Kicad-developers] Apple deprecates OpenGL

2018-06-04 Thread Eeli Kaikkonen
is this something to worry about for KiCad? https://www.phoronix.com/scan.php?page=news_item=Apple-Deprecates-OpenGL-OpenCL Eeli Kaikkonen ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Tomasz Wlostowski
On 04/06/18 21:14, Seth Hillbrand wrote: > ​Hi Tom- > > Would you like feedback on any of this?  If so, what's most useful for > you?  Github issue tracker?  Merge requests?  Or just posts to the dev list? Hi Seth, Patches & posts to the devlists are my favourite :) Cheers, Tom

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Wayne Stambaugh
Seth, Thanks. That was the issue. Wayne On 6/4/2018 3:09 PM, Seth Hillbrand wrote: > ​Wayne- > > I think that checkout -b created a new branch based on the branch you > were in.  You probably want `git checkout tom-eeschema-gal`.   > > -S​ > > > > Am Mo., 4. Juni 2018 um 12:01 Uhr schrieb

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Seth Hillbrand
​Hi Tom- Would you like feedback on any of this? If so, what's most useful for you? Github issue tracker? Merge requests? Or just posts to the dev list? Best- Seth​ Am Mo., 4. Juni 2018 um 05:22 Uhr schrieb Tomasz Wlostowski < tomasz.wlostow...@cern.ch>: > On 04/06/18 13:42, jp charras

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Seth Hillbrand
​Wayne- I think that checkout -b created a new branch based on the branch you were in. You probably want `git checkout tom-eeschema-gal`. -S​ Am Mo., 4. Juni 2018 um 12:01 Uhr schrieb Wayne Stambaugh < stambau...@gmail.com>: > On 6/4/2018 2:58 PM, Tomasz Wlostowski wrote: > > On 04/06/18

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Wayne Stambaugh
On 6/4/2018 2:58 PM, Tomasz Wlostowski wrote: > On 04/06/18 19:31, Wayne Stambaugh wrote: >> >> On 6/1/2018 4:39 PM, Tomasz Wlostowski wrote: >>> On 28/05/18 23:43, Tomasz Wlostowski wrote: Hi all, This is to inform that I'm working on it (as the XOR-based rendering doesn't

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Tomasz Wlostowski
On 04/06/18 19:31, Wayne Stambaugh wrote: > > On 6/1/2018 4:39 PM, Tomasz Wlostowski wrote: >> On 28/05/18 23:43, Tomasz Wlostowski wrote: >>> Hi all, >>> >>> This is to inform that I'm working on it (as the XOR-based rendering >>> doesn't work under GTK3). I wrote a hacked GAL canvas which uses

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Wayne Stambaugh
On 6/1/2018 4:39 PM, Tomasz Wlostowski wrote: > On 28/05/18 23:43, Tomasz Wlostowski wrote: >> Hi all, >> >> This is to inform that I'm working on it (as the XOR-based rendering >> doesn't work under GTK3). I wrote a hacked GAL canvas which uses the >> legacy eeschema tool code. It's

Re: [Kicad-developers] Can the -rc tar be made available on launchpad?

2018-06-04 Thread Steven A. Falco
On 06/04/2018 11:29 AM, Wayne Stambaugh wrote: > Hey Steve, > > I just uploaded a new source archive to launchpad that should resolve > this issue. All I needed to do was add --prefix=kicad-5.0.0-rc/ to the > git archive command. The more experienced I become with git, the more I > like it.

Re: [Kicad-developers] Can the -rc tar be made available on launchpad?

2018-06-04 Thread Wayne Stambaugh
Hey Steve, I just uploaded a new source archive to launchpad that should resolve this issue. All I needed to do was add --prefix=kicad-5.0.0-rc/ to the git archive command. The more experienced I become with git, the more I like it. Cheers, Wayne On 6/1/2018 8:46 PM, Steven A. Falco wrote: >

Re: [Kicad-developers] [PATCH] Large board speed

2018-06-04 Thread Wayne Stambaugh
I found some time to test this over the weekend and I could not find any issues. Go ahead an merge this patch so it can be tested more thoroughly before the stable release. I think users are pushing KiCad harder than ever so large board speed is going to continue to be an issue. Thank you

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread jp charras
Le 04/06/2018 à 14:22, Tomasz Wlostowski a écrit : > On 04/06/18 13:42, jp charras wrote: >> Le 03/06/2018 à 19:45, Tomasz Wlostowski a écrit : >>> On 03/06/18 09:24, Eeli Kaikkonen wrote: Correction: it wasn't in configuring, but in generating phase. It still generated makefiles. But

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread Tomasz Wlostowski
On 04/06/18 13:42, jp charras wrote: > Le 03/06/2018 à 19:45, Tomasz Wlostowski a écrit : >> On 03/06/18 09:24, Eeli Kaikkonen wrote: >>> Correction: it wasn't in configuring, but in generating phase. It still >>> generated makefiles. But compilation doesn't succeed: >>> >>> In file included from

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread jp charras
Le 01/06/2018 à 22:39, Tomasz Wlostowski a écrit : > On 28/05/18 23:43, Tomasz Wlostowski wrote: >> Hi all, >> >> This is to inform that I'm working on it (as the XOR-based rendering >> doesn't work under GTK3). I wrote a hacked GAL canvas which uses the >> legacy eeschema tool code. It's

Re: [Kicad-developers] eeschema GAL renderer (with old tools)

2018-06-04 Thread jp charras
Le 03/06/2018 à 19:45, Tomasz Wlostowski a écrit : > On 03/06/18 09:24, Eeli Kaikkonen wrote: >> Correction: it wasn't in configuring, but in generating phase. It still >> generated makefiles. But compilation doesn't succeed: >> >> In file included from >>

[Kicad-developers] [PATCH] Python FP wizard helper: docstrings and rounded/chamfered rects

2018-06-04 Thread John Beard
Hi, Here is a simple patch sequence for the Python Footprint Wizard helpers: 1) Minor spelling and formatting tidy-up 2) Add docstrings for the wizard base. As this is intended to be used by writers of new plugins, having the functions documented is probably a Good Idea (TM) 3) Add rounded

Re: [Kicad-developers] Another problem with the generic (XML) netlist exporter

2018-06-04 Thread jp charras
Le 03/06/2018 à 22:52, Jeff Young a écrit : > Hi JP, > > What are you considering the “description” in that? > > Here’s what I’m seeing (interesting bits highlighted in red): > >    >     ECC83 >     Valves:VALVE-NOVAL_ >     http://www.r-type.org/pdfs/ecc83.pdf >      >      >     5B141B34 >   

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #3506

2018-06-04 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :