kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #27900
Re: [PATCH] hiding nets from ratsnest
-
To:
<kicad-developers@xxxxxxxxxxxxxxxxxxx>
-
From:
Maciej Sumiński <maciej.suminski@xxxxxxx>
-
Date:
Thu, 16 Feb 2017 15:20:42 +0100
-
Authentication-results:
spf=pass (sender IP is 188.184.36.48) smtp.mailfrom=cern.ch; lists.launchpad.net; dkim=none (message not signed) header.d=none;lists.launchpad.net; dmarc=bestguesspass action=none header.from=cern.ch;
-
In-reply-to:
<alpine.LNX.2.00.1702121754410.4258@phi>
-
Spamdiagnosticmetadata:
NSPM
-
Spamdiagnosticoutput:
1:99
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0
Hi Julius,
Thank you for the patch, but at the moment I am not sure we can push it.
We would like to have the feature you implemented, but there is a new
connectivity algorithm on the way, which may be much different compared
to what we have now.
There is also a minor bug, which causes ratsnest lines for other nets to
disappear until the ratsnest is refreshed. I have also found some code
formatting violations, but these I could fix myself.
The last question is, does anyone mind extending the net list dialog
with a new column? Personally I have nothing against, but perhaps there
are better ideas for the UI implementation.
Regards,
Orson
On 02/12/2017 06:05 PM, Julius Schmidt wrote:
> This patch adds support to hide individual nets from ratsnest by adding
> an extra tickbox to the 'List nets' dialog.
>
> The ratsnest visibility is stored in NETINFO_ITEM, which I'm not sure is
> the right place to put it. I tried using IsVisible/SetVisible from
> RN_NET, but that doesn't work because RN_NET items are constantly
> deleted and recreated and I couldn't see a straightforward way to make
> this information permanent.
>
> This fixes lp:1457668.
>
> aiju
>
>
> _______________________________________________
> 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
>
Attachment:
signature.asc
Description: OpenPGP digital signature
Follow ups
References