X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sat, 1 Oct 2016 16:06:06 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: [geda-user] pcb bugreports Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi all, today is the test sprint for pcb-rnd. We found a few bugs and fixed a lot of known issues. A few bugs we fixed are also present in the mainline: - changes to route style doesn't always trigger 'save changes' dialog. reproduce: open layout with test.pcb, delete a route style, then close file. route style deletion is lost. - full poly bug: set full poly to 1, draw a poly cut in ~half, smaller part clicks will be ignored, can't be selected/moved by clicking on the smaller part - in the 45-deg line mode (press '/' a few times until the status line shows empty instead of _/ or \_ with gtk), while DRC enforce settings toggled 'on' can cause isolated trace crossing, violating DRC - fontmode: FontSave breaks existing font (affects mainline): FontEdit(), change the font, FontSave(), write a text right there; it's the broken XYToSym() macro - probably broke when Coord got introduced. This renders the font editor totally unusable. If this was not reported, that's a good indication that most probably no one really used the font editor in the past ~10 years. I recommend moving it to a plugin like I did in pcb-rnd so users can disable it easily. For anyone who wants to patch mainline, the fixes are accessible in pcb-rnd svn. Regards, Igor2