Re: [Kicad-developers] Flip board view: horizontal scrollbar swapped ?

2017-12-19 Thread Jon Evans
I would file a bug report for this. There is actually an underlying problem that is going to keep causing little things like this to pop up... The GAL / tool framework doesn't have a transform matrix applied between the user inputs and the world coordinate system. When the Flip Board view is

[Kicad-developers] Flip board view: horizontal scrollbar swapped ?

2017-12-19 Thread Henner Zeller
Hi, I just tried the 'Flip Board View' feature. Neat - but is it intentional that the horizontal scrollbar now works, uhm, inversed ? It feels very unintuitive ... Cheers, -h ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] [RFC] Eeschema bus upgrades and new connectivity algorithm

2017-12-19 Thread Andy Peters
On Dec 19, 2017, at 1:28 PM, Jon Evans wrote: > 2) Design needs multiple copies of a similar bus with distinct net names > > Say you are designing a big data collection device. It has a large FPGA and > 8 channels of ADC. Each ADC needs its own set of signals going

Re: [Kicad-developers] [RFC] Eeschema bus upgrades and new connectivity algorithm

2017-12-19 Thread kristoffer Ödmark
Why would this be problematic for users like you to be able to chose whichever character you fancy instead? On 2017-12-19 22:03, Wayne Stambaugh wrote: This would be problematic for users like me who use the underscore character in names for readability. On 12/19/2017 3:57 PM, kristoffer

Re: [Kicad-developers] [RFC] Eeschema bus upgrades and new connectivity algorithm

2017-12-19 Thread Wayne Stambaugh
This would be problematic for users like me who use the underscore character in names for readability. On 12/19/2017 3:57 PM, kristoffer Ödmark wrote: > Another thing, maybe not force the usage of the dot ".", I would rather > like to force the dot myself, or be able to use "_" or whatever i

Re: [Kicad-developers] [RFC] Eeschema bus upgrades and new connectivity algorithm

2017-12-19 Thread kristoffer Ödmark
Another thing, maybe not force the usage of the dot ".", I would rather like to force the dot myself, or be able to use "_" or whatever i fancy. So instead putting CH0.{ADC}, or CH0_{ADC}. - Kristoffer On 2017-12-19 21:28, Jon Evans wrote: Hi Marco, Thanks a lot for your feedback. I agree

Re: [Kicad-developers] [RFC] Eeschema bus upgrades and new connectivity algorithm

2017-12-19 Thread Jon Evans
Hi Marco, Thanks a lot for your feedback. I agree with you and others who have commented on the desire for there to be some way to know what is going on if you make a PDF or printout from a schematic using the alias feature. I'll think about this, and if anyone else has ideas on this, please let

Re: [Kicad-developers] [RFC] Eeschema bus upgrades and new connectivity algorithm

2017-12-19 Thread Andy Peters
> On Dec 19, 2017, at 12:06 AM, Marco Ciampa wrote: > > >> If you define an alias called MEMORY, you can then define *multiple >> different* memory buses, so they have to have different prefix names. But >> you can also choose to use aliases *without* a prefix name, and then

Re: [Kicad-developers] [PATCH] add helper to selecting graphic grid. Add 40 mils grid (approx. 1mm) to draw graphic items in mm

2017-12-19 Thread eldar.khayrullin
Are any other opinions about my patch? Исходное сообщение От: Jeff Young Дата: 16.12.17 16:18 (GMT+03:00) Кому: Eldar Khayrullin Копия: KiCad Developers Тема: Re: [Kicad-developers] [PATCH] add

Re: [Kicad-developers] drawing of polygons with holes

2017-12-19 Thread Tomasz Wlostowski
On 19/12/17 17:22, Andreas Buhr wrote: > Hi, > > both > OPENGL_GAL::DrawPolygon( const SHAPE_POLY_SET& aPolySet ) > and > CAIRO_GAL::DrawPolygon( const SHAPE_POLY_SET& aPolySet ) > > do not plot the holes in the polygon. Is this intentionally? I do need a > plot function which also plots the

[Kicad-developers] drawing of polygons with holes

2017-12-19 Thread Andreas Buhr
Hi, both OPENGL_GAL::DrawPolygon( const SHAPE_POLY_SET& aPolySet ) and CAIRO_GAL::DrawPolygon( const SHAPE_POLY_SET& aPolySet ) do not plot the holes in the polygon. Is this intentionally? I do need a plot function which also plots the holes. I could: 1. Add some quick-fix just for me in my

Re: [Kicad-developers] [PATCH] Fi build error on macOS

2017-12-19 Thread Maciej Sumiński
Hi Bernhard, Thank you for the patch, I have just pushed it to the master branch. Regards, Orson On 12/19/2017 01:33 PM, Bernhard Stegmaier wrote: > Hi, > > Attached patch fixes 2 build errors on macOS. > Just fixed the build error, no test of the plugin. > > > Regards, > Bernhard > > > >

[Kicad-developers] [PATCH] Fi build error on macOS

2017-12-19 Thread Bernhard Stegmaier
Hi, Attached patch fixes 2 build errors on macOS. Just fixed the build error, no test of the plugin. Regards, Bernhard 0001-Fix-Eagle-plugin-build-errors-on-macOS.patch Description: Binary data ___ Mailing list:

Re: [Kicad-developers] [RFC] Eeschema bus upgrades and new connectivity algorithm

2017-12-19 Thread Kristoffer Ödmark
Personally I think this feature would be huge boost for readability. Most people who will review a schematic knows what nets are on a USB connection, or a SPI connection or similar. I see them as an abbreviation, just the same as everyone knows what USB is, even though it stands for Universal