Re: [Kicad-developers] P-Cad patch

2017-12-16 Thread Eldar Khayrullin
Am I in a spam list? В Суббота, 16 дек. 2017 в 3:33 П. П., Eldar Khayrullin написал: Rebased patches. В Четверг, 14 дек. 2017 в 9:00 П. П., Maciej Suminski написал: Thank you for quick tests, I have just pushed both patches to the master

[Kicad-developers] Symbol library descriptions

2017-12-16 Thread Oliver Walters
I think it would be useful if the sym-lib-table entry descriptions could be used within KiCad - perhaps in the component selector tree view? For example, if a top-level item (library) is selected, display the text in the sym-lib-table in the bottom-left panel? [image: Inline image 1] AFAIK

Re: [Kicad-developers] eeschema regression

2017-12-16 Thread Oliver Walters
Wayne, I believe you are correct, they are cached and the progress dialog is the actual source of the perceived delay. If this dialog is only shown on first library load that would be sufficient. On Sun, Dec 17, 2017 at 12:40 AM, Wayne Stambaugh wrote: > Are you sure the

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

2017-12-16 Thread Nick Østergaard
Ok. I may just never have noticed it before. Den 15. dec. 2017 5.52 PM skrev "Seth Hillbrand" : > It doesn't but I'll see about fixing that separately. I don't think > that's a recent issue. I checked back 1yr and see the same thing, so I > think that issue has been

Re: [Kicad-developers] Unlock text orientation flag for Reference/Value

2017-12-16 Thread eldar.khayrullin
I am OK with your opinion. Исходное сообщение От: Chris Pavlina Дата: 16.12.17 19:47 (GMT+03:00) Кому: Jeff Young Копия: Eldar Khayrullin , KiCad Developers Тема: Re:

Re: [Kicad-developers] Unlock text orientation flag for Reference/Value

2017-12-16 Thread Chris Pavlina
I'm not sure a global flag would be better, it's perfectly reasonable to want different things for different texts. What may be nice to add is a global default setting for the flag. On Sat, Dec 16, 2017 at 01:30:33PM +, Jeff Young wrote: > Re-sending (I somehow hit reply instead of reply-all

Re: [Kicad-developers] [PATCH] Wire-bus entry dangling points

2017-12-16 Thread Wayne Stambaugh
Seth, I merged your patch. Thanks, Wayne On 12/15/2017 01:15 PM, Seth Hillbrand wrote: > The attached patch adjusts how dangling ends are shown for wire-bus > entries to correct the behavior Nick reported. > > Previously, wire-bus entries were shown as dangling if there was a wire > or a bus

Re: [Kicad-developers] eeschema regression

2017-12-16 Thread Wayne Stambaugh
Are you sure the libraries are actually being reloaded? The behavior I observe is the first time I open the symbol chooser, the progress dialog is open for a significant amount of time while the libraries are being loaded. On all subsequent openings of the symbol chooser, the progress dialog is

Re: [Kicad-developers] Unlock text orientation flag for Reference/Value

2017-12-16 Thread Jeff Young
Re-sending (I somehow hit reply instead of reply-all the first time ‘round). > On 16 Dec 2017, at 13:17, Jeff Young wrote: > > A global unlock text flag would be better. > > For something like audio gear with a right and left channel, you sometimes > want all the vertical text

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

2017-12-16 Thread Jeff Young
I’d rather have fewer app-defined grids and more user-defined ones. (Then you could do this on your own.) Cheers, Jeff. > On 16 Dec 2017, at 12:57, Eldar Khayrullin wrote: > > Are any opinions? > > В Суббота, 18 ноя. 2017 в 2:47 П. П., Eldar Khayrullin >

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

2017-12-16 Thread Eldar Khayrullin
Are any opinions? В Суббота, 18 ноя. 2017 в 2:47 П. П., Eldar Khayrullin написал: Hello. Can you apply my small patch? Description of the patch in mail theme. ___ Mailing list: https://launchpad.net/~kicad-developers Post

Re: [Kicad-developers] Unlock text orientation flag for Reference/Value

2017-12-16 Thread Eldar Khayrullin
Are any opinion? В Воскресенье, 10 дек. 2017 в 9:52 Д. П., Eldar Khayrullin написал: Hello guys. I think a having this flag for each instance of Reference/Value is useless and not convenient. This flag should be stored for entirely board as rule for this project.

Re: [Kicad-developers] P-Cad patch

2017-12-16 Thread Eldar Khayrullin
Rebased patches. В Четверг, 14 дек. 2017 в 9:00 П. П., Maciej Suminski написал: Thank you for quick tests, I have just pushed both patches to the master branch. Regarding the previous patches - I checked the bug reports tagged 'pcad' and browsed the mailing list, but

Re: [Kicad-developers] eeschema regression

2017-12-16 Thread Wayne Stambaugh
Seth, This probably belongs in the PROJECT object in common/project.cpp. This is where most shared project level code resides and is where the symbol library table pointer is stored. Wayne On 12/15/2017 10:30 PM, Seth Hillbrand wrote: > Hi Oliver- > > I've had similar issues.  If you can,