Re: [Kicad-developers] Improving SCM behaviour of kicad_pcb

2017-07-30 Thread Joakim Asplund
lution seems sound. > Would you please make your source tree available or provide a patch of > the changes so we can review it to see if makes sense to merge the > changes into the master branch. I'm sure a lot of users would like to > see this change make it into KiCad. > > Cheer

Re: [Kicad-developers] Improving SCM behaviour of kicad_pcb

2017-07-12 Thread Joakim Asplund
I found previously that there are two different pieces of code that annotates the power symbols. One is the normal annotation code. The other uses a completely different numbering scheme and runs silently before DRC and netlist generation and renumbers all power symbols on all open sheets. This

Re: [Kicad-developers] [FEATURE] Partial selection in pcbnew

2017-05-10 Thread Joakim Asplund
On Sat, May 6, 2017 at 9:21 AM, Oliver Walters < oliver.henry.walt...@gmail.com> wrote: > > a) PCBNEW > > Selecting part of a MODULE (right to left) will select both the entire > module and also any parts of the module that you touched (lines, pads, > etc). Then, when you move the module, the

Re: [Kicad-developers] Coroutines, in general

2017-02-23 Thread Joakim Asplund
Hi, For what it's worth, I've been bitten by some changes in boost coroutine(s?)(2) and there are actually two different interfaces (coroutines and coroutines2) and the previous is deprecated. My workaround is to do the following in our project to get something that works both before boost 1.55

[Kicad-developers] Handling of clearance on board

2016-10-19 Thread Joakim Asplund
Hi! I have been using Kicad for a while and was thinking of adding support for clearance which depends not only on nets individually but being different for different pairs of nets. One use case might be where a large clearance is required between the primary side and secondary side of a power

[Kicad-developers] [PATCH] Remove write-only member variables from PNS router.

2016-10-04 Thread Joakim Asplund
, Joakim From 00151d4ab30a280ced4c62237d994cbbeef18244 Mon Sep 17 00:00:00 2001 From: Joakim Asplund <joaki...@kth.se> Date: Mon, 3 Oct 2016 23:14:51 +0200 Subject: [PATCH] Remove write-only member variables from PNS router. The last references to the m_override* variables were removed in