Re: [Kicad-developers] The library tables wizard

2015-01-16 Thread Nick Østergaard
Ok, I see you have fixed it in rev 5371. But I still see two semicolons in github/github_getliblist.cpp I don't see why there are two. 2015-01-15 22:57 GMT+01:00 Nick Østergaard : > Ahh, I just found the place. I have attached a patch that removed the > extra slash and the extra semicolon. > > T

Re: [Kicad-developers] The library tables wizard

2015-01-15 Thread Nick Østergaard
Ahh, I just found the place. I have attached a patch that removed the extra slash and the extra semicolon. This interface looks much nicer to choose from instead of the browser window. :) Also, on the same dialog/form as the "Github Libs List" the button called "Add FP Library entry" does nothing

Re: [Kicad-developers] The library tables wizard

2015-01-15 Thread Nick Østergaard
Hi Jean-Pierre To me it seems like you have a double semicolor on pcbnew/github/github_getliblist.cpp 104wxString urlPrefix = wxT( "https://"; ) + repo.GetServer() + wxT( "/" );; Aslo I geth the following error when trying to fetch. The problem is the two slashes before repos. I could not fig

Re: [Kicad-developers] The library tables wizard

2015-01-15 Thread Miguel Ángel Ajo
As I said on the other email, awesome :-) I’m glad my advice made any sense. And I like your idea of being able to make a local copy via the KiCad plugin, that’s very nice. Miguel Ángel Ajo On Thursday, 15 de January de 2015 at 21:10, jp charras wrote: > Le 07/01/2015 23:38, Miguel Ángel Aj

Re: [Kicad-developers] The library tables wizard

2015-01-15 Thread jp charras
Le 07/01/2015 23:38, Miguel Ángel Ajo a écrit : > > Hi Jean Pierre, just an idea for your wizard work: > > https://api.github.com/orgs/KiCad/repos > > You could save the need to work with the HTML viewer and pagination problems > using the above API endpoint, all the KiCad project repositories

Re: [Kicad-developers] The library tables wizard

2015-01-08 Thread jp charras
Le 07/01/2015 23:38, Miguel Ángel Ajo a écrit : > > Hi Jean Pierre, just an idea for your wizard work: > > https://api.github.com/orgs/KiCad/repos > > You could save the need to work with the HTML viewer and pagination problems > using the above API endpoint, all the KiCad project repositories

Re: [Kicad-developers] The library tables wizard

2015-01-08 Thread Miguel Ángel Ajo
John, talking of visualizing pull requests to modules, we could setup a hook to your site from the github KiCad org if you want: https://developer.github.com/webhooks/ Miguel Ángel Ajo On Thursday, 8 de January de 2015 at 08:33, Miguel Ángel Ajo wrote: > Nice John, very interesting job, It

Re: [Kicad-developers] The library tables wizard

2015-01-07 Thread Miguel Ángel Ajo
Nice John, very interesting job, It could be very cool if you could visualize pull requests, etc.. Very good point about the unregistered API limit. The unregistered API limit is 60 req/hour. That should be enough for a normal user (used for listing the repos) If that’s found to be exceeded

Re: [Kicad-developers] The library tables wizard

2015-01-07 Thread John Beard
On Wed, 2015-01-07 at 23:38 +0100, Miguel Ángel Ajo wrote: Hi Jean Pierre, just an idea for your wizard work: > > https://api.github.com/orgs/KiCad/repos > > > You could save the need to work with the HTML viewer and pagination > problems > using the above API endpoint, all the KiCad project re