Re: [Kicad-developers] [PATCH] Add mime package for gerber and excellon files

2016-06-08 Thread jp charras
Le 06/06/2016 à 18:42, José Ignacio a écrit : > That's really embarrassing, for some reason gmail was showing me the > wrong patch, here's the right one. > Committed in revision 6901. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad

Re: [Kicad-developers] [PATCH 10/16] Replace unshared boost::shared_array with std::unique_ptr

2016-06-08 Thread Maciej Sumiński
Thank you Simon, committed in 6902. Regards, Orson On 06/07/2016 09:54 PM, Simon Richter wrote: > > These are never shared, so std::unique_ptr works fine, and std::unique_ptr > has a specialisation for array types that uses "operator delete[]", so this > is still correct. > --- > common/gal/ope

Re: [Kicad-developers] [PATCH] Add zoom-to-selection tool

2016-06-08 Thread Chris Pavlina
Pushed in 6904. Let me know if you have any issues with it. I believe the centering problem mentioned in the original email to be fixed as of 6903. I originally stated that it was an OSX issue, but I think rather it was only noticed by Simon Wells who was testing on OSX, and just not very noticeab

[Kicad-developers] SWIG version.

2016-06-08 Thread Wayne Stambaugh
Just a heads up for all developers. Now that we are starting to add c++11 code to kicad, the minimum swig version that supports c++11 is version 3. Currently we do not enforce a minimum swig version. In the next day or so, I'm going set the minimum swig version to 3. This shouldn't be an issue f

Re: [Kicad-developers] mode openGL issues after latest updates

2016-06-08 Thread Mário Luzeiro
Hi Orson, I am back on testing this openGL issues. I implemented your context manager in my branch. It looks good the implementation (still need a bit style clean up your source code file, eg: gl_context_mgr.cpp line 86) I didn't tried it properly on Windows yet. I am debugging (on debug mode) i

[Kicad-developers] Patch to fix a Offset range bug on 3D Settings (Footprint)

2016-06-08 Thread Mário Luzeiro
Hi all, Attached is a patch that fixes a bug on the Offset of 3D Settings (Footprint) The value range of the offset parameters were not set so it was not able to enter values <-10 It also made some small layout changes on the orientation parameters in order to make it vertical smaller. Hope yo

Re: [Kicad-developers] mode openGL issues after latest updates

2016-06-08 Thread Maciej Sumiński
Hi Mario, On 06/08/2016 08:09 PM, Mário Luzeiro wrote: > Hi Orson, > > I am back on testing this openGL issues. > I implemented your context manager in my branch. > It looks good the implementation (still need a bit style clean up your source > code file, eg: gl_context_mgr.cpp line 86) > > I d

Re: [Kicad-developers] mode openGL issues after latest updates

2016-06-08 Thread Mário Luzeiro
Hi Orson, > If I call SetCurrent() only when the current context is different than > the requested one, I will still need to change the current context if > another window has changed in the time period between closing window and > calling its destructor. It means that we will still get occasional

Re: [Kicad-developers] 3D filename resolution

2016-06-08 Thread jp charras
Le 30/05/2016 à 10:56, Cirilo Bernardo a écrit : > Attached is an updated patch made against r6854. A patch to fix Bug > #1585714 prevented the previous patch from applying cleanly. > > - Cirilo > > Hi, Cirilo, I committed your patch in rev 6905. Thanks. After playing with your 3D path confi

Re: [Kicad-developers] 3D filename resolution

2016-06-08 Thread Cirilo Bernardo
Thanks Jean-Pierre, I'll work on the help button and on the display of KISYS3DMOD. In the case of KISYS3DMOD, should I allow editing of the value or just display it? - Cirilo On Thu, Jun 9, 2016 at 3:58 PM, jp charras wrote: > Le 30/05/2016 à 10:56, Cirilo Bernardo a écrit : > > Attached is

Re: [Kicad-developers] 3D filename resolution

2016-06-08 Thread jp charras
Le 09/06/2016 à 08:31, Cirilo Bernardo a écrit : > Thanks Jean-Pierre, > > I'll work on the help button and on the display of KISYS3DMOD. In the case > of KISYS3DMOD, should I allow editing of the value or just display it? > > - Cirilo I do not have a strong opinion. Try to allow editing. It i