Re: [Kicad-developers] Why do current nightlies report that they are kicad 5.0.0-rc2?

2018-03-13 Thread Nick Østergaard
I think it would have been better if the commit after 5.0.0-rc1 was not tagged 5.0.0-rc2-dev. Then the git describe would make more sense. It would indicate that it was based on the 5.0.0-rc1 with additional commits and its hash. The g stands for git according to the man page. https://git-scm.com/

Re: [Kicad-developers] Building with visual studio? looking for a tutorial.

2018-03-12 Thread Nick Østergaard
I can't make cmake find wxwidgets from vcpkg. I think Thomas Figueroa also uses vcpkg, but he built wxwidgets himself to overcome this. So I think something is missing for wxwidgets in vcpkg, or something else is not quite right in that corner. 2018-03-12 23:36 GMT+01:00 Mark Roszko : > Wayne, >

Re: [Kicad-developers] Volunteer

2018-03-12 Thread Nick Østergaard
If you have a hard time to find a bug worth looking at, you could probably have a look at https://launchpad.net/kicad/+milestone/5.0.0-rc2 and pick one where no one is assigned. 2018-03-12 23:38 GMT+01:00 Jeff Young : > I threw one your way, but it would also be handy to know what platform > you

Re: [Kicad-developers] Git noob question

2018-03-12 Thread Nick Østergaard
2018-03-12 21:02 GMT+01:00 Kevin Cozens : > On 2018-03-11 11:52 AM, Nick Østergaard wrote: > >> That sounds a bit risky. Using the stash and popping can make you lose >> your local changes if you decide to abort a potential merge conflict. IIRC. >> Commiting changes are

Re: [Kicad-developers] Pushed change

2018-03-12 Thread Nick Østergaard
It looks like it just passed the build here, http://ci.kicad-pcb.org/job/linux-kicad-full-gcc-head/3072/ 2018-03-12 22:03 GMT+01:00 Jeff Young : > Well, my build is still running so I can’t confirm the fixes yet, but > since I already broke the build for some I went ahead and pushed “fixes”. > >

Re: [Kicad-developers] [PATCH] pcbnew alignment bugfixes

2018-03-11 Thread Nick Østergaard
It looks like this has been merged. 2018-03-01 5:00 GMT+01:00 Seth Hillbrand : > Oops! Noticed that 1+2 should have been in the same patch (fixing my own > bug there) > > I've squashed them down to three patches. > > -S > > 2018-02-28 16:52 GMT-08:00 Seth Hillbrand : > >> ​Attached are 4 patches

Re: [Kicad-developers] [RFC] Dynamic text in schematic and board.

2018-03-11 Thread Nick Østergaard
Den 8. mar. 2018 22.39 skrev "Russell Oliver" : As a follow up to the road map discussion I saw a forum post asking if it was possible to display the net name of a pad on the silkscreen or other layers much like the value or reference fields. Why is this useful? Could you explain the exact use c

Re: [Kicad-developers] Git noob question

2018-03-11 Thread Nick Østergaard
Den 10. mar. 2018 23.36 skrev "Kevin Cozens" : On 2018-03-03 03:50 PM, Maciej Suminski wrote: > If we are speaking about git tips - I think 'git pull --rebase' is even > simpler in this case. > I have a script I call "gitpull" that does that but it also does a "git stash" before the pull and a "

Re: [Kicad-developers] Building with visual studio? looking for a tutorial.

2018-03-09 Thread Nick Østergaard
https://git.launchpad.net/~sjr/kicad/log/?h=msvc 2018-03-09 16:41 GMT+01:00 Nick Østergaard : > You need to base it on Simon Richters branch. > > 2018-03-09 16:05 GMT+01:00 Tomasz Wlostowski : > >> On 09/03/18 15:55, Jon Evans wrote: >> > One other thing that might b

Re: [Kicad-developers] Building with visual studio? looking for a tutorial.

2018-03-09 Thread Nick Østergaard
You need to base it on Simon Richters branch. 2018-03-09 16:05 GMT+01:00 Tomasz Wlostowski : > On 09/03/18 15:55, Jon Evans wrote: > > One other thing that might be worth trying is to use Qt Creator to > > build/debug. It can be used as a frontend for GCC/GDB and might get > > around your Ctrl-C

Re: [Kicad-developers] Build failed in Jenkins: kicad-qa #3745

2018-03-09 Thread Nick Østergaard
It should back to normal operation now. Looks like the docker aufs was accumulating. docker system prune fixed it. I am not sure if the user is expected to run that regularly... 2018-03-09 14:29 GMT+01:00 Nick Østergaard : > Seems pretty low, will fix it soon. latest build seems to pass. >

Re: [Kicad-developers] Build failed in Jenkins: kicad-qa #3745

2018-03-09 Thread Nick Østergaard
Seems pretty low, will fix it soon. latest build seems to pass. Den 9. mar. 2018 13.42 skrev "Jeff Young" : > >> /usr/bin/ranlib: libcommon.a: No space left on device > > Is Jenkins out of disk space? > > > > On 9 Mar 2018, at 12:32, Miguel Angel Ajo wrote: > > > > See

Re: [Kicad-developers] Board Edge clearance problem

2018-03-08 Thread Nick Østergaard
I guess this is about https://bugs.launchpad.net/kicad/+bug/1753904 2018-03-08 14:27 GMT+01:00 Strontium : > On 07/03/18 18:25, Tomasz Wlostowski wrote: > >> On 07/03/18 06:34, Strontium wrote: >> >>> My second "show stopper" bug for me, using V5 RC2 >>> >>> I also reported this in the bug tracke

Re: [Kicad-developers] [fun feature request] Create PCB from schematic with one click :)

2018-03-06 Thread Nick Østergaard
There is an option in pcbnew to delete all tracks already... 2018-03-06 9:13 GMT+01:00 Ingo Kletti : > > Am 05.03.2018 um 19:07 schrieb Andy Peters: > >> I'm guessing auto-routers appeal to hobbyists rather than professionals. >>> >> >> How many questions on forums do you see from hobbyists askin

Re: [Kicad-developers] Build error

2018-03-05 Thread Nick Østergaard
being used might help. > > > On 06/03/18 12:55, Nick Østergaard wrote: > > I reproduce in a clean workspace like this: > git clone https://github.com/KiCad/kicad-source-mirror.git kicad_steven > cd kicad_steven/ > mkdir build > cd build/ > cmake .. -DKICAD_SCRIPTI

Re: [Kicad-developers] GerbView: Severe bug: ASSERT on Startup

2018-03-05 Thread Nick Østergaard
Go here https://bugs.launchpad.net/kicad/+bug/1753592 Den 6. mar. 2018 12.58 AM skrev "Clemens Koller" : > Debug build of SHA1 ID: 5a33f09 > KiCad-from-scratch (no configs, etc...) > When I open GerbView, I immediately get: > > > ASSERT INFO: > ./src/gtk/scrolwin.cpp(227): assert "scrolled" faile

Re: [Kicad-developers] Build error

2018-03-05 Thread Nick Østergaard
-03-06 0:37 GMT+01:00 Nick Østergaard : > Ok, now I also see that issue. It could very easily be that RPATH commit > making the build system unstable. It is a problem that the generated files > are not in the build dir, but in the source dir. > > > 2018-03-05 23:22 GMT+01:00 Nick Øs

Re: [Kicad-developers] Build error

2018-03-05 Thread Nick Østergaard
Ok, now I also see that issue. It could very easily be that RPATH commit making the build system unstable. It is a problem that the generated files are not in the build dir, but in the source dir. 2018-03-05 23:22 GMT+01:00 Nick Østergaard : > It also seem to build correctly on jenkins. >

Re: [Kicad-developers] Build error

2018-03-05 Thread Nick Østergaard
It also seem to build correctly on jenkins. 2018-03-05 23:16 GMT+01:00 Steven A. Falco : > I'm going to retract this report. It builds correctly on copr, so the > problem must be something in my local setup. > > Sorry for the noise. > > Steve > > _

Re: [Kicad-developers] MacOS Packaging Question

2018-03-04 Thread Nick Østergaard
a > > On Mar 3, 2018, at 7:53 PM, Nick Østergaard wrote: > > This is the current scripts used for the current nightlies for macos > https://github.com/wayneandlayne/KiCadMacOSPackaging.git > > 2018-03-04 <20%2018%2003%2004> 0:37 GMT+01:00 Rene Pöschl < > poes

Re: [Kicad-developers] Git noob question

2018-03-04 Thread Nick Østergaard
With the shorter notation with -r for --rebase 2018-03-03 21:50 GMT+01:00 Maciej Suminski : > [...] git pull would do a fetch and merge together, but you want to fetch >> and rebase -- you can set your .gitconfig to do the fetch and rebase, but I >> think it's easier to follow along with what's g

Re: [Kicad-developers] MacOS Packaging Question

2018-03-03 Thread Nick Østergaard
This is the current scripts used for the current nightlies for macos https://github.com/wayneandlayne/KiCadMacOSPackaging.git 2018-03-04 0:37 GMT+01:00 Rene Pöschl : > On 03/03/18 23:32, Seth Hillbrand wrote: > >> ​In the current nightly MacOS builds, we package the applications, >> symbols and 3

Re: [Kicad-developers] 3D Viewer "Render current view using Raytracing" is ludicrously slow

2018-02-28 Thread Nick Østergaard
OpenMP does not seem to be enabled on the current macos nightlies. I am not sure what to install to get that working. Also, it would be nice if it could get into the version info. 2018-02-28 11:20 GMT+01:00 Mário Luzeiro : > Hi Andy, > > This most probably sounds to me as "it is working as expect

Re: [Kicad-developers] GerbView: ASSERT: wxRound(): argument out of supported range

2018-02-27 Thread Nick Østergaard
Also, you need to add version info. 2018-02-27 23:52 GMT+01:00 Jon Evans : > It's certainly fine, but if you have time to report them on Launchpad too > it makes sure we don't let them slip through the cracks! > > Thanks > > -Jon > > On Tue, Feb 27, 2018 at 5:51 PM, Clemens Koller wrote: > >> Hi

Re: [Kicad-developers] KiCad-from-scratch: GerbView/pcbnew: Startup-Dialog: Enable Acceleration only enables Modern Toolset (Fallback)

2018-02-26 Thread Nick Østergaard
What happen if you switch to accelerated in the prefs dialog? 2018-02-26 23:58 GMT+01:00 Clemens Koller : > Hi! > > Minor bug / inconsistency: > > KFS: On the initial run of GerbView and Pcbnew, the Startup-Dialog to > enable acceleration is shown. When I click on "Enable Acceleration" and > chec

Re: [Kicad-developers] Windows Nightlies Installer - Unable to check components for instal

2018-02-26 Thread Nick Østergaard
I have only been waiting for the release to be tagged such that I know what strategy would be used for the libs. My plan is to make a full installer and a lite installer for the nightlies. I am not sure if it makes sense to have a seperate installer (without the main programs) such that the noob us

Re: [Kicad-developers] Packaging question

2018-02-26 Thread Nick Østergaard
Please submit your patch as a pull request. 2018-02-26 4:48 GMT+01:00 Steven A. Falco : > On 02/25/2018 07:31 PM, Wayne Stambaugh wrote: > > > > > > On 02/25/2018 07:25 PM, Rene Pöschl wrote: > >> On 25/02/18 23:29, Wayne Stambaugh wrote: > >>> Stephen, > >>> > >>> I would say that you should pul

Re: [Kicad-developers] Packaging question

2018-02-26 Thread Nick Østergaard
@Wayne, the copr nighlties we provide for fedora is maintained in https://github.com/KiCad/fedora-packaging Patches should of course be submitted to this as pull requests. I see Aimylios submitted some changes a week or two ago, but I and clearly no one else has reviewed it. I would advise both Ai

Re: [Kicad-developers] How do I turn one of our .svg icons into a .cpp file?

2018-02-26 Thread Nick Østergaard
8, at 16:58, jp charras wrote: > > > > Le 26/02/2018 à 17:17, Nick Østergaard a écrit : > >> I am not sure how well it works on macos, but it uses inkscape to > export them to png and then > >> something else to turn them to xpm which is turned into cpp as far as I >

Re: [Kicad-developers] How do I turn one of our .svg icons into a .cpp file?

2018-02-26 Thread Nick Østergaard
I am not sure how well it works on macos, but it uses inkscape to export them to png and then something else to turn them to xpm which is turned into cpp as far as I remember. I may be wrong. 2018-02-26 17:16 GMT+01:00 Nick Østergaard : > Enable MAINTAIN_PNGS with cmake. > > 2018-02

Re: [Kicad-developers] How do I turn one of our .svg icons into a .cpp file?

2018-02-26 Thread Nick Østergaard
Enable MAINTAIN_PNGS with cmake. 2018-02-26 17:14 GMT+01:00 Jeff Young : > (Don’t worry; not for 5.0stable.) > ___ > Mailing list: https://launchpad.net/~kicad-developers > Post to : kicad-developers@lists.launchpad.net > Unsubscribe : https://laun

Re: [Kicad-developers] PPA: KiCad 5.0

2018-02-26 Thread Nick Østergaard
No. 2018-02-26 17:03 GMT+01:00 Kevin Cozens : > On 2018-02-26 05:15 AM, Maciej Sumiński wrote: > >> Does it mean there are no more documentation updates for 5.0 >> foreseen/accepted? >> > Have the file format docs been updated to reflect the recent changes? > > -- > Cheers! > > Kevin. > > http://

Re: [Kicad-developers] PPA: KiCad 5.0

2018-02-26 Thread Nick Østergaard
No, it means that a tag has been made such that build scripts can pass if they use the tag. Den 26. feb. 2018 11.16 AM skrev "Maciej Sumiński" : Does it mean there are no more documentation updates for 5.0 foreseen/accepted? On 02/26/2018 11:13 AM, Nick Østergaard wrote: > kicad-

Re: [Kicad-developers] PPA: KiCad 5.0

2018-02-26 Thread Nick Østergaard
kicad-doc and kicad-i18n has been tagged 2018-02-26 10:53 GMT+01:00 Jean-Samuel Reynaud : > Dear All, > > Following KiCad 5.0 tagging, I had create a dedicated PPA for next > release (5.0). For the moment, only RC1 of kicad is built. When other > repositories will be tagger (i18n, docs and all l

Re: [Kicad-developers] Packaging question

2018-02-25 Thread Nick Østergaard
2018-02-25 23:29 GMT+01:00 Wayne Stambaugh : > Stephen, > > I would say that you should pull from HEAD of each library. This will > probably be acceptable up to the stable release. At this point we will > have to tag each repo. Are any of our library devs planning on doing any > major reorganiz

Re: [Kicad-developers] Packaging question

2018-02-25 Thread Nick Østergaard
2018-02-25 23:18 GMT+01:00 Carsten Schoenert : > Am 25.02.2018 um 22:25 schrieb Nick Østergaard: > > One final question - does the kicad team guide package development on > each > > of the various distros, or is it up to each distro owner to sort out how > to > > b

Re: [Kicad-developers] Packaging question

2018-02-25 Thread Nick Østergaard
Den 25. feb. 2018 3.44 PM skrev "Steven A. Falco" : Now that 5.0.0-rc1 is out, I'd like to ask how this should be packaged. In particular, I'm using Fedora, and my private builds are built based on the mechanisms from the "fedora-packaging" repo on github. However, the "fedora-packaging" repo st

Re: [Kicad-developers] Decimal separator characters

2018-02-25 Thread Nick Østergaard
I guess this is addressed with Michaels patch in that bug, or are there still any open questions? Den 23. feb. 2018 6.24 PM skrev "Jeff Young" : > We had a discussion a while back about local-specific decimal characters > in which JP made the point that we don’t have any use for thousands > separ

Re: [Kicad-developers] Nightly builds.

2018-02-23 Thread Nick Østergaard
In the installer I also tried to include gdb, such that it could potentiallyt be possible to run kicad on windows in here, but this is not well tested. All I did was successfully make it run and break on a kicad function. I am not sure how much debugging you can actually do with that. 2018-02-23 1

Re: [Kicad-developers] Getting kicad to work with wxPython Phoenix

2018-02-23 Thread Nick Østergaard
Hi Miles, I use archlinux and used this AUR package to install phoenix, https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-wxpython-phoenix Then I applied your patch and added that header file to kicad as shown on https://github.com/nickoe/kicad-source-mirror/compare/master...nickoe:di

Re: [Kicad-developers] Hard coded hotkeys

2018-02-23 Thread Nick Østergaard
Where is the bug report? Please link it here. I guess you just forgot it. 2018-02-23 4:35 GMT+01:00 hauptmech : > Jon Evans, Kristoffer Ödmark, John Beard, and maybe Tomasz Włostowski > > I filed a bug report for the temporary hard-coded hotkeys that have not > been cleaned up. I'm super motivate

Re: [Kicad-developers] wxPython/wxWidgets compatibility check

2018-02-21 Thread Nick Østergaard
But I notice it is broken on the macos nightly. It can not import the wx python module and hence we get an empty string for the toolkit from wxpython, (osx_cocoa vs ). http://ci.kicad-pcb.org/job/osx-kicad-adam-head/576/console 2018-02-20 23:55 GMT+01:00 Nick Østergaard : > Yippee, bu

Re: [Kicad-developers] wxPython/wxWidgets compatibility check

2018-02-20 Thread Nick Østergaard
18 08:09 PM, Wayne Stambaugh wrote: > > Me too! Orson, can you please take a look at this when you get a chance. > > > > On 2/20/2018 12:10 PM, Nick Østergaard wrote: > >> Ok, but it seems to break the msys2 build. > >> > >> http://darine.hogyros.de:8080/j

Re: [Kicad-developers] wxPython/wxWidgets compatibility check

2018-02-20 Thread Nick Østergaard
a. Do you know if it is enough just to disable > >> wxPython or rather everything scripting related should be turned off? > >> > >> There is a different warning when GTK3 is detected as the wxWidgets > toolkit. > >> > >> Regards, > >> Orson

Re: [Kicad-developers] IPC-2581

2018-02-20 Thread Nick Østergaard
I don't think anything in that regard has changed since: https://lists.launchpad.net/kicad-developers/msg20588.html 2018-02-20 17:19 GMT+01:00 Ouabache Designworks : > > Does Kicad have anyone working with these folks? > > Found this on semiwiki.com > > > Hemant enthusiastically replied, *“We en

Re: [Kicad-developers] [PATCH] Pcbnew menu bar

2018-02-19 Thread Nick Østergaard
Hello Michael and Jeff, It seems like we got our first small regression from this patch series. Could you have a look. Please note it looks like it is window manager dependent. https://bugs.launchpad.net/kicad/+bug/1750494 Nick 2018-02-18 23:03 GMT+01:00 Wayne Stambaugh : > Indeed I did forget.

Re: [Kicad-developers] wxPython/wxWidgets compatibility check

2018-02-19 Thread Nick Østergaard
a comment. Should we be a bit more helpful for the packager, to tell him that he can temporarely disable the scripting options to make it build, maybe also hint that we on do support gtk2 for the time being. 2018-02-19 22:28 GMT+01:00 Nick Østergaard : > Hello Maciej, > > I just tested your

Re: [Kicad-developers] wxPython/wxWidgets compatibility check

2018-02-19 Thread Nick Østergaard
Hello Maciej, I just tested your patch on archlinux. It does not seem to work properly, tested in a clean build dir. Even if I remove wxpython (with gtk3) and install wxpython-gtk2 (with gtk2 from AUR) it still complains that there is a mismatch. I have wxwidgets with gtk2 and gtk3 installed, taht

Re: [Kicad-developers] [RFC] Change to object visibility system for usability/clarity

2018-02-19 Thread Nick Østergaard
2018-02-19 1:37 GMT+01:00 Jon Evans : > I'm going to go to the user forum with these questions too, but curious > what the devs think about this: > > In my original RFC, I proposed eliminating the different between "front" > and "back" in the Render checkboxes. > I still think this makes sense for

Re: [Kicad-developers] PPA: library packages modifications

2018-02-17 Thread Nick Østergaard
Thank you very much, both of you. Den 17. feb. 2018 8.44 AM skrev "Jean-Samuel Reynaud" : > Hi > > Package naming will change in ppa to follow exactly the same schema as > debian's packages. > > I will process those change as soon as possible. > > Reg

Re: [Kicad-developers] Version string changes.

2018-02-16 Thread Nick Østergaard
Thank you. I see you also added the 5.0-dev tag for this. 2018-02-13 15:04 GMT+01:00 Wayne Stambaugh : > Just a quick notice to all of the package devs that may impact kicad > version strings used for packaging. I have changed the way the version > strings are generated in my development repo an

Re: [Kicad-developers] PPA: library packages modifications

2018-02-16 Thread Nick Østergaard
2018-01-15 11:55 GMT+01:00 Carsten Schoenert : > Hi, > > adding some notes here for the planned Debian packaging. > Jean-Samuel emailed my some days ago already about his planes and we > have tried to stay in contact about a consistent packaging schema > between Ubuntu and Debian which makes absol

Re: [Kicad-developers] Getting kicad to work with wxPython Phoenix

2018-02-16 Thread Nick Østergaard
Hello Miles, Since it seems that Phoenix has now been released I just tried to test against it with your patch. But I get a build error related to sip. [ 75%] Building CXX object pcbnew/CMakeFiles/pcbnew_kiface.dir/pcbnew.cpp.o In file included from /home/nickoe/kicad-source-mirror/pcbnew/swig/py

Re: [Kicad-developers] Build broken against glm 0.9.8.4

2018-02-16 Thread Nick Østergaard
ad436c7 (from Dec 4 2017), I started seeing the errors > that I reported. I suspect it has more to do with a recent update to > Fedora27, perhaps in gcc or a library, that has suddenly exposed the issue, > rather than a specific commit to kicad. > >>> > >>> Unfortunate

Re: [Kicad-developers] Why is Select by Browser in Place Footprint turned off on Mac?

2018-02-14 Thread Nick Østergaard
ght someone might remember. > > > On 14 Feb 2018, at 09:00, Nick Østergaard wrote: > > Are there no relevant info in git blame for the change? Where is it? > > 2018-02-14 <20%2018%2002%2014> 1:34 GMT+01:00 Jeff Young : > >> I’ve got it enabled now on my build. I’ll

Re: [Kicad-developers] Why is Select by Browser in Place Footprint turned off on Mac?

2018-02-14 Thread Nick Østergaard
Are there no relevant info in git blame for the change? Where is it? 2018-02-14 1:34 GMT+01:00 Jeff Young : > I’ve got it enabled now on my build. I’ll continue to play with it a bit…. > > > On 13 Feb 2018, at 22:44, Wayne Stambaugh wrote: > > > > I'm sure this was done for a reason. What that

Re: [Kicad-developers] building without ngspice?

2018-02-13 Thread Nick Østergaard
Did you make a clean build? I don't think the cmake module works well if it was configured with it enabled first, and then disabling it. Den 13. feb. 2018 4.50 PM skrev "Adam Wolf" : Hi folks! I am trying to build from master, but even with -DKICAD_SPICE=OFF, I'm getting: CMake Error: The follo

Re: [Kicad-developers] 6.0.0-rc1 milestone

2018-02-13 Thread Nick Østergaard
Yes, thank you. 2018-02-13 15:42 GMT+01:00 Wayne Stambaugh : > Nick, > > I updated the development focus to the 5.0 branch and remove the > product-git branch. Is this what you were looking for? > > Cheers, > > Wayne > > On 2/13/2018 8:50 AM, Nick Østergaard w

Re: [Kicad-developers] 6.0.0-rc1 milestone

2018-02-13 Thread Nick Østergaard
eased. > > Cheers, > > Wayne > > On 2/13/2018 6:18 AM, Nick Østergaard wrote: > > Hello All, > > > > I have created a 6.0.0-rc1 milestone in launchpad which we can use for > > bugs we want to postpone to after the 5.0.0 stable release. We can > > alw

Re: [Kicad-developers] Assertion failure in SCH_REFERENCE::SCH_REFERENCE

2018-02-13 Thread Nick Østergaard
You also forgot the part about version info. Den 13. feb. 2018 12.43 PM skrev "Julius Schmidt" : > Sorry, forgot to mention this crucial little detail: It happens on "Edit > Symbol Library Links". > > On Tue, 13 Feb 2018, Julius Schmidt wrote: > > If a component cannot be found it currently gener

[Kicad-developers] 6.0.0-rc1 milestone

2018-02-13 Thread Nick Østergaard
Hello All, I have created a 6.0.0-rc1 milestone in launchpad which we can use for bugs we want to postpone to after the 5.0.0 stable release. We can always rename this if we don't feel the next stable release will be 6.0.0. Do we want to use 5.1.x? Regards Nick Øster

Re: [Kicad-developers] Command Window for Scripting

2018-02-11 Thread Nick Østergaard
Does the current scripting console and action menu not work for you for this? This is only for pcbnew for now and sort of experimental. Den 11. feb. 2018 02.17 skrev "Andrey Kuznetsov" : > Hi, > > I was wondering if there were ideas to add command window for scripting > inside schematic and pcbne

Re: [Kicad-developers] UI changes for 5.0?

2018-02-09 Thread Nick Østergaard
2018-02-09 15:05 GMT+01:00 Wayne Stambaugh : > On 2/9/2018 1:34 AM, Carsten Schoenert wrote: > > Am 09.02.2018 um 01:54 schrieb Wayne Stambaugh: > >>> If you want to tag rc1 this weekend, should we tag the libs as well? > > > > Absolutely! Don't make the life of distributions and packagers more >

Re: [Kicad-developers] [Kicad-doc-devs] string change proposal

2018-02-08 Thread Nick Østergaard
2018-02-08 <20%2018%2002%2008> 6:53 GMT+01:00 Carsten Schoenert < c.schoen...@t-online.de>: > Hi, > > Am 08.02.2018 um 01:06 schrieb Nick Østergaard: > > I also thinks that adding "by Kicad" does not add any information. It > > only complicates the al

Re: [Kicad-developers] [Kicad-doc-devs] string change proposal

2018-02-07 Thread Nick Østergaard
I also thinks that adding "by Kicad" does not add any information. It only complicates the already long description. Den 7. feb. 2018 7.50 PM skrev "Marco Ciampa" : > On Wed, Feb 07, 2018 at 09:23:22AM -0700, Andy Peters wrote: > > > > > > > On Feb 7, 2018, at 5:09 AM, Marco Ciampa wrote: > > >

[Kicad-developers] Build broken against glm 0.9.8.4

2018-02-07 Thread Nick Østergaard
Hi Just a heads up. I think e0f7958dbdab89f38bacc6a567e21b38a0926aee broke the build on fedora26 and fedora 27 which uses glm 0.9.8.4. Caused by fix in https://bugs.launchpad.net/kicad/+bug/1746546. /usr/include/glm/detail/type_vec4_simd.inl:156:11: error: 'struct glm::tvec4' has no member named

Re: [Kicad-developers] Zone fill hangup?

2018-02-04 Thread Nick Østergaard
I just did test cdad023 by compiling myself, but I don't get any issue with the filling here. This is on archlinux. 2018-02-04 3:40 GMT+01:00 Steven A. Falco : > On 02/03/2018 08:40 PM, Steven A. Falco wrote: > > On 02/03/2018 07:04 PM, Tomasz Wlostowski wrote: > >> On 03/02/18 18:40, Steven A.

Re: [Kicad-developers] KiCad talk at FOSDEM

2018-02-04 Thread Nick Østergaard
Hold on. That looks like the one from last year. Den 4. feb. 2018 9.05 PM skrev "Piotr Esden-Tempski" : > Thank you Wayne! The video seems to have been transcoded already and I can > see it on the event page: https://archive.fosdem. > org/2017/schedule/event/kicad_status/ > > Now I am off to watc

Re: [Kicad-developers] GUI garbage...?

2018-02-04 Thread Nick Østergaard
It is mostly a blocker because multiple versions of wxpython can not coexist easily. Den 3. feb. 2018 6.31 PM skrev "Marco Ciampa" : > On Sat, Feb 03, 2018 at 03:26:10PM +0100, Clemens Koller wrote: > > Okay... > > > > Reason found: > > wxpython 3.0.2.0-7 on Arch Linux was updated on 2018-01-28 (

Re: [Kicad-developers] GUI garbage...? (screenshot)

2018-02-03 Thread Nick Østergaard
gards, > > > > Clemens > > > > On 2018-02-03 13:39, Iñigo wrote: > >> Hi, > >> > >> Very same behavior here, on Manjaro with KiCad from AUR. > >> > >> If I close the Pcbnew windows KiCad closes completely. > >> > >

Re: [Kicad-developers] GUI garbage...?

2018-02-03 Thread Nick Østergaard
Den 3. feb. 2018 1.27 PM skrev "Clemens Koller" : Hi, Nick! On 2018-02-03 01:02, Nick Østergaard wrote: > are you sure you didn't rebuild wxpython with gtk2? I cannot tell right out of the box if the KiCad build picks wxpython or wxpython2.8. Note, that I am installing KiCad

Re: [Kicad-developers] GUI garbage...?

2018-02-02 Thread Nick Østergaard
are you sure you didn't rebuild wxpython with gtk2? Den 3. feb. 2018 00.55 skrev "Clemens Koller" : > Hi, Chris! > > I don't run into the issues on Arch Linux. No special tweaks. Installed > packages are i.e.: > > $ pacman -Q | grep "wx" > wxformbuilder-svn 3.5.2.RC2.r2225-1 > wxgtk-common 3.0.3.

Re: [Kicad-developers] [PATCH] Allow OpenCASCADE standard edition

2018-02-01 Thread Nick Østergaard
se from ( > https://github.com/FreeCAD/FreeCAD/blob/master/COPYING). I note that I > had it written as "FreeCAD CADx development system". I've corrected this > to read "FreeCAD CAx development system". > > I'm not sure to what the "CheckSymbolExists&qu

Re: [Kicad-developers] Issues for features?

2018-02-01 Thread Nick Østergaard
2018-02-01 14:10 GMT+01:00 Wayne Stambaugh : > On 2/1/2018 7:48 AM, Jeff Young wrote: > > One other question: what about large but simple changes? > > > > For instance, I’m currently working on getting rid of the g_UserUnits > global. It’s going to be several thousand lines of changes, but each o

Re: [Kicad-developers] Documentation update

2018-01-31 Thread Nick Østergaard
I merged this patch. 2018-01-31 17:34 GMT+01:00 Marco Ciampa : > Here we are... see attach > > Regards, > > -- > > > Marco Ciampa > > I know a joke about UDP, but you might not get it. > > > > GNU/Linux User #78271 > FSFE fellow #364 > > > > > _

Re: [Kicad-developers] Issues for features?

2018-01-30 Thread Nick Østergaard
There is no specified policy about this as far as I see it. Generally we only use the bug tracker for bugs and stuff where people just don't have time to start coding. So in conclusion, you should be good if you just send patches to the dev list. If you want to create some bugs to relate to 6.0 f

Re: [Kicad-developers] [PATCH] Allow OpenCASCADE standard edition

2018-01-30 Thread Nick Østergaard
I get the same issue with OCCT 7.2.0. 2018-01-29 23:30 GMT+01:00 Nick Østergaard : > Hi Seth, > > I just took the patch for a testrun and will state some comments below. > > This looks a bit strange: > > -- Boost version: 1.66.0 > -- -- OpenCASCADE Community Edition has b

Re: [Kicad-developers] [PATCH] Allow OpenCASCADE standard edition

2018-01-29 Thread Nick Østergaard
Hi Seth, I just took the patch for a testrun and will state some comments below. This looks a bit strange: -- Boost version: 1.66.0 -- -- OpenCASCADE Community Edition has been found. -- -- Found OCE/OpenCASCADE version: 6.8.0 -- -- OCE/OpenCASCADE include directory: /opt/oce/lib/oce-0.17/../../

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-29 Thread Nick Østergaard
In the future, remember to state your goal and expectation when asking these sort of questions. I will make it easier for people to help you. 2018-01-29 11:30 GMT+01:00 Babar Malik : > Dear Jean, > Thank you so much, you are right as i am able to install these packages. I > was facing this proble

Re: [Kicad-developers] Kicad Build Issue on Ubuntu

2018-01-29 Thread Nick Østergaard
Read the error message and try to figure out what is missing. I should be a good excercise for you. :) Den 29. jan. 2018 08.39 skrev "Babar Malik" : I turned off python then the kicad was built sucessfully. But when i used "make" command after building it, it shown following error message. "*[ 0

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Nick Østergaard
You don't need to revert it. I can just choose the latest workin hash in the jenkins job. I would rather we fix it somehow. :) @Bernhard, the build scripts in question are https://github.com/wayneandlayne/KiCadMacOSPackaging Maybe you can have a got at it? 2018-01-28 23:41 GMT+01:00

Re: [Kicad-developers] wxwidgets fork progress

2018-01-28 Thread Nick Østergaard
I assume this is the bug you are talking about: https://bugs.launchpad.net/kicad/+bug/1745868 2018-01-28 23:14 GMT+01:00 Adam Wolf : > I was able to get the wxwidgets stuff switched over but there's a bug in > the big tracker saying it didn't work. I will continue to look into it as > I can. I

Re: [Kicad-developers] 5.0 RC readiness / bug targeting

2018-01-20 Thread Nick Østergaard
Everyone should be free to propose a bug for 5.0 in the bug comments. Also we could hold it for rc2. I personslly don't see why we can't have a handful of rc's. Den 20. jan. 2018 3.16 PM skrev "Jon Evans" : > Hi all, > > I think it would be good to keep the 5.0.0-rc1 milestone up to date with > a

Re: [Kicad-developers] Update PCB from Schematic

2018-01-18 Thread Nick Østergaard
What do you mean by centered? I don't see anything centered, I just see them left aligned. Looks ok to me unless I am looking at the wrong thing. 2018-01-14 <20%2018%2001%2014> 0:02 GMT+01:00 Jeff Young : > This is a shortcut for eeschema Annotate + eeschema Write Netlist + pcbnew > Read Netlist,

Re: [Kicad-developers] Kicad and ngspice 27 undefined reference

2018-01-17 Thread Nick Østergaard
I have not seen it before. But on what system are you trying to compile this on?What build options do you use? Den 18. jan. 2018 06.25 skrev "Lachlan Audas" : > Hi, was trying to compile the latest Dev build of KiCad with version of > ngspice 27 > and getting the following undefined reference,

Re: [Kicad-developers] macOS Nightly

2018-01-16 Thread Nick Østergaard
Yes, and this was introduced in 786312b103 kicad/common/dialog_shim.cpp:573:5: error: use of undeclared identifier 'ReparentQuasiModal' http://ci.kicad-pcb.org/job/osx-kicad-adam-head/ 2018-01-16 18:42 GMT+01:00 Michael Kavanagh : > Hi all, > > Just a heads up the macOS nightly build seems to

Re: [Kicad-developers] kicad back annotation tool

2018-01-15 Thread Nick Østergaard
OK, I was not sure that you intended it as a functional mock-up or proff of concept. I have not yet had time to test it. 2018-01-15 18:17 GMT+01:00 Andy Peters : > > On Jan 15, 2018, at 12:22 AM, Nick Østergaard wrote: > > Also, it is hard to argue this to be used in KiCad when

Re: [Kicad-developers] Future plans on the KiCad library releases?

2018-01-15 Thread Nick Østergaard
Den 15. jan. 2018 11.16 skrev "Carsten Schoenert" : Hi, as the packaging for Debian will change as well for the next KiCad release I've some questions pointed to the contributors and admins of the libraries to be able to prepare the needed package transitions as also mentioned by Jean-Samuel. 1.

Re: [Kicad-developers] Launchpad janitor down?

2018-01-15 Thread Nick Østergaard
en the > server was down. Please let me know if there are any new problems. > > Regards, > Orson > > On 01/13/2018 01:49 PM, Nick Østergaard wrote: > > Hi again, > > > > Is it time for me to get it up and running, or what happened here? There > is > >

Re: [Kicad-developers] PPA: library packages modifications

2018-01-15 Thread Nick Østergaard
Hi Jean-Samuel, Thank you for the update. I will probably copy paste this information to a blog post on the website to help inform the users. Nick Den 15. jan. 2018 09.40 skrev "Jean-Samuel Reynaud" : Dear All, A big job is done currently on KiCad libraries. Footprints are now on a same repo

Re: [Kicad-developers] kicad back annotation tool

2018-01-14 Thread Nick Østergaard
Also, it is hard to argue this to be used in KiCad when it uses PyQt. 2018-01-14 22:24 GMT+01:00 Wayne Stambaugh : > On 1/14/2018 3:20 PM, Andy Peters wrote: > > > > > >> On Jan 13, 2018, at 7:16 PM, Dan Weatherill > wrote: > >> > >> Dear all, > >> apologies first for the (unrelated to 5.0 stabl

Re: [Kicad-developers] Do we have a wxWidgets branch yet?

2018-01-14 Thread Nick Østergaard
No, but I think Bernhard wanted to maintin it. I have not seen him push anything. Den 14. jan. 2018 13.03 skrev "Jeff Young" : > I’ve got a couple of patches that need to go into it. > > [1] wxwidgets-3.0.2_macosx_quasimodal.patch (https://bugs.launchpad.net/ > kicad/+bug/1741881) > [2] wxwidget

Re: [Kicad-developers] Some thoughts on symbol remapping

2018-01-13 Thread Nick Østergaard
2018-01-10 20:45 GMT+01:00 Rene Pöschl : > On 10/01/18 19:54, Matthijs Kooijman wrote: > >> Hi Wayne, >> >> If the remapping algorithm cannot find the exact library match which > is currently being used (and should be in the project library list or > the cache) to provide the symbol, then

Re: [Kicad-developers] Launchpad janitor down?

2018-01-13 Thread Nick Østergaard
ne. > > Regards, > Orson > > 1. https://code.launchpad.net/~orsonmmz/kicad-git-hook/+git/kicad-git-hook > 2. https://git.launchpad.net/kicad-git-hook/tree/README > > On 01/08/2018 12:00 AM, Nick Østergaard wrote: > > Where is the script located and what does it requ

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-12 Thread Nick Østergaard
IMHO the new icon collection looks awful. They are not pixel aligned and renders quite fuzzy in many details. http://storage4.static.itmages.com/i/18/0113/h_1515804843_8735496_c1a004f249.png Looking at the the new ones are part of the red circles and renders fuzzy, while the green one looks more

Re: [Kicad-developers] Hotkeys Editor

2018-01-12 Thread Nick Østergaard
I also don't see the advantage of using the tabbed interface, but we may consider making the default size of that dialog bigger in pcbnew. It is quite small right now. It only shows a coupel of lines of the tree view. 2018-01-12 20:47 GMT+01:00 Wayne Stambaugh : > I actually prefer the tree view

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-10 Thread Nick Østergaard
I think you need to do a side by side comparison with the old and also showcase it with a dark theme. I would also like to see a summary of why specific features was changed on the icons. Otherwise we have not got any further and I think the updates should be rejected. In seven months or so someon

Re: [Kicad-developers] Kicad from scratch: pcbnew: cannot use ~/ for home directory for KISYS3DMOD path?

2018-01-09 Thread Nick Østergaard
If you really want to start from scratch then you may also want to remove the ~/.cache/kicad (or there about, I am not on linux right now). But it is not as important, it only contains the scene graph model cache. (Or what ever it is really called) 2018-01-09 14:55 GMT+01:00 Clemens Koller : > H

Re: [Kicad-developers] [PATCH] Implement primitive icon scaling for high DPI

2018-01-09 Thread Nick Østergaard
I suspect it looks something similar to what is presented in https://bugs.launchpad.net/kicad/+bug/1519581 2018-01-09 14:40 GMT+01:00 Bernhard Stegmaier : > Hi Chris, > > can you show a screenshot what this patch fixes? > I have a Retina MacBook and for my taste the toolbar icons are pretty OK >

Re: [Kicad-developers] [4.0.7] Bug report: Cannot open a project called noname.pro

2018-01-08 Thread Nick Østergaard
I cannot reproduce this on linux with: Application: kicad Version: (2018-01-08 revision 3fb60f770)-master, release build Libraries: wxWidgets 3.0.3 libcurl/7.57.0 OpenSSL/1.1.0g zlib/1.2.11 libidn2/2.0.4 libpsl/0.19.1 (+libidn2/2.0.4) libssh2/1.8.0 nghttp2/1.28.0 Platform: Linux 4.14.8-1-AR

<    1   2   3   4   5   6   7   8   9   10   >