Re: [Kicad-developers] Call for testing.

2017-01-27 Thread Wayne Stambaugh
On 1/27/2017 7:40 PM, Chris Pavlina wrote: > On Fri, Jan 27, 2017 at 07:28:09PM -0500, Wayne Stambaugh wrote: >> On 1/27/2017 6:02 PM, Chris Pavlina wrote: >>> On Fri, Jan 27, 2017 at 05:21:42PM -0500, Wayne Stambaugh wrote: I finally got the new schematic I/O plugin fully functional for the >

Re: [Kicad-developers] Fwd: Footprint library developer notice.

2017-01-27 Thread Wayne Stambaugh
There shouldn't be that many since the bug was only introduced 3 days ago. The best way I know of is to look at the text objects in in the module and see if the hide token is inside the effects definition. If it is, then it has been created with the broken code. Tomorrow I'm going to commit a pa

Re: [Kicad-developers] Fwd: Footprint library developer notice.

2017-01-27 Thread Oliver Walters
Wayne, This could (potentially) impact many footprints, although the majority of new additions have been scripted using external python toolset. Is there a quick-n-dirty way of grepping all .kicad_mod files to search for this bug, to determine which ones need fixing? Regards, Oliver On 28 Jan 2

Re: [Kicad-developers] Call for testing.

2017-01-27 Thread Wayne Stambaugh
On 1/27/2017 7:40 PM, Chris Pavlina wrote: > On Fri, Jan 27, 2017 at 07:28:09PM -0500, Wayne Stambaugh wrote: >> On 1/27/2017 6:02 PM, Chris Pavlina wrote: >>> On Fri, Jan 27, 2017 at 05:21:42PM -0500, Wayne Stambaugh wrote: I finally got the new schematic I/O plugin fully functional for the >

Re: [Kicad-developers] Call for testing.

2017-01-27 Thread Chris Pavlina
On Fri, Jan 27, 2017 at 07:28:09PM -0500, Wayne Stambaugh wrote: > On 1/27/2017 6:02 PM, Chris Pavlina wrote: > > On Fri, Jan 27, 2017 at 05:21:42PM -0500, Wayne Stambaugh wrote: > >> I finally got the new schematic I/O plugin fully functional for the > >> current schematic and symbol library file

Re: [Kicad-developers] Call for testing.

2017-01-27 Thread Wayne Stambaugh
On 1/27/2017 7:07 PM, Simon Richter wrote: > On 27.01.2017 23:21, Wayne Stambaugh wrote: > >> I finally got the new schematic I/O plugin fully functional for the >> current schematic and symbol library file formats. When you have some >> time, please test this to see if I've missed anything. I'v

Re: [Kicad-developers] Call for testing.

2017-01-27 Thread Wayne Stambaugh
On 1/27/2017 6:02 PM, Chris Pavlina wrote: > On Fri, Jan 27, 2017 at 05:21:42PM -0500, Wayne Stambaugh wrote: >> I finally got the new schematic I/O plugin fully functional for the >> current schematic and symbol library file formats. When you have some >> time, please test this to see if I've mis

Re: [Kicad-developers] Call for testing.

2017-01-27 Thread Simon Richter
On 27.01.2017 23:21, Wayne Stambaugh wrote: > I finally got the new schematic I/O plugin fully functional for the > current schematic and symbol library file formats. When you have some > time, please test this to see if I've missed anything. I've pushed it > to my repo on launchpad here: > htt

Re: [Kicad-developers] Call for testing.

2017-01-27 Thread Chris Pavlina
On Fri, Jan 27, 2017 at 05:21:42PM -0500, Wayne Stambaugh wrote: > I finally got the new schematic I/O plugin fully functional for the > current schematic and symbol library file formats. When you have some > time, please test this to see if I've missed anything. I've pushed it > to my repo on la

[Kicad-developers] Call for testing.

2017-01-27 Thread Wayne Stambaugh
I finally got the new schematic I/O plugin fully functional for the current schematic and symbol library file formats. When you have some time, please test this to see if I've missed anything. I've pushed it to my repo on launchpad here: https://code.launchpad.net/~stambaughw/kicad/+git/kicad-de

Re: [Kicad-developers] Modedit graphical item properties dialog patch

2017-01-27 Thread Diogo Condeço
Hi all, As we discussed attached is a patch to correct SetFocus issues and the CancelButtonIssue. SetFocus requires DLGSHIM_USE_SETFOCUS to be set, which is only set when __WXMAC__ is defined. I've tested this on my system and it is working -> example is the eeschema edit reference value dialog w

[Kicad-developers] [PATCH] Consts in BOARD

2017-01-27 Thread John Beard
Here is a patch for a couple of consts in class BOARD, plus a suspicious const return-by-value (which does nothing but disable move operations). I looked at GetBoardPolygonOutlines too, but that needs the GetBoardPolygonOutlines function in specctra.cpp to be constified, and theres (at least) a me

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-27 Thread Wayne Stambaugh
This doesn't work on windows at all. Changing any of the values either with the spin buttons or direct entry into the edit control does not update 3D view of the model. This issue will need to be resolved before the patch can be committed. On 1/27/2017 8:16 AM, Kristoffer Ödmark wrote: > Glad to

Re: [Kicad-developers] Fwd: Footprint library developer notice.

2017-01-27 Thread Wayne Stambaugh
I forgot to mention, if you created or modified any footprints with nightly build d4acfb9f5acf26f6bd479405eb029588d2ff486e or later, please revert the changes or users will not be able to open them. I apologize for any inconvenience. Cheers, Wayne On 1/27/2017 8:36 AM, Nick Østergaard wrote: >

[Kicad-developers] Fwd: Footprint library developer notice.

2017-01-27 Thread Nick Østergaard
Forwarding to kicad-lib-comitters. -- Forwarded message -- From: Wayne Stambaugh Date: 2017-01-27 14:23 GMT+01:00 Subject: [Kicad-developers] Footprint library developer notice. To: KiCad Developers To all of our library developers who are adding footprints, please do *not* use

[Kicad-developers] Footprint library developer notice.

2017-01-27 Thread Wayne Stambaugh
To all of our library developers who are adding footprints, please do *not* use nightly builds to create or edit footprints for inclusion into the github libraries. If you do, they will not load due to bug in the parser that was recently exposed by refactoring of the EDA_TEXT object. Until further

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-27 Thread Kristoffer Ödmark
Glad to hear it! Also, I found that incrementing in steps of 10 for the rotations misses 45 deegrees, so changed that to 5 and made it wrap around at 180 as well. Attaching that one! -Kristoffer On 2017-01-27 13:47, Wayne Stambaugh wrote: It's on my list for today. It would be nice if an

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-27 Thread Wayne Stambaugh
It's on my list for today. It would be nice if an osx dev could test it before it's committed just in case there is some unexpected behavior on osx. On 1/27/2017 7:43 AM, Chris Pavlina wrote: > Just tried this. It's REALLY nice to be able to nudge the model around > by turning the scroll wheel ov

Re: [Kicad-developers] [PATCH] Changed the 3d model previewer to use spinboxes

2017-01-27 Thread Chris Pavlina
Just tried this. It's REALLY nice to be able to nudge the model around by turning the scroll wheel over the fields. <3 Anyone test this on something other than Linux yet? I'd like to see this merged. On Thu, Jan 26, 2017 at 05:24:17PM +0100, Kristoffer Ödmark wrote: > Yes, you can still manually

Re: [Kicad-developers] [PATCH 1/1] Add missing include directory

2017-01-27 Thread Wayne Stambaugh
Patch committed. Thanks Simon. On 1/27/2017 4:20 AM, Simon Richter wrote: > > The common library uses CURL. > --- > common/CMakeLists.txt | 1 + > 1 file changed, 1 insertion(+) > > > > ___ > Mailing list: https://launchpad.net/~kicad-developers >

Re: [Kicad-developers] PATCH: remove Ohm sign from multiplier bitmap

2017-01-27 Thread jp charras
Le 27/01/2017 à 13:02, Jean-Noël AVILA a écrit : > Le 27/01/2017 à 12:50, jp charras a écrit : >> Le 27/01/2017 à 12:26, Chris Pavlina a écrit : >>> I noticed the artifacts in the code too, but didn't see anything in the >>> graphic. >>> >>> I would definitely take another update from anyone who wa

Re: [Kicad-developers] PATCH: remove Ohm sign from multiplier bitmap

2017-01-27 Thread Chris Pavlina
JP, even in your country the BIPM says kilo is lowercase "k": http://www.bipm.org/en/measurement-units/prefixes.html I have absolutely no idea what you mean by the "legal" notation, everything I can find published by any standards organization whatsoever (again, including BIPM who 1. is French, 2.

Re: [Kicad-developers] PATCH: remove Ohm sign from multiplier bitmap

2017-01-27 Thread jp charras
Le 27/01/2017 à 12:26, Chris Pavlina a écrit : > I noticed the artifacts in the code too, but didn't see anything in the > graphic. > > I would definitely take another update from anyone who wants to further > edit this: > > - Remove any artifacts that may be present > - Use lower-case "k" Inter

Re: [Kicad-developers] PATCH: remove Ohm sign from multiplier bitmap

2017-01-27 Thread Chris Pavlina
I noticed the artifacts in the code too, but didn't see anything in the graphic. I would definitely take another update from anyone who wants to further edit this: - Remove any artifacts that may be present - Use lower-case "k" - Center the multiplier column better On Fri, Jan 27, 2017 at 05:08

Re: [Kicad-developers] Current state of ActionPlugin

2017-01-27 Thread Jean-Samuel Reynaud
Dear All, As requested please find attached a patch to create 2 samples for the action menu: - add_automatic_border.py Automaticaly found smaller area including all modules/coper area/text... and build or update rectangular PCB edge - text_by_date.py Change any text with content "$date$" on the P

[Kicad-developers] [PATCH 1/1] Add missing include directory

2017-01-27 Thread Simon Richter
The common library uses CURL. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e9c7e4338..549a2c86b 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -4,6 +4,7 @@ include_directories( ./dialog_ab

[Kicad-developers] [PATCH 0/1] 4.0 branch: missing include

2017-01-27 Thread Simon Richter
Hi, this is for the 4.0 branch, and fairly obvious, I think. The master branch already has this. Simon Simon Richter (1): Add missing include directory common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) -- 2.11.0 ___ Mailing list: ht