Re: [Kicad-developers] "Multichannel signed distance field" font rendering

2016-09-10 Thread Simon Wells
same here on osx On Sun, Sep 11, 2016 at 2:38 PM, Chris Pavlina wrote: > Works great on my big-ass board, and looks *so* much better. Zooming > feels ever so slightly slower on this board, but not enough to matter. > > On Sat, Sep 10, 2016 at 05:05:24PM +0200, Michael

Re: [Kicad-developers] "Multichannel signed distance field" font rendering

2016-09-10 Thread Chris Pavlina
Works great on my big-ass board, and looks *so* much better. Zooming feels ever so slightly slower on this board, but not enough to matter. On Sat, Sep 10, 2016 at 05:05:24PM +0200, Michael Steinberg wrote: > Hello there, > > I've been working on trying to solve the blurred font issue in the

Re: [Kicad-developers] "Multichannel signed distance field" font rendering

2016-09-10 Thread Vesa Solonen
10/09/16, 18:05, Michael Steinberg kirjoitti: > It would be great if brave members could test the branch to see if it > runs well on different hardware levels and if you are happy with the > visuals. Seems fine on [AMD/ATI] RV610 [Radeon HD 2400 PRO/XT] using open source drivers of Ubuntu 16.04.

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

2016-09-10 Thread Chris Pavlina
Pushed. On Sat, Sep 10, 2016 at 02:16:23PM -0400, Ian Roth wrote: > The change looks good. I think it is ready to be pushed. > > On Sat, Sep 10, 2016 at 2:10 PM, Chris Pavlina > wrote: > > > Only one more comment, but a small one so I fixed it for you. I've > >

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

2016-09-10 Thread Ian Roth
The change looks good. I think it is ready to be pushed. On Sat, Sep 10, 2016 at 2:10 PM, Chris Pavlina wrote: > Only one more comment, but a small one so I fixed it for you. I've > attached a fixup diff against yours, please let me know that you are > okay with the

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

2016-09-10 Thread Chris Pavlina
Only one more comment, but a small one so I fixed it for you. I've attached a fixup diff against yours, please let me know that you are okay with the changes made to your patch and I'll push it. 1. The phrase "Multiple Layers" must be translateable so that it will display in the language of the

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

2016-09-10 Thread Ian Roth
Attached is an updated patch. The need for this is that at the place that I work, we are to document all board layouts. I use the print function in pcbnew, and select 1 layer per page since the documentation is to be in black and white. This works great, except that there is no way to flip to a

Re: [Kicad-developers] "Multichannel signed distance field" font rendering

2016-09-10 Thread firewalker
It seems to work as expected on Arch Linux 32 bit. On Sat, Sep 10, 2016 at 6:05 PM, Michael Steinberg wrote: > Hello there, > > I've been working on trying to solve the blurred font issue in the OpenGL > canvas. The current state of the work can be found in my branch "sdf"

Re: [Kicad-developers] [BUG] fix style of gost page layouts

2016-09-10 Thread Chris Pavlina
Okay, pushed this one. :) On Sat, Sep 10, 2016 at 06:58:09PM +0300, Eldar Khayrullin wrote: > Sorry for noise. > I have added the final patch. > > В Суббота, 10 сен. 2016 в 6:32 , Chris Pavlina > написал: > >...okay, pushed, then reverted. > > > >Can you please explain

Re: [Kicad-developers] [BUG] fix style of gost page layouts

2016-09-10 Thread Eldar Khayrullin
Sorry for noise. I have added the final patch. В Суббота, 10 сен. 2016 в 6:32 , Chris Pavlina написал: ...okay, pushed, then reverted. Can you please explain what you want us to do? On Sat, Sep 10, 2016 at 06:29:33PM +0300, Eldar Khayrullin wrote: Please don't

Re: [Kicad-developers] [BUG] fix style of gost page layouts

2016-09-10 Thread Eldar Khayrullin
Please don't commit it yet. I fix it in accordance of https://bugs.launchpad.net/kicad/+bug/1622184 В Суббота, 10 сен. 2016 в 6:26 , Eldar Khayrullin написал: Hello guys. I have added patch that fix style of gost page layouts in accordance of the standart GOST

[Kicad-developers] [BUG] fix style of gost page layouts

2016-09-10 Thread Eldar Khayrullin
Hello guys. I have added patch that fix style of gost page layouts in accordance of the standart GOST 2.104-2006. diff --git a/template/gost_landscape.kicad_wks b/template/gost_landscape.kicad_wks index 4888afd..b76702f 100644 --- a/template/gost_landscape.kicad_wks +++

Re: [Kicad-developers] "Multichannel signed distance field" font rendering

2016-09-10 Thread José Ignacio
It works great on my end! As for the tool, I think it would be good to just have it in a repo on github, as it could be very useful for other projects too. On Sat, Sep 10, 2016 at 10:05 AM, Michael Steinberg wrote: > Hello there, > > I've been working on trying to solve the

Re: [Kicad-developers] announcing eeshow (schematics renderer and viewer)

2016-09-10 Thread Roman Pavelka
Hey, this is great, tested on Debian 8.5 1. I would propose to add this one liner to documentation for dependencies in Ubuntu and Debian: sudo aptitude install libgtk-3-dev libcairo2-dev libgit2-dev transfig imagemagick and to add "sudo" before "make install" 2. Paths are broken for me

[Kicad-developers] "Multichannel signed distance field" font rendering

2016-09-10 Thread Michael Steinberg
Hello there, I've been working on trying to solve the blurred font issue in the OpenGL canvas. The current state of the work can be found in my branch "sdf" ( https://code.launchpad.net/~decimad/kicad/+git/kicad/+ref/sdf ). It uses a technique called "multichannel signed distance field" to

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 Chris Pavlina
What it says on the tin. It adds a %L format string to labels in the worksheet (title block) that will contain the layer name when printed. I like this, but I agree with Wayne - having to edit so many files because of how the layer name is being passed in is just not good. Having that many

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] announcing eeshow (schematics renderer and viewer)

2016-09-10 Thread Eldar Khayrullin
Ok ) В Суббота, 10 сен. 2016 в 12:23 , Werner Almesberger написал: Eldar Khayrullin wrote: I don't think that it is advisable now. Hmm, do you mean trying to use Eeschema/-like fonts ? See Roadmap why it is as