Re: [Kicad-developers] Updated FindPython cmake modules

2016-05-31 Thread Wayne Stambaugh
On 5/31/2016 11:03 AM, Simon Wells wrote: > This patch isn't actually very good in its current state so i am > currently rewriting it. > > @Wayne, I notied the MINGW stuff you added including lines that search > ${CURRENT_VERSION}.1-9 is that even worth it any more with the primary > python2 distr

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

2016-05-31 Thread jp charras
Le 31/05/2016 à 17:53, Maciej Sumiński a écrit : > Jean-Pierre, Mario, > > I have just finished another approach to the OpenGL contexts problem > [1]. I will be grateful if you could test it. I have tried it out with 2 > window managers on Linux/64, and now I am rebuilding it on W7/64. > > @Mario

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

2016-05-31 Thread jp charras
Le 31/05/2016 à 19:17, José Ignacio a écrit : > We can add that other pattern too, they all get tested, it's not an > all or nothing comparison. Ie: if it has a .gbr extension with any > text/plain content it will match as a gerber file. if it has any > extension but starts with G04 it will match a

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

2016-05-31 Thread jp charras
Le 31/05/2016 à 18:43, José Ignacio a écrit : > I just copied the definition from the gEDA project. It does match all > the gerber files i've generated or have in my possession, they usually > start with a comment. If we go by official standards, the IANA > registered mime type for gerber files is

Re: [Kicad-developers] bugs Fix Commited

2016-05-31 Thread Nick Østergaard
I that that it is ok to mark as released when it was introduced and fixed in one dev cycle. That is that it never was a bug in a release. 2016-05-31 18:12 GMT+02:00 Simon Wells : > I know that bugs should be fix commited until a new version is > released that has the bug fix in it. But IF a bug wa

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

2016-05-31 Thread jp charras
Le 31/05/2016 à 18:13, José Ignacio Romero a écrit : > --- > resources/linux/mime/mime/packages/kicad-gerbers.xml | 19 +++ > 1 file changed, 19 insertions(+) > create mode 100644 resources/linux/mime/mime/packages/kicad-gerbers.xml > > Hi, José. In your patch, what is the use

[Kicad-developers] bugs Fix Commited

2016-05-31 Thread Simon Wells
I know that bugs should be fix commited until a new version is released that has the bug fix in it. But IF a bug was only introduced in the product repo and subsequently fixed https://bugs.launchpad.net/kicad/+bug/1523933 as seen in this bug which was Introduced in 6352 fixed in 6359 the version

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

2016-05-31 Thread José Ignacio Romero
--- resources/linux/mime/mime/packages/kicad-gerbers.xml | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 resources/linux/mime/mime/packages/kicad-gerbers.xml diff --git a/resources/linux/mime/mime/packages/kicad-gerbers.xml b/resources/linux/mime/mime/packages/kicad

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

2016-05-31 Thread Maciej Sumiński
Jean-Pierre, Mario, I have just finished another approach to the OpenGL contexts problem [1]. I will be grateful if you could test it. I have tried it out with 2 window managers on Linux/64, and now I am rebuilding it on W7/64. @Mario I am wondering if there is still a problem of getting an asser

Re: [Kicad-developers] Updated FindPython cmake modules

2016-05-31 Thread Simon Wells
This patch isn't actually very good in its current state so i am currently rewriting it. @Wayne, I notied the MINGW stuff you added including lines that search ${CURRENT_VERSION}.1-9 is that even worth it any more with the primary python2 distribution being 2.7.11? The FindPythonInterp i am writi

Re: [Kicad-developers] [PATCH 3/5] Clean up the applications/*.destop files.

2016-05-31 Thread Wayne Stambaugh
Gerber and excellon are pretty specific mime-types. My guess is most distros will not provide mime-types for them. We should provide the mime-types for all file types supported by the various kicad apps. If distros need to modify them, I'm fine with leaving that up to the distro package devs. I

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

2016-05-31 Thread Maciej Sumiński
On 05/29/2016 08:40 PM, jp charras wrote: [snip] > Hi, Orson, > > About the crash which happens in OPENGL_GAL dtor, when executing delete > OPENGL_GAL::glContext;, I am > now pretty sure the crash is due to an use after delete issue. > > If it is called when exiting the application, no problem.