Re: [Kicad-developers] Stable release 4.0.2

2016-02-23 Thread Cirilo Bernardo
On Fri, Feb 19, 2016 at 11:57 PM, Wayne Stambaugh wrote: > I just checked and the library has been tagged with 4.0.2 but there were > changes to device.lib since 4.0.1. It looks like the POT component was > resized which most likely will fire a component recovery for users

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Bernhard Stegmaier
> On 23.02.2016, at 17:44, Bernhard Stegmaier wrote: > >> * The touchpad panning is not implemented in the component viewer, >> component editor, footprint viewer, and footprint editor. I would think >> that we would want it implemented in these windows for the sake of

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Bernhard Stegmaier
Hi Wayne, > On 23 Feb 2016, at 17:00, Wayne Stambaugh wrote: > > * In Eeschema the mouse wheel is completely disabled but in Pcbnew > (legacy canvas) and GerbView the mouse wheel causes vertical scrolling. > It should be consistent across all canvases. You are talking

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Bernhard Stegmaier
> On 23 Feb 2016, at 17:00, Wayne Stambaugh wrote: > > * In Eeschema the mouse wheel is completely disabled but in Pcbnew > (legacy canvas) and GerbView the mouse wheel causes vertical scrolling. > It should be consistent across all canvases. Wait a second… did you zoom

Re: [Kicad-developers] [PATCH] OS X: Add Retina support to 3d-viewer

2016-02-23 Thread Cirilo Bernardo
I have no objection as such, but keep a copy of the patch. With the various 3D changes in progress you may need to apply the patch yet again to other code in the future. - Cirilo On Sat, Feb 20, 2016 at 11:57 PM, Bernhard Stegmaier < stegma...@sw-systems.de> wrote: > Any objections on this

Re: [Kicad-developers] [PATCH] OS X: Add Retina support to 3d-viewer

2016-02-23 Thread Bernhard Stegmaier
Hi Mario, I am not an expert on this, but let me try… Retina doesn’t expose the full resolution, but only half width/height. So, one logical pixel gets 4 real pixels (2x2). When non-Retina apps draw something like 100x100 pixels, it will be 200x200 native pixels in reality and OSX will

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Bernhard Stegmaier
> On 23 Feb 2016, at 17:00, Wayne Stambaugh wrote: > > * Is there any reason that the mouse scroll wheel behavior has to be > disabled to support the touchpad panning? It's kind of a pain to switch > it on and off when I install my mouse on my laptop. Perhaps remapping >

Re: [Kicad-developers] Python functionality on Windows

2016-02-23 Thread Константин Барановский
I'm confused. I'm not understand what is your point of view about integration python to the installation of kicad on Windows. Will it still done with kicad-winbuilder or you planning to separate python from kicad installation and to use system-wide? As I see (thank you xarx and Torsten Hüter),

Re: [Kicad-developers] 3D refactor

2016-02-23 Thread jp charras
Le 23/02/2016 08:56, Cirilo Bernardo a écrit : > On Tue, Feb 23, 2016 at 3:00 AM, Wayne Stambaugh > wrote: > >> Cirilo, >> >> I have one last change request that I missed in my previous review. >> Please change your debugging output method. Windows apps have no >> concept

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-23 Thread Eldar Khayrullin
Hello. I rebase patches. PS: All sizes in Kicad internal units. > On Feb 22 2016, at 9:35 pm, Wayne Stambaugh stambau...@gmail.com wrote: > > Eldar, > > There is something unsettling about your patch. Why are there different scalars applied when calculating the length of the text versus

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Wayne Stambaugh
On 2/23/2016 12:25 PM, Bernhard Stegmaier wrote: > >> On 23.02.2016, at 17:44, Bernhard Stegmaier wrote: >> >>> * The touchpad panning is not implemented in the component viewer, >>> component editor, footprint viewer, and footprint editor. I would think >>> that we

Re: [Kicad-developers] Python functionality on Windows

2016-02-23 Thread Wayne Stambaugh
On 2/23/2016 3:44 PM, Nick Østergaard wrote: > Hi Wayne > > Let me explain the confusion. The current scripts to build the windows > installer is found at: > https://github.com/nickoe/KiCad-Winbuilder > > It initially started becaue now one or few people cared to package for > windows. No one

Re: [Kicad-developers] Python functionality on Windows

2016-02-23 Thread Wayne Stambaugh
On 2/23/2016 3:53 PM, Nick Østergaard wrote: > As far as I can se, we need python2w.exe, that should be easy to add. > But what I worry about is if we include pip, it might not work as > expeced for the user, beacause when he upgrades he might get into > trouble if he uninstalls kicad and then

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-23 Thread Eldar Khayrullin
Apply Justify of text and flipped flag of text from import file. > On Feb 23 2016, at 12:00 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Hello. > > I rebase patches. > > PS: All sizes in Kicad internal units. > >> On Feb 22 2016, at 9:35 pm, Wayne Stambaugh stambau...@gmail.com

Re: [Kicad-developers] Python functionality on Windows

2016-02-23 Thread Nick Østergaard
Hi Wayne Let me explain the confusion. The current scripts to build the windows installer is found at: https://github.com/nickoe/KiCad-Winbuilder It initially started becaue now one or few people cared to package for windows. No one was using the msys2 environment at the time for builds IIRC.

Re: [Kicad-developers] Python functionality on Windows

2016-02-23 Thread Nick Østergaard
As far as I can se, we need python2w.exe, that should be easy to add. But what I worry about is if we include pip, it might not work as expeced for the user, beacause when he upgrades he might get into trouble if he uninstalls kicad and then installs. The user will have to reinstall the modules

Re: [Kicad-developers] 3D refactor

2016-02-23 Thread Cirilo Bernardo
On Tue, Feb 23, 2016 at 7:37 PM, jp charras wrote: > Le 23/02/2016 08:56, Cirilo Bernardo a écrit : > > On Tue, Feb 23, 2016 at 3:00 AM, Wayne Stambaugh > > wrote: > > > >> Cirilo, > >> > >> I have one last change request that I missed in my previous

Re: [Kicad-developers] [PATCH] fix position of text and refdes from PCAD import

2016-02-23 Thread Eldar Khayrullin
Result > On Feb 23 2016, at 3:29 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Apply Justify of text and flipped flag of text from import file. > >> On Feb 23 2016, at 12:00 pm, Eldar Khayrullin eldar.khayrul...@mail.ru wrote: Hello. >> >> I rebase patches. >> >> PS: All sizes

Re: [Kicad-developers] [PATCH] Separate ElectricPinType and TypeSheetLabel

2016-02-23 Thread Wayne Stambaugh
On 2/22/2016 8:27 AM, Simon Richter wrote: > Hi, > > On 19.02.2016 21:40, Wayne Stambaugh wrote: > >> I asked JP to take a look at this patch for me and he went ahead and >> fixed it which caught me a bit off guard. Apparently your patch had >> some issues in the ERC. I apologize for the

Re: [Kicad-developers] [PATCH] Separate ElectricPinType and TypeSheetLabel

2016-02-23 Thread Daniel Silverstone
On Tue, Feb 23, 2016 at 11:22:02 -0500, Wayne Stambaugh wrote: > AFAIK, labels are only used to connect either off sheet or within sheet > wires and/or buses or name a contiguous net. Their orientation is not I use labels to ensure that when I add design rules in pcbnew, I know what the signal

Re: [Kicad-developers] [PATCH] Separate ElectricPinType and TypeSheetLabel

2016-02-23 Thread Wayne Stambaugh
On 2/23/2016 11:29 AM, Daniel Silverstone wrote: > On Tue, Feb 23, 2016 at 11:22:02 -0500, Wayne Stambaugh wrote: >> AFAIK, labels are only used to connect either off sheet or within sheet >> wires and/or buses or name a contiguous net. Their orientation is not > > I use labels to ensure that

Re: [Kicad-developers] [PATCH] New Feature: Touchpad Panning

2016-02-23 Thread Wayne Stambaugh
Bernhard, I tested this patch on Windows and it causes some odd behavior. * In Eeschema the mouse wheel is completely disabled but in Pcbnew (legacy canvas) and GerbView the mouse wheel causes vertical scrolling. It should be consistent across all canvases. * The touchpad panning is not

Re: [Kicad-developers] Python functionality on Windows

2016-02-23 Thread Wayne Stambaugh
Torsten, If this is the case, it may be a better option to update the kicad PKGBUILD for msys2 so that it includes the same documentation, translations, and libraries as the windows installer and have users installed kicad along with msys2/mingw. This way the user will have a fully functional