[Kicad-developers] Bazaar revision cmake patch

2013-12-24 Thread Nick Østergaard
to cmake, so patch might not be ideal, but it works! Nick Østergaard === modified file 'CMakeModules/CreateBzrVersionHeader.cmake' --- CMakeModules/CreateBzrVersionHeader.cmake 2013-10-11 16:24:43 + +++ CMakeModules/CreateBzrVersionHeader.cmake 2013-12-24 23:18:26 + @@ -30,8 +30,15

[Kicad-developers] Useless check in installer script

2014-01-27 Thread Nick Østergaard
. The only thing you get is a warning saying it is not configured, and that is fine. The installer script should not require it. It was added in revision 4446 [1], but no comments on why it is needed. Looks like a brainfart to me. Regards Nick Østergaard [1] http://bazaar.launchpad.net/~kicad

Re: [Kicad-developers] Patch: In eeschema: use unused hotkey 'Backspace' to be equivalent to 'Delete'

2014-02-05 Thread Nick Østergaard
However, I notice that changing the Delete function hotkey doesn't work. This in fact should be filed as a bug; So please file a bug report on Launchpad so it can be fixed, or else feel free to apply a patch that fixes this bug instead. The best method is to file a bug report on launchpad

Re: [Kicad-developers] Moving field-texts with connecting line to component; potential patch

2014-02-07 Thread Nick Østergaard
I like the way it works. But when using it on a component with a filled rectangle the line keeps appearing as an artifact. This does not happen with non filled rectangles. Se attached image. 2014-02-07 Brian Sidebotham brian.sidebot...@gmail.com: On 7 February 2014 10:31, jp charras

Re: [Kicad-developers] library problem in Cvpcb

2014-02-11 Thread Nick Østergaard
The KIGITHUB environment variable is probably not set in the env you are running pcbnew in. i.e. if you just installed on a clean system you have to log out and in as the script states. echo Please logout and back in after this script completes for environment echo variable to get set into

[Kicad-developers] [PATCH] Fix wrong numbering in the QFP footprint wizard

2014-02-11 Thread Nick Østergaard
by the user anyway. If I am mistaken please let me know -- otherwise commit.. :) Regards Nick Østergaard === modified file 'pcbnew/scripting/plugins/qfp_wizard.py' --- pcbnew/scripting/plugins/qfp_wizard.py 2013-11-01 15:29:50 + +++ pcbnew/scripting/plugins/qfp_wizard.py 2014-02-11 22:03:06

Re: [Kicad-developers] [path] very few icons reviewed

2014-02-11 Thread Nick Østergaard
IMHO the old icon with the camera was not bad at all, but this a is very easy to distinguish from from the others which can also be an advantage. Regarding the py_script, I wonder why not simply use the python logo, maybe with the shell icon in the background as [1]. [1]

Re: [Kicad-developers] [PATCH] Fix wrong numbering in the QFP footprint wizard

2014-02-12 Thread Nick Østergaard
Thank you for your explanation Lorenzo, and thank you Jean-Pierre. 2014-02-12 9:01 GMT+01:00 jp charras jp.char...@wanadoo.fr: Le 11/02/2014 23:40, Nick Østergaard a écrit : Hello I was just playing around with the python scripts for the module editor and found that the pin numbering

Re: [Kicad-developers] [path] very few icons reviewed

2014-02-12 Thread Nick Østergaard
. it is a 26px by 26 pixel icon, you cant really fit much stuff in it. Current script icon is a terminal that suggest a scripting. Is it really necessary to tell that it is a python scripting? cheers Fabrizio On Wed, Feb 12, 2014 at 12:45 AM, Nick Østergaard oe.n...@gmail.comwrote: IMHO

Re: [Kicad-developers] Warning: Building KiCad on Linux

2014-02-12 Thread Nick Østergaard
https://lists.launchpad.net/kicad-developers/msg12269.html 2014-02-12 14:57 GMT+01:00 Lorenzo Marcantonio l.marcanto...@logossrl.com: On Wed, Feb 12, 2014 at 08:59:15AM -0430, Alberto Medrano (Gmail) wrote: Scanning dependencies of target pnsrouter

Re: [Kicad-developers] Documentation footprint postscript/pdfs in kicad-library are HUGE bitmap images.

2014-02-13 Thread Nick Østergaard
I'd like to write a Makefile that generates new, higher quality postscripts, easy-updatable. What would be a commandline-call to pcbnew to do that ? I don't think Kicad and its apps has any commandline options, else it has been introduced recently without me knowing. There was once a try to

Re: [Kicad-developers] Getting libraries when building from source.

2014-02-16 Thread Nick Østergaard
See https://lists.launchpad.net/kicad-lib-committers/msg00034.html Which means that you should basically checkout lp:~dickelbeck/kicad/library-read-only instead. I guess the information should be updated on the website also, by those who have write access. 2014-02-16 1:54 GMT+01:00 Sean Silva

Re: [Kicad-developers] Getting libraries when building from source.

2014-02-17 Thread Nick Østergaard
. BUILD_GITHUB_PLUGIN:BOOL=ON so I assume yes. Is there anything else I need to do to enable it? -- Sean Silva On Sun, Feb 16, 2014 at 11:01 AM, Sean Silva chisophu...@gmail.comwrote: On Sun, Feb 16, 2014 at 9:01 AM, Nick Østergaard oe.n...@gmail.comwrote: See https://lists.launchpad.net

Re: [Kicad-developers] Getting libraries when building from source.

2014-02-18 Thread Nick Østergaard
Have you read the 5 - Footprint Libraries Management chapter in http://bazaar.launchpad.net/~kicad-developers/kicad/doc/view/head:/doc/help/en/cvpcb.pdf? 2014-02-19 1:45 GMT+01:00 Sean Silva chisophu...@gmail.com: On Mon, Feb 17, 2014 at 4:09 PM, Nick Østergaard oe.n...@gmail.comwrote: I

Re: [Kicad-developers] Tickets on launchpad

2014-02-21 Thread Nick Østergaard
* Due to the current rolling release / something close to that, bugs that are fixed, are marked as such and not fix released - correct? Will someone mark them after a release / bzr tag will set those to fix released? Considering the current activity from the main devs on the bug tracker and

Re: [Kicad-developers] Menu icons

2014-02-22 Thread Nick Østergaard
What do you mean by menu icons? Like in the launcher and the like in your DE? 2014-02-22 13:54 GMT+01:00 Miguel Angel miguelan...@ajo.es: Anybody knows if it's possible to enable menu icons in Linux for kicad? Best, Miguel Ángel ___ Mailing list:

Re: [Kicad-developers] Eeschema now case sensitive?

2014-02-22 Thread Nick Østergaard
The case sensitivity build option was recently (product branch version r4646) turned on by default so KiCad is now case sensitive. I was under the impression that the code was stable but apparently I was wrong. So far, I haven't had any issues. Are the missing symbols from your custom

Re: [Kicad-developers] PATCH: Tidy up documentation of CMake options

2014-02-22 Thread Nick Østergaard
When looking at this, I noticed some duplicate text (comments) in CMakeLists.txt, attached is a patch. 2014-02-23 0:19 GMT+01:00 Wayne Stambaugh stambau...@verizon.net: On 2/22/2014 3:35 PM, Blair Bonnett wrote: Hi all, In a recent thread, it was pointed out that the documentation of the

Re: [Kicad-developers] last kicad not building on last Debian 64

2014-02-23 Thread Nick Østergaard
Hi Fabrizio I just compiled 4714 fine, but I am on archlinux. But whenever you see messages like make[1]: *** Waiting for unfinished jobs, then the problem tend to be because you run multiple threads -jsome_number and you have too little RAM available or wahtever. You could just try again

Re: [Kicad-developers] Eeschema now case sensitive?

2014-02-23 Thread Nick Østergaard
And that was fixed in the patch by Blair, that you committed. :) 2014-02-23 15:38 GMT+01:00 Wayne Stambaugh stambau...@verizon.net: On 2/22/2014 12:42 PM, Nick Østergaard wrote: The case sensitivity build option was recently (product branch version r4646) turned on by default so KiCad is now

Re: [Kicad-developers] Henner's component chooser for CvPcb...

2014-02-24 Thread Nick Østergaard
I don't think that the functionality of what cvpcb does now will/should go away entirely. Having a tabular view of the whole BOM essentially and quickly be able to review and change the one or other footprint is great and needed, in particular in the final passes of a project. Though it

Re: [Kicad-developers] [kicad-users] kicad-pcb.org down

2014-02-25 Thread Nick Østergaard
The site is down again with a 504. Regards Nick 2014-02-23 19:37 GMT+01:00 Miguel Angel miguelan...@ajo.es: No, it's a different one, this one has only 8GB, and several VMs, but It's on the process of migration to a new one with 64GB, but I've no ETA yet. God bless C!! };-) --- irc: ajo

Re: [Kicad-developers] Gerber files opened from main app GUI

2014-03-04 Thread Nick Østergaard
I would like to get some answers to Cirilo's quesitons. I have successfully been using the attached patch, just to make the kicad app render the icons and open correctly for all gerber files in the tree. Nick 2014-01-11 3:53 GMT+01:00 Cirilo Bernardo cirilo_berna...@yahoo.com: I've been

Re: [Kicad-developers] isn't KiCad doing pretty bloody well?

2014-03-05 Thread Nick Østergaard
The code location is pointing to the product branch, the commits is also recent. Though that link when clicking the browse code seems to point to testing. 2014-03-05 17:35 GMT+01:00 Marco Serantoni marco.serant...@gmail.com: Nobody has noticed that ohloh.net was pointing to old testing and not

Re: [Kicad-developers] Gerber files opened from main app GUI

2014-03-06 Thread Nick Østergaard
Thank you for the response. 2014-03-06 22:45 GMT+01:00 Wayne Stambaugh stambau...@verizon.net: On 3/4/2014 1:44 PM, Nick Østergaard wrote: I would like to get some answers to Cirilo's quesitons. I have successfully been using the attached patch, just to make the kicad app render

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-03-12 Thread Nick Østergaard
What commands/operations are you using? 2014-03-12 21:07 GMT+01:00 dileep kushwaha dilzveryk...@gmail.com: when using bazaar i'm getting error This branch has no working tree. Last revision is 4742. On Thu, Mar 13, 2014 at 12:46 AM, dileep kushwaha dilzveryk...@gmail.comwrote: Hi,

Re: [Kicad-developers] KIWAY milestone A)

2014-03-27 Thread Nick Østergaard
No patch attached. 2014-03-27 19:36 GMT+01:00 Jean-Samuel Reynaud js.reyn...@gmail.com: Hi All, Please find attached a patch to fix the pcbnewFinishPythonScripting(); compilation issue. It was just a mismatch between method signature in scripting/python_scripting.cpp and

Re: [Kicad-developers] Diode pad names?

2014-04-04 Thread Nick Østergaard
2014-04-04 19:24 GMT+02:00 Dick Hollenbeck d...@softplc.com: I am in the process of migrating my personal footprint an schematic part libraries to using A and C for pad/pin names. Away from 1 and 2. Other than the fact that I now have the burden of maintaining every footprint and

Re: [Kicad-developers] current build fails on Linux Mint 12

2014-04-06 Thread Nick Østergaard
: Hi Two more users have report this problem. In my Ubuntu I can't recreate this problem. Any suggestion? Regards Fabrizio On Apr 5, 2014 3:33 PM, Nick Østergaard oe.n...@gmail.com wrote: Someone put this in the bug tracker also. There was even a duplicate from yesterday. This must mean

Re: [Kicad-developers] current build fails on Linux Mint 12

2014-04-06 Thread Nick Østergaard
. People who contacted me used the kicad-install.sh script. which is the reference script for linux users. cheers Fabrizio On Sun, Apr 6, 2014 at 1:31 PM, Nick Østergaard oe.n...@gmail.com wrote: Do you use kicad-install.sh or the kicad-install-no_launchpad_account.sh? I just tested with kicad

[Kicad-developers] [PATCH] Fix the requirement for bzr whoami is set in kicad-install.sh

2014-04-06 Thread Nick Østergaard
that is fine, because this step is not to be comitted anywhere else than locally. Regards Nick Østergaard === modified file 'CMakeModules/download_boost.cmake' --- CMakeModules/download_boost.cmake 2014-04-03 11:55:02 + +++ CMakeModules/download_boost.cmake 2014-04-06 20:17:16 + @@ -296,6 +296,7

Re: [Kicad-developers] [PATCH] Fix the requirement for bzr whoami is set in kicad-install.sh

2014-04-06 Thread Nick Østergaard
the place. Its not worth it to me, just set bzr whoami and have a genuine bzr installation, not a half ass-ed one. Dick On 04/06/2014 04:06 PM, Nick Østergaard wrote: Hello I see that Dick now merged the no lp login install script - great. That also solved the step 9 not completing

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-04-07 Thread Nick Østergaard
2014-04-07 17:11 GMT+02:00 Kaspar Emanuel kaspar.eman...@gmail.com: On 7 April 2014 14:47, Dick Hollenbeck d...@softplc.com wrote: Extending that thought, how about some discussion on several of the possible visual states: 1) in-tray 2) in panel 3) non-maximized, not in tray, aka small

Re: [Kicad-developers] KiCad crash when clicking on Help then any of the two bottom sub-menus

2014-04-14 Thread Nick Østergaard
That fixes this for me, and it even opens the manual also. This is on Linux. 2014-04-14 20:51 GMT+02:00 Dick Hollenbeck d...@softplc.com: On 04/12/2014 01:19 AM, Dick Hollenbeck wrote: On 04/11/2014 08:40 PM, Jean-Paul Louis wrote: As the Subject says, When I open KiCad, then click on “Help,

[Kicad-developers] New projects cannot be created

2014-04-15 Thread Nick Østergaard
not experinces the same for the past weeks? Regards Nick Østergaard [1] https://bugs.launchpad.net/kicad/+bug/1301595 ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https

Re: [Kicad-developers] TRACK/SEGVIA cleanup patch

2014-04-18 Thread Nick Østergaard
. Jean-Paul AC9GH ex F5KT On Apr 18, 2014, at 3:00 PM, Nick Østergaard oe.n...@gmail.com wrote: Since I could not acces the files I asked on IRC, and I was told by jesse_m on that; two files showed up because they contain the string in them: pcbnew.cpp and graphpcb.cpp, both from 2005

Re: [Kicad-developers] Bug in Bit Map to component tool

2014-05-07 Thread Nick Østergaard
IIRC it is already fixed in the product branch. Den 08/05/2014 02.43 skrev Peter Wintulich pe...@voicetronix.com.au: Hello, I think I have found a small error in the Bit Map to component tool. It is most noticeable when 'Negate Image' is selected in the options. It produces graphic

Re: [Kicad-developers] Bug in Bit Map to component tool

2014-05-08 Thread Nick Østergaard
For the sake of the archive it was in http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/4641 2014-05-08 7:10 GMT+02:00 Nick Østergaard oe.n...@gmail.com: IIRC it is already fixed in the product branch. Den 08/05/2014 02.43 skrev Peter Wintulich pe

Re: [Kicad-developers] Ugly spinboxes in wx 3?

2014-05-12 Thread Nick Østergaard
Same here on linux aswell. 2014-05-12 20:11 GMT+02:00 jean-pierre charras jp.char...@wanadoo.fr: Le 12/05/2014 18:36, Lorenzo Marcantonio a écrit : It's only a problem of mine? really ugly spinboxes:P Maybe there is some expand flag or something to remove? I have the same look for spin

Re: [Kicad-developers] Be careful with static const members

2014-05-18 Thread Nick Østergaard
Can this be the reason for the behaviour described in this bug thread? https://bugs.launchpad.net/kicad/+bug/1315885/comments/19 2014-05-18 21:56 GMT+02:00 Lorenzo Marcantonio l.marcanto...@logossrl.com: Doing today merge, in router_preview_item.h: static const int ClearanceOverlayDepth =

[Kicad-developers] Jenkins halted?

2014-05-29 Thread Nick Østergaard
Hello I am not sure who maintains the Jenkins build bot at http://ci.kicad-pcb.org/, but I have noticed that is has stopped. I am not sure who runs that, so I write to the list. Also the kicad-source-mirror on github has stopped updating. Is it the same person that maintains those services?

Re: [Kicad-developers] Jenkins halted?

2014-05-29 Thread Nick Østergaard
Ok. I hope he reads this then. Den 29/05/2014 15.55 skrev Adam Wolf adamww...@gmail.com: Miguel runs the Jenkins system. I think the bzr plugin probably crashed--it does at least once a week on my Jenkins box. Adam Wolf On May 29, 2014 8:29 AM, Nick Østergaard oe.n...@gmail.com wrote

Re: [Kicad-developers] OS X Menus do not have Icons (BZR 4931)

2014-06-07 Thread Nick Østergaard
Hello I am no an OSX user, but I know that OSX generally don't use these menu icons. It is also described in [1], see the section Using Icons in Menus. I have also seen in Gnome 3 that it has been removed. I cann't see the menus in my Gnome setup, even though I try to enable it via gconf. I

Re: [Kicad-developers] Python Scripting Window event handling

2014-06-12 Thread Nick Østergaard
I just compiled 4941 with all the scripting options enabled on my Archlinux and I don't have that problem. I can type the whole alphabet. Version: (2014-06-12 BZR 4941)-kicad Release build wxWidgets: Version 3.0.0 (debug,wchar_t,compiler with C++ ABI 1002,GCC 4.9.0,STL containers,compatible with

Re: [Kicad-developers] Python Scripting Window event handling

2014-06-12 Thread Nick Østergaard
KICAD_SCRIPTING=ON KICAD_SCRIPTING_MODULES=ON KICAD_SCRIPTING_WXPYTHON=ON USE_FP_LIB_TABLE=HARD_CODED_ON BUILD_GITHUB_PLUGIN=ON On 06/12/2014 03:16 PM, Nick Østergaard wrote: I just compiled 4941 with all the scripting options enabled on my Archlinux

Re: [Kicad-developers] [Kicad-lib-committers] Silk screens over pads and naming

2014-06-13 Thread Nick Østergaard
Den 13/06/2014 21.43 skrev Lorenzo Marcantonio l.marcanto...@logossrl.com : On Fri, Jun 13, 2014 at 08:33:02PM +0100, John Beard wrote: OK, I won't worry too much about it and get one with making more footprints! Are there any more things you'd like to see changed? No matter how tiny!

Re: [Kicad-developers] Module editor upgrade

2014-06-27 Thread Nick Østergaard
Hi Orson The video ĺooks nice. :) I just tried to build it today, but it failed when I enabled the sripting. I don't know if you have tested that yourself, so I won't tell the details now. I did manage to build without scripting, but there are some segfaults. But I get no segfault by just

Re: [Kicad-developers] Linux target

2014-06-28 Thread Nick Østergaard
Well, use the kicad-install.sh script. [1] That works with recent deb and rpm beased distros. [1] http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/scripts/kicad-install.sh 2014-06-28 15:47 GMT+02:00 Michael McCormack m...@artpoe.com: This might be a bit off topic

Re: [Kicad-developers] Linux target

2014-06-28 Thread Nick Østergaard
2014-06-28 17:00 GMT+02:00 Marco Ciampa ciam...@libero.it: I agree 100% with you. Besides I think that using Linux should never a pain in the ass like being able to recompile kernel by yourself and so on. I am not a Linux expert and _love_ Ubuntu for being so easy (and hate it for Unity but

Re: [Kicad-developers] Bug Module Editor-Module Propertyies-3D Settings

2014-07-03 Thread Nick Østergaard
I can confirm this behaivour, I did see it. But after some tries I cannot repeat. I also closed the module editor in the meantime in the later tests, and opened it where it spawned the module I did open before. 2014-07-03 21:20 GMT+02:00 Michael Heidinger mch.heidin...@gmx.de: Hello, i have

Re: [Kicad-developers] Last layers for UIs

2014-07-04 Thread Nick Østergaard
Nice, it seems that one can now use the scroll whell to scroll the lists. This fixes a bug AFIR. But between revision 4969 and 4970 (your commit) kicad segfaults when I start pcbnew from the kicad app. I can start pcbnew standalone no problem. Nick 2014-07-04 11:03 GMT+02:00 Lorenzo Marcantonio

Re: [Kicad-developers] Last layers for UIs

2014-07-04 Thread Nick Østergaard
This is the scroolbar bug I am thinking about. https://bugs.launchpad.net/kicad/+bug/1313327 2014-07-04 14:28 GMT+02:00 Nick Østergaard oe.n...@gmail.com: Nice, it seems that one can now use the scroll whell to scroll the lists. This fixes a bug AFIR. But between revision 4969 and 4970 (your

Re: [Kicad-developers] Last layers for UIs

2014-07-04 Thread Nick Østergaard
2014-07-04 14:52 GMT+02:00 Lorenzo Marcantonio l.marcanto...@logossrl.com: On Fri, Jul 04, 2014 at 02:29:53PM +0200, Nick Østergaard wrote: This is the scroolbar bug I am thinking about. https://bugs.launchpad.net/kicad/+bug/1313327 It's more like a coincidence... since before it didn't

Re: [Kicad-developers] Last layers for UIs

2014-07-04 Thread Nick Østergaard
2014-07-04 14:50 GMT+02:00 Lorenzo Marcantonio l.marcanto...@logossrl.com: On Fri, Jul 04, 2014 at 02:28:14PM +0200, Nick Østergaard wrote: Nice, it seems that one can now use the scroll whell to scroll the lists. This fixes a bug AFIR. But between revision 4969 and 4970 (your commit) kicad

Re: [Kicad-developers] Last layers for UIs

2014-07-04 Thread Nick Østergaard
I just tried 4972 and it do not segfault :) BUT, now it fails to parse a kicad_pcb file. I get the error listed below. The file has not changed (I keep it in a git repo). And if I look at round that line, I don't see any immediate syntax errors. I can provide the board file if needed. Error

Re: [Kicad-developers] Last layers for UIs

2014-07-04 Thread Nick Østergaard
Just for the sake of it I tried downgrading to 4965 it parses correctly. 2014-07-04 17:27 GMT+02:00 Nick Østergaard oe.n...@gmail.com: I just tried 4972 and it do not segfault :) BUT, now it fails to parse a kicad_pcb file. I get the error listed below. The file has not changed (I keep

[Kicad-developers] (no subject)

2014-07-08 Thread Nick Østergaard
Hello Dick It seems like your latest commit (4986 switch back to original sexpr usage of PTREE, add new DSNLEX...) cannot read pcb files anymore. There is also a bug report on this topic [1]. Regards Nick Østergaard [1] https://bugs.launchpad.net/kicad/+bug/1331536

Re: [Kicad-developers] (no subject)

2014-07-08 Thread Nick Østergaard
Sorry, I attached the wrong link to the bug. So here it is: https://bugs.launchpad.net/kicad/+bug/1339015 2014-07-08 21:10 GMT+02:00 Nick Østergaard oe.n...@gmail.com: Hello Dick It seems like your latest commit (4986 switch back to original sexpr usage of PTREE, add new DSNLEX...) cannot

Re: [Kicad-developers] (no subject)

2014-07-08 Thread Nick Østergaard
reproduce with that? But I swear that it aslo occoured for me earlier when I did open the kicad_pcb file form the command line with pcbnew. 2014-07-08 21:44 GMT+02:00 Dick Hollenbeck d...@softplc.com: On 07/08/2014 02:10 PM, Nick Østergaard wrote: Hello Dick It seems like your latest commit (4986

Re: [Kicad-developers] (no subject)

2014-07-11 Thread Nick Østergaard
Hello Dick, I just got around to rebuild and test with 4989, it works. Great and thank you again for your quick response. Nick 2014-07-08 22:41 GMT+02:00 Nick Østergaard oe.n...@gmail.com: No problem, thank you for your prompt answer. Testing just for you. :) 2014-07-08 22:26 GMT+02:00 Dick

Re: [Kicad-developers] build kicad with Interactive Router

2014-07-12 Thread Nick Østergaard
Sure there is, you just haven't found it. You should switch to GAL mode, i.e. opengl mode. Press F11 or use the View menu. You should note that there is a right click context menu where you can change some settings for it. The context menu is enabled when you have the rounting tool active. Because

Re: [Kicad-developers] Module editor branch merged

2014-07-14 Thread Nick Østergaard
. Not sure why or how. Needs more testing. Nick Østergaard 2014-07-14 17:07 GMT+02:00 Dick Hollenbeck d...@softplc.com: On 07/14/2014 09:51 AM, Maciej Sumiński wrote: Dear Developers, After a period of testing, the module-editor branch [1] has just been merged to the product branch. Besides

Re: [Kicad-developers] Module editor branch merged

2014-07-16 Thread Nick Østergaard
2014-07-15 17:45 GMT+02:00 Maciej Sumiński maciej.sumin...@cern.ch: Hi Nick, In my opinion drawing on copper layers with drawing tools instead of laying out tracks should not be allowed unless it is supported by the DRC algorithm. Sure, the DRC should handle it, but refresh my memory -- as

Re: [Kicad-developers] Moxing Modules (PCB New)

2014-07-17 Thread Nick Østergaard
That is not the current. Rebuild to at least 5001. I am pretty sure you are talking about using GAL. 2014-07-18 1:10 GMT+02:00 Michael Heidinger mch.heidin...@gmx.de: Hi, the current kicad revision seems to have a bug moving modules. My Version: 0.201407141716+4995~15~ubuntu14.04.1 Clicking

Re: [Kicad-developers] bugs on mac install of kicad / libraries

2014-07-21 Thread Nick Østergaard
Have you seen this documentation? http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/Documentation/compiling/mac-osx.txt Seems pretty easy to me. Note I am not on OSX. 2014-07-21 7:13 GMT+02:00 Jake j...@spaz.org: i downloaded a zip of a build for macOS containing

Re: [Kicad-developers] 3D view in module editor doesn't update properly when using GAL

2014-07-21 Thread Nick Østergaard
For me it is updating the 3D view when I focus the 3D view window after moving a footprint in the default renderer. But if I use OpenGL then it does not update properly. Every second time the coordinate origin axis is misplaced in a corner, even when I have it disabled and then next time it is

Re: [Kicad-developers] Color of PCB substrate in realistic mode

2014-07-21 Thread Nick Østergaard
There is a bug report regarding this with a suggested patch. Ideally some color choosing dialog is needed, such that the user can tune the appearence for himself. https://bugs.launchpad.net/kicad/+bug/1325748 Den 21/07/2014 14.09 skrev Andrew Zonenberg azonenb...@drawersteak.com: Right now the

Re: [Kicad-developers] SIGFPE in pad properties using GAL module editor

2014-07-27 Thread Nick Østergaard
I cannot reproduce with 5018 on linux. 2014-07-27 20:17 GMT+02:00 Andrew Zonenberg azonenb...@drawersteak.com: Steps to reproduce: * Open the GAL module editor * Add a new pad to the module * Highlight the size X field * Begin to type 0.5 or any other decimal with a leading zero * As soon

Re: [Kicad-developers] SIGFPE in pad properties using GAL module editor

2014-07-28 Thread Nick Østergaard
on and see if that fixes the problem. Will send a patch if it works. On Sun, 2014-07-27 at 20:32 +0200, Nick Østergaard wrote: Tried it with your exact settings, no difference. I do see that the preview vanishes when I enter zero in that field, and will not refresh even if I write a non-zero

Re: [Kicad-developers] 3D-Viewer new rendering and contributions.

2014-07-30 Thread Nick Østergaard
http://www.pasteall.org/pic/74746. Regards Nick Østergaard 2014-07-30 13:51 GMT+02:00 Tomasz Wlostowski tomasz.wlostow...@cern.ch: On 30.07.2014 12:03, Mário Luzeiro wrote: Thank you for add it Jean-Pierre ! I will now be able to do some more improvements and take it from your revision. I

Re: [Kicad-developers] 3D-Viewer new rendering and contributions.

2014-07-30 Thread Nick Østergaard
0.2000298023224, bla bla bla... Cheers, Mario Luzeiro From: Nick Østergaard [oe.n...@gmail.com] Sent: 30 July 2014 18:55 To: Tomasz Wlostowski Cc: Mário Luzeiro; kicad-developers@lists.launchpad.net Subject: Re: [Kicad-developers] 3D-Viewer new rendering

Re: [Kicad-developers] 3D-Viewer new rendering and contributions.

2014-07-30 Thread Nick Østergaard
2014-07-30 20:29 GMT+02:00 jp charras jp.char...@wanadoo.fr: Le 30/07/2014 19:48, Mário Luzeiro a écrit : Hi Nick, ... I have problems with an older design, where the models are offset way too much. Some unit problem? I notice in some models that I got in the web (ex: Walter) (you can

Re: [Kicad-developers] 3D-Viewer new rendering and contributions.

2014-07-30 Thread Nick Østergaard
Den 30/07/2014 20.29 skrev jp charras jp.char...@wanadoo.fr: Le 30/07/2014 19:48, Mário Luzeiro a écrit : Hi Nick, ... I have problems with an older design, where the models are offset way too much. Some unit problem? I notice in some models that I got in the web (ex: Walter)

Re: [Kicad-developers] 3D-Viewer new rendering and contributions.

2014-07-31 Thread Nick Østergaard
2014-08-01 0:23 GMT+02:00 Cirilo Bernardo cirilo_berna...@yahoo.com: - Original Message - From: Nick Østergaard oe.n...@gmail.com To: Mário Luzeiro mrluze...@ua.pt Cc: KiCad Developers kicad-developers@lists.launchpad.net Sent: Friday, August 1, 2014 12:36 AM Subject: Re: [Kicad

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Nick Østergaard
2014-08-04 10:00 GMT+02:00 yann jautard brico...@free.fr: And also what about the path to the 3D models directory that cannot be edited ? Is there a place where we can edit it ? That is a bug I believe, it is supposed to be set with an environment variable, but I guess it is just not catched

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Nick Østergaard
2014-08-04 16:00 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 8/4/2014 7:34 AM, yann jautard wrote: Le 04/08/2014 10:57, Nick Østergaard a écrit : 2014-08-04 10:00 GMT+02:00 yann jautard brico...@free.fr: And also what about the path to the 3D models directory that cannot be edited

Re: [Kicad-developers] compiler warning

2014-08-04 Thread Nick Østergaard
Mario, just FYI, you have used tabs in the fscanf alignment indentations. 2014-08-04 22:42 GMT+02:00 Mário Luzeiro mrluze...@ua.pt: Dick, here is my patch to the warnings in vrml_v2_modelparser.cpp From: Kicad-developers

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-04 Thread Nick Østergaard
2014-08-05 1:24 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 8/4/2014 12:02 PM, Nick Østergaard wrote: 2014-08-04 16:00 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 8/4/2014 7:34 AM, yann jautard wrote: Le 04/08/2014 10:57, Nick Østergaard a écrit : 2014-08-04 10:00 GMT+02:00

Re: [Kicad-developers] 3D modules path strange behaviour

2014-08-05 Thread Nick Østergaard
strange behaviour On 8/4/2014 12:02 PM, Nick Østergaard wrote: 2014-08-04 16:00 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 8/4/2014 7:34 AM, yann jautard wrote: Le 04/08/2014 10:57, Nick Østergaard a écrit : 2014-08-04 10:00 GMT+02:00 yann jautard brico...@free.fr: And also

Re: [Kicad-developers] New 3D Viewer options patch

2014-08-18 Thread Nick Østergaard
2014-08-18 12:15 GMT+02:00 Mário Luzeiro mrluze...@ua.pt: [...] btw.. I have an idea that the other $$ EDA $$ software $$ packages (e.g: altium) are able to view in real time the 3D board while you are editing the traces on pcb board... that is a big goal to archive ;) Kicad is (or has)

Re: [Kicad-developers] eeschema modular kicad work

2014-08-18 Thread Nick Østergaard
image for how it look. Not knowing the internals of this, it seems that a calculation of this is not made when opening the sheet. Regards Nick Østergaard 2014-08-04 18:05 GMT+02:00 Dick Hollenbeck d...@softplc.com: On 07/29/2014 02:02 PM, Wayne Stambaugh wrote: On 7/27/2014 1:33 PM, Dick

Re: [Kicad-developers] eeschema modular kicad work

2014-08-18 Thread Nick Østergaard
2014-08-18 19:39 GMT+02:00 Dick Hollenbeck d...@softplc.com: On 08/18/2014 05:37 AM, Nick Østergaard wrote: Hello Dick I see a bug in your commit 5072 (also present in latest commit 5079). In that commit; when opening a schematic, then all connections are showed as not connected

Re: [Kicad-developers] Kicad Scripting: Documentation?

2014-08-27 Thread Nick Østergaard
Hi Michael There is http://dev.kicad-pcb.org/doxygen-python/ , but I am not sure how and when that is updated. But you can also generate the documentation yourself with 'make doxygen-python' in the soruce tree. Nick 2014-08-27 23:12 GMT+02:00 Michael Heidinger mch.heidin...@gmx.de: Hello, I

Re: [Kicad-developers] version info does not get updated

2014-08-31 Thread Nick Østergaard
That just looks like it did not update. What is the REVISION variable set to in the sript? It should be $TESTING, where that is last:1. 2014-08-31 18:12 GMT+02:00 yann jautard brico...@free.fr: Hi all, I don't know if this is important, but I just updated my kicad install this afternoon, and

Re: [Kicad-developers] version info does not get updated

2014-08-31 Thread Nick Østergaard
be recompiled, it updated something in the bin files. Le 31/08/2014 19:38, Nick Østergaard a écrit : That just looks like it did not update. What is the REVISION variable set to in the sript? It should be $TESTING, where that is last:1. 2014-08-31 18:12 GMT+02:00 yann jautard brico

Re: [Kicad-developers] Fwd: Re: Config file relocation

2014-08-31 Thread Nick Østergaard
2014-09-01 2:35 GMT+02:00 Moses McKnight mo...@texband.net: On 08/31/2014 11:07 AM, jp charras wrote: Le 31/08/2014 13:59, Moses McKnight a écrit : Original Message Subject: Re: [Kicad-developers] Config file relocation Date: Sun, 31 Aug 2014 06:58:31 -0500 From: Moses

Re: [Kicad-developers] Config file relocation (new patch)

2014-09-02 Thread Nick Østergaard
Minor note on coding style. According to 4.1.2 Column Alignment in the coding style policy, I think that the lines just before + wxConfigBase* m_config; should also be aligned accordingly. I know in some files this was not the case before. You aslo added a commented line, is that intentional?

Re: [Kicad-developers] Environment variables (was Re: Config file relocation)

2014-09-03 Thread Nick Østergaard
we support are KISYSMOD and KISYS3DMOD. Wayne here is what Nick said about KISYS3DMOD and I noticed the same behaviour : Le 04/08/2014 18:02, Nick Østergaard a écrit : 2014-08-04 16:00 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: (...) You can edit KIPRJMOD, KISYSMOD

Re: [Kicad-developers] Control enablings in plot dialog and other buglets

2014-09-08 Thread Nick Østergaard
2014-09-08 19:57 GMT+02:00 jp charras jp.char...@wanadoo.fr: Le 08/09/2014 19:10, Lorenzo Marcantonio a écrit : I don't know why but stuff in the plot dialog in pcbnew got broken. For example the DXF line/stroke/fill option is grayed but still takes the previous value (should be enabled since

Re: [Kicad-developers] First board shipped with the new PS router

2014-09-08 Thread Nick Østergaard
I think Orson specifically did patch this some long time ago, maybe it did not go upstream. IIRC it was the it was using the keycode and not the keyvalue, or the other way around. I could be mistaken though. Nick 2014-09-08 21:20 GMT+02:00 tiger12506 tiger12...@gmail.com: I like the PS router,

Re: [Kicad-developers] OS X: PCB Module Editor Help Error

2014-09-08 Thread Nick Østergaard
I guess that is not a bug per se, since it is documented in the pcbnew documentation, and the module editor was just a dialog in pcbnew. I am not sure if one should seperate the documentation out for this. I have not really thought about it, but I will let the people involved in the doc writing

Re: [Kicad-developers] new person onboarding

2014-09-08 Thread Nick Østergaard
They are https://github.com/KiCad/kicad-library/wiki/Kicad-Library-Convention and also see https://github.com/KiCad/kicad-library/wiki 2014-09-09 3:24 GMT+02:00 Mitch Davis mjd+launchpad@afork.com: Hi Carl, On Tue, Sep 9, 2014 at 6:34 AM, Carl Poirier carl.poirie...@gmail.com wrote: One

Re: [Kicad-developers] OS X: PCB Module Editor Help Error

2014-09-09 Thread Nick Østergaard
overview help file. So it is a bug, as Kicad overview does not help to create or edit a module. it is worthless in that context. The help menu said “PCBnew Manual”, but what is loaded is “Kicad overview Jean-Paul AC9GH On Sep 9, 2014, at 1:31 AM, Nick Østergaard oe.n...@gmail.com wrote: I

Re: [Kicad-developers] Rename proposal

2014-09-10 Thread Nick Østergaard
2014-09-10 19:41 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: On 9/10/2014 1:12 PM, Lorenzo Marcantonio wrote: On Wed, Sep 10, 2014 at 05:49:27PM +0100, Brian Sidebotham wrote: Fair enough, I disagree and this just over-complicates things needlessly in my opinion. You'll have to track all

Re: [Kicad-developers] Usability test.

2014-09-10 Thread Nick Østergaard
Ohh no, never do like that. I hate that. It is not usefull at all, IMHO. I annoys me on websites with the cookie info box, it annoys me in chrome, it annoys me in matlab, it annoys me in simulink, it annoys me everywhere. I rather think, that the user should think; mmm, I don't like that zoom

Re: [Kicad-developers] Usability test.

2014-09-10 Thread Nick Østergaard
I think Simons slide introduciton concept could be usefull. It could well be used with the new Kicad interface Dick has been talking about some months ago. (The python one) But it should not be obstructing to the normal (the expert?) user. 2014-09-10 17:48 GMT+02:00 Simon Schumann

Re: [Kicad-developers] PATCH: Footprint wizard helpers

2014-09-11 Thread Nick Østergaard
I can confirm that applying the fpw-overhaul.diff fixes #1366299. 2014-09-11 22:32 GMT+02:00 John Beard john.j.be...@gmail.com: Hi, I have a patch (fpw-overhaul.diff) for the Python footprint wizard helpers. This adds a few more drawing functions, such as for circles, and also uses a

Re: [Kicad-developers] Project proposal

2014-09-14 Thread Nick Østergaard
2014-08-30 20:47 GMT+02:00 Wayne Stambaugh stambau...@verizon.net: Since Javier sort of let the cat out of the bag, I thought now would be a good time as my first official announcement as project leader to talk about creating a stable release of KiCad. As you may have read in Javier's post

Re: [Kicad-developers] vanishing technical layers

2014-09-14 Thread Nick Østergaard
Because they are a layerr, I would at least expect that I can toggle the visibility of the layers, and I guess it is best for the user if it can also be set in the layers setup dialog. So what I think is best is tha the visibility controls that apply to those layers is the same as for the current

Re: [Kicad-developers] OSX Build changes.

2014-09-29 Thread Nick Østergaard
2014-09-29 18:57 GMT+02:00 Bernhard Stegmaier stegma...@sw-systems.de: Hi, Currently the following paths should be used for “data” automatically (latest when my changes are submitted and what I found in the code): Base Paths (in order from top to bottom) $KICAD Environment variable

  1   2   3   4   5   6   7   8   9   10   >