Re: [Kicad-developers] eeschema: Mouse Warping on Navigating between Sheets

2018-04-08 Thread Jeff Young
He he, yeah, I just mentioned the two ends of the spectrum where there’s general agreement on the development team. In the middle there is some contention. ;) Cheers, Jeff. > On 8 Apr 2018, at 21:07, Andrey Kuznetsov wrote: > > OK, some of it makes sense, although I would still argue that th

Re: [Kicad-developers] eeschema: Mouse Warping on Navigating between Sheets

2018-04-08 Thread Andrey Kuznetsov
OK, some of it makes sense, although I would still argue that the solution is not to warp the mouse but instead disable screen scrolling until the mouse comes back into the screen and exits the screen scrolling trigger for a sufficient amount of time. Mouse warping is a really bad practice no matte

Re: [Kicad-developers] eeschema: Mouse Warping on Navigating between Sheets

2018-04-08 Thread Jeff Young
Hi Andrey, It’s more nuanced than that. Mouse warping is more-or-less necessary for interactive tools such as when routing or drawing a line — if you don’t mouse warp then you have a segment going to a random place (and a massive mess if using push routing). Mouse warping is more-or-less a nui

[Kicad-developers] eeschema: Mouse Warping on Navigating between Sheets

2018-04-08 Thread Andrey Kuznetsov
Hi, I thought from numerous discussions on this list that mouse warping was not to be used, or removed from code if it exists? RE: https://bugs.launchpad.net/bugs/1762057 -- Remember The Past, Live The Present, Change The Future Those who look only to the past or the present are certain to miss

Re: [Kicad-developers] [PATCH 0/3] fixing more various small spelling issues

2018-04-08 Thread Wayne Stambaugh
Carsten, I merged your patches. Thank you for your contribution to KiCad. Cheers, Wayne On 04/08/2018 06:28 AM, c.schoen...@t-online.de wrote: > From: Carsten Schoenert > > While improving the packaging of the KiCad 5 binaries for Debian > Lintian, one of the QS tools for package maintaining

Re: [Kicad-developers] [RFC] Able to install KiCad stable and "daily build" in same computer

2018-04-08 Thread Strontium
Hell Carsten, On 08/04/18 13:33, Carsten Schoenert wrote: Am 07.04.18 um 17:34 schrieb Strontium: Attached is a patch for discussion only. Its the minimum change I could come up with to implement a unique version specific config directory. Nick mentioned changing XDG_CONFIG_HOME, that will no

[Kicad-developers] [PATCH 0/3] fixing more various small spelling issues

2018-04-08 Thread c . schoenert
From: Carsten Schoenert While improving the packaging of the KiCad 5 binaries for Debian Lintian, one of the QS tools for package maintaining, some more spelling issue got discovered. Mostly around 'allow to' and 'an other'. The patches are based on cb2c447c23d687a4573f04a7a04d7b1f5944b747. All

[Kicad-developers] [PATCH 3/3] fix misspelled 'an other' -> 'another'

2018-04-08 Thread c . schoenert
From: Carsten Schoenert --- 3d-viewer/3d_canvas/eda_3d_canvas.cpp| 2 +- .../c3d_render_createscene_ogl_legacy.cpp| 2 +- .../3d_render_raytracing/c3d_render_createscene.cpp | 2 +- .../3d_render_raytracing/c3d_render_raytracing.cpp | 2 +- Docu

[Kicad-developers] [PATCH 1/3] fix misspelled 'allows to' -> 'allows one to'

2018-04-08 Thread c . schoenert
From: Carsten Schoenert --- common/gal/opengl/gl_builtin_shaders.cpp | 2 +- eeschema/dialogs/dialog_sim_settings.cpp | 4 ++-- eeschema/sch_sheet_path.h| 4 ++-- include/view/view.h | 2 +- pcbnew/footprint_editor_utils.cpp| 2 +- 5 files changed, 7

[Kicad-developers] [PATCH 2/3] fix misspelled 'Allows to' -> 'Allows one to'

2018-04-08 Thread c . schoenert
From: Carsten Schoenert --- common/gal/opengl/gl_builtin_shaders.cpp | 2 +- pcbnew/tools/edit_constraints.h | 2 +- pcbnew/tools/edit_tool.h | 2 +- pcbnew/tools/position_relative_tool.h| 2 +- pcbnew/tools/selection_tool.h| 2 +- 5 files changed, 5 inse