Re: [Kicad-developers] Remove boost build.

2015-12-21 Thread Wayne Stambaugh
I'm going to remove them. They shouldn't break anything (famous last words). The Boost patches have to stay for now. On 12/21/2015 3:13 PM, José Ignacio wrote: > What about removing the fake boost target and dependencies? > > On Dec 21, 2015 11:25 AM, "Adam Wolf"

Re: [Kicad-developers] [rfc patch] replace avhttp with libcurl

2015-12-21 Thread Wayne Stambaugh
Patch committed in the product branch r6397. Thank you for your contribution to KiCad. FYI. There may be an issue with with ssl where there is a ca-cert file race condition that causes all of the github entries in the fp-lib-table to fail for cannot assess ca-cert files. Dick found the issue

Re: [Kicad-developers] OS X 4.0.1 posted

2015-12-21 Thread Andy Peters
> On Dec 20, 2015, at 2:41 PM, Adam Wolf wrote: > > Sorry about the delay. > > http://downloads.kicad-pcb.org/osx/stable/ Can someone update the OS X download page at http://kicad-pcb.org/download/osx/ so it points to 4.0.1? Andy Peters 5511 E Rosewood St

Re: [Kicad-developers] Remove boost build.

2015-12-21 Thread José Ignacio
What about removing the fake boost target and dependencies? On Dec 21, 2015 11:25 AM, "Adam Wolf" wrote: > I was able to apply the patch cleanly by doing patch --ignore-whitespace > -p0. > > The build went fine on the nightly builder for OS X. > > On Mon, Dec 21,

[Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #983

2015-12-21 Thread Miguel Angel Ajo
See Changes: [Wayne Stambaugh] Replace the avhttp library used by the github plugin with libcurl. -- Started by an SCM change Building on master in workspace

Re: [Kicad-developers] OS X 4.0.1 posted

2015-12-21 Thread Mark Roszko
Done ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

Re: [Kicad-developers] best way to add rounded rectangle functionality?

2015-12-21 Thread Cirilo Bernardo
My thoughts on that are that we should create a 2D geometry toolkit and change pad definitions to use defined outlines consisting of arcs and line segments. There will be a significant penalty to DRC in terms of increased calculations but such a toolkit will also make it possible for us to

Re: [Kicad-developers] [rfc patch] replace avhttp with libcurl

2015-12-21 Thread Mark Roszko
FYI, you committed the older patch :/ The newer email thread had the newer patch/ ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More

Re: [Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #983

2015-12-21 Thread Nick Østergaard
I suspect that curl is not installed on the build server, don't be afraid. 2015-12-21 21:34 GMT+01:00 Miguel Angel Ajo : > See > > Changes: > > [Wayne Stambaugh] Replace the avhttp library used by the github plugin with >

Re: [Kicad-developers] [rfc patch] replace avhttp with libcurl

2015-12-21 Thread Mark Roszko
Here ya go. 1. Fixed an assumption somebody originally made in the plugin that std::string had contiguous storage. This is not specced behavior pre C++11 so we gamble by calling .reserve() which should give a far better guarantee. 2. Added copy to clipboard information for curl 3. Removed some

Re: [Kicad-developers] Mac legacy graphics slowness?

2015-12-21 Thread Chris Pavlina
Apparently even eeschema is unusable on this particular setup. :( On Mon, Dec 21, 2015 at 06:08:44PM -0600, Adam Wolf wrote: > IIRC, OS X doesn't have an XOR draw mode. > > After a certain size PCB, PCBnew legacy graphics on OS X is unusable. This > size is much lower than it is in Linux, on

[Kicad-developers] Mac legacy graphics slowness?

2015-12-21 Thread Chris Pavlina
Okay, this is just a quick call for information for now, not sure if this is a known issue (and I'm relaying from a friend, don't have one here to test) - have any OSX users noticed some severe slowness in the legacy graphics (including eeschema) while panning, zooming, and picking up and moving

Re: [Kicad-developers] [PATCH] Update INSTALL.txt with current dependencies

2015-12-21 Thread Nick Østergaard
Looks good to me. 2015-12-22 0:29 GMT+01:00 Jon Neal : > INSTALL.txt in the source only listed about half of the dependencies, so I > went ahead and added all of the dependencies I could find in CMakeLists.txt. > Let me know if I missed anything. > > I also added a

Re: [Kicad-developers] demo projects (and the 3D refactor code)

2015-12-21 Thread easyw
Hi Cirilo, I used the ${KIPRJMOD} to let my kicad StepUp demo file be fully portable if you put this var in your 3D model kicad pcbnew will point to the project folder e.g. 'model ${KIPRJMOD}/shapes/cap_0603.wrl' the demo project of kicad StepUp is fully portable ... eeschema libs are in

[Kicad-developers] [PATCH] Move exactly dialog not exactly right on init

2015-12-21 Thread Nick Østergaard
Hello I have noticed this problem for a while; where the move exactly dialog did not seem quite right when first opened. See the image: http://www.pasteall.org/pic/show.php?id=96746 The labels for the x and y are not positioned properly. I can reproduce this all the times on my machine, but it

[Kicad-developers] demo projects (and the 3D refactor code)

2015-12-21 Thread Cirilo Bernardo
With the rapid changes in the kicad footprint libraries there is a chance that people will have trouble with using the demo projects such as pic_demo and video. When (if?) the initial 3D refactor code is merged the new 3d model resolver will make it possible to update these demo projects so that

Re: [Kicad-developers] [rfc patch] replace avhttp with libcurl

2015-12-21 Thread Wayne Stambaugh
Sorry about that. I'm starting to lose track of the patches due to the volume. Would you please send me a diff against what I committed when you get a chance? On 12/21/2015 4:47 PM, Mark Roszko wrote: > FYI, you committed the older patch :/ The newer email thread had the > newer patch/ >

Re: [Kicad-developers] [PATCH] Update INSTALL.txt with current dependencies

2015-12-21 Thread Jon Neal
Oh, also while updating this file.. Is it time to remove the bits about installing kicad from binaries? I don't think that has been relevant since 2012 or 2013. Jon On Mon, Dec 21, 2015 at 6:39 PM Nick Østergaard wrote: > Looks good to me. > > 2015-12-22 0:29 GMT+01:00 Jon

Re: [Kicad-developers] Mac legacy graphics slowness?

2015-12-21 Thread Adam Wolf
IIRC, OS X doesn't have an XOR draw mode. After a certain size PCB, PCBnew legacy graphics on OS X is unusable. This size is much lower than it is in Linux, on the same hardware. Someone awesome on the list, I forget who right now, did some profiling and fixed a wx issue that was causing some

[Kicad-developers] best way to add rounded rectangle functionality?

2015-12-21 Thread Adam Wolf
Hi folks, Let's say I wanted to add a rectangle drawer, or even a rounded rectangle drawer, to KiCad, and get it accepted. For me, this would be purely for Edges. Any ideas on how I'd best go about this? Adam Wolf ___ Mailing list:

Re: [Kicad-developers] Translation team

2015-12-21 Thread Brian Sidebotham
Instructions for translators are here: https://github.com/KiCad/kicad-doc/blob/master/translation_instructions.adoc Hopefully everything you need should be there. Best Regards, Brian. On 21 December 2015 at 11:02, André S. wrote: > Hi everyone! > > I'm planning

[Kicad-developers] Translation team

2015-12-21 Thread André S .
Hi everyone! I'm planning translating some of the kicad-doc to German. However I could not find any information if there is a "head of translation" or any German translation team. Is there anyone I could approach for checking my results if done? Also: I'm not quite sure what's the current

Re: [Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #978

2015-12-21 Thread Nick Østergaard
Yes, I tried to do some little cleanup and have retriggered the build and it passes now. 2015-12-21 14:03 GMT+01:00 Tomasz Wlostowski : > On 21.12.2015 12:55, Miguel Angel Ajo wrote: >> :2237: >>

Re: [Kicad-developers] Translation team

2015-12-21 Thread Brian Sidebotham
Hi André, Yes, the makefile was recently removed from the doc repository because it was deemed unnecessary now the CMake build system is in place. So we'll have to update the documentation there to detail the cmake generated target name. Please start a GitHub issue against KiCad/kicad-doc and

Re: [Kicad-developers] Translation team

2015-12-21 Thread André S .
Hi Brian, the instructions on that page do not fit to the actual available data. I only cloned the "kicad-doc" There are only addendum.xx files in the corresponding $program_module/po directories. There is not a single Makefile in the src path that could be used to generate some output via

Re: [Kicad-developers] Translation team

2015-12-21 Thread Marco Ciampa
Hi André, the doc translation procedure is in the half of a Makefile to CMake procedure migration, so I am afraid that not all is working properly and properly documented. Anyway I can configure all for you to start your translation in just about no time. Then you just have to fork on github,

Re: [Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #978

2015-12-21 Thread Tomasz Wlostowski
On 21.12.2015 12:55, Miguel Angel Ajo wrote: > :2237: > fatal error: error writing to /tmp/ccnWCU8r.s: No space left on device Hi Miguel, Looks like the hard drive on your machine is full ;) Tom

[Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #978

2015-12-21 Thread Miguel Angel Ajo
See Changes: [jean-pierre charras] Code reorganization, and change the way 3D viewer frame is managed (now using wxWidgets wxWindow::FindWindowByName() to know if it is existing) , to prepare others fixes.

Re: [Kicad-developers] PATCH : Enhanced Python Shell - Proposed version

2015-12-21 Thread Wayne Stambaugh
Patch committed in product branch r6392. Thank you for your contribution to KiCad. Cheers, Wayne On 12/17/2015 12:10 AM, Strontium wrote: > Hi Wayne, > > Thanks for testing this on windows, I really appreciate it a lot. > > I moved the offending comments from being inline comments and placed

Re: [Kicad-developers] Remove boost build.

2015-12-21 Thread Adam Wolf
Hmm. The FindCairo hunks don't seem to apply cleanly to my tree--did I mess something up in my tree? Adam Wolf On Sun, Dec 20, 2015 at 3:57 PM, Adam Wolf wrote: > :) > > Wonderful! > > I've been discussing this with the devs on IRC--I'm scheming a way for me >

Re: [Kicad-developers] [PATCH] Eeschema: reorganize options, step 1

2015-12-21 Thread Wayne Stambaugh
Let's do this incrementally. Please give me time to catch up on my patch commit backlog. On 12/21/2015 10:21 AM, Chris Pavlina wrote: > As I'm going to do this incrementally, do you want to merge it in steps > like that, so we can get feedback from the others as I go? Or would you > prefer I

Re: [Kicad-developers] Translation team

2015-12-21 Thread Marco Ciampa
On Mon, Dec 21, 2015 at 12:02:10PM +0100, André S. wrote: > Hi everyone! Now I have a little more time to reply to this properly... > I'm planning translating some of the kicad-doc to German. good! > However I could not find any information if there is a "head of > translation" or any German

Re: [Kicad-developers] [PATCH] Eeschema: reorganize options, step 1

2015-12-21 Thread Chris Pavlina
No problem, I know you're busy - just wanted to know whether or not I should continue yet. Take your time :) On Dec 21, 2015 10:35 AM, "Wayne Stambaugh" wrote: > Let's do this incrementally. Please give me time to catch up on my > patch commit backlog. > > On 12/21/2015

Re: [Kicad-developers] Remove boost build.

2015-12-21 Thread Adam Wolf
I was able to apply the patch cleanly by doing patch --ignore-whitespace -p0. The build went fine on the nightly builder for OS X. On Mon, Dec 21, 2015 at 9:24 AM, Wayne Stambaugh wrote: > I had the same problem when I tested the patch on Linux. There seems to > be an