Re: [Kicad-developers] [PATCH][RFC] Footprint wizards

2016-09-14 Thread Nick Østergaard
2016-09-14 14:09 GMT+02:00 Oliver Walters : > Hi all, > > First time submitting a patch, so here goes > Welcome. Please be aware that your patches contain tabs, as per the coding style policy; the indentation level for the KiCad source code is defined as four

Re: [Kicad-developers] Bezier curves in DRAWSEGMENT class

2016-09-14 Thread Nick Østergaard
the lengths to be equal? >> >> On Wed, Sep 14, 2016 at 10:51 PM, jp charras <jp.char...@wanadoo.fr> wrote: >>>> On Wed, Sep 14, 2016 at 7:44 PM, Nick Østergaard <oe.n...@gmail.com >>>> <mailto:oe.n...@gmail.com>> wrote: >>>> >>

Re: [Kicad-developers] Bezier curves in DRAWSEGMENT class

2016-09-14 Thread Nick Østergaard
For some RF applications people would like to use curves for traces. So DRC support for beizier/arcs would be nice here. Den 14/09/2016 08.14 skrev "jp charras" : > Le 14/09/2016 à 01:19, Tomasz Wlostowski a écrit : > > On 14.09.2016 00:00, Cirilo Bernardo wrote: > >> I

Re: [Kicad-developers] Bezier curves in DRAWSEGMENT class

2016-09-13 Thread Nick Østergaard
It seems it has been there for long, there are only few mentions of it on the list while I have been subscribed, but I find: https://www.mail-archive.com/kicad-developers@lists.launchpad.net/msg20577.html https://lists.launchpad.net/kicad-developers/msg20046.html It does not really mention

Re: [Kicad-developers] translation code rework

2016-09-11 Thread Nick Østergaard
2016-09-09 16:02 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: > On 9/7/2016 2:27 PM, Nick Østergaard wrote: >> 2016-03-12 1:37 GMT+01:00 Simon Wells <swel...@gmail.com>: >>> As part of the translation code rework that i am working on (and >>> auto-d

Re: [Kicad-developers] [PATCH] Update version string formatting after git migration

2016-09-10 Thread Nick Østergaard
Den 09/09/2016 20.09 skrev "Wayne Stambaugh" : > > Have we come to any consensus on this yet? I'm not sure the fake bzr > revision numbers have any meaning. Git doesn't have any concept of > linear commits so having a linear number will only make sense when > building from

Re: [Kicad-developers] [PATCH] Print layer names in pcbnew

2016-09-10 Thread Nick Østergaard
I have not tried this patch, but could you be a bit more descriptive of what this patch do for the user and why? Den 08/09/2016 17.09 skrev "Ian Roth" : > This patch allows for printing layer names in pcbnew using a %L formater. > This is helpful when printing 1 layer per

Re: [Kicad-developers] [PATCH] Add KICAD_INSTALL_DEMOS CMake option

2016-09-08 Thread Nick Østergaard
The proposed patch does not document the option in the devdocs. 2016-09-08 19:15 GMT+02:00 Wayne Stambaugh : > Anyone object to this? I don't really have an opinion one way or the > other since it defaults to the current behavior. I guess there is a > reason not to install

Re: [Kicad-developers] [PATCH] Add KICAD_INSTALL_DEMOS CMake option

2016-09-08 Thread Nick Østergaard
What is the reasoning for doing this? 2016-09-08 9:04 GMT+02:00 José Ignacio Romero : > > It is ON by default, determines wether to install the bundled demos > and examples. > --- > CMakeLists.txt | 6 ++ > 1 file changed, 6 insertions(+) > > >

Re: [Kicad-developers] translation code rework

2016-09-07 Thread Nick Østergaard
2016-03-12 1:37 GMT+01:00 Simon Wells : > As part of the translation code rework that i am working on (and > auto-detection) part of it is moving the need for changing anything in > code to add a new language. As part of this involves the flags i was > wondering whether anyone

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-07 Thread Nick Østergaard
FYI the windows nightlies now built with OCE enabled. The first nightlies are ready and my sanity check says that it works. As I write this only the x86_64 build have it enabled, but I expect the i686 build to be ready within a few hours from now on. I know that js-reynaud also enabled it on the

Re: [Kicad-developers] [PATCH] A few small changes to CMake and the compiling instructions

2016-09-05 Thread Nick Østergaard
ks, > > Wayne > > On 9/3/2016 5:05 PM, Nick Østergaard wrote: >> I also prepared some patches to address this issue with the switch, >> but I did not submit them, because no one commented further on it. >> >> But for the git descriptions, why do you suggest &q

Re: [Kicad-developers] [PATCH] A few small changes to CMake and the compiling instructions

2016-09-04 Thread Nick Østergaard
Yes 2016-09-04 23:01 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: > So I have this straight: > > John's 0002 and 0003 patches > Nick's 0001, 0002, and 0003 patches > > Is this correct? > > On 9/3/2016 5:09 PM, Nick Østergaard wrote: >> I just

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-04 Thread Nick Østergaard
Wayne Stambaugh <stambau...@gmail.com> wrote: >>> On 9/3/2016 6:49 AM, Nick Østergaard wrote: >>>> 2016-09-01 19:02 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: >>>>> Sorry it took so long. I took a look at Cirilo's changes an it looks >>&g

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-04 Thread Nick Østergaard
2016-09-04 21:15 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: > On 9/3/2016 6:49 AM, Nick Østergaard wrote: >> 2016-09-01 19:02 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: >>> Sorry it took so long. I took a look at Cirilo's changes an it looks >>&g

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-04 Thread Nick Østergaard
2016-09-02 23:05 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > 2016-09-02 23:00 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: >> On 9/2/2016 4:28 PM, Nick Østergaard wrote: >>> 2016-09-02 21:25 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: >&g

Re: [Kicad-developers] [PATCH] A few small changes to CMake and the compiling instructions

2016-09-03 Thread Nick Østergaard
I just made my changes in multiple patches such that they are easy to review, they should probably be squashed with the commit description if committed. 2016-09-03 23:05 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > I also prepared some patches to address this issue with the switch

Re: [Kicad-developers] [PATCH] A few small changes to CMake and the compiling instructions

2016-09-03 Thread Nick Østergaard
I also prepared some patches to address this issue with the switch, but I did not submit them, because no one commented further on it. But for the git descriptions, why do you suggest "-b master" for the git clone, that should not be necessary. My patches replaces the 0001 patch of Jon's, they

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-03 Thread Nick Østergaard
m> > Date: Thu Sep 1 11:59:44 2016 -0400 > > Merge remote-tracking branch 'cirilo/3d-plugin' > > I really only want to show Cirilo's commit log entries as a new commit. > WTF! I'm liking git less every time I use it. What do I need to do to > get the correct commit hi

Re: [Kicad-developers] Stable release 5 road map.

2016-09-03 Thread Nick Østergaard
A small paragraph ahve been added to the getting started section describing the v5 and CERN road map. 2016-07-07 9:33 GMT+02:00 Wayne Stambaugh : > On 7/6/2016 1:38 PM, Jon Neal wrote: >> It took me a solid 15 minutes of searching to find the roadmap, so >> hopefully I'll do

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-02 Thread Nick Østergaard
2016-09-02 23:05 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > 2016-09-02 23:00 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: >> On 9/2/2016 4:28 PM, Nick Østergaard wrote: >>> 2016-09-02 21:25 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: >&g

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-02 Thread Nick Østergaard
2016-09-02 23:00 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: > On 9/2/2016 4:28 PM, Nick Østergaard wrote: >> 2016-09-02 21:25 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: >>> Cirilo, >>> >>> Someone still needs to address building o

Re: [Kicad-developers] OCE plugin for 3D viewer

2016-09-02 Thread Nick Østergaard
2016-09-02 21:25 GMT+02:00 Wayne Stambaugh : > Cirilo, > > Someone still needs to address building oce on msys2. I just spent way > too much time building oce from source on msys2. The oce folks decided > to ignore CMAKE_INSTALL_PREFIX and use there own install path stuff >

Re: [Kicad-developers] Git transition

2016-09-01 Thread Nick Østergaard
I think the mirror should be working again now, we will see when something is pushed to lp. 2016-08-25 7:40 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > I will try to make the mirror be synced from launchpad, at latest on friday. > > 2016-08-24 5:39 GMT+02:00 kin

Re: [Kicad-developers] Stable release 4.0.4

2016-08-31 Thread Nick Østergaard
Hi Wayne Is there any reason that the folder inside the release tarball is named kicad-4.0 instead of kicad-4.0.4 in line with the previous releases? Nick 2016-08-30 3:16 GMT+02:00 Wayne Stambaugh : > I just finished getting everything updated for the 4.0.4 release. >

Re: [Kicad-developers] git stable mirror

2016-08-26 Thread Nick Østergaard
FYI, I don't think I will manage to get the github mirror going before medio next week. 2016-07-05 18:41 GMT+02:00 Wayne Stambaugh : > I'm OK with this. I just was on github and I didn't see any way to pull > from a different repo in the add new repo section of github.

Re: [Kicad-developers] Git transition

2016-08-24 Thread Nick Østergaard
I will try to make the mirror be synced from launchpad, at latest on friday. 2016-08-24 5:39 GMT+02:00 kinichiro inoguchi : > Hi, > > I hope mirror on GitHub keeps refreshing from new git repo on Launchpad. > https://github.com/KiCad/kicad-source-mirror > > For GUI

Re: [Kicad-developers] Git transition

2016-08-24 Thread Nick Østergaard
I don't like that your "stable-4" branch don't match the 4.0 branch in the kicad-source mirror. See: https://git.launchpad.net/~stambaughw/kicad/+git/kicad-dev/commit/?h=stable-4=7ced0635031e2dcf7ec34db598726f0887da2cc5

Re: [Kicad-developers] Couple raytracer "problems"/questions

2016-08-23 Thread Nick Østergaard
Den 23/08/2016 04.43 skrev "Chris Pavlina" : > > Mostly asking Mário here - couple slight issues/questions with the > raytracer.. > > https://misc.c4757p.com/raytrace-example.png > > 1) Am I the only one getting missing chunks in the corner like that? > That happens very

Re: [Kicad-developers] Git transition

2016-08-22 Thread Nick Østergaard
Feel free to procrastinate the announcement. Since it seems we will reuse the 4.0.3 doc, lib and i18n but I they have not been retagged yet, it is ok to delay it half a day. Alternately you could make the announcement a draft and I can publish it when ready. Den 22/08/2016 17.46 skrev "Wayne

Re: [Kicad-developers] Git transition

2016-08-22 Thread Nick Østergaard
FYI the guy syncing bzr to the kicad-source-mirror managed to make it work. Although it seems like he only pushed the 4.0 branch once. There is a 4.0 branch in that. (Sorry I don't remember his name exactly now) Den 22/08/2016 16.34 skrev "Chris Pavlina" : > I'm used to

Re: [Kicad-developers] Git transition

2016-08-21 Thread Nick Østergaard
2016-08-21 20:26 GMT+02:00 Chris Pavlina : > On Sun, Aug 21, 2016 at 11:30:11AM -0400, Wayne Stambaugh wrote: >> > [snip] >> >> To all my developers with commit access, please do not commit any >> changes to the product branch until further notice. I am going to >>

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Nick Østergaard
vs and devs who build from > source (me). > > On 8/15/2016 6:21 PM, Nick Østergaard wrote: >> He is not talking about STEP export, only the visualization plugin. And >> the question as I understand it is to make sure it works on all >> supported platforms

Re: [Kicad-developers] update on STEP visualization

2016-08-15 Thread Nick Østergaard
He is not talking about STEP export, only the visualization plugin. And the question as I understand it is to make sure it works on all supported platforms and being packaged with kicad. I intend to add it to the windows installer soon. Den 15/08/2016 19.55 skrev "Wayne Stambaugh"

Re: [Kicad-developers] Git transition

2016-08-12 Thread Nick Østergaard
What do you mean with git-SUM, is that the bzrlike revno or is that the short git sha1? I personally like the way we have it now with the build date, the bzrlike revno serial and the git sha1. Or are you suggesting to do like (2016-08-03 2383bcf-6299)-product instead of (2016-08-03 BZR 6299, Git

Re: [Kicad-developers] Git transition

2016-08-11 Thread Nick Østergaard
Den 11/08/2016 11.18 skrev "Maciej Sumiński" : > > On 08/10/2016 03:34 PM, Wayne Stambaugh wrote: > > On 8/10/2016 5:02 AM, Maciej Sumiński wrote: > >> On 08/08/2016 06:09 PM, Wayne Stambaugh wrote: > >>> The last time I looked, notifications of repo commits still were not

Re: [Kicad-developers] [Github] incorrect position (commit) of release and tag for v.4.0.3

2016-08-08 Thread Nick Østergaard
Yeah, that is indeed correct. I will align with Povilas who currently performs the mirroring. 2016-08-08 18:29 GMT+02:00 Eldar Khayrullin : > See the theme > ___ > Mailing list: https://launchpad.net/~kicad-developers > Post to

Re: [Kicad-developers] [Release 4.0.3] Build bug (Boost 1.54)

2016-08-08 Thread Nick Østergaard
Not unconditionally! It seems like you are using some old debian derived system. Please provide further details... Although I see snappy mentioned in your URI... 2016-08-08 19:47 GMT+02:00 Eldar Khayrullin : > Get the msg: > > ...failed gcc.compile.c++ >

Re: [Kicad-developers] Stable release update.

2016-08-07 Thread Nick Østergaard
efore > Release (I think maybe I'm wrong) > > В Воскресенье, 7 авг. 2016 в 1:58 , Wayne Stambaugh <stambau...@gmail.com> > написал: > > On 8/6/2016 6:17 PM, Nick Østergaard wrote: > > I think you can make the release tar of the source now on launchpad. > > I've got

Re: [Kicad-developers] Stable release update.

2016-08-06 Thread Nick Østergaard
Wayne Stambaugh <stambau...@gmail.com>: > On 8/6/2016 6:17 PM, Nick Østergaard wrote: >> I think you can make the release tar of the source now on launchpad. > > I've got it ready to go. I will go ahead an release it tomorrow. > Anyone have an issue with this? Package devs p

Re: [Kicad-developers] 4.0.3 stable release last call.

2016-08-03 Thread Nick Østergaard
t until the 4.0.4 release. > > On 8/3/2016 2:15 PM, Nick Østergaard wrote: > > I don't think it has been reported on the tracker, but that doesn't mean > > it is not a bug ;) > > > > > > Den 03/08/2016 18.01 skrev "Wayne Stambaugh" <stambau...@gma

Re: [Kicad-developers] 4.0.3 stable release last call.

2016-08-03 Thread Nick Østergaard
t have to go back > >> and figure out which commit fixes which bug. > >> > >> On 8/3/2016 9:17 AM, Nick Østergaard wrote: > >>> Hi Wayne > >>> > >>> Will it be possible to include the fix the the F.Silk on new pads too? > >&g

Re: [Kicad-developers] 4.0.3 stable release last call.

2016-08-03 Thread Nick Østergaard
table release back another > week. I'm guessing this will only effect our package devs. > > Thanks, > > Wayne > > On 8/2/2016 7:00 PM, Nick Østergaard wrote: >> Hi >> >> Please be aware of this bug which causes a segfault. The issues >> appears both o

Re: [Kicad-developers] PATCH: fix 3d filename parsing

2016-08-03 Thread Nick Østergaard
I just tested this patch and it work now, the path is not gone from the 3D properties dialog any more, and it even renders the model :) 2016-08-03 10:36 GMT+02:00 Cirilo Bernardo : > When I replaced the S3D_MASTER class with S3D_INFO struct > I made a mistake in my

[Kicad-developers] Fwd: About DRC from the plot dialog

2016-07-31 Thread Nick Østergaard
Hi I forgot to add the kicad list to this thread so I am forwarding it here for info and if others want to participate in the discussion. Nick 2016-07-28 13:24 GMT+02:00 jp charras <jp.char...@wanadoo.fr>: > Le 28/07/2016 à 12:12, Nick Østergaard a écrit : >> Hello Jean-Pierre,

Re: [Kicad-developers] New eeschema file format

2016-07-31 Thread Nick Østergaard
2016-07-31 21:53 GMT+02:00 Mário Luzeiro : > Hi all, > > Feature request for eeschema: > > Not sure if this is the right thread, as now I started using again KiCad, > one thing I miss and I believe I found somewhere other requests, is the > ability to > make some kind of notes in

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

2016-07-28 Thread Nick Østergaard
This is just me messing about. Ignore this. 2016-07-28 18:30 GMT+02:00 Miguel Angel Ajo : > See > > -- > Started by user Nick Ostergaard > Building remotely on

Re: [Kicad-developers] Geometry ongoing work

2016-07-26 Thread Nick Østergaard
2016-07-26 14:58 GMT+02:00 Wayne Stambaugh <stambau...@gmail.com>: > On 7/26/2016 7:20 AM, Nick Østergaard wrote: >> Welcome. >> >> I have found a pcb file on my computer, I am not sure of its origin, >> that has a buggy rendering both in legacy and GAL in differen

Re: [Kicad-developers] Geometry ongoing work

2016-07-26 Thread Nick Østergaard
Welcome. I have found a pcb file on my computer, I am not sure of its origin, that has a buggy rendering both in legacy and GAL in different, but similar ways. Maybe you should include this in your testing and development. About unittests, there is already some stuff in the qa folder using

Re: [Kicad-developers] 4.0.3 stable release last call.

2016-07-22 Thread Nick Østergaard
Thank you. I will notify the the translators and make sure everything is as good as it gets. 2016-07-22 15:12 GMT+02:00 Wayne Stambaugh : > I planned on tagging it some time today but since you asked, I just went > ahead and tagged stable version r6297 as 4.0.3. This is the

Re: [Kicad-developers] CvPcb window

2016-07-14 Thread Nick Østergaard
2016-07-14 21:10 GMT+02:00 jp charras <jp.char...@wanadoo.fr>: > Le 14/07/2016 à 20:49, Wayne Stambaugh a écrit : >> On 7/14/2016 12:53 PM, Nick Østergaard wrote: >>> Hi >>> >>> What was the incentive for this change? >> >> Usability. We hav

Re: [Kicad-developers] CvPcb window

2016-07-14 Thread Nick Østergaard
Hi What was the incentive for this change? Why is there listed a number in front of the parts in the tree? Would it be possible to make the panes not fixed width? 2016-07-13 12:03 GMT+02:00 Michele Castellana : > Hello, > > just to be more clear with respect to the

Re: [Kicad-developers] KiCad New Main Icon proposal

2016-07-11 Thread Nick Østergaard
What happened to the icons proposed earlire? https://lists.launchpad.net/kicad-developers/msg18155.html 2016-07-10 20:04 GMT+02:00 Fabrizio Tappero : > thanks Simon, > I get you point. Will do my best to fix this issue. > > cheers > Fabrizio > > On Sat, Jul 9, 2016 at

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-24 Thread Nick Østergaard
Ok, I just wanted to know if I had to update wx for the windows builds. 2016-06-24 12:31 GMT+02:00 Collin Anderson : > Antialiasing is not dependent on wx. wx doesn't actually need to support or > not support it. The bug in question is that wx doesn't really ask the

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-24 Thread Nick Østergaard
Den 24/06/2016 01.59 skrev "Mário Luzeiro" : > > Hi Jean-Pierre, > > From what I learn (web), it looks the GL context was not created. > That may be because I was forcing the use of a anti-aliasing option (maybe not supported by your GPU?) > I "revert" the code that was doing the

Re: [Kicad-developers] kicad osx builds 2016-06-02

2016-06-23 Thread Nick Østergaard
Adam, please reread. Or did I misunderstand it? 2016-06-23 23:43 GMT+02:00 Adam Wolf : > Good to know. The stable release is ready on my side, nightlies are running > again, the 3D test builds are going... Now to get cracking on some bugs! > > > On Thu, Jun 23,

Re: [Kicad-developers] 3D viewer broken on 32 bit windows.

2016-06-23 Thread Nick Østergaard
Den 23/06/2016 16.19 skrev "Wayne Stambaugh" <stambau...@gmail.com>: > > On 6/23/2016 10:13 AM, Nick Østergaard wrote: > > > > Den 23/06/2016 15.52 skrev "Wayne Stambaugh" <stambau...@gmail.com > > <mailto:stambau...@gmail.com>>: > &

Re: [Kicad-developers] 3D viewer broken on 32 bit windows.

2016-06-23 Thread Nick Østergaard
Den 23/06/2016 15.52 skrev "Wayne Stambaugh" : > > On 6/23/2016 9:49 AM, Mário Luzeiro wrote: > > Hi Wayne, > > > > Is that on the KiCad main branch? > > Yes > > > Do you experienced the same on my branch? > > I did not test the 32 bit build of your branch. I will try to

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-22 Thread Nick Østergaard
. Then the opengl picture seems to refresk every time there is a new raytrace thing refreshing. It looks like the opengl image is switching between the render with thickness image and render without thickness. 2016-06-23 0:22 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > 2016-06-23 0:07 GMT+02

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-22 Thread Nick Østergaard
time it takes to switch to the 3D settings tab initially. > > What is your system? ;) (Windows? wxwidget version?) Archlinux, wx 3.0.2 > > Thanks for reporting, > Mario > > From: Nick Østergaard [oe.n...@gmail.com] > Sent: 22 June 201

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-22 Thread Nick Østergaard
board. > For example if (lets say..) the footprint was changed or for example the 3D > models (external files) were changed and need to be reloaded. > It may be useful if someone is external editing the 3D files at same time > that is making changes there. > > Mario > > ____

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-22 Thread Nick Østergaard
Additionally I can't figure out what the bottom left button is for the preview. It is rendered as two circular arrows on my screen. i can't see the view changing when I click it. 2016-06-22 23:20 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > Hi Mario > > I have noticed someting

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-22 Thread Nick Østergaard
ages. One possible solution will be in >> future to render to a bigger than screen buffer resolution, then draw that >> buffer on the windows. That will waste some computation but should be OK. >> > > I think that will be a sane solution. I don't mind too much, I just &g

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-20 Thread Nick Østergaard
2016-06-20 14:45 GMT+02:00 Wayne Stambaugh : > I had some time over the weekend to look at this and I'm satisfied with > it although I'm not 100% sure what it buys us. The eye candy is nice. > The performance not so much but such is the case with povray. My > biggest gripe

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-19 Thread Nick Østergaard
ll be a sane solution. I don't mind too much, I just noticed the behaivour. > Anyway... a black frame is something that increase the value price of your > picture ;) I think it needs to be a frame of gold leafs. :P > > Mario > > > From: N

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-18 Thread Nick Østergaard
Hi Mario, I just tried to test this, and I will comment a bit. It seems that it cannot abort while performing the post processing shader. When in opengl mode and you hit the render button, it will show the lowres raytrace. I think it might be better to keep showing the last opengl image instead

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-15 Thread Nick Østergaard
This patch seem to fix the build issues I was having with 3d-viewer/3d_rendering/3d_render_raytracing/accelerators/cbvh_pbrt.cpp too. 2016-06-15 23:11 GMT+02:00 Chris Pavlina : > VERY nice, I wasn't expecting that so fast! :D > > Attached is what I think is the "final"

Re: [Kicad-developers] 3D-Viewer - Request for merge evaluation

2016-06-14 Thread Nick Østergaard
I also got build errors, with gcc on archlinux, regarding those: error: '_mm_malloc' was not declared in this scope From 3d-viewer/3d_rendering/3d_render_raytracing/accelerators/cbvh_pbrt.cpp 2016-06-14 22:29 GMT+02:00 Mário Luzeiro : > Hi Chris, > > I only knew about 3 people

Re: [Kicad-developers] Announcement, CERN trip.

2016-06-13 Thread Nick Østergaard
Yeah, enjoy your trip and lots of Toblerone. If you eat enough of it you will probably discover the "hidden" bear. 2016-06-13 23:32 GMT+02:00 Jon Neal : > That's awesome! > > Enjoy Switzerland, I've heard nothing but awesome things about it. > > On Mon, Jun 13, 2016 at

Re: [Kicad-developers] [PATCH] Legacy: delete and force middle button pan for GAL consistency

2016-06-09 Thread Nick Østergaard
> What's going to happen with KiCad 5.0? Personally, I would prefer a new one > with massive usability, performance and feature improvements than another > small one if that slows the progress to make KiCad a lot better EDA tool for > the future. > Things takes time. > On Jun

Re: [Kicad-developers] Failed to build on my system

2016-06-09 Thread Nick Østergaard
Which exact system are you using here? Compiler and version? 2016-06-09 19:20 GMT+02:00 Mário Luzeiro : > Hi Cirilo, > > With this commit: > http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/revision/6905 > > I cannot build now on Linux: > >

Re: [Kicad-developers] Python build options

2016-06-07 Thread Nick Østergaard
What about one that just enables all three, for example -DKICAD_PYTHON? And it would enable? -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON 2016-06-07 20:24 GMT+02:00 Simon Wells : > Is there anyone who doesn't use All or None of the python

Re: [Kicad-developers] [PATCH] Legacy: delete and force middle button pan for GAL consistency

2016-06-07 Thread Nick Østergaard
I am looking forward to "better" things :) 2016-06-07 17:12 GMT+02:00 Chris Pavlina : > Heh :) > > I'm working on the replacement feature. There is definitely a strong argument > in favor of writing the replacement before removing the original, so I'm going > to do that.

Re: [Kicad-developers] Stable release bug fixes.

2016-06-01 Thread Nick Østergaard
Sounds like sane recommendations to me. :) 2016-06-01 14:19 GMT+02:00 Wayne Stambaugh : > I've been running into issues with merging bug fixes into the 4 stable > branch. This is to be expected as the code bases diverge. However, > some of the merge issues are due to new

Re: [Kicad-developers] bugs Fix Commited

2016-05-31 Thread Nick Østergaard
I that that it is ok to mark as released when it was introduced and fixed in one dev cycle. That is that it never was a bug in a release. 2016-05-31 18:12 GMT+02:00 Simon Wells : > I know that bugs should be fix commited until a new version is > released that has the bug fix in

Re: [Kicad-developers] I'm back.

2016-05-26 Thread Nick Østergaard
Welcome back, Simon Wells havr been busy trying to clean up the bug tracker :) Den 26/05/2016 16.40 skrev "Wayne Stambaugh" : > Just a quick heads up. I'm back from vacation and sorting through my > inbox. Please be patient as I slog through all of them. There are few >

[Kicad-developers] Boost 1.61.0

2016-05-21 Thread Nick Østergaard
Hi Just a heads up, Boost 1.61.0 breaks the KiCad build. See https://bugs.launchpad.net/kicad/+bug/1584326 Regards Nick Østergaard ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Nick Østergaard
uld be implemented latter would be to define the > max size of the cache and keep the "recent most used" models. > > Mario > > From: Simon Wells [swel...@gmail.com] > Sent: 19 May 2016 14:41 > To: Mário Luzeiro > Cc: Bernhard

Re: [Kicad-developers] 3D cache path

2016-05-19 Thread Nick Østergaard
I am not sure having a manual button to click to clear the cache helps a lot... I think some autocleanup would be nice, but that does of course not exclude a button for those people who likes to click on stuff. Den 19/05/2016 12.09 skrev "José Ignacio" : > +1 on a "Clear

Re: [Kicad-developers] GerbView is very very slow to be unusable, is any one seeing this ? (build 6813 ) Linux Debian 64bit 8.3

2016-05-19 Thread Nick Østergaard
What about pcbnew in the legacy canvas? Den 19/05/2016 09.26 skrev "Lachlan Audas" : > GerbView is very very slow, so slow to be unusable, > So I switch to gerbv which works just fine is any one else seeing this ? > (build 6813 ) Linux Debian 64bit 8.3 > > Lachlan > > >

Re: [Kicad-developers] Jenkins build is back to normal : linux-kicad-full-gcc-head #1265

2016-05-17 Thread Nick Østergaard
It seems like the cxx file generated by SWIG for python has been moved and vas therefore not deleted on the buildserver. Den 17/05/2016 16.22 skrev "Miguel Angel Ajo" : > See > > >

Re: [Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #1251

2016-05-11 Thread Nick Østergaard
Jenkins operations should now be back to normal. The main build is green, time will show if it will trigger on new commits properly. 2016-05-11 18:46 GMT+02:00 Nick Østergaard <oe.n...@gmail.com>: > Ahh yeah, we were messing about with that some time ago. :) > > 2016-05-11 17:3

Re: [Kicad-developers] Build failed in Jenkins: KiCad (Linux, all options, Debug) #1251

2016-05-11 Thread Nick Østergaard
this. > > On Wed, May 11, 2016 at 11:31 AM Nick Østergaard <oe.n...@gmail.com> wrote: >> >> Something is wonky with the jenkins master. I will give it a look when i >> get home. It seems to not have built for a month on the lp:kicad branch. >> >> Den 11/05/201

Re: [Kicad-developers] Preferences rework - pcbnew

2016-05-03 Thread Nick Østergaard
. Can you imagine the bug reports from people who can't find > settings? > > http://i3.kym-cdn.com/photos/images/newsfeed/000/727/910/577.gif > > On Tue, May 03, 2016 at 04:41:20PM +0200, Nick Østergaard wrote: >> Maybe just show or enable the settings if the appropriate canvas is

Re: [Kicad-developers] Bitmap fonts (+ dotted grid)

2016-05-03 Thread Nick Østergaard
2016-05-03 21:10 GMT+02:00 Bernhard Stegmaier : > You are right. > I didn’t expect the dots to be different, but every 10th dot is the bigger > one. Exactly as is the case with the lines... > > BTW: > I do seem to get a popup “OpenGL 2.1 supported” on every start

Re: [Kicad-developers] Preferences rework - pcbnew

2016-05-03 Thread Nick Østergaard
Maybe just show or enable the settings if the appropriate canvas is active? 2016-05-03 14:52 GMT+02:00 Wayne Stambaugh : > On 5/2/2016 4:54 PM, Chris Pavlina wrote: >> I'd like to start having a look at how I can organize the preferences for >> pcbnew, having mostly finished

Re: [Kicad-developers] PCBNEW B.SilkS text rotation problems, is any one working on this or have see this bugs, on (bzr 6765)

2016-05-03 Thread Nick Østergaard
I am sure this is related to pcbnew refusing to put text upside down. Den 03/05/2016 14.36 skrev "jp charras" : > Le 03/05/2016 à 14:18, Lachlan Audas a écrit : > > Hi JP, > > > > Try Vertical alignment, ie +90 and -90 .. when you on the B.SilkS > > also so note it

Re: [Kicad-developers] Debian and Ubuntu packaging.

2016-05-02 Thread Nick Østergaard
2016-05-02 21:09 GMT+02:00 Wayne Stambaugh : > Do we have any Debian developers on our mailing list? I though I saw a > Simon Richter on Planet Debian. Is that you Simon? Can someone tell me > why the Debian package devs decided to build KiCad with the GitHub > plugin

Re: [Kicad-developers] Missing features in GAL

2016-05-02 Thread Nick Østergaard
2016-05-02 18:38 GMT+02:00 Chris Pavlina : > On Mon, May 02, 2016 at 05:29:06PM +0200, Maciej Sumiński wrote: >> Now we plan to fill the remaining gaps between the legacy and GAL >> canvases. I think it is a good opportunity to either improve or remove >> certain tools,

Re: [Kicad-developers] Missing features in GAL

2016-05-02 Thread Nick Østergaard
2016-05-02 17:29 GMT+02:00 Maciej Sumiński : > Now we plan to fill the remaining gaps between the legacy and GAL > canvases. I think it is a good opportunity to either improve or remove > certain tools, therefore I am asking for your input. > > What do you think about

Re: [Kicad-developers] Net Ties

2016-04-22 Thread Nick Østergaard
2016-04-22 15:04 GMT+02:00 Wayne Stambaugh : > On 4/20/2016 4:00 PM, Simon Richter wrote: >> Hi, >> >> as wxWidgets is getting on my nerves with editing widgets in the pin >> table not rendering properly, I've started on support for net ties. >> >> In the current iteration,

Re: [Kicad-developers] libkicad_3dsg.so.2.0.0

2016-04-20 Thread Nick Østergaard
But in the case of binary plugins, theu would be installed to the same search location where kicad is already looking so the ldconfig should not be problem, should it? Den 20/04/2016 16.04 skrev "Bernhard Stegmaier" : > ... these dynamic linked library issues will be

Re: [Kicad-developers] 3D filename resolution

2016-04-20 Thread Nick Østergaard
Den 20/04/2016 14.31 skrev "Wayne Stambaugh" <stambau...@gmail.com>: > > On 4/20/2016 8:27 AM, Nick Østergaard wrote: > > > > Den 20/04/2016 14.16 skrev "Wayne Stambaugh" <stambau...@gmail.com > > <mailto:stambau...@gmail.com>&

Re: [Kicad-developers] 3D filename resolution

2016-04-20 Thread Nick Østergaard
Den 20/04/2016 14.16 skrev "Wayne Stambaugh" : > > Mario, > > That's not going to happen. I specifically designed the environment > variable behavior for development purposes. That's why the environment > variables defined externally to kicad take precedence. This allows

Re: [Kicad-developers] i18n little problem

2016-04-18 Thread Nick Østergaard
; LANGUAGE it_IT.UFT-8; kicad") only, independently of the kicad language >> > setting. >> > >> On Tue, Apr 19, 2016 at 01:26:02AM +0200, Nick Østergaard wrote: >> It is a little unclear what exactly you select in the language. But >> this is expected when you

Re: [Kicad-developers] i18n little problem

2016-04-18 Thread Nick Østergaard
It is a little unclear what exactly you select in the language. But this is expected when you click the default and not english or any other language. 2016-04-18 21:43 GMT+02:00 Marco Ciampa : > I just a little problem I discovered. > > Under Linux, if you manage to change the

Re: [Kicad-developers] 0.1 degrees

2016-04-15 Thread Nick Østergaard
2016-04-12 8:34 GMT+02:00 Lorenzo Marcantonio : > On Tue, Apr 12, 2016 at 07:58:05AM +1000, Cirilo Bernardo wrote: > >> a) ability to use "." or "," regardless of the language setting - assuming >> no sensible person ever enters a thousands separator in CAD software >>

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-15 Thread Nick Østergaard
Easyw, remember that in a full MSYS2 installation you sort of that three environments, msys, mingw32 and mingw64. The swig you used was the one from the "barebones" msys environment, while you need the one for mingw. Den 15/04/2016 08.56 skrev "jp charras" : > Le 14/04/2016

Re: [Kicad-developers] DIALOG_ORIENT_FOOTPRINTS

2016-04-13 Thread Nick Østergaard
You can achieve exactly this with the move exact and array tools. 2016-04-13 8:16 GMT+02:00 David Godfrey : > Hi Chris, > > A rotation of the selection is not the same as a rotation of the > individual components. > Consider you already have the components roughly in a grid, and

Re: [Kicad-developers] Silk on pads

2016-04-13 Thread Nick Østergaard
Yeah, Peter, this suggestion is not to remove the possibility to have the silk, just to not enable the silk on through holes by default, which rarely makes sense anyway. I have been wondering about this default option many times and always find myself correcting the footprint when I realize that

<    5   6   7   8   9   10   11   12   13   14   >