Re: [Kicad-developers] Library Editor refactor

2017-11-20 Thread Nick Østergaard
Hello Maciej, I have some comments: First of all, it looks quite neat. Secondly I noticed a small thing. When I open the symbol library editor and it open in a small window and i resize it (make it bigger). The canvas contains some resizing artefacts, but if I zoom on step with the scroll whell

Re: [Kicad-developers] Pcbnew Python test cases

2017-11-18 Thread Nick Østergaard
How does this differ from the current python tests in the qa folder? 2017-11-18 19:48 GMT+01:00 Greg Smith : > I'm beginning to add unit tests to KiCommand. As some of you know, > KiCommand uses python and is intended to provide users with an easier > command line interface

Re: [Kicad-developers] Wording change

2017-11-18 Thread Nick Østergaard
Where is the word "Sketch" used now? 2017-11-18 17:56 GMT+01:00 Greg Smith : > If I developed a (very very small) patch for this change, would it be > potentially accepted? > > There was a conversation on the forums about the wording: Use "Outline" > instead of "Sketch" to

Re: [Kicad-developers] New symbol table: problems with '/' characters?

2017-11-18 Thread Nick Østergaard
See https://bugs.launchpad.net/bugs/1732236 2017-11-18 11:42 GMT+01:00 Diego Herranz : > Hi, > > I'm testing a recent build (41f9c19b) on Ubuntu 16.04 64 bits. > > When opening a schematic made with a nightly build ~2 months old, the > remapping dialog shows up. So

Re: [Kicad-developers] [PATCH] Improve eeschema wire merging

2017-11-17 Thread Nick Østergaard
Isn't this the expected behavior? Usually you can sort of trim a wire by drawing from the end of it and into itself to remove that section. 2017-11-17 11:03 GMT+01:00 jp charras : > Le 10/10/2017 à 07:19, Seth Hillbrand a écrit : > > Sorry for the repeat on this one. I

Re: [Kicad-developers] [FEATURE] Eeschema Line Styles

2017-11-14 Thread Nick Østergaard
2017-11-14 8:59 GMT+01.00, jp charras : > Le 13/11/2017 à 23:32, Seth Hillbrand a écrit : >> Thanks for the heads up. I rebased the patches to the current master at >> d98fc85a836b861c29abae55f439aff2be856add >> >> The whitespace warnings appear to be wxFormBuilder

Re: [Kicad-developers] Mac packaging plans for V5 and beyond

2017-11-14 Thread Nick Østergaard
2017-11-14 23:02 GMT+01.00, Adam Wolf : > Drats! I forgot to include the link to the builds page (which is > definitely not ready for primetime): > https://builder.wayneandlayne.com/job/CompileKiCadOnCleanVM/ > > Adam Wolf > > On Tue, Nov 14, 2017 at 4:02 PM, Adam

Re: [Kicad-developers] Assertion in dialog_symbol_remap in latest master

2017-11-14 Thread Nick Østergaard
See https://bugs.launchpad.net/bugs/1731655 Den 14. nov. 2017 3.30 AM skrev "Jon Evans" : > Hi Wayne, > > I just pulled in your recent changes and got a series of assertions when > trying to remap the symbol table. I just ignored them and it seemed to > work, but something

Re: [Kicad-developers] [PATCH] Fix for 3D model offset

2017-11-13 Thread Nick Østergaard
Just to mention it, I think this quirk needs to be put in the release notes for 5.0.0 if that would be the case, or at least documented as a note in the docs. 2017-11-13 18:10 GMT+01.00, Wayne Stambaugh : > On 11/12/2017 6:12 AM, Oliver Walters wrote: >> Wayne, >> >> Another

Re: [Kicad-developers] [FEATURE] Eeschema Line Styles

2017-11-13 Thread Nick Østergaard
Hi Seth This feature sounds great and something that I have wished for for a long time. Thanks. I just attempted to apply your patches, but the first does not apply on d98fc85a8, which should be the current HEAD of upstream master unless I did something stupid locally. Nick 2017-11-13 19:35

Re: [Kicad-developers] adding support for OCCT

2017-11-11 Thread Nick Østergaard
It did work for me on archlinux, as in it could build. But when exporting with kicad2step it seems like it does not export the complete model. Den 11. nov. 2017 03.55 skrev "Simon Wells" : Currently kicad only supports OCE but with FreeCAD moving to occt by default it seems

Re: [Kicad-developers] Asciidoc question.

2017-11-10 Thread Nick Østergaard
The source and generated code looks correct. It just seems like we don't have any definition for the admonitionblock div classes for the icons in the CSS. I guess this is a matter of taste, on whether one likes icons or text. I guess icons was not implemented because we didn't use many of these

Re: [Kicad-developers] when to release kicad-5.0

2017-11-09 Thread Nick Østergaard
'm not sure how much extra work it would > be maintain them. I'm at my bandwidth limit right now and I don't see > that changing until after the stable 5 release. > > Cheers, > > Wayne > > > On 11/9/2017 7:49 AM, Nick Østergaard wrote: > > Hi Wayne > > > > It

Re: [Kicad-developers] [REQUEST] Default library install location

2017-11-09 Thread Nick Østergaard
Den 9. nov. 2017 16.09 skrev "Simon Richter" : Hi, On 08.11.2017 08:02, Oliver Walters wrote: > For v5 release, can the default library install path be set to a user > directory rather than program directory that may require administrator > rights? On Windows, there

Re: [Kicad-developers] when to release kicad-5.0

2017-11-09 Thread Nick Østergaard
Hi Wayne It is hard to get any overview on how far from a branchout to a stable v5 release. I propose that we start using the milestones on launchpad. Then we can relate bugs to this and have an easier overview on what we would like to get done before releasing v5. What do you think? Nick

Re: [Kicad-developers] Update of KiCad documentation?

2017-11-09 Thread Nick Østergaard
l not be such a hassle next time one wonders what have > changed between versions. > > On 11/09/2017 11:05 AM, Nick Østergaard wrote: > >> I think this might be better handled as bugs on the kicad-doc repo. Then >> everyone can contribute easily and we can track it for

Re: [Kicad-developers] Update of KiCad documentation?

2017-11-09 Thread Nick Østergaard
I think this might be better handled as bugs on the kicad-doc repo. Then everyone can contribute easily and we can track it for the documentation, where the info is to be used anyways. For now label them new_kicad_feature if it is. 2017-11-09 10:54 GMT+01:00 Kristoffer Ödmark

Re: [Kicad-developers] [PATCH] Fix for 3D model offset

2017-11-09 Thread Nick Østergaard
In my opinion we should not be afraid to bump that version on master when we already have done it since the branch was branched last time. If this was a fix on a stable branch it would be of a greater concern, but should probably just be noted in the release notes and everything should be honky

Re: [Kicad-developers] [PATCH] Eeschema automatic manage junctions

2017-11-08 Thread Nick Østergaard
For that specific issue with the junction drawing, there is a patch in the thread "[Kicad-developers] [PATCH] Draw junctions last" 2017-11-03 13:12 GMT+01:00 Jon Evans : > I looked at fixing this and some other related things, and decided to just > wait for the GAL port.

Re: [Kicad-developers] [REQUEST] Default library install location

2017-11-08 Thread Nick Østergaard
boot? that would probably work well for multiuser systems, otherwise you'd have to copy it on every user of the machine, even future ones. On Wed, Nov 8, 2017 at 2:46 AM, Nick Østergaard <oe.n...@gmail.com> wrote: > It is problematic in various ways. There may be some way to achieve this &

Re: [Kicad-developers] [REQUEST] Default library install location

2017-11-08 Thread Nick Østergaard
It is problematic in various ways. There may be some way to achieve this in the windows installer, but I need to investigate this. I don't know about the macos installer. On linux, I don't know how this should be done if we want to provide normal packages for this. I think it would be better if

Re: [Kicad-developers] [PATCH] Draw junctions last

2017-11-06 Thread Nick Østergaard
images, showing the issue and the resolution. The > attached schematic should also show it on your machine. Note that this is > captured in Eldar's bug report as well. > > -Seth > > On Mon, Nov 6, 2017 at 4:37 AM, Nick Østergaard <oe.n...@gmail.com> wrote: > >> Wha

Re: [Kicad-developers] [PATCH] Replace .wrl files with .step on export (fixes lp:1710796)

2017-11-06 Thread Nick Østergaard
What about iges files? Should't it try to export iges files if no step is found? 2017-11-07 0:32 GMT+01:00 Wayne Stambaugh : > Hey Orson, > > I've got it now. Go ahead and commit it if you have it ready to go. If > not, I will do it in the next day or so. > > Cheers, > >

Re: [Kicad-developers] [PATCH] Draw junctions last

2017-11-06 Thread Nick Østergaard
What does the issue look like visually? Do you have a demo file to verify this patch? This is nice to know if someone reports this issue in stable. 2017-11-03 21:08 GMT+01:00 Kevin Cozens : > On 2017-11-03 02:00 PM, Seth Hillbrand wrote: > >> ​Kevin made a ​request to have

Re: [Kicad-developers] [PATCH] GerbView GAL support

2017-11-05 Thread Nick Østergaard
Hi, I also created a bug to track this on https://bugs.launchpad.net/kicad/+bug/1730249 2017-11-05 23:38 GMT+01:00 Nick Østergaard <oe.n...@gmail.com>: > Hi Jon > > Thakn you for your work. I finally got time to just play around a bit more > in gerbview with GAL :) > >

Re: [Kicad-developers] gerbview crash

2017-11-05 Thread Nick Østergaard
Thank you. Seems to work now :) 2017-11-05 22:48 GMT+01:00 Tomasz Wlostowski <tomasz.wlostow...@cern.ch>: > On 05/11/17 22:45, Nick Østergaard wrote: > > This is known, see: > > > > https://lists.launchpad.net/kicad-developers/msg31346.html > > > > >

Re: [Kicad-developers] gerbview crash

2017-11-05 Thread Nick Østergaard
This is known, see: https://lists.launchpad.net/kicad-developers/msg31346.html 2017-11-05 22:43 GMT+01:00 Marco Ciampa : > Hello devs! > I have a problem here, don't know if is mine or general... > KiCad dev version on Linux Ubuntu 16.04-64 here... works all but gerbview >

Re: [Kicad-developers] Update of KiCad documentation?

2017-11-02 Thread Nick Østergaard
We used to have an ether pad on pads.kicad-pcb.org where I collected notes on new features and changes for 5.0.0. But this is down, and Ajo who runs it has been unresponsive for quite some time. I was intending to start a news post on the website to collect it, but I didn't manage to do this in

Re: [Kicad-developers] KiCad Libraries (again)

2017-11-01 Thread Nick Østergaard
Hello I will just announce that I merged the pull request. I hope this will aid in getting the librarians to feel more part of the "official" KiCad, if they didn't before. I am glad that we have motivated librarians around. I will encourage Oliver and Co. to write an article to the "blog"

Re: [Kicad-developers] [PATCH] Eeschema automatic manage junctions

2017-10-28 Thread Nick Østergaard
a `break` when > re-formatting from the first commit. > > I've corrected the issue in the attached patch set. > > -Seth > > On Sat, Oct 28, 2017 at 5:49 AM, Nick Østergaard <oe.n...@gmail.com> > wrote: > >> Hello Seth >> >> I am not entirely sure

Re: [Kicad-developers] [PATCH] Eeschema automatic manage junctions

2017-10-28 Thread Nick Østergaard
Hello Seth I am not entirely sure what these patches actually do, but I tired to test them. But I have major problems with dragging stuff around in kicad. On the attached I dragged a capacitor to the T junction on the wire above it. If I make the asserts continue I get a blank page eventually.

Re: [Kicad-developers] Need testers for a patch to merge hotkeys and accelerators

2017-10-04 Thread Nick Østergaard
The windows build server is currently down, so I cannot provide a binary for windows right now. Den 4. okt. 2017 12.01 AM skrev "Greg Smith" : > I cannot compile, but I can test a windows 64 installer or binary in > windows 7. And I know exactly how to duplicate and test

Re: [Kicad-developers] Build failed in Jenkins: kicad-noscript-fedora20 #2121

2017-09-25 Thread Nick Østergaard
Investigating... 2017-09-25 10:15 GMT+02:00 Miguel Angel Ajo : > See display/redirect> > > -- > Failed to access build log > > java.util.concurrent.TimeoutException: Ping

Bug#876656: kicad: Bacport of version 4.0.8 to Jessie

2017-09-24 Thread Nick Østergaard
There is no such thing as 4.0.8, I guess you mean 4.0.7 FYI. 2017-09-24 17:13 GMT+02:00 majkls : > Package: kicad > Version: 4.0.5+dfsg1-4~bpo8+1 > Severity: wishlist > > Dear Maintainer, > > is there any chance on byckporting version 4.0.8 to debian Jessie? > > Thanks, > >

Re: [Kicad-developers] 1: GAL Bug with Window Buttons

2017-09-12 Thread Nick Østergaard
What version of kicad did he test? Den 13. sep. 2017 5.45 AM skrev "Strontium" : > Hi all, > > Background: My father is a hardware engineer, he has been doing it since > the early 70s learning in the RAAF, laying boards using tape, so he has a > lot of experience. He is

Re: [Kicad-developers] KiCAD with MacOS Barely Usable

2017-09-05 Thread Nick Østergaard
Did you try the tip mentioned on the webpage? http://kicad-pcb.org/help/known-system-related-issues/#_osx 2017-09-05 16:32 GMT+02:00 Jon Evans : > Hi Andrey, > > I tried to reproduce this and couldn't. I'm on 10.12.6, on a 2017 rMBP > with internal display and 2K external

Re: [Kicad-developers] Python doxygen for 4.0.7 Stable?

2017-09-04 Thread Nick Østergaard
No, but good point. I will try to make that available. Den 4. sep. 2017 5.10 PM skrev "Greg Smith" : > Is there an equivalent to > > http://docs.kicad-pcb.org/doxygen-python/ > > For 4.0.7 Stable? > > > Clicking on "Namespaces" tab and then the "pcbnew" label brings you to

Re: [Kicad-developers] Stable 4.0.7 release announcement

2017-08-28 Thread Nick Østergaard
Thank you. Sorry that it took so long to get everything aligned. 2017-08-28 17:47 GMT+02:00 Wayne Stambaugh : > Under the "that was easy" banner, I just pushed the 4.0.7 stable release > announcement to the KiCad website repo and added the new release to > launchpad. It

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-27 Thread Nick Østergaard
18n > it > > is also in progress. > > A little more work is needed for libs and modules. But I'm working on it. > > > > > > Le 25/08/2017 à 15:10, Nick Østergaard a écrit : > > > > I have got reports for people just sanity testing it that it seems to &

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-25 Thread Nick Østergaard
rom the last release means > the 4.0.7 docs have a front page that says 4.0.6... > > Adam > > On Fri, Aug 25, 2017 at 8:10 AM, Nick Østergaard <oe.n...@gmail.com> > wrote: > > I have got reports for people just sanity testing it that it seems to > work. >

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-25 Thread Nick Østergaard
I have got reports for people just sanity testing it that it seems to work. So I think we can move it to the stable folder. I don't know what the status is for the Macos and PPA builds. 2017-08-25 1:03 GMT+02:00 Simon Richter : > Hi, > > On 25.08.2017 00:48, Wayne

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-24 Thread Nick Østergaard
Thank you. IIRC that means that everything is tagged finally :) 2017-08-25 0:27 GMT+02:00 Rene Pöschl : > On 24/08/17 21:03, Nick ^ wrote: > >> I have now added the Librarians team as write for those four repos. >> Please tag appropiately. I can tag them if HEAD is good

Re: [Kicad-developers] should we change control in 3d-viewer

2017-08-24 Thread Nick Østergaard
What version o kicad are you talking about? It is pretty easy to use in master. 2017-08-22 11:39 GMT+02:00 liyoubdu : > it is hard to move and roll pcb board in 3d-viewer. why not design the > control as same as a game. that is a very intuitive and natural way to > control the

Re: [Kicad-developers] Stable release 4.0.7 status.

2017-08-24 Thread Nick Østergaard
I have now added the Librarians team as write for those four repos. Please tag appropiately. I can tag them if HEAD is good enough. 2017-08-24 20:59 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > My script tells me this: > ### SUMMARY ### > Repos to be removed from

Re: [Kicad-developers] Introducing myself

2017-08-16 Thread Nick Østergaard
Welcome, happy hacking. :) Den 17. aug. 2017 06.47 skrev "Tarjei Knapstad" : > Hi all, > > In my recent endeavours to teach myself to create hobbyist PCB's, I've > landed on KiCAD as my weapon of choice (open source, mature, actively > developed). I found the learning

Re: [Kicad-developers] Linux build environment

2017-08-16 Thread Nick Østergaard
FWIW, fedora have a compat version in their repos which is built with gtk2. The packages can coexist. I am just stating this because they used to only have it built againt gtk3. Den 16. aug. 2017 10.29 PM skrev "Wayne Stambaugh" : > Make sure whatever distro you are using

Re: [Kicad-developers] pls merge my pull-request in kicad-i18n

2017-08-12 Thread Nick Østergaard
No Russel, not for the translations. Den 13. aug. 2017 10.09 skrev "Russell Oliver" : > Hi Liyoubu, > > Currently the process for accepting contributions is through patches sent > to the mailing list for review. > > More information can be found at >

Re: [Kicad-developers] Heads up: ABI change in MSYS2 packages

2017-08-06 Thread Nick Østergaard
Why would they experince issues with this? The msys2 installation is not needed for the windows user unsing the binary. Could you explain this? 2017-08-05 0:46 GMT+02:00 Simon Richter : > Hi, > > we got a report on IRC that there was an ABI change with the change from

Re: [Kicad-developers] Oscillating track posture

2017-07-31 Thread Nick Østergaard
I have never seen that, looks strange. 2017-07-30 19:31 GMT+02:00 Chris Pavlina : > Has anyone seen this? > > https://misc.c4757p.com/dancing-posture.mp4 > > Known bug? It's really frustrating. No, I am not holding / there. > > -- > Chris > >

Re: [Kicad-developers] [PATCH] More aggressive sheet-selection

2017-07-19 Thread Nick Østergaard
I have not tested the patch, but the idea of having it also select tracks going of to the other sheets seems very useful. 2017-07-17 15:00 GMT+02:00 Kristoffer Ödmark : > I fixed up some of the code violations I could see, and applied the patch > to current master,

Re: [Kicad-developers] I'm back, and component chooser stuff

2017-07-16 Thread Nick Østergaard
Welcome back :) I don't remember anything specific. The bug tracker can at least keep you busy for a while. 2017-07-16 4:46 GMT+02:00 Chris Pavlina : > Hey, I'm finally back after a long absence, and haven't been paying > attention to the mailing list since like March -

Re: [Kicad-developers] Definitive list of changes in 4.07 (RC?), especially python pcbnew

2017-07-13 Thread Nick Østergaard
Hi Greg The so called action plugins are not available in the 4.0 branch and probably never will. You can see the chages to the comming 4.0.7 since 4.0.6 on https://git.launchpad.net/kicad/log/?h=4.0 I don't think any python bindings have changed since 4.0.6. I hope this answers your question.

Re: [Kicad-developers] Stable release 4.0.7

2017-07-12 Thread Nick Østergaard
I don't know what the state is for the libs. I guess it might be best to just reuse the same from 4.0.6. I tagged a couple bugs with 4.0.6, I think they are all fixed on the 4.0 branch. I didn't check for changes in translations, they are probably minor, so we may not loose a lot in that case.

Re: [Kicad-developers] Parameterized 3d SOIC model

2017-07-10 Thread Nick Østergaard
This is up to the library team to handle this, but I think that they do have that already. It is probably located somewhere like https://github.com/KiCad/packages3D/tree/master/Housings_SOIC.3dshapes Den 9. jul. 2017 00.49 <20%2017%2000%2049> skrev "Greg Smith" < ecomput...@yahoo.com>: > The

Re: [Kicad-developers] Build failed in Jenkins: osx-kicad-adam-head #336

2017-07-03 Thread Nick Østergaard
This seems to be something related to the libraries and not the kicad source itself. 2017-07-03 9:04 GMT+02:00 Miguel Angel Ajo : > See > > -- > [...truncated 1.06

[Kicad-developers] Macos build breakage with the connectivity algo merge

2017-07-02 Thread Nick Østergaard
112* cluster->OriginNet(), (const char*) cluster->OriginNetName() );*00:03:06.112* ^~*00:03:07.363* 2 errors generated. Regards Nick Østergaard [1] http://ci.kicad-pcb.org/job/osx-kicad-adam-head/327/co

Re: [Kicad-developers] Hard-coded hotkeys in pcbnew/tools/selection_tool.cpp

2017-06-27 Thread Nick Østergaard
If no one picks up the task now, I think a bug should be reported for tracking. Den 27. jun. 2017 2.50 PM skrev "Maciej Sumiński" : > Hi hauptmech, > > I agree this has to be fixed, yet I doubt it is located on someone's > list. If noone steps in, then most likely I will

Re: [Kicad-developers] how about writing a autoupdate program forkicad nightly version

2017-06-21 Thread Nick Østergaard
Keep in mind that there are also some people who don't have enough time or experince to do the actual coding but are contriuting by helping with testing new features. But I still think they are better off makimg a small bat script to download and install the latest nightly if that is what they

Re: [Kicad-developers] Proposal to change "Copy" to "Duplicate"

2017-06-16 Thread Nick Østergaard
e in both > eescheama and pcbnew. I notice that in pcbnew the "D" shortcut is taken by > "Drag Track Keep Slope" which I do not know what it means. > > does anybody has anything against it? > > JP, you are the one who knows more about shortcuts.... > > Ch

[Kicad-developers] Fwd: Stable release 4.0.7

2017-06-15 Thread Nick Østergaard
Forwarding to kicad-lib-comitters and kicad-doc-devs. -- Forwarded message -- From: Wayne Stambaugh Date: 2017-06-14 21:08 GMT+02:00 Subject: [Kicad-developers] Stable release 4.0.7 To: KiCad Developers Our stable 4

Re: [Kicad-developers] Proposal to change "Copy" to "Duplicate"

2017-06-15 Thread Nick Østergaard
I think the duplicate hotkey should be ctrl+d, as it is in pcbnew. 2017-06-15 14:33 GMT+02:00 Wayne Stambaugh : > On 6/15/2017 6:02 AM, Simon Richter wrote: >> Hi, >> >> On 15.06.2017 10:17, Fabrizio Tappero wrote: >> >>> Inline image 1 >>> I would like to propose to rename

Re: [Kicad-developers] how to push my code fixing some issues

2017-06-14 Thread Nick Østergaard
Thank you. On 14 Jun 2017 9:58 am, "liyoubdu" wrote: > i have fiexed some issues, and i have created new pull request at ' > https://github.com/KiCad/kicad-i18n/pulls' > > > -- Original -- > *From: * "Nick ?stergaard";; >

Re: [Kicad-developers] how to push my code fixing some issues

2017-06-13 Thread Nick Østergaard
Hi Liyoubdu, The translations are kept in a seperate repository at https://github.com/KiCad/kicad-i18n/ Be aware tha there are two branches, the 4.0 and master branch. Nick 2017-06-14 4:44 GMT+02:00 liyoubdu : > kicad is so nice. and i have found some issues on chinese

Re: [Kicad-developers] [PATCH] kicad right click menu corrections and few icons corrections

2017-06-05 Thread Nick Østergaard
I see some buggy icons, they contain a white background which makes them look funky. Could you please fix those? See attached. 2017-05-30 17:17 GMT+02:00 Fabrizio Tappero <fabrizio.tapp...@gmail.com>: > here you go. > > Fabrizio > > On Tue, May 30, 2017 at 4:05 PM,

Re: [Kicad-developers] [Patch] pcbnew clipboard support

2017-06-05 Thread Nick Østergaard
Sure seems interesting, but I suspect people just have not had time to review or test this yet, including me. 2017-06-05 10:07 GMT+02:00 Kristoffer Ödmark : > Hello! > > Is there any interest in this? > > - Kristoffer > > > On 2017-05-21 22:32, Kristoffer Ödmark

Re: [Kicad-developers] did something happened?

2017-06-01 Thread Nick Østergaard
No, I guess people are simply busy with other things. 2017-06-01 17:37 GMT+02:00 Fabrizio Tappero : > hi guys, > I am experiencing a very low email traffic in this mailing list. Did > something happened? > > cheers > Fabrizio > > >

Re: [Kicad-developers] latest news on v5?

2017-05-31 Thread Nick Østergaard
Hi Cirilo, Since no one have replied I would like to summarize very briefly. It seems that many people have been busy with other things, so the list have been at bit silent recently. The macos and windows nightlies have been down for a few weeks, but are now sort of running again. I have not

Re: [Kicad-developers] Patch: Open Datasheet in Project Dir

2017-05-31 Thread Nick Østergaard
passed to the browser > address as is. The third case is not good because if I move the project > around, the path becomes invalid. > > Or none of the cases above is your proposal? > > Thanks. > > Regards, > Cheng > > On 31 May 2017 at 17:23, Nick Østergaard <oe

Re: [Kicad-developers] Patch: Open Datasheet in Project Dir

2017-05-31 Thread Nick Østergaard
Does it not work by using the KIPRJMOD as is? 2017-05-31 15:17 GMT+02:00 Cheng Sheng : > Thanks, Fabrizio. It's good to know such info that is not mentioned in the > doc. I'm indeed quite new to contributing code here. > > Regards, > Cheng > > On 31 May 2017 at 13:06,

Re: [Kicad-developers] [PATCH] kicad right click menu corrections and few icons corrections

2017-05-30 Thread Nick Østergaard
I don't see any patches attached. 2017-05-30 14:54 GMT+02:00 Fabrizio Tappero : > Hello Wayne, > In attachment you can find a good review of approx 30 icons and a global > simplification of approx 30 icons. > I have also corrected some menu labels. > > Since there is a

Re: [Kicad-developers] macOS build VM is back

2017-05-26 Thread Nick Østergaard
Thank you. I hope you enjoyed leave. :P 2017-05-26 21:47 GMT+02:00 Chris Pavlina : > Hi, > > Sorry for the delay in getting the macOS build VM running again - it's > up now in its new location in Denver, after a couple minor hiccups. I'll > also be returning to

Re: [Kicad-developers] Development workflow

2017-05-26 Thread Nick Østergaard
There is some tips to setup eclipse on https://gist.github.com/johnbeard/895bad60e4716f7f9c77 2017-05-07 12:48 GMT+02:00 Thomas Kindler : > Hi! > > I'm just starting with KiCad development. I got it to compile on both MSys2 > and > Ubuntu, and did my first patches for

Re: [Kicad-developers] teardrops & rounded corners & ???

2017-05-25 Thread Nick Østergaard
Basically described in https://help.github.com/articles/fork-a-repo/ (there might exist better tutorials) 2017-05-25 21:22 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > > > Den 25/05/2017 19.42 skrev "Kaspar Emanuel" <kaspar.eman...@gmail.com>: > > Hey Hei

Re: [Kicad-developers] teardrops & rounded corners & ???

2017-05-25 Thread Nick Østergaard
Den 25/05/2017 19.42 skrev "Kaspar Emanuel" : Hey Heikki, I wanted to give this a test with a small board I thought would look nicer with curved traces . During the cmake step I noticed following error but was

Re: [Kicad-developers] ogltest and OSX nightlies

2017-05-17 Thread Nick Østergaard
No, not as far as I am aware. I can't test this patch now because the osx build server is on vacation. If Bernhard can confirm that it fixes the issues we see on Jenkins I would like it to be comitted. http://ci.kicad-pcb.org/job/osx-kicad-adam-head/301/console 00:20:20.668 -- executable file 6:

Re: [Kicad-developers] Component table improvements

2017-05-14 Thread Nick Østergaard
I think it would be a better use of your time if you could make the BOM exporter already existing have them auto populated. 2017-05-14 21:39 GMT+02:00 Kristoffer Ödmark : > Well I think these reasons are strange, I think that having a built in way > of exporting the

Re: [Kicad-developers] Component table improvements

2017-05-12 Thread Nick Østergaard
Did you ever try pcbnew > file > export > BOM? Den 12/05/2017 13.17 skrev "Kristoffer Ödmark" : > Doesnt really matter what delimiter is used. > > It would just feel better if kicad had a default BOM-generation built in. > Then I dont mind if someone prefers the

Re: [Kicad-developers] [REQUEST] Remove Wings from Windows Installer

2017-05-08 Thread Nick Østergaard
I have decided to remove the VRML message for kicad 5.0 a long time ago, because we have the STEP and IGES plugin by that time. 2017-05-09 5:26 GMT+02:00 Cirilo Bernardo : > On Tue, May 9, 2017 at 11:19 AM, Oliver Walters > wrote: >>

Re: [Kicad-developers] [FEATURE] Partial selection in pcbnew

2017-05-08 Thread Nick Østergaard
2017-05-08 14:59 GMT+02:00 Maciej Sumiński : > Hi Oliver, > > I took your set of patches for a test drive. I am glad that you thought > about the subtractive mode in the selection tool, it really fits there. > Regarding different selection modes - I like the idea, but I

Re: [Kicad-developers] 3D export to FBX

2017-05-02 Thread Nick Østergaard
Did you have a look at utils/kicad2step? 2017-05-02 17:20 GMT+02:00 Jakub Skořepa : > Hello, > I would like to implement 3D exporter to FBX format (proprietary to > Autodesk, but also supported by blender and other software). > Advantage to this is that it is directly

Re: [Kicad-developers] [RFC] new connectivity algorithm - testers needed

2017-05-01 Thread Nick Østergaard
2017-04-25 17:23 GMT+02:00 Tomasz Wlostowski : > > Hi all, > > I've pushed the branch [1] containing a rewrite of the pcbnew's > connectivity algorithm. By this algorithm, I mean: > - computing the ratsnest and checking if all connections are complete > - propagating net

Re: [Kicad-developers] Eagle import - zone filling issues

2017-05-01 Thread Nick Østergaard
2017-05-01 8:25 GMT+02:00 jp charras : >> Hi, >> >> Lachlan sent me a complex board in Eagle that has several copper zones, >> each with different clearances, which filled incorrectly or didn't fill >> at all. There were some trivial issues (e.g. inverted filling priority),

Re: [Kicad-developers] Eagle import - zone filling issues

2017-05-01 Thread Nick Østergaard
2017-05-01 0:32 GMT+02:00 Tomasz Wlostowski : > On 30.04.2017 21:02, Lachlan Audas wrote: >> Here's the link, >> http://www.cosmosc.com/example/A10-A20-OLINUXINO-MICRO-4GB_Rev_D.brd >> it's in eagle format, so import under pcbnew. >> I should of added that viewing the

Re: [Kicad-developers] macOS nightly build VM downtime starting May 10

2017-04-26 Thread Nick Østergaard
Thank you for the heads up. Den 26/04/2017 16.47 skrev "Chris Pavlina" : > Hi, > > Just giving a bit of an early heads-up. The macOS build VM called > "c4osx" in Jenkins - the one currently responsible for macOS nightly > builds - will be down for one to two weeks

Re: [Kicad-developers] [PATCH] changed so 'No copper pour' set as default in a new keepout zone

2017-04-22 Thread Nick Østergaard
Hmm, I am not sure this is desireable. There is also the cut out option associated with a zone object to do a similar thing. (Not implemented in GAL context menu yet) 2017-04-22 7:46 GMT+02:00 Joseph Chen : > Attached is a trivial patch that puts a check mark on the

Re: [Kicad-developers] New wxPython released.

2017-04-19 Thread Nick Østergaard
Yay, I guess this is good news for python people. 2017-04-19 14:37 GMT+02:00 Wayne Stambaugh : > I just stumbled across this announcement: > > http://wxwidgets.org/news/2017/04/new-major-wxpython-release/ > > I was beginning to wonder if this was ever going to happen. I

[Kicad-developers] Through hole pad colors have changed

2017-04-17 Thread Nick Østergaard
Hello Jean-Pierrie et. al. I noticed that the colors for plated through holes have changed recently and I found it seems to happen in: bf21640ae567b9d4f69171e283b61a234997c9ab I wonder why this "default" color change has happened without being mentioned on the dev list, or if it is an

Re: [Kicad-developers] kicad.pro with all schematic libs

2017-04-17 Thread Nick Østergaard
newbie, every kink I stumble across is going to be hit by > others as well. It is all about smoothening the learning curve. > > Gesendet: Montag, 17. April 2017 um 00:54 Uhr > Von: "Andrey Kuznetsov" <kandre...@gmail.com> > An: "Nick Østergaard" <oe.n...@gma

Re: [Kicad-lib-committers] [Kicad-developers] kicad.pro with all schematic libs

2017-04-16 Thread Nick Østergaard
I added kicad-lib-comitters, I would like to know why that think about this. 2017-04-16 22:49 GMT+02:00 "Jörg Hermann" : > Hello, > > KiCad ships with 92 schematic ibraries, but kicad.pro contains only 29. > I suggest defaulting to have all libs in kicad.pro by replacing the

Re: [Kicad-developers] kicad.pro with all schematic libs

2017-04-16 Thread Nick Østergaard
I added kicad-lib-comitters, I would like to know why that think about this. 2017-04-16 22:49 GMT+02:00 "Jörg Hermann" : > Hello, > > KiCad ships with 92 schematic ibraries, but kicad.pro contains only 29. > I suggest defaulting to have all libs in kicad.pro by replacing the

Re: [Kicad-developers] 3dmodel display doesn't work

2017-04-16 Thread Nick Østergaard
2017-04-16 2:16 GMT+02:00 Cirilo Bernardo <cirilo.berna...@gmail.com>: > On Sat, Apr 15, 2017 at 9:52 AM, Nick Østergaard <oe.n...@gmail.com> wrote: >> I had a look at this today, it seems to be related to the LIBDIR >> patch. I don't understand the ldconfig

Re: [Kicad-developers] Latest Master Build: Drag Zone Outlines no longer working in legacy view

2017-04-16 Thread Nick Østergaard
Please report it on the bug tracker. Den 16/04/2017 09.39 skrev "Joseph Chen" : > Just built kicad from the latest master branch and noticed that pcbnew's > drag zone outlines are no longer working for me. > > > > ___ > Mailing

Re: [Kicad-developers] 3dmodel display doesn't work

2017-04-15 Thread Nick Østergaard
I had a look at this today, it seems to be related to the LIBDIR patch. I don't understand the ldconfig mechanism on ubuntu. To me this simply loooks like a packaging issue. By sporadically googleing it seems that /usr/lib/x86_64-linux-gnu is indeed the correct path for ubuntu. Maybe something

Re: [Kicad-developers] [PATCH] export SHAPE_POLY_SET to pcbnew python

2017-04-14 Thread Nick Østergaard
Hmm, just as a heads up. I think I see a new warning from this patch: kicad-git/pcbnew/../include/geometry/shape_poly_set.h:53: Warning 401: Nothing known about base class 'SHAPE'. Ignored. It does not sound overly elegant, but I really don't know. 2017-04-14 16:35 GMT+02:00 Wayne Stambaugh

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-04-14 Thread Nick Østergaard
Hmm, another small issue. When I have a part with a value of 10µ in kicad it will render as 10µ in the html output (Big a-circumflex) It looks right in the csv. 2017-04-14 11:07 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > I can confirmthat the assert I reported is fixed with t

Re: [Kicad-developers] [FEATURE] Component table viewer

2017-04-14 Thread Nick Østergaard
I can confirmthat the assert I reported is fixed with the second patch. 2017-04-13 23:40 GMT+02:00 Oliver Walters : > Just a friendly reminder about this, I haven't heard anything since > attaching the correct patches. > > Cheers > > On 7 Apr 2017 19:27, "Oliver

Re: [Kicad-developers] [PATCH] CPolyLine -> SHAPE_POLY_SET refactor

2017-04-10 Thread Nick Østergaard
<jp.char...@wanadoo.fr>: > Le 09/04/2017 à 22:18, Nick Østergaard a écrit : >> Hi Alejandro, >> >> It seems like there is a use case you may not have considered. The zone >> cutout. > > I am thinking I recently fixed this issue.

Re: [Kicad-developers] [PATCH] CPolyLine -> SHAPE_POLY_SET refactor

2017-04-09 Thread Nick Østergaard
zones and refilled zones >> for all demo boards, and every time I get exactly the same zones (diffed >> two .kicad_pcb files). >> >> Regards, >> Orson >> >> On 02/18/2017 08:13 PM, Nick Østergaard wrote: >>> I have noticed that Alejandro's br

Re: [Kicad-developers] [PATCH 1/4] Add missing GLEW and GLM include dirs for ogltest

2017-04-06 Thread Nick Østergaard
This patch series look good to me. 2017-04-06 3:00 GMT+02:00 Simon Richter : > --- > utils/kicad-ogltest/CMakeLists.txt | 2 ++ > 1 file changed, 2 insertions(+) > > > ___ > Mailing list:

Re: [Kicad-developers] Symbol library editor UI refactor

2017-04-04 Thread Nick Østergaard
Hi Maciej, I also noticed that resizing the width of the thing containing the tree widget is very slow. IIRC Chris also had issues with that in the componentchooser dialog initially, but he fixed that somehow. 2017-04-03 10:30 GMT+02:00 Maciej Sumiński : > Hi

<    3   4   5   6   7   8   9   10   11   12   >