[Kicad-developers] [PATCH] Cleaner entry of arc angles

2015-04-10 Thread Blair Bonnett
Hi all, Currently, angles (e.g., when editing a graphic arc in PcbNew) have to be entered in deci-degrees which is not the nicest IMHO. There is a wxSpinCtrlDouble widget [1] which was added in version 2.9.0 of wxWidgets [2] which is the ideal widget for this purpose. Unfortunately, wxFormBuilder

Re: [Kicad-developers] [PATCH] Correct tab order in pcbnew text properties dialog

2015-04-10 Thread Wayne Stambaugh
Chris, I committed this patch in the product branch r5592. Thank you for your contribution to kicad. Cheers, Wayne On 4/8/2015 9:44 PM, Chris Pavlina wrote: > The logical flow of the Text Properties dialog in pcbnew is vertical, > not horizontal, but the wx grid control naturally arranges the

Re: [Kicad-developers] [patch?] Handling conflict between projname-cache.lib and an updated library

2015-04-10 Thread Chris Pavlina
I should add that Nick found a bug that I am working on fixing at this moment - stopped working after a certain revision when something was changed - so anyone who wants to try it, either wait for me to track down what changed or apply the patch to a revision from around the time I submitted it

Re: [Kicad-developers] [patch?] Handling conflict between projname-cache.lib and an updated library

2015-04-10 Thread Wayne Stambaugh
On 4/8/2015 8:48 PM, Chris Pavlina wrote: > Any more devs have an opinion on this? I've already said it would be a good idea albeit a temporary one for the upcoming stable release. I just saw another reply to a bug report about someones schematic being incorrect because the library components hav

Re: [Kicad-developers] Documentation update

2015-04-10 Thread Brian Sidebotham
On 8 April 2015 at 14:08, Wayne Stambaugh wrote: > On 4/8/2015 4:51 AM, Brian Sidebotham wrote: >> On 4 April 2015 at 16:23, Wayne Stambaugh wrote: >>> Now that we are in feature freeze, I need an update on where we stand as >>> far as the asciidoc documentation conversion process is concerned.

[Kicad-developers] [PATCH] S3D Mesh Smart Pointer

2015-04-10 Thread Brian Sidebotham
Hi Guys, Could someone who has access to both vrml1 and vrml2 models please test the attached patch which uses a smart pointer rather than S3D_MESH* to get rid of some coverity issues and feedback whether it makes your computer explode, or carry on working normally? Alternatively, could someone e

Re: [Kicad-developers] 3d-viewer redesign proposal

2015-04-10 Thread Cirilo Bernardo
It sounds good to me; this architecture will also give us the opportunity to render IGES and STEP models in the future (a long time in the future unless someone wants to help with creating the code to render these). - Cirilo On Fri, Apr 10, 2015 at 8:48 PM, Mário Luzeiro wrote: > Hello all, >

Re: [Kicad-developers] [patch?] Handling conflict between projname-cache.lib and an updated library

2015-04-10 Thread Nick Østergaard
FYI https://forum.kicad.info/t/disruptive-change-coming-to-schematics/727/8 2015-04-09 2:48 GMT+02:00 Chris Pavlina : > Any more devs have an opinion on this? > > > On Mon, Mar 30, 2015 at 02:01:07PM -0400, Wayne Stambaugh wrote: >> >> On 3/30/2015 1:58 PM, Chris Pavlina wrote: >>> >>> >>> On Mar