[Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2017-08-13 Thread
Hi, Here in the attachment the patch that add the remote lib retrieval. Badr Le 2017-08-13 17:29, Badr Hack&Invent a écrit : Hi, Those couple of days I was checking how to update EESCHEMA to add remote libraries retrieval function. Since am familiar with legacy format, I updated the plugin: S

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2017-12-24 Thread Wayne Stambaugh
Badr, Thank you for your patch but we are currently in feature freeze for the stable 5 release. This patch will have to wait until the stable 5 version is release and the version 6 development is opened. I'm not sure exactly when that will happen but I will review your patch then. Cheers, Wayn

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2017-08-13 Thread Simon Wells
setting CURLOPT_SSL_VERIFYHOST breaks newer ssl on macOS so likely better to not just disable that On 14 August 2017 at 07:26, Badr Hack&Invent wrote: > Hi, > > Here in the attachment the patch that add the remote lib retrieval. > > Badr > Le 2017-08-13 17:29, Badr Hack&Invent a écrit : >> >> Hi,

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2017-08-13 Thread Simon Wells
sorry i mean setting it to 0 On 14 August 2017 at 08:39, Simon Wells wrote: > setting CURLOPT_SSL_VERIFYHOST breaks newer ssl on macOS so likely > better to not just disable that > > On 14 August 2017 at 07:26, Badr Hack&Invent wrote: >> Hi, >> >> Here in the attachment the patch that add the re

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2017-08-13 Thread Wayne Stambaugh
I think you misunderstood what I was implying. You should not be looking for a different symbol library header. This is a change that I would reject since you are effectively changing the library file format. What I suggested was that you create new plugin that reads from a remote url similar to

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2017-08-14 Thread
I see, I thought it would be better to upgrade SCH_LEGACY_PLUGIN_CACHE to handle remote libraries seemlessly rather than creating a new plugin. I will check how to add a new plugin for remote libs without adding additional actions for the user. Badr Le 2017-08-14 02:44, Wayne Stambaugh a écri

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2017-08-14 Thread Wayne Stambaugh
You could modify the SCH_LEGACY_PLUGIN_CACHE code to handle urls instead of file names. That way you could hand remote and local files in the same plugin. wxWidgets has classes to handle urls (wxUrl) and input streams (wxInputStream) which can be use as the LINE_READER (INPUTSTREAM_LINE_READER ta

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2020-05-20 Thread
Hi Wayne, Is there any update regarding this patch? If there is any thing else to adjust please let me know. For information, the plugin is working without any bug since 2018 in my for :) Regards, Badr Le 2018-10-30 11:07, Badr Hack&Invent a écrit : > Hi Wayne, > > Did you have a cha

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2020-05-20 Thread Nick Østergaard
Maybe submit it as a MergeRequest on gitlab. ons. 20. maj 2020 12.16 skrev Badr Hack&Invent : > Hi Wayne, > > Is there any update regarding this patch? > > If there is any thing else to adjust please let me know. > > For information, the plugin is working without any bug since 2018 in my > for :)

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2020-05-20 Thread Wayne Stambaugh
Creating a merge request on GitLab is now the only accepted way to contribute to KiCad. Please create a merge request on GitLab so we can evaluate your change. Cheers, Wayne On 5/20/20 6:51 AM, Nick Østergaard wrote: > Maybe submit it as a MergeRequest on gitlab. > > ons. 20. maj 2020 12.16 sk

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2018-10-30 Thread
Hi Wayne, Did you have a chance to give a look at this patch? >From our side we are using it almost a year now, it works fine. Else, I don't know if an equivalent function is now under going in the version 6? If so, I will be glad to help in testing. Regards, Badr Le 2017-12-24 15:31, Way

Re: [Kicad-developers] [PATCH] Add remote lib retrieval to SCH_LEGACY_PLUGIN_CACHE

2020-11-11 Thread
Hi Wayne, We've just created a merge request in gitlab regarding this plugin (!525). SCH_REMOTE_PLUGIN to retrieve symbol libraries remotely HTTP/HTTPS [1] We created a separate plugin similar to the existing ones. Perhaps we will need to rename it differently since github is not relevant (