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

2018-02-03 Thread Nick Østergaard
Den 3. feb. 2018 1.27 PM skrev "Clemens Koller" <c...@embeon.de>: 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 i

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 >

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

2018-02-01 Thread Nick Østergaard
lls under the license 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

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

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 <oe.n...@gmail.com>: > 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 > -- -- OpenCASC

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:

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 >

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

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 Nick

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

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

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 +

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

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

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 <de...@latke.net>: > > On Jan 15, 2018, at 12:22 AM, Nick Østergaard <oe.n...@gmail.com> wrote: > > A

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

Re: [Kicad-developers] Launchpad janitor down?

2018-01-15 Thread Nick Østergaard
een pushed on 5th January, when 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 h

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

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/ >

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

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

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

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

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

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

Re: [Kicad-developers] Launchpad janitor down?

2018-01-07 Thread Nick Østergaard
Hi Maciej, Is it down again, I see it has bot commented on https://bugs.launchpad.net/kicad/+bug/1662398 Even though it was six hours ago or so. Nick 2018-01-08 0:00 GMT+01:00 Nick Østergaard <oe.n...@gmail.com>: > Where is the script located and what does it require? > > 2018-

Re: [Kicad-developers] Launchpad janitor down?

2018-01-07 Thread Nick Østergaard
Where is the script located and what does it require? 2018-01-07 22:40 GMT+01:00 Chris Pavlina <pavlina.ch...@gmail.com>: > That'd be preferable if it's an option. > > On Sun, Jan 07, 2018 at 09:38:43PM +, Nick Østergaard wrote: > > We could also just run it the jenki

Re: [Kicad-developers] Launchpad janitor down?

2018-01-07 Thread Nick Østergaard
; Regards, > > Orson > > > > On 01/07/2018 02:11 PM, Nick Østergaard wrote: > > > Hi Orson, > > > > > > Is the launchpad janitor down? > > > > > > It seems that it did n

Re: [Kicad-developers] Stable 5 branch status

2018-01-07 Thread Nick Østergaard
at least a > month to get the libraries, docs, translations, and packages ready from > the time the source tree is tagged as stable. If we got the stable 5 > release out by the end of March, I would be pretty happy. > > Cheers, > > Wayne > > On 01/07/2018 04:06 PM, Nick Øs

Re: [Kicad-developers] Stable 5 branch status

2018-01-07 Thread Nick Østergaard
some of those languages also keep unused strings, so even if it is not at 100% it might be complete. But I am not sure about this. Regards Nick Østergaard 2018-01-02 21:07 GMT+01:00 Wayne Stambaugh <stambau...@gmail.com>: > I plan on adding the remapping feature to the Eeschema docu

Re: [Kicad-developers] [PATCH] Allow selecting footprints that are only silkscreen using silk layers

2018-01-07 Thread Nick Østergaard
Hi Wayne, I think you forgot to push the patch. I can not see it on master. 2018-01-06 23:29 GMT+01:00 Wayne Stambaugh : > I misunderstood the purpose of this patch as well. I tested it and it > works as advertised so I merged it. Thank you for your contribution. > >

Re: [Kicad-developers] [PATCH] Add bidirectional net highlight cross-probing

2018-01-07 Thread Nick Østergaard
d pick some random object on the net and locate that without much > code, but is that the behavior we want? (especially for nets that exist on > multiple sheets) > > -Jon > > On Sun, Jan 7, 2018 at 9:02 AM, Nick Østergaard <oe.n...@gmail.com> wrote: > >> Hi Jon, &g

Re: [Kicad-developers] [PATCH] Add bidirectional net highlight cross-probing

2018-01-07 Thread Nick Østergaard
Hi Jon, I just tested this woth both patches applied. It seems that selecting nets in eeschema the zoom to view works good in pcbnew, but the other way around not so well. It does not always zoom to the net in eeschema when selecing nets in pcbnew. 2018-01-07 3:30 GMT+01:00 Jon Evans

[Kicad-developers] Launchpad janitor down?

2018-01-07 Thread Nick Østergaard
Hi Orson, Is the launchpad janitor down? It seems that it did not mark this bug as fixed: https://bugs.launchpad.net/kicad/+bug/1741327 Regards Nick Østergaard ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Nick Østergaard
>> >> On Sat, Jan 06, 2018 at 05:52:49PM +, kristoffer Ödmark wrote: >> > I would love to see improved icons, I still never get used to them so i >> read >> > the tooltip, newer know which one is pcb and which one is module editor. >> >

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Nick Østergaard
2018-01-06 14:15 GMT+01:00 Jeff Young : > +1 > > And I like Oliver’s proposed icons. I’d suggest two further changes > though: > > 1) The schematic icon (which Oliver didn’t change) should really use the > default colours (dark red symbols, green wires). Then there’s a stronger

Re: [Kicad-developers] subscribe

2018-01-06 Thread Nick Østergaard
Hi John, I think you need to join the kicad-developers team [1] to subscribe to the mailing list. See the bottom of the page. Nick [1] https://launchpad.net/~kicad-developers 2018-01-06 <20%2018%2001%2006> 3:12 GMT+01:00 Ouabache Designworks < z3qmt...@gmail.com>: > subscribe > >

Re: [Kicad-developers] [PATCH] eeschema: neatly wrap placeholder text in symbol chooser

2018-01-06 Thread Nick Østergaard
I tested it on linux, seemed to work fine. Den 6. jan. 2018 1.45 PM skrev "Wayne Stambaugh" : > Hey Chris, I saw. I just haven't gotten around to testing it yet. I'm > drowning in the current patch volume. I'm going to try to get caught up > over the weekend. > > On

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

2018-01-06 Thread Nick Østergaard
Den 6. jan. 2018 1.08 AM skrev "Wayne Stambaugh" : Hi Matthijs, On 01/03/2018 02:40 AM, Matthijs Kooijman wrote: > Hi Wayne, > > I just tried the remapping tool as well, and wanted to share some > thoughts on it. This e-mail, where you're explaining how the remapping >

Re: [Kicad-developers] [PATCH] OpenGL: use source alpha only for direct (no AA) rendering

2018-01-05 Thread Nick Østergaard
Ok guess this is related to https://bugs.launchpad.net/bugs/1741363 (i cant ooen the patch on my phone) Den 5. jan. 2018 10.33 AM skrev oe.n...@gmail.com: > How was it wrong when AA was disabled? > > Den 5. jan. 2018 5.47 AM skrev "Jon Evans" : > >> Fixes background color

Re: [Kicad-developers] [PATCH] OpenGL: use source alpha only for direct (no AA) rendering

2018-01-05 Thread Nick Østergaard
How was it wrong when AA was disabled? Den 5. jan. 2018 5.47 AM skrev "Jon Evans" : > Fixes background color being wrong in OpenGL canvas when AA is disabled > > ___ > Mailing list: https://launchpad.net/~kicad-developers > Post to

Re: [Kicad-developers] Visible Items on different canvases

2018-01-04 Thread Nick Østergaard
s) > In the current Nightly all canvases act the same as OpenGL/Cairo in 4.0.7. > (Legacy in 4.0.7 behaves differently as Legacy in Nightly.) > > I hope this made it clearer. > > André > > > > Am 2018-01-04 <20%2018%2001%2004> um 14:18 schrieb Nick Østergaard: &

Re: [Kicad-developers] Stable 5 branch status

2018-01-04 Thread Nick Østergaard
Hasn't this been fixed already? 2018-01-04 15:37 GMT+01:00 Jörg Hermann : > > scared me the most was a comment about the project being written to the > disk on opening, so you can't close/kill kicad and keep your project > untouched. > > 1000++ > > IMHO Kicad breaks the

Re: [Kicad-developers] Visible Items on different canvases

2018-01-04 Thread Nick Østergaard
2018-01-04 <20%2018%2001%2004> 9:55 GMT+01:00 André S. < list.dev.ki...@nospamail.de>: > Hi everyone, > > I discovered some not consistent behaviour in the current stable release: > On the Legacy canvas you can display Value of the footprint by enabling > Value option under Elements in the

Re: [Kicad-developers] Default Canvas for v5

2018-01-03 Thread Nick Østergaard
Hmm, maybe it is ok to use the technical terms OpenGL and Cairo in the help text for the menu item. Afterall those terms have been used a lot in help forums and launchpad, so it may make it easier for the curious to discover. 2018-01-03 21:15 GMT+01:00 Wayne Stambaugh : >

Re: [Kicad-developers] [PATCH] eeschema: make footprint preview optional

2018-01-03 Thread Nick Østergaard
I just tested this patch on linux and it seems to work as advertised. 2018-01-03 3:55 GMT+01:00 Chris Pavlina : > Hi, > > I've attached a patch to make the footprint preview and selection > functionality in eeschema optional, to address primarily performance > concerns

Re: [Kicad-developers] Default Canvas for v5

2018-01-03 Thread Nick Østergaard
Please attempt to not derail a thread. This thread is about making the default canvas default or not about remapping. About remapping it is much more helpful if you create a bug report and include a project to test against. Den 3. jan. 2018 10.23 AM skrev "André S."

Re: [Kicad-developers] Debian ngspice package.

2018-01-02 Thread Nick Østergaard
I think the wiki page Carsten made on https://wiki.debian.org/KiCad/ngspice is a good overview of that. 2018-01-02 23:43 GMT+01:00 Carsten Schoenert : > Hello Tomasz, > > Am 02.01.2018 um 23:20 schrieb Tomasz Wlostowski: > > Forgive my ignorance, but what's the problem

Re: [Kicad-developers] Default Canvas for v5

2017-12-31 Thread Nick Østergaard
I don't think the term standard for Cairo is good. It is better to call it fallback or faillsafe. Calling it standard gives the impression that this is what they should choose, but really we want them to select OpenGL. Den 31. dec. 2017 18.12 <20%2017%2018%2012> skrev "Wayne Stambaugh" <

Re: [Kicad-developers] Default Canvas for v5

2017-12-31 Thread Nick Østergaard
We could also write about this in the release notes. Den 31. dec. 2017 15.06 skrev "Jon Evans" : > On modern computers, the OpenGL canvas offers by far the best experience > for users. Until we have the code in place to be able to default to OpenGL > and safely / neatly fall

Re: [Kicad-developers] Default Canvas for v5

2017-12-30 Thread Nick Østergaard
It has been a long time since I have seen reports from people saying they can start pcbnew becasue of opengl. So I think we can sort of safely enable it as a default. But at least pcbnew saves the canvas setting. 2017-12-30 22:36 GMT+01:00 Kristoffer Ödmark : > The

Re: [Kicad-developers] Patches consistency

2017-12-30 Thread Nick Østergaard
x/master > later), I could help maintaining it. > > > Regards, > Bernhard > > On 30. Dec 2017, at 00:45, Nick Østergaard <oe.n...@gmail.com> wrote: > > We could have a fork of wx in the kicad org with a branch where we rebase > the patches to. Then it is easy

Re: [Kicad-developers] Patches consistency

2017-12-29 Thread Nick Østergaard
We could have a fork of wx in the kicad org with a branch where we rebase the patches to. Then it is easy to fetch for others. The osx devs could maintain this. But having it in the kicad org gives more visibility and we don't need to habe them directly in the kicad source. This is just an idea,

Re: [Kicad-developers] Simulator towards 5.0

2017-12-29 Thread Nick Østergaard
ACTION_MENU. We shall see how this plays out. On 12/28/2017 07:09 PM, Nick Østergaard wrote: > I think the original patch on the 5th of dec from Christoffer is useful. > This enables the mentioned options. This is without the spice message > thing, which I think is redundant and not pret

Re: [Kicad-developers] Build failed in Jenkins: linux-kicad-full-gcc-head #2712

2017-12-29 Thread Nick Østergaard
I will fix it in half an hour. Den 29. dec. 2017 11.47 PM skrev "Wayne Stambaugh" : > That didn't take long ;). Miguel, would you please changer you build > config to disable KICAD_SPICE for Ubuntu builds. The consensus from the > other package devs was to enable this.

Re: [Kicad-developers] small heads-up...

2017-12-29 Thread Nick Østergaard
That section looks good in the master repo https://github.com/KiCad/kicad-source-mirror/blob/f7ab50f791b030eb3f4facbf58c44b101a141594/eeschema/dialogs/dialog_bom_editor.cpp#L255 Maybe you have pulled some changes where it made a bad merge? 2017-12-29 16:34 GMT+01:00 Marco Ciampa

Re: [Kicad-developers] "Won't Fix" candidates

2017-12-29 Thread Nick Østergaard
one objects. > > Please let me know if you are willing to help maintain the bug tracker > > and would like me to add you to the bug squad team. I appreciate all > > the help I can get. > > > > Cheers, > > > > Wayne > > > >> On 12/28/2017

Re: [Kicad-developers] "Won't Fix" candidates

2017-12-29 Thread Nick Østergaard
I have updated the status on the bugs, but I am not sure we can close below bug without discussion. https://bugs.launchpad.net/kicad/+bug/1471768 (The actions of FIlling and Un-Filling Zones are not undoable.) 2017-12-28 20:41 GMT+01:00 Jeff Young : > The bug database is a bit on

Re: [Kicad-developers] Simulator towards 5.0

2017-12-28 Thread Nick Østergaard
consensus, then I will enable them. I'm just trying to be > fair to our package devs. > > On 12/27/2017 05:42 PM, Nick Østergaard wrote: > > 2017-12-27 23:04 GMT+01:00 Wayne Stambaugh <stambau...@gmail.com > > <mailto:stambau...@gmail.com>>: > > > >

Re: [Kicad-developers] "Won't Fix" candidates

2017-12-28 Thread Nick Østergaard
As far as I know users not admin for the kicad project or not part of the kicad bug squad team or kicad-product-committers can not change priority or assignee, and possibly a sligtly limited set of statuses. In the bug squad team there are three

Re: [Kicad-developers] (no subject)

2017-12-28 Thread Nick Østergaard
Thank you. 2017-12-28 23:19 GMT+01:00 Wayne Stambaugh <stambau...@gmail.com>: > Nick, > > I merged your patch. Thank you for your contribution. > > Wayne > > On 12/24/2017 06:26 PM, Nick Østergaard wrote: > > Hi Wayne, > > > > Thank you for fix

Re: [Kicad-developers] Simulator towards 5.0

2017-12-27 Thread Nick Østergaard
2017-12-27 23:04 GMT+01:00 Wayne Stambaugh : > Here are my thoughts on the current options that are disable be default. > Nothing is experimental except USE_WX_GRAPHICS_CONTEXT which really > shouldn't be used and the WX_OVERLAY which is macos specific. > > KICAD_SCRIPTING,

Re: [Kicad-developers] (no subject)

2017-12-24 Thread Nick Østergaard
Hmm, sorry for not setting a proper title for that email. I hope you wll read it anyways. 2017-12-25 0:26 GMT+01:00 Nick Østergaard <oe.n...@gmail.com>: > Hi Wayne, > > Thank you for fixing [Bug 1739910] Configure paths are missing in eeschema > > But I propose to move the

[Kicad-developers] (no subject)

2017-12-24 Thread Nick Østergaard
Hi Wayne, Thank you for fixing [Bug 1739910] Configure paths are missing in eeschema But I propose to move the menu item to directly after the lib table menu option as it is in pcbnew. And also use the same icon as everywhere else. The attached patch does exactly that. Regards Nick Østergaard

Re: [Kicad-developers] eeschema regression

2017-12-17 Thread Nick Østergaard
I am not sure why, but I see the progress dialog opened for an equal amount of time every time in my case. Testing on windows 10. The path Seth proposed seem to work sort of. But it does not show the loading dialog on init and I get an error dialog shortly after I open eeschema that it fails to

Re: [Kicad-developers] [PATCH] Correct bus junction behavior

2017-12-16 Thread Nick Østergaard
think that issue has been around since ed0f17e (2015). Let me know if > you've seen it working correctly more recently. > > -S > > On Fri, Dec 15, 2017 at 4:28 AM, Nick Østergaard <oe.n...@gmail.com> > wrote: > >> I don't have the possibility to test this patch right

Re: [Kicad-developers] [PATCH] Correct bus junction behavior

2017-12-15 Thread Nick Østergaard
I don't have the possibility to test this patch right now, but does it affect the way bus entries are managed? See the the IRQ- bus on the pins 87, 88, 89, 90, 91, 94 in the coldfire demo. Since recently the bus entries are rendered as not connected in both ends. 2017-12-15 0:24 GMT+01:00 Seth

Re: [Kicad-developers] for improving doc reports

2017-12-15 Thread Nick Østergaard
See inline comments. 2017-12-15 12:27 GMT+01:00 Marco Ciampa : > Hello devs! > I would like to ask for a favour to improve the reports for errors in the > docs. > > Since we have some CI engines in place for checking for correctness of > the doc source, I am here to ask for a

Re: [Kicad-developers] OSX progress dialog patch

2017-12-13 Thread Nick Østergaard
I don't see a patch attached to the forwarded email. 2017-12-13 14:40 GMT+01:00 Jeff Young : > (Resending with correct subject line.) > > > On 12 Dec 2017, at 22:53, Jeff Young wrote: > > > > Hi Maciej, > > > > Thanks for the workaround for the progress dialog on

Re: [Kicad-developers] remove outdated contribution

2017-12-13 Thread Nick Østergaard
The latest another than Marco contributed to the kicad-i18n/it/kicad.po was about Jul 16, 2014. 2017-12-13 14:18 GMT+01:00 Wayne Stambaugh : > Marco, > > Before I apply this patch I need to certain that none or very few of the > Italian translations can be attributed to the

Re: [Kicad-developers] macOS & New Zone Filling?

2017-12-09 Thread Nick Østergaard
A bug was also reported on this at: https://bugs.launchpad.net/kicad/+bug/1737277 2017-12-09 3:56 GMT+01:00 Tomasz Wlostowski : > On 09/12/17 01:33, Bernhard Stegmaier wrote: > > Some sites say that. > > I tried to manually compile a test program from one of those, but

Re: [Kicad-developers] Simulator towards 5.0

2017-12-05 Thread Nick Østergaard
But it would also fail to build if you did not install wx. Den 5. dec. 2017 5.21 PM skrev "Kevin Cozens" : On 2017-12-05 09:05 AM, Kristoffer Ödmark wrote: > Here I attach a small patch that changes the default compile-flags to the > ones in the released packages. > Enabling

Re: [Kicad-developers] Simulator towards 5.0

2017-12-05 Thread Nick Østergaard
note saying it is optional and might be disabled > for cases when it is not found by CMake. > > Regards, > Orson > > On 12/05/2017 03:47 PM, Nick Østergaard wrote: > > If they are not available for some reason the packager for that platform > > can disable the feature until

Re: [Kicad-developers] Simulator towards 5.0

2017-12-05 Thread Nick Østergaard
com>: > Can we guarantee that these build dependencies are available on all > platforms? I'm primarily think of BSD devs. For the windows, macos, > and linux devs there are no issues. > > On 12/5/2017 9:28 AM, Nick Østergaard wrote: > > I would personally also like t

Re: [Kicad-developers] Simulator towards 5.0

2017-12-05 Thread Nick Østergaard
it will reduce some initial confusion for someone. > > - Kristoffer > > On 12/04/2017 10:19 PM, Nick Østergaard wrote: > >> >> >> Den 4. dec. 2017 18.50 skrev "kristoffer Ödmark" < >> kristofferodmar...@gmail.com <mailto:kristoffer

Re: [Kicad-developers] Simulator towards 5.0

2017-12-04 Thread Nick Østergaard
Den 4. dec. 2017 18.50 skrev "kristoffer Ödmark" < kristofferodmar...@gmail.com>: On 2017-12-04 15:22, Tomasz Wlostowski wrote: > Kristoffer, > > You're very welcome to specify how you'd like to have the Spice-related > fields organized - but remember it's not only the integrated ngspice >

Re: [Kicad-developers] [PATCH] Remove unused custom cmake target

2017-12-03 Thread Nick Østergaard
ndencies should be removed since your patch removes it as a > custom target. > > On 12/02/2017 08:36 AM, Nick Østergaard wrote: > > Hmm, strange. I didn't have those warnings, but I mostly tested in a new > > build dir. I will have a look. > > > > 2017-12-02 14:15

Re: [Kicad-developers] [PATCH] Remove unused custom cmake target

2017-12-02 Thread Nick Østergaard
rning (dev) at polygon/CMakeLists.txt:20 (add_dependencies): > Policy CMP0046 is not set: Error on non-existent dependency in > add_dependencies. Run "cmake --help-policy CMP0046" for policy details. > Use the cmake_policy command to set the policy and suppress this warn

[Kicad-developers] [PATCH] Remove unused custom cmake target

2017-12-01 Thread Nick Østergaard
Hello I just fell over some legacy stuff in the CMakeLists. It seems to not be used, so therefore I propose to remove it. This target seems to only create empty makefiles, tested on linux. And I can not find any references to it in any of the current CMakeLists. Lets remove it. Nick From

Re: [Kicad-developers] Tweaks to about dialog

2017-11-30 Thread Nick Østergaard
It seems that some characters are not rendered properly in the names anymore, like Ø. Maybe this is because of the removal of the wxT macros. 2017-11-28 0:23 GMT+01:00 Wayne Stambaugh : > Oliver, > > I merged your patch in the development branch. > > Thanks, > > Wayne > >

Re: [Kicad-developers] [PATCH] Fix DRC marker drawing in Cairo and color in hover state

2017-11-29 Thread Nick Østergaard
No patch is attached to this email. Den 29. nov. 2017 4.00 AM skrev "Jon Evans" : > Hi all, > > I started working on [1] but haven't solved it yet. I did fix a few minor > bugs discovered along the way, in the attached patch. The polygon wasn't > closed, so weird draw

Re: [Kicad-developers] Some tests.

2017-11-29 Thread Nick Østergaard
On Wed, Nov 29, 2017 at 12:36 AM, Nick Østergaard <oe.n...@gmail.com> wrote: > I guess these stats are not really useful if you don't at least include > the commit it was on. > > 2017-11-28 18:25 GMT+01:00 Heikki Pulkkinen <hei6m...@gmail.com>: > >> >> Zones

Re: [Kicad-developers] Some tests.

2017-11-28 Thread Nick Østergaard
I guess these stats are not really useful if you don't at least include the commit it was on. 2017-11-28 18:25 GMT+01:00 Heikki Pulkkinen : > > Zones filling new record with new connectivity algo with A64-Olinuxino > board. 13s. > > On Wed, Nov 22, 2017 at 12:55 PM, Heikki

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

2017-11-28 Thread Nick Østergaard
ion, one can simple append "CHANGE" at the end of a >> commit >> >>> message. If we follow this scheme, then to get a changelog it is >> enough >> >>> to execute "git log --grep=CHANGE". One can also modify the query to >> get >> >>

Re: [Kicad-developers] snap images

2017-11-26 Thread Nick Østergaard
This is an issue for the package maintainer, which IIRC is only Eldar Khayrullin. But he is also on this list so I guess he will see your message soon. :) 2017-11-27 8:04 GMT+01:00 Marco Ciampa : > Hello devs! > Just a heads up: the snap(py) version of KiCad is still to

Re: [Kicad-developers] MacOS 4.0.7 release oopsie

2017-11-26 Thread Nick Østergaard
It is because of what happened in: [Kicad-developers] Yet another 4.0.7 release bug. https://lists.launchpad.net/kicad-developers/msg30192.html I suspect that the script for the OSX build did not consider that tags could move. Which I think could happen like this: A tag will get pulled down when

Re: [Kicad-developers] Migrating old designs best practice

2017-11-24 Thread Nick Østergaard
hand, since caches are, by definition, temporary copies of > data, they don't get versioned or archived in my projects. (The kicad > libraries, and binaries, were though). > > > > On 24 Nov 2017 10:21 pm, "Nick Østergaard" <oe.n...@gmail.com> wrote: > > This

Re: [Kicad-developers] Migrating old designs best practice

2017-11-24 Thread Nick Østergaard
scued is pins >> that changed length which is a bit surprising since that would possibly >> leave unconnected wires. I'm not sure why it was done this way but I >> guess I'll have to do some testing before the stable 5 release to see if >> it needs to be fixed. >>

Re: [Kicad-developers] [PATCH] Fix aperture macro hit testing (Fixes lp:1730249)

2017-11-23 Thread Nick Østergaard
Thanks! 2017-11-23 10:20 GMT+01:00 Maciej Sumiński : > For the record: an updated version of this patch has been already > comitted. Thank you Jon! > > Regards, > Orson > > On 11/11/2017 11:22 PM, Jon Evans wrote: > > Hi all, > > > > This patch fixes a bug reported by

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

2017-11-23 Thread Nick Østergaard
I guess this is the same idea as with https://github.com/KiCad/kicad-python 2017-11-23 19:28 GMT+01:00 Greg Smith : > "I was simply afraid that we > may spent a lot of time petting the SWIG interface, which we will nuke > it and start from scratch because of inevitable

Re: [Kicad-developers] Migrating old designs best practice

2017-11-23 Thread Nick Østergaard
Maybe I am mistaken then. 2017-11-23 13:21 GMT+01:00 Wayne Stambaugh : > On 11/22/2017 11:02 PM, hauptmech wrote: > > When opening an old design I noticed that the C and R symbol pin nodes > > changed position (I'm guessing other symbols as well), breaking the > >

Re: [Kicad-developers] Migrating old designs best practice

2017-11-22 Thread Nick Østergaard
The cache library and the rescue dialog should take care of this. 2017-11-23 5:02 GMT+01:00 hauptmech : > When opening an old design I noticed that the C and R symbol pin nodes > changed position (I'm guessing other symbols as well), breaking the > schematic. Did the people

Re: [Kicad-developers] New feature notifications

2017-11-22 Thread Nick Østergaard
We could also set jenkins up to create an issue on the doc repo, triggered by the keyword, and then we can handle the documentation effort and discussion there. I can play with that. 2017-11-22 16:27 GMT+01:00 Maciej Sumiński : > On 11/22/2017 04:01 PM, Marco Ciampa

Re: [Kicad-developers] Recent eeschema changes

2017-11-22 Thread Nick Østergaard
Have you read http://kicad-pcb.org/post/symbol-lib-table/? 2017-11-22 9:16 GMT+01:00 Julius Schmidt : > It seems the current origin/master will modify schematic files on disk > just by opening them -- even if I opt out of the remap tool. This is rather > undesirable behaviour, I

Re: [Kicad-developers] Library Editor refactor

2017-11-22 Thread Nick Østergaard
2017-11-22 9:19 GMT+01:00 Maciej Sumiński <maciej.sumin...@cern.ch>: > Hi Nick, > > On 11/22/2017 12:04 AM, Nick Østergaard wrote: > > Thank your for fixing. Seems to address the issue. Some minor things > about > > it. > > > > It seems that it adds abo

Re: [Kicad-developers] Library Editor refactor

2017-11-21 Thread Nick Østergaard
Thank your for fixing. Seems to address the issue. Some minor things about it. It seems that it adds about two lines of whitespace inside that box where the checkboxes are, even if I edit more libs. And I canot not select/deselect with the space key when I highlighted a row. But I guess you

Re: [Kicad-developers] Library Editor refactor

2017-11-21 Thread Nick Østergaard
2017-11-21 10:22 GMT+01:00 Nick Østergaard <oe.n...@gmail.com>: > 2017-11-21 <20%2017%2011%2021> 9:43 GMT+01:00 Maciej Sumiński < > maciej.sumin...@cern.ch>: > >> On 11/20/2017 11:16 PM, Nick Østergaard wrote: >> > Hello Maciej, >> >> Hi Nick

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