Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-07 Thread Aimylios
Hi Jeff, Am 06.09.2018 um 23:08 schrieb Jeff Young: Supersampling (4x) is still slow on my 3-year-old Mac Powerbook. But Supersampling (2x) renders quickly and is nearly impossible to tell apart on my Mac Retina display. Does 2x not render well on your ThinkPad? "Supersampling (2x)" is

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-07 Thread jp charras
Le 07/09/2018 à 00:31, Jeff Young a écrit : >> <...> Hi Jeff, Attached a small patch that fixes some cosmetic issues (incorrect color of some items). -- Jean-Pierre CHARRAS From d493d9d463f7ac1f3ad22488d3fd5428778f2a3d Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 7 Sep 2018

Re: [Kicad-developers] GAL design question

2018-09-07 Thread Jeff Young
Hi Jon, That certainly looks like it. I’ll set some breakpoints once my tree builds again and see how I get on…. Thanks, Jeff. > On 7 Sep 2018, at 16:28, Jon Evans wrote: > > VIEW::Update() -> VIEW::invalidateItem() -> VIEW::updateBbox() ? Is that > what you're looking for? > > On Fri,

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-07 Thread Wayne Stambaugh
Some feedback from what I've seen so far which can be observed in the attached screen capture. The wire line thickness changes when zooming which makes for a rather interesting visual effect. When dragging an object ('G' hotkey), the object is displaced off the display. The scrollbars do not

Re: [Kicad-developers] GAL design question

2018-09-07 Thread Jon Evans
VIEW::Update() -> VIEW::invalidateItem() -> VIEW::updateBbox() ? Is that what you're looking for? On Fri, Sep 7, 2018 at 11:19 AM Jeff Young wrote: > When I move a view item, what is supposed to remove it and re-add it to > the R-tree? > > Right now this isn’t happening so the moved objects

[Kicad-developers] GAL design question

2018-09-07 Thread Jeff Young
When I move a view item, what is supposed to remove it and re-add it to the R-tree? Right now this isn’t happening so the moved objects get clipped when their original space goes out of the view. Thanks, Jeff. ___ Mailing list:

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-07 Thread Vesa Solonen
Aimylios kirjoitti 07.09.2018 klo 09:37: > "Supersampling (2x)" is useable at higher zoom levels. At lower zoom > levels, the thickness of lines is not displayed uniformly, which I find > somewhat irritating. But I guess I'll just have to get used to that. You don't have to. Someone(tm) just

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-07 Thread Jeff Young
Hi all, An update on a few of the issues Marcus reported: 1) Hooked up the “Always show cursor” preference so it isn’t shown when no tool is active. 2) Fixed the outline issue. We *were* drawing the outline centred, it’s just that we were filling it *after* stroking so that the fill covered

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-07 Thread Jeff Young
I pushed a few more bug fixes, an implementation of line styles (dashed, dotted, etc.) and a fix for the dragging-object (‘G’ hotkey) bug. Cheers, Jeff. > On 7 Sep 2018, at 16:20, Wayne Stambaugh wrote: > > Some feedback from what I've seen so far which can be observed in the > attached

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-07 Thread dann
Nice! Here’s a few things I found on OSX 10.13.6, Retina iMac: -Click+dragging on a symbol starts a selection rectangle instead of moving the symbol -With the schematic and PCB windows open at the same time, clicking a footprint on the PCB makes the schematic jump and zoom, but it doesn’t

Re: [Kicad-developers] GAL canvas strategy - testers needed!

2018-09-07 Thread Dan Green
> -Click+dragging on a symbol starts a selection rectangle instead of moving > the symbol Scratch this one. It's the same behavoir as in the current nightly. > On Sep 7, 2018, at 5:36 PM, dann wrote: > > Nice! > > Here’s a few things I found on OSX 10.13.6, Retina iMac: > >