Re: [Kicad-developers] Plans for update Boost?

2015-05-18 Thread Bernhard Stegmaier
> On 18 May 2015, at 20:43, Wayne Stambaugh wrote: > >> >> I like the idea to split the boost from kicad building, linux users will >> appreciate it ;) > > This has been on my todo list for a while. I will also be removing the > AVHTTP and openssl library build stuff as well. I want our cma

Re: [Kicad-developers] hard crash with pcbnew

2015-05-18 Thread Andy Peters
> On May 18, 2015, at 5:09 AM, Maciej Sumiński wrote: > > Hi, > > I have just committed a patch that should fix the problem. I will build and test tonight! > Finally I had > an opportunity to play with a MacBook, and it resulted in two more > changes for Macs: > - Apple MagicMouse and trackpa

[Kicad-developers] 8 years of kicad dev (gource video)

2015-05-18 Thread Marcos Chaparro
Hi, I guess some of you guys are in this video www.youtube.com/watch?v=g3UF8GRjIMQ There are lots of little fellows helping there. Feel free to use the video for whatever reason, the command to render it is in the description. I should have used bigger fonts... Regards -- Marcos ___

Re: [Kicad-developers] [PATCH] Add online documenation URL to the menu

2015-05-18 Thread Nick Østergaard
2015-05-18 18:59 GMT+02:00 Melroy van den Berg : > Hi, > > It's a good idea to setup an URL like: http://docs.kicad-pcb.org/. > I don't know who has webserver / DNS access besides ajo? .htacess is not > that hard. > > You can either use the base_name directly. Or change other parts in the > code, s

Re: [Kicad-developers] Plans for update Boost?

2015-05-18 Thread Wayne Stambaugh
On 5/18/2015 2:12 PM, Mário Luzeiro wrote: >>> Outdated, yes. Problem is, the bug we work around apparently isn't fixed >>> in more recent versions. > >> It hasn't even been fixed in 1.58 :( JP already tested it. It's been >> over two years since the original bug report. The Boost devs don't

Re: [Kicad-developers] Plans for update Boost?

2015-05-18 Thread Mário Luzeiro
>> Outdated, yes. Problem is, the bug we work around apparently isn't fixed >> in more recent versions. >It hasn't even been fixed in 1.58 :( JP already tested it. It's been >over two years since the original bug report. The Boost devs don't seem >to be interested in fixing it. I was trying to

Re: [Kicad-developers] Plans for update Boost?

2015-05-18 Thread Wayne Stambaugh
On 5/18/2015 9:09 AM, Simon Richter wrote: > Hi, > > On 17.05.2015 23:46, Mário Luzeiro wrote: > >> I know that this was a recent topic here in the mailing list, but so, what >> are the plans about updating the boost library? >> I was looking for the boost::geometry and it is very outdated with

Re: [Kicad-developers] [PATCH] Add online documenation URL to the menu

2015-05-18 Thread Melroy van den Berg
Hi, It's a good idea to setup an URL like: http://docs.kicad-pcb.org/. I don't know who has webserver / DNS access besides ajo? .htacess is not that hard. You can either use the base_name directly. Or change other parts in the code, so I can use for example: event.GetId() == wxID_BLAH or event.Ge

Re: [Kicad-developers] [PATCH] Add online documenation URL to the menu

2015-05-18 Thread Nick Østergaard
2015-05-18 18:35 GMT+02:00 Melroy van den Berg : > Hi Nick and Blair, > > @Nick > I choose for a separate wxString to explicitly make a difference between a > local file & online URL. However, yes you can merge them together using 1 > xwString. > If you want, you can change it to your own taste > >

Re: [Kicad-developers] [PATCH] Add online documenation URL to the menu

2015-05-18 Thread Melroy van den Berg
Hi Nick and Blair, @Nick I choose for a separate wxString to explicitly make a difference between a local file & online URL. However, yes you can merge them together using 1 xwString. If you want, you can change it to your own taste @Blair Thanks for your reply. The first remark I agree, but the

[Kicad-developers] Fwd: [PATCH] Add online documenation URL to the menu

2015-05-18 Thread Nick Østergaard
Apparently I did not forward this to the list while replying to Blair. -- Forwarded message -- From: Nick Østergaard Date: 2015-05-18 8:12 GMT+02:00 Subject: Re: [Kicad-developers] [PATCH] Add online documenation URL to the menu To: Blair Bonnett 2015-05-18 1:55 GMT+02:00 Blair

Re: [Kicad-developers] hard crash with pcbnew

2015-05-18 Thread Bob Gustafson
Super. I can hardly wait to try out Adam's OSX Nightly. On 05/18/2015 07:09 AM, Maciej Sumiński wrote: Hi, I have just committed a patch that should fix the problem. Finally I had an opportunity to play with a MacBook, and it resulted in two more changes for Macs: - Apple MagicMouse and trackpa

Re: [Kicad-developers] Plans for update Boost?

2015-05-18 Thread Simon Richter
Hi, On 17.05.2015 23:46, Mário Luzeiro wrote: > I know that this was a recent topic here in the mailing list, but so, what > are the plans about updating the boost library? > I was looking for the boost::geometry and it is very outdated with current > kicad version (1.54). Outdated, yes. Probl

Re: [Kicad-developers] hard crash with pcbnew

2015-05-18 Thread Maciej Sumiński
Hi, I have just committed a patch that should fix the problem. Finally I had an opportunity to play with a MacBook, and it resulted in two more changes for Macs: - Apple MagicMouse and trackpad should be now usable (no more crazy zooming in/out). - Full resolution support for Retina screens in Ope