Re: [Kicad-developers] [PATCH] GerbView GAL support

2017-09-24 Thread Jon Evans
Hi Orson, Tom, Thanks for the tips. I eventually did figure out what was going on -- mismatch of state between the RTREE and the View in my first attempt at optimization. The attached 3 patches improve performance a ton on larger Gerber files -- on my computer, between 30-40% improvement, and ma

Re: [Kicad-developers] [Patch] pcbnew clipboard support

2017-09-24 Thread Kristoffer Ödmark
On 09/25/2017 12:21 AM, Tomasz Wlostowski wrote: Hi Kristoffer, I've had some time to work on your code during the past few days (I wasn't aware you're still improving it). I fixed the crashes, refactored placement of pasted items, fixed the zone refill issue, added snapping to item's anchors a

Re: [Kicad-developers] [Patch] pcbnew clipboard support

2017-09-24 Thread Tomasz Wlostowski
On 24.09.2017 19:44, Kristoffer Ödmark wrote: > I just pushed a larger change for this patch. Before the items was > always added to the board on paste, even if the user aborted the action. > This resulted in duplicate items stuck on the board since they were > pasted directly to the same position,