Re: [Kicad-developers] Fwd: Python plugin for pcbnew

2014-03-09 Thread Jean-Samuel Reynaud
Hi, For starting I had implement your b) option. For that I start from a copy of guthub plugin. So I add options in all needed files (CMakeLists.txt..), I had create a directory on pcbnew and put the code inside and an example. Out of this directory I had done some small changes: scripting/python

Re: [Kicad-developers] Fwd: Python plugin for pcbnew

2014-03-10 Thread Jean-Samuel Reynaud
Hi Dick, Hi list I'm currently modify the plugin to met your points. => now the plugin don't load python module each time => the lib path is now handled directly onto the python module and is not used anymore as the python module path. => I had created a python sub-interpreter (associated into t

Re: [Kicad-developers] Fwd: Python plugin for pcbnew

2014-03-10 Thread Jean-Samuel Reynaud
k, and will justify my continued help, because as I said, > I need this > and more in milestone C). > > > If you send a patch, I will put it into a new pushed branch, and be in a > position to help. > > > Thanks, > > Dick > > > On 03/10/2014 08:44 AM, Jean-

[Kicad-developers] PPA for kicad

2014-03-10 Thread Jean-Samuel Reynaud
Dear All, If somebody is interessed, I provide daily build of kicad thought my ppa: https://code.launchpad.net/~js-reynaud/+archive/ppa-kicad It is not a big job just a small reshape of Adam's (https://code.launchpad.net/~adamwolf/+archive/kicad-testing-daily). If you found some missing/broken d

Re: [Kicad-developers] PPA for kicad

2014-03-10 Thread Jean-Samuel Reynaud
sad solution. GUTHUB_PLUGIN and all scripting options were activated. Le 10/03/2014 22:37, Dick Hollenbeck a écrit : > On 03/10/2014 03:33 PM, Jean-Samuel Reynaud wrote: >> Dear All, >> >> If somebody is interessed, I provide daily build of kicad thought my ppa: >> htt

Re: [Kicad-developers] Fwd: Python plugin for pcbnew

2014-03-11 Thread Jean-Samuel Reynaud
Le 11/03/2014 05:19, Dick Hollenbeck a écrit : > A couple of things I've noticed right away are: > > a) The plugin name is a bit awkward for the table editor. Do you have any > objections to > having the user simply pick "Python" in the dropdown cell editor? No problem, I'm gona change that > >

Re: [Kicad-developers] Fwd: Python plugin for pcbnew

2014-03-11 Thread Jean-Samuel Reynaud
Le 11/03/2014 14:25, Dick Hollenbeck a écrit : > > Here at my company, we simply use the "Kicad" plugin on a NFS server. The > pretty dirs are > all on a simple Ubuntu file server running nfs. That plugin works pretty > well in a > multi-user environment, benefiting from the fact that each foot

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Jean-Samuel Reynaud
Yes you are true, there is a broken compilation (on rev 4742). So package was unable to be build... I'm trying to re-enable 4741 until fix. @All this PPA was dedicated to a daily build of source. So sources can be broken and then package can become broken... Regards, Jean-Samuel 2014-03-12 17:

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Jean-Samuel Reynaud
look at a page of broken builds and assume > the whole PPA is broken, but it certainly looks like a transient error to > me. Good news coming on that front from Wayne and Layne soon! > > Thanks Jean-Samuel! > > Adam Wolf > Wayne and Layne, LLC > > > On Wed, Mar 12, 2014 at

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-03-24 Thread Jean-Samuel Reynaud
Hi, I can help too on this project. Tell me if you need more help. Regards Le 24/03/2014 15:59, Dick Hollenbeck a écrit : > On 03/24/2014 09:48 AM, Dick Hollenbeck wrote: >> On 03/24/2014 06:05 AM, Brian Sidebotham wrote: >>> On 24 March 2014 08:34, dileep kushwaha wrote: I need team membe

Re: [Kicad-developers] KIWAY milestone A)

2014-03-27 Thread Jean-Samuel Reynaud
Hi All, Please find attached a patch to fix the "pcbnewFinishPythonScripting();" compilation issue. It was just a mismatch between method signature in scripting/python_scripting.cpp and scripting/python_scripting.h Regards, Le 20/03/2014 07:58, Dick Hollenbeck a écrit : > I committed milestone A)

Re: [Kicad-developers] KIWAY milestone A)

2014-03-27 Thread Jean-Samuel Reynaud
Oups... Attached now... Le 27/03/2014 19:38, Nick Østergaard a écrit : > No patch attached. > > > 2014-03-27 19:36 GMT+01:00 Jean-Samuel Reynaud <mailto:js.reyn...@gmail.com>>: > > Hi All, > > Please find attached a patch to fix the &

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-03-31 Thread Jean-Samuel Reynaud
Ok I'm starting to work to meet window 1). 2014-03-31 17:01 GMT+02:00 Dick Hollenbeck : > On 03/24/2014 10:19 AM, Jean-Samuel Reynaud wrote: > > Hi, > > > > I can help too on this project. Tell me if you need more help. > > > > https://code.launchpad.net/

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-04-02 Thread Jean-Samuel Reynaud
wanted the GUI to look pretty > innovative. I was > > looking into the feasibility of an idea. The idea comes from a > member who proposed it > > to have a game like GUI. I was thinking if right click would give > list of options > > surrounding it in circ

[Kicad-developers] Fwd: pcbnew crashes on start since #4757 because of libpython not loaded

2014-04-03 Thread Jean-Samuel Reynaud
Hi, I can reproduct this problem even when I build from source. To do that I just activate KICAD_SCRIPTING_WXPYTHON during compilation and I face the same issue. I imagine that the issue is somewhere on links options ... I found 2 workarrounds: - Disable this option - force loading of python2.7 on

Re: [Kicad-developers] Fwd: pcbnew crashes on start since #4757 because of libpython not loaded

2014-04-03 Thread Jean-Samuel Reynaud
For the patch it was coming from http://bugs.python.org/issue19153 Regards Le 04/04/2014 08:02, Jean-Samuel Reynaud a écrit : > Hi, > > I can reproduct this problem even when I build from source. To do that > I just activate KICAD_SCRIPTING_WXPYTHON during compilation and I face >

Re: [Kicad-developers] Fwd: pcbnew crashes on start since #4757 because of libpython not loaded

2014-04-04 Thread Jean-Samuel Reynaud
rc/kicad/common/single_top.cpp:224:15: warning: unused > variable 'handle' [-Wunused-variable] > > > > 2014-04-04 8:46 GMT+02:00 Jean-Samuel Reynaud : > >> For the patch it was coming from http://bugs.python.org/issue19153 >> >> Regards >> >>

Re: [Kicad-developers] Fwd: pcbnew crashes on start since #4757 because of libpython not loaded

2014-04-04 Thread Jean-Samuel Reynaud
Le 04/04/2014 15:04, Dick Hollenbeck a écrit : > I'm sure you are not submitting this for a potential commit, right? Clearly the objectif of this patch is NOT to be commit. > Because: > > 1) The comment is below the line of text that it refers to. Yes it's a paste an copy from a solution I found on

[Kicad-developers] Python plugin for pcbnew

2014-04-16 Thread Jean-Samuel Reynaud
Hi all, I need for my job more features on the footprint library management. I see on the code that there is a reference to "python_footprint_plugin" but it is currently not implemented. Is somebody already work on this ? (I don't think so, since I don't found any trace on blueprint) Is it ok if

Re: [Kicad-developers] News about python project manager

2014-05-14 Thread Jean-Samuel Reynaud
> Same as before. I don't like a tree view. Have you any suggestion ? Any example (other application) ? > > About the project file: Ok I forgot it ;) > > > About coding standard: > > Did I try to meet at maximum coding standard currently used for C++ or > did I try to meet pep8 instead ? > >

Re: [Kicad-developers] Fwd: pcbnew crashes on start since #4757 because of libpython not loaded

2014-06-12 Thread Jean-Samuel Reynaud
Hello, I come back on this issue to give some pieces of analysis. This issue is kicad bug #1299217 (https://bugs.launchpad.net/kicad/+bug/1299217) Actual facts: When compile with option : KICAD_SCRIPTING_WXPYTHON=ON Pcbnew crash at startup with an error: Traceback (most recent call last): F

Re: [Kicad-developers] Python Scripting Window event handling

2014-06-13 Thread Jean-Samuel Reynaud
Hi, As I understand 'x' and 'o' are global hotkeys (defined on menubar from menubar_pcbframe.cpp:363) and other keys (for example 'm') is defined only as hotkey in PCB_EDIT_FRAME context). Some solution can be: - remove those global hotkey and define them only on PCB_EDIT_FRAME context (but in thi

Re: [Kicad-developers] Python Scripting Window event handling

2014-06-13 Thread Jean-Samuel Reynaud
I had test this patch but unfortunately is not working for me: Ubuntu 12.04 (amd64) wx2.8.12 (default ubuntu version) I still have issue with x and o letter. Regards Le 13/06/2014 20:28, jp charras a écrit : > Le 13/06/2014 15:39, Dick Hollenbeck a écrit : >> The problem is made more difficult b

Re: [Kicad-developers] Python Scripting Window event handling

2014-06-18 Thread Jean-Samuel Reynaud
Hi, When not docked it's working for me: Ubuntu 12.04 wx : 2.8.12.1 Ok for this modification but I have a question: Why not remove this shortcut from the menu and put it only on the pcb edit frame (like T or M hotkey for example) ? Is it because it remove the hotkey remind in the menu ? Le 17/

Re: [Kicad-developers] Release 4.0.5 tagged.

2016-12-18 Thread Jean-Samuel Reynaud
For me it's OK. Ppa for Ubuntu is ready... Regards Le 18 déc. 2016 18:13, "Wayne Stambaugh" a écrit : Does anyone need more time or can I make the announcement later today? Cheers, Wayne On 12/17/2016 10:11 AM, Nick Østergaard wrote: > Everything should be ready now, please go ahead. Thank

[Kicad-developers] Current state of ActionPlugin

2017-01-03 Thread Jean-Samuel Reynaud
Dear All, Quick question about ActionPlugin. What is the current state ? Is there anybody working on it ? Regards, ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launch

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-04 Thread Jean-Samuel Reynaud
gin. AFAIK, that is the only plugin in progress. > > On 1/3/2017 10:02 AM, Jean-Samuel Reynaud wrote: >> Dear All, >> >> Quick question about ActionPlugin. What is the current state ? Is there >> anybody working on it ? >> >> Regards, >> >> _

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-09 Thread Jean-Samuel Reynaud
Regards, Le 04/01/2017 à 22:14, Wayne Stambaugh a écrit : > To my knowledge no one is currently working on that. > > On 1/4/2017 4:16 PM, Jean-Samuel Reynaud wrote: >> Mainly Action plugins was supposed to add right click/menu/toolbar hooks. >> >> There is two reference o

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-10 Thread Jean-Samuel Reynaud
t;git clone" directory. Le 09/01/2017 à 23:33, Nick Østergaard a écrit : > I am unable to apply this patch, are you sure this is made against > HEAD on master? > > 2017-01-09 19:08 GMT+01:00 Jean-Samuel Reynaud : >> Hi, >> >> Please find attached a patch with an

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-10 Thread Jean-Samuel Reynaud
Hi Maciej, > > I think your patch will facilitate use of 3rd party python plugins, as > the current way of executing commands from the Python shell is not quite > user friendly. I vote for merging the patch, but we need to fix some > code formatting issues first. Ok. > > Also, I wonder if it wo

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-10 Thread Jean-Samuel Reynaud
Hi, Just from my point of view: We use some python plugin currently and it's not really easy to open each time python console (and remember plugins name, call mode...). I'm agree with you: During devs of scripts it's crashing and my devs have to find the rigth way to process. But this kind of

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-10 Thread Jean-Samuel Reynaud
ipting API. This would be a very bad > point to lock ourselves into having to stabilize it as is. I do not > think we should be doing this until an interposing layer with a > formalized, stable API can be created. > > On Tue, Jan 10, 2017 at 04:25:10PM +0100, Jean-Samuel Reynaud wrote: >

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-10 Thread Jean-Samuel Reynaud
> I'm sure you find this feature useful; > that doesn't mean it's for full inclusion in KiCad proper. Yes, many users of KiCad here on my side are waiting for a simpler use of script we use internally. Anyway I understand your position. > >> >> An other point is that master branch is a *dev* bran

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-11 Thread Jean-Samuel Reynaud
t;> what you accept for use with the scripting API. This would be a very bad >> point to lock ourselves into having to stabilize it as is. I do not >> think we should be doing this until an interposing layer with a >> formalized, stable API can be created. >> >> On Tue,

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-11 Thread Jean-Samuel Reynaud
>> Pay a particular attention to the fact plugins can be *now* updated (when >> the source file has >> changed), and therefore menus can also be updated. >> the "PCB_EDIT_FRAME::createActionPluginMenus()" method calls Connect, but >> Disconnect is never called >> by destructors. >> It can create

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-16 Thread Jean-Samuel Reynaud
. I had remove the example from the patch as asked. Regards, Le 11/01/2017 à 18:58, jp charras a écrit : > Le 11/01/2017 à 17:36, Jean-Samuel Reynaud a écrit : >>>> Pay a particular attention to the fact plugins can be *now* updated (when >>>> the source file has >>>

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-17 Thread Jean-Samuel Reynaud
this option be added to the about box->copy version info for > > completeness? > > > > On Tue, Jan 17, 2017 at 8:08 AM, Jean-Samuel Reynaud > > wrote: > >> Hi all, > >> > >> Please find attached the patch for the ac

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-17 Thread Jean-Samuel Reynaud
> yes i was trying to subtly imply that :) ok, find attached the patch with the about box updated ;) Regards, diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d71af2..52de977 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,6 +63,10 @@ option( KICAD_SCRIPTING_WXPYTHON "Build wxPytho

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-18 Thread Jean-Samuel Reynaud
SER downloads PACKAGERs package and doesn't have python and complains > because it doesn't run > > Both of these would make it hard to glimpse at the cmake log unless > the packager makes it available in the latter case to see that it was > forced on (or dig into the

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-18 Thread Jean-Samuel Reynaud
Just to know if this patch is now acceptable ? Did you plan to commit it ? Thanks, Le 17/01/2017 à 19:46, Jean-Samuel Reynaud a écrit : >> yes i was trying to subtly imply that :) > ok, find attached the patch with the about box updated ;) >

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-23 Thread Jean-Samuel Reynaud
> Jean-Samuel, thanks, and please carefully test this rev, to be sure I did not > break anything. > It look to work as I tested it before. I'm gonna use it more to see if something was broken. On same time, I prepare some examples. ___ Mailing list: h

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-27 Thread Jean-Samuel Reynaud
> >> 2017-01-23 14:13 GMT+01:00 jp charras : >>> Le 18/01/2017 à 18:00, Jean-Samuel Reynaud a écrit : >>>> Just to know if this patch is now acceptable ? Did you plan to commit it ? >>>> >>>> Thanks, >>>> Le 17/01/2017 à 19:46,

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-31 Thread Jean-Samuel Reynaud
;> >> I concur. I think it would be wise to allow our python devs to test it >> for a while be for we make it available for general testing. >> >>> >>> >>>> 2017-01-23 14:13 GMT+01:00 jp charras : >>>>> Le 18/01/2017 à 18:00, Jean-Samuel Re

[Kicad-developers] [PATCH] ActionPlugin undo and redo feature

2017-02-02 Thread Jean-Samuel Reynaud
ectly from command line) - Run plugins in the order you wish to test it. Regards, From 5ec8199885de451d62765068cc889c52c0685ae7 Mon Sep 17 00:00:00 2001 From: Jean-Samuel Reynaud Date: Thu, 2 Feb 2017 10:40:34 +0100 Subject: [PATCH] Adding Undo/Redo support for ActionPlugin calls from menu MIME-Ve

Re: [Kicad-developers] [PATCH] ActionPlugin undo and redo feature

2017-02-05 Thread Jean-Samuel Reynaud
Hi All, Any update on this ? Regards, Le 02/02/2017 à 10:50, Jean-Samuel Reynaud a écrit : > Dear All, > > Find attached a patch to add undo/redo feature for external python > plugin called from the "External Plugins" menu. > > Attached: > - The patch himself

[Kicad-developers] pcbnew crash when pad clearance "too negative"

2017-02-08 Thread Jean-Samuel Reynaud
Hi all, I experience a crash in pcbnew when pad clearance is "too negative" according to the pad shape. To reproduce: - Open pcbnew (In OpenGL canvas) - Open footprint editor - Create a new footprint - Place a new SMD rectangular PAD of 1.5mmx1.5mm size - Change footprint properties and set "Pad

Re: [Kicad-developers] Ubuntu build commit IDs

2017-02-27 Thread Jean-Samuel Reynaud
Hi all, In your example 7735 is the revno form the git repo (It is not related to bzr). I had changed it with the git-commit keywork. I should be useful. Le 26/02/2017 à 16:46, John Beard a écrit : > Hi, > > Would it be possible to get the ubuntu builds tagged with a commit > hash? Version strin

[Kicad-developers] Activation of ActionPlugin/Menu in PPA daily build

2017-02-27 Thread Jean-Samuel Reynaud
Hi All, After many tests, I plan to activate action plugin submenu in PPA daily build in few days. (cmake option -DKICAD_SCRIPTING_ACTION_MENU=ON) Any comments ? ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@l

[Kicad-developers] Somes download stats on daily build for PPA

2017-03-03 Thread Jean-Samuel Reynaud
Hi All, I had made some statistics on downloads for KiCad daily builds. This is valid only for PPA (Ubuntu...) on last 3 months. To summarize: - Major distribution used by our daily build users: Ubuntu xenial (16.04) LTS - Download are most of them in amd64 arch (95% ~ 5%) except for some old d

Re: [Kicad-developers] Stable release status update.

2017-03-03 Thread Jean-Samuel Reynaud
PPA is ready since few days. Once doc will be tagged I will create doc packages. Regards, Le 03/03/2017 à 21:18, Wayne Stambaugh a écrit : I'm just checking to see where we stand on the 4.0.6 release. I got a notice from the doc dev group that they need another day or two. I think the transla

Re: [Kicad-developers] Somes download stats on daily build for PPA

2017-03-03 Thread Jean-Samuel Reynaud
Le 03/03/2017 à 19:55, Kevin Cozens a écrit : On 2017-03-03 01:07 PM, Jean-Samuel Reynaud wrote: I had made some statistics on downloads for KiCad daily builds. This is valid only for PPA (Ubuntu...) on last 3 months. Have you noticed any uptick in downloads since the announcement about the

Re: [Kicad-developers] Somes download stats on daily build for PPA

2017-03-03 Thread Jean-Samuel Reynaud
07 PM, Jean-Samuel Reynaud mailto:js.reyn...@gmail.com>> wrote: Hi All, I had made some statistics on downloads for KiCad daily builds. This is valid only for PPA (Ubuntu...) on last 3 months. To summarize: - Major distribution used by our daily build users: Ub

Re: [Kicad-developers] Stable release status update.

2017-03-05 Thread Jean-Samuel Reynaud
x27;ll see if I can get it done by the end of > the day. > > On 3/5/2017 11:15 AM, Nick Østergaard wrote: > > The docs have been tagged. > > > > @Wayne, could you upload the announcement as a draft? Just add draft = > > true in the document

Re: [Kicad-developers] [PATCH] Speed improvement for Duplicate functionality

2017-06-05 Thread Jean-Samuel Reynaud
Hi, I had tested this patch and it's working good for me. For me it's a good improvement in term of speed. Regards, Le 05/06/2017 à 10:13, Oliver Walters a écrit : > Friendly bump - has anyone had a chance to review this? > > On Sun, May 28, 2017 at 11:14 PM, Oliver Walters > mailto:oliver.henry

Re: [Kicad-developers] [RFC] new connectivity algorithm - testers needed

2017-06-13 Thread Jean-Samuel Reynaud
Hi All, I had perform some speed test on a complex board (12 layers, 42 zones, 649 nets, 2156 pads, 8556 tracks) and as far as I see it's really better: - Open/close pcbnew test: => 24 seconds with current code => 8 seconds with this new algo - Move a single module/footprint: => 14 seconds

Re: [Kicad-developers] [PATCH] Fix wrong directory building for python plugins

2017-06-23 Thread Jean-Samuel Reynaud
Hi Jean-Pierre, Very strange, It look like a python parse error but I can't reproduce under Linux. Could you also confirm that python shell is not working when patch is applied ? Thanks, Le 23/06/2017 à 13:47, jp charras a écrit : > Le 22/06/2017 à 19:34, reynaud a écrit : >> Hi all, >> >> See at

Re: [Kicad-developers] [PATCH] Fix wrong directory building for python plugins

2017-06-23 Thread Jean-Samuel Reynaud
Hi Jean-Pierre, old code: if os.path.isdir(plugins_dir+module): __import__(module, locals(), globals()) plugins_dir+module dir name never exists. In fact it is existing actually since user's home ".kicad_plugins" directory was build in a bad way (string contact with tailing "/" instea

Re: [Kicad-developers] [PATCH] Fix wrong directory building for python plugins

2017-06-23 Thread Jean-Samuel Reynaud
In fact it is existing actually since user's home ".kicad_plugins" directory was build in a bad way (string contact with tailing "/" instead of os.path.join) s/contact/concat/ ;) ___ Mailing list: https://launchpad.net/~kicad-developers Post to

[Kicad-developers] [PATCH] Avoid an infinite loop in PNS

2017-07-06 Thread Jean-Samuel Reynaud
Hi All, Following bug 1702485, please find attached a patch to fix this infinite loop. Bug report containt all detail how to reproduce... >From cbffb761a9b25307084aec5504dfbd5afeb67ffc Mon Sep 17 00:00:00 2001 From: Jean-Samuel Reynaud Date: Thu, 6 Jul 2017 10:40:52 +0200 Subject: [PA

Re: [Kicad-developers] Stable release 4.0.7

2017-07-12 Thread Jean-Samuel Reynaud
Hi, Ok on my side (PPA/Ubuntu repo...) Le 12/07/2017 à 17:06, Wayne Stambaugh a écrit : > If there are no outstanding issues with the stable 4 branch, I'm going > to tag it for the 4.0.7 release on Friday. Please let me know if there > are any source changes that need to be made be before I tag i

Re: [Kicad-developers] bugs in stable 4.07

2017-07-24 Thread Jean-Samuel Reynaud
I will remove packages 4.0.7 since they are already compiled. No problem. Le 24 juil. 2017 16:45, "Wayne Stambaugh" a écrit : > If we have known segfault bugs we should fix them. I can remove the tag > on the stable branch and move it to your bug fix commits. Nice catch. > > I need some input

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-26 Thread Jean-Samuel Reynaud
Hi, Building is in progress for binaries in PPA. For documentation and i18n it is also in progress. A little more work is needed for libs and modules. But I'm working on it. Le 25/08/2017 à 15:10, Nick Østergaard a écrit : I have got reports for people just sanity testing it that it seems to

[Kicad-developers] [PATCH] Fix incorrect (missing) initialisation of m_cur_grid in, symbols libraries table dialog box

2017-08-30 Thread Jean-Samuel Reynaud
80420c8bfc0ad3c09052b642f Mon Sep 17 00:00:00 2001 From: Jean-Samuel Reynaud Date: Wed, 30 Aug 2017 19:36:03 +0200 Subject: [PATCH] Fix incorrect (missing) initialisation of m_cur_grid in symbols libraries table dialog box MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Jean-Samuel Reynaud
Hi All, I'm currently fighting to have the ppa come back... As I see there is a dependence missing in the script kicad-install.sh: => python-wxgtk3.0-dev is needed too when I use ppa from Adam. Regards, Le 20/10/2014 14:35, Nick Østergaard a écrit : > Yeah, wxwidgets is available, but not wxpytho

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Jean-Samuel Reynaud
gineer > W&L, LLC > > On Mon, Oct 20, 2014 at 9:17 AM, Jean-Samuel Reynaud > mailto:js.reyn...@gmail.com>> wrote: > > Hi All, > > I'm currently fighting to have the ppa come back... As I see there > is a > dependence missing in the scrip

Re: [Kicad-developers] kicad-install.sh requiring python-wxgtk3.0

2014-10-20 Thread Jean-Samuel Reynaud
e PPA. Le 20/10/2014 16:56, Nick Østergaard a écrit : > 2014-10-20 16:54 GMT+02:00 Jean-Samuel Reynaud : >> Hi Adam, >> >> Of course I use your PPA you have created. Thank you a lot... >> >> About fighting it was just a joke to explain I'm currentl

[Kicad-developers] Footprint python plugin: Is it possible to merge ?

2014-11-03 Thread Jean-Samuel Reynaud
Hi All, I wrote few months ago an extension to be able to write in python a footprint library plugin. ie: for the moment for footprint you have to choice between: - Kicad - Legacy - GitHub ... And I had write a "Python". You choose the python module to load (the module name as an option of the pyt

Re: [Kicad-developers] Footprint python plugin: Is it possible to merge ?

2014-11-04 Thread Jean-Samuel Reynaud
Hi, Anyway, this gateway plugin for custom plugin writen in python is ready (for me). So my initial question is about the possibility to integrate it in main branch (merge) ? Le 03/11/2014 22:19, Wayne Stambaugh a écrit : > On 11/3/2014 4:09 PM, Blair Bonnett wrote: >> On 4 November 2014 09:43,

Re: [Kicad-developers] Kicad support for Linux on PPC

2019-08-29 Thread Jean-Samuel Reynaud
gards, > Gianluca > > On Mon, Feb 18, 2019 at 2:41 PM Gianluca Renzi <mailto:icj...@gmail.com>> wrote: > > Great, thanks! > > On Mon, Feb 18, 2019 at 2:40 PM Seth Hillbrand <mailto:s...@hillbrand.org>> wrote: > > Am 2019-02-11

Re: [Kicad-developers] Kicad support for Linux on PPC

2019-08-29 Thread Jean-Samuel Reynaud
hat is installed by default on > Ubuntu 19.04. Otherwise I will compile V5.1 from scratch. > > Regards, > > On Thu, Aug 29, 2019 at 9:43 AM Jean-Samuel Reynaud > mailto:js.reyn...@gmail.com>> wrote: > > Dear Gianluca, > > KiCad V4 is really old. For m

Re: [Kicad-developers] Kicad support for Linux on PPC

2019-08-29 Thread Jean-Samuel Reynaud
    Hope for the best for converting from 4 to 5. > > 2- Add your ppa >    Install kicad-5.1 over the version 4 >    Hope for the best for converting from 4 to 5 > > 3- Compile 5.1 from sources and install it in another path /opt/kicad-5.1 > > What do you think? >

Re: [Kicad-developers] 5.1.5 release tag

2019-11-20 Thread Jean-Samuel Reynaud
Hi All, Version 5.1.5 are now available on the PPA (ubuntu). Le 18/11/2019 à 12:06, Nick Østergaard a écrit : > Everything is tagged. > > @adam, you should be able to bump the macos releases as well. > > søn. 17. nov. 2019 17.57 skrev Rene Pöschl >: > > Librari

Re: [Kicad-developers] 5.1.5 release tag

2019-11-20 Thread Jean-Samuel Reynaud
And there is already 1200 downloads since yesterday... Le 20/11/2019 à 17:17, Jean-Samuel Reynaud a écrit : > Hi All, > > Version 5.1.5 are now available on the PPA (ubuntu). > > > Le 18/11/2019 à 12:06, Nick Østergaard a écrit : >> Everything is tagged. >> &

Re: [Kicad-developers] 5.1.6 Release Update

2020-05-15 Thread Jean-Samuel Reynaud
KiCad 5.1.6 is now available on Ubuntu PPA since 2 days. And some statistics on May 2020: By Ubuntu version (only for 5.1 download): Focal (20.04) 499.00 ( 8%) Eoan (19.10) 389.00 ( 6%) Bionic (18.04)4753.00 (76%) Xenial (16.04) 582.00 ( 9%) Totals6223.00 Le 15

Re: [Kicad-developers] 5.1.7 tagged.

2020-09-28 Thread Jean-Samuel Reynaud
FYI Ubuntu builds (PPA) are ready. Le 25/09/2020 à 22:10, Wayne Stambaugh a écrit : > I just pushed the 5.1.7 tagged commit to GitLab. How are we doing on > tagging the libraries, docs, and translations. I would like to make the > release announcement either 9/30 or 10/1 if possible. Thank you

Re: [Kicad-developers] 5.1.9 tagged for release

2020-12-23 Thread Jean-Samuel Reynaud
PPA is currently building. Should be ok in 1 or 2 hours. Le 22/12/2020 à 23:01, Nick Østergaard a écrit : > I don't think we need that long. Everything seems to be tagged. I have > triggered the windows build and it should just be a simple pkgver bump > for macos and ubuntu ppa as well. > > > On

Re: [Kicad-developers] Linux Packaging heads up

2021-01-20 Thread Jean-Samuel Reynaud
On my side (ppa Ubuntu) I see an impact on the nightly builds package since I produce renamed desktop files. I'll check that point as soon as possible. Le mer. 20 janv. 2021 à 18:35, Seth Hillbrand a écrit : > This is a heads up for our Linux packagers that the launcher locations > have changed

Re: [Kicad-developers] Translation building changes in master

2021-01-21 Thread Jean-Samuel Reynaud
Dear Ian, Since this update some build fail on ubuntu. In fact there is translation of some XML files (for example mime types resources/linux/mime/kicad-gerbers.xml.in) but gettext is unable to find rules to translate that kind of file without the appropriate ITS file. On Ubuntu 18.04, shared-mime

Re: [Kicad-developers] Translation building changes in master

2021-01-28 Thread Jean-Samuel Reynaud
co > mailto:stevenfa...@gmail.com>> wrote: > > We have the same problem with Fedora 32 because it also doesn't > have the needed ITS file. > > I believe Ian is looking into a solution. > >         Steve > > On 1

Re: [Kicad-developers] ngspice-34

2021-02-02 Thread Jean-Samuel Reynaud
FYI: As I see the PATH for the file ngspice/config.h is changed on ngspice-34. And on debian package this file is no more distributed on this version (as I see on last updated package). So there is an impact on some KiCad code: common/build_version.cpp:161:#include Le 02/02/2021 à 09:16,

Re: [Kicad-developers] 5.1.10 stable release tagged

2021-04-27 Thread Jean-Samuel Reynaud
Hi, Same with kicad-i18n... Le 27/04/2021 à 14:35, Christoph Moench-Tegeder a écrit : > Hi, > > ## Wayne Stambaugh (stambau...@gmail.com): > >> I just pushed the stable release tag to GitLab. Please update any repo >> tags as required so we can get the packages build. > > Any chance to get

Re: [Kicad-developers] 5.1.10 stable release tagged

2021-05-03 Thread Jean-Samuel Reynaud
On my side PPA (ubuntu) is ready with 5.1.10. Le 27/04/2021 à 22:14, Christoph Moench-Tegeder a écrit : > ## Seth Hillbrand (s...@kipro-pcb.com): > >> Docs and i18n have been tagged. > > And there they are, thanks. > I'll give it a spin (testing, so important) and push later this week. > > Rega

Re: [Kicad-developers] How many users does KiCAD have?

2021-05-18 Thread Jean-Samuel Reynaud
Dear Avishay, For PPA I have some statistic (available at https://jsreynaud.github.io/). But it include only download for packages of KiCad via PPA (ubuntu). Le 18/05/2021 à 12:19, Avishay Orpaz a écrit : > I understand it's a tricky question to answer, especially when it comes > to open source

Re: [Kicad-developers] Experience compiling latest HEAD

2021-06-29 Thread Jean-Samuel Reynaud
>> And the kicad built nightly v5.99 from >> http://ppa.launchpad.net/kicad/kicad-dev-nightly/ubuntu/ >> >> And it's v5.99 I was asking to include wx 3.1. > > I though we had changed our nightly Ubuntu builds over to 3.1 but > apparently not.  Maybe our PPA package dev can comment about what it >

Re: [Kicad-developers] Python Status and a way forward

2021-11-17 Thread Jean-Samuel Reynaud
Dear Seth, First thanks for all your (and all team) efforts for making KiCad a great EDA software. About Python, I'm really interested to take a look at discussions on that point. As I understand, swig will not be used anymore and pybind11 become the future (but not sure of my interpretation of co

Re: [Kicad-developers] Introduction of sentry application monitoring and error tracking

2022-04-21 Thread Jean-Samuel Reynaud
Hi Mark, Should I enable yet this on ubuntu nightly build (PPA) ? Regards, Le mercredi 30 mars 2022 à 20:31 -0400, Mark Roszko a écrit : > Hey folks, > > We are planning to introduce the use of the Sentry platform into > KiCad. > Sentry https://sentry.io/ is open source platform to capture > app

[Kicad-developers] Unable to build on Ubuntu 18.04 for 6.0 branch

2022-05-09 Thread Jean-Samuel Reynaud
Hi, As I see, since one of those commits: 891c919c239223ef601284a8f166d0f229f6b030 0ea7dabc1271dbc77b8d5764e4eecbeba85903d6 e1cd74dd78031b002737a79ddffcf3489d74105c 4d8297a1f6f18d59cb38361b88a959d7af062480 KiCad is unable to build on Ubuntu 18.04. I guess it's a boost version issue (Boost is 1.65

Re: [Kicad-developers] Unable to build on Ubuntu 18.04 for 6.0 branch

2022-05-10 Thread Jean-Samuel Reynaud
Hi, > Jean-Samuel, you may be able to use the mhier PPA[2] as the source > for newer Boost versions that will allow KiCad on older Ubuntus. Ok, I'll try that to see if it's possible. Anyway what is the minimum version number required for boost ? Because as I see on kicad/INSTALL.txt it's 1.59 (i

Re: [Kicad-developers] KiCad documentation update.

2015-08-24 Thread Jean-Samuel Reynaud
Hi, For ppa I need a mirror on launchpad. Is there a read only mirror somewhere on launchpad ? If not I will do it. Regards, Le 24/08/2015 01:35, Cirilo Bernardo a écrit : > On Sun, Aug 23, 2015 at 11:37 PM, LordBlick > wrote: > > In response to a message written

[Kicad-developers] Boost build on gcc 5.2.1 (Ubuntu wily)

2015-09-03 Thread Jean-Samuel Reynaud
attached file (it's a backport from 1.58). Is it possible to add this patch on the list of boost's patch ? or is there any plan to upgrade boost version ? Regards, Jean-Samuel Reynaud --- boost/thread/pthread/once_atomic.hpp~ 2015-09-03 16:01:38.0 +0200 +++ boost/thre

Re: [Kicad-developers] Boost build on gcc 5.2.1 (Ubuntu wily)

2015-09-03 Thread Jean-Samuel Reynaud
Yes for me it is not the same issue. Le 03/09/2015 20:08, Mark Roszko a écrit : > That's not his issue FYI. > > On Thu, Sep 3, 2015 at 1:51 PM, Nick Østergaard wrote: >> Please read, https://lists.launchpad.net/kicad-developers/msg19960.html >> >> 2015-09-03 18:

Re: [Kicad-developers] Boost build on gcc 5.2.1 (Ubuntu wily)

2015-09-07 Thread Jean-Samuel Reynaud
o work but I'm not 100% sure. This can be done by > passing -DKICAD_SKIP_BOOST=ON during CMake configuration. All of this > is going to be ripped out of the KiCad build code after the stable release. > > On 9/3/2015 4:32 PM, Jean-Samuel Reynaud wrote: >> Yes for me it is not t

Re: [Kicad-developers] Version 4 stable branch rc1 released.

2015-09-14 Thread Jean-Samuel Reynaud
A dedicated PPA is available for kicad V4 branch: ppa:js-reynaud/kicad-4 Regards, Le 13/09/2015 17:37, Wayne Stambaugh a écrit : > The libraries and documentation are maintained separately from the > source. For now I would just use a snapshot of the current libraries > and docs. As part of the

[Kicad-developers] Kicad Documentation: Adding COMPONENT

2015-09-16 Thread Jean-Samuel Reynaud
.. Thanks, Jean-Samuel Reynaud diff --git a/CMakeModules/KiCadDocumentation.cmake b/CMakeModules/KiCadDocumentation.cmake index a82bf8b..711c9b2 100644 --- a/CMakeModules/KiCadDocumentation.cmake +++ b/CMakeModules/KiCadDocumentation.cmake @@ -113,8 +113,8 @@ macro( KiCadDocumentati

Re: [Kicad-developers] Kicad Documentation: Adding COMPONENT

2015-09-18 Thread Jean-Samuel Reynaud
Ok, I had made the pull request. Thanks, Le 16/09/2015 20:22, Wayne Stambaugh a écrit : > Please create a pull request here: > > https://github.com/KiCad/kicad-doc > > This is where the official kicad-doc development is done. > > On 9/16/2015 2:17 PM, Jean-Samuel Rey

Re: [Kicad-developers] Version 4 stable branch rc1 released.

2015-09-23 Thread Jean-Samuel Reynaud
ython3.0 and > wxwidgets3.0 to the repo. This means that a user can not only add the > 4.0 ppa. > > Nick > > 2015-09-14 21:55 GMT+02:00 Jean-Samuel Reynaud : >> A dedicated PPA is available for kicad V4 branch: >> >> ppa:js-reynaud/kicad-4 >> >> Regard

[Kicad-developers] Ubuntu packaging

2015-11-18 Thread Jean-Samuel Reynaud
Dear All, I reshaped kicad packages to split on multiples packages (for ubuntu ppa) Now there are: Package "kicad": all binaries for KiCad, pictures, scripts... Package "kicad-dbg": debug symbols for binaries (not installed by default) Package "kicad-demo": All demo files (not installed by def

Re: [Kicad-developers] Ubuntu packaging

2015-11-19 Thread Jean-Samuel Reynaud
ed *-pkg, I was wondering > about this and thought it was a strange "meta-naming"... and now I see > your announcement description where you don't use that, so is this a > naming error in the package names in the repo? > > Nick > > 2015-11-18 22:54 GMT+01:00 Jean-S

Re: [Kicad-developers] GLM versioning

2015-12-16 Thread Jean-Samuel Reynaud
Hi, Currently the version on CMakeLists.txt is 0.9.5.4. On Ubuntu 14.04 the available version is 0.9.5.1. Did I build a backport of libglm for ubuntu or 0.9.5.1 is enougth ? or other solution ? Regards, Le 05/12/2015 23:11, Cirilo Bernardo a écrit : > I had a look at GLM issues and it's a bigger

Re: [Kicad-developers] GLM versioning

2015-12-16 Thread Jean-Samuel Reynaud
might require a higher > version (or it might not - it hasn't been tested with 0.9.5.1). > > - Cirilo > > On Wed, Dec 16, 2015 at 7:58 PM, Jean-Samuel Reynaud > mailto:js.reyn...@gmail.com>> wrote: > > Hi, > > Currently the version on CMakeLists.txt i

  1   2   >