Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Wayne Stambaugh
On 10/20/18 3:39 PM, Jeff Young wrote: Hi Seth, Yes, sorry, graphic items. The problem is the initial snap. Let’s say I have an item at [100, 25] and my snap/zoom resolution is currently set to 2. If I right arrow key then I’m expecting [102, 25] but what I get is [102, 24] (or maybe [102,

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Andrey Kuznetsov
Funny, I thought it's maddengly hard to keep things off grid if that's how you need them to stay :D Is there a shortcut button like SHIFT or CTRL or something that will temporarily turn off snap to grid feature? To move things off grid, or at least to like the smallest grid you've setup, ie from 1

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Jeff Young
Hi Seth, I think I actually prefer (1), but I don’t feel strongly. (When you do get things off grid, it can be maddeningly hard to get them back on. I think both the arrow keys and dragging do (2) now.) Cheers, Jeff. > On 20 Oct 2018, at 21:56, Seth Hillbrand wrote: > > Am 2018-10-20 15:3

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Seth Hillbrand
Am 2018-10-20 15:39, schrieb Jeff Young: Hi Seth, Yes, sorry, graphic items. The problem is the initial snap. Let’s say I have an item at [100, 25] and my snap/zoom resolution is currently set to 2. If I right arrow key then I’m expecting [102, 25] but what I get is [102, 24] (or maybe [102,

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Jeff Young
Hi Seth, Yes, sorry, graphic items. The problem is the initial snap. Let’s say I have an item at [100, 25] and my snap/zoom resolution is currently set to 2. If I right arrow key then I’m expecting [102, 25] but what I get is [102, 24] (or maybe [102, 26] depending on rounding). That move o

Re: [Kicad-developers] Eeschema GAL arc rendering

2018-10-20 Thread Wayne Stambaugh
On 10/20/2018 10:26 AM, jp charras wrote: Le 20/10/2018 à 16:07, Jeff Young a écrit : @JP, I thought I fixed the border/background problem.  (It’s also possible I just stopped working on it because I wasn’t getting anywhere.) Hi Jeff, It is fixed for a given graphic item but not for overlappi

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Seth Hillbrand
Am 2018-10-20 10:12, schrieb Jeff Young: I built up a pretty big board (at least for me) over the last week with 6.0. No major issues. The most annoying one is that when moving objects with ‘m’ and then the arrow keys, it can move on the wrong axis if I’m zoomed out a bit. If I zoom in far eno

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread jp charras
Le 20/10/2018 à 16:26, Jeff Young a écrit : > Hi Wayne, > > I don’t really mind the fact that the steps are bigger. The problem is when > it move in the Y axis when I hit the left or right arrow key. (Presumably it > does this because the current position is in between two snap points on the Y

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Wayne Stambaugh
On 10/20/2018 10:26 AM, Jeff Young wrote: Hi Wayne, I don’t really mind the fact that the steps are bigger. The problem is when it move in the Y axis when I hit the left or right arrow key. (Presumably it does this because the current position is in between two snap points on the Y axis a

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Jeff Young
Hi Wayne, I don’t really mind the fact that the steps are bigger. The problem is when it move in the Y axis when I hit the left or right arrow key. (Presumably it does this because the current position is in between two snap points on the Y axis at the current zoom level. But it should never

Re: [Kicad-developers] Eeschema GAL arc rendering

2018-10-20 Thread jp charras
Le 20/10/2018 à 16:07, Jeff Young a écrit : > @JP, I thought I fixed the border/background problem.  (It’s also > possible I just stopped working on it because I wasn’t getting anywhere.) Hi Jeff, It is fixed for a given graphic item but not for overlapping items. But there is still the issue fo

Re: [Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Wayne Stambaugh
Hi Jeff, On 10/20/2018 10:12 AM, Jeff Young wrote: I built up a pretty big board (at least for me) over the last week with 6.0. No major issues. The most annoying one is that when moving objects with ‘m’ and then the arrow keys, it can move on the wrong axis if I’m zoomed out a bit. If I zo

[Kicad-developers] Is snap-to-grid zoom-level dependant?

2018-10-20 Thread Jeff Young
I built up a pretty big board (at least for me) over the last week with 6.0. No major issues. The most annoying one is that when moving objects with ‘m’ and then the arrow keys, it can move on the wrong axis if I’m zoomed out a bit. If I zoom in far enough to see the lowest level of grid dots

Re: [Kicad-developers] Eeschema GAL arc rendering

2018-10-20 Thread Jeff Young
@JP, I thought I fixed the border/background problem. (It’s also possible I just stopped working on it because I wasn’t getting anywhere.) Do you have a case that exhibits it that I can look in to? > On 20 Oct 2018, at 12:21, jp charras wrote: > > Le 19/10/2018 à 22:12, Wayne Stambaugh a écri

Re: [Kicad-developers] Eeschema GAL arc rendering

2018-10-20 Thread jp charras
Le 19/10/2018 à 22:12, Wayne Stambaugh a écrit : > I don't know if anyone is aware but there is an issue with rendering > symbols with arcs in the new Eeschema gal code. Apparently, the legacy > canvas could be tricked into drawing a minimal line width using a > negative width value. This cause t

Re: [Kicad-developers] Schematic capture: showing connecting line when moving name/value text

2018-10-20 Thread Nick Østergaard
Yeah, it looks like it is missing in Version: (6.0.0-rc1-dev-983-gabe1ffabd), release build On Sat, 20 Oct 2018 at 12:43, jp charras wrote: > > Le 19/10/2018 à 22:28, Henner Zeller a écrit : > > Hi, > > A long time ago, I added a little connecting line while moving the > > label or value in the sc

Re: [Kicad-developers] Schematic capture: showing connecting line when moving name/value text

2018-10-20 Thread jp charras
Le 19/10/2018 à 22:28, Henner Zeller a écrit : > Hi, > A long time ago, I added a little connecting line while moving the > label or value in the schematic editor (BZR4686 now as git commit: > 3132c70e54a0c5a61110eab7662e288398145c15 ), which is very helpful to > not loose track of which label belo

Re: [Kicad-developers] Schematic capture: showing connecting line when moving name/value text

2018-10-20 Thread Nick Østergaard
Hmm, this is still available in 5.0.0 at least. On Fri, 19 Oct 2018 at 22:28, Henner Zeller wrote: > > Hi, > A long time ago, I added a little connecting line while moving the > label or value in the schematic editor (BZR4686 now as git commit: > 3132c70e54a0c5a61110eab7662e288398145c15 ), which i

[Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #4184

2018-10-20 Thread Miguel Angel Ajo
See ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-devel

Re: [Kicad-developers] [PATCH 3/3] Use _WIN32, not WIN32

2018-10-20 Thread jp charras
Le 20/10/2018 à 01:22, Simon Richter a écrit : > > The latter is non-standard and not guaranteed to be available > --- > 3d-viewer/3d_cache/3d_cache.cpp | 2 +- > 3d-viewer/3d_cache/3d_plugin_manager.cpp | 2 +- > common/streamwrapper.cpp | 2 +- > include/kicad_curl/kica