[Kicad-developers] [PATCH/RFC] UI policy: device-independent sizes

2018-01-06 Thread Chris Pavlina
Hi, There is a slight deficiency in our UI policy, as it is written without regard to systems having different font sizes or DPI. The sentence beginning with "Note that the font used by end users" is a nod to this possibility, but it requires the user to set their font size in a certain way to hav

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread eldar.khayrullin
I agree with Nick and Andrey. Исходное сообщение От: Nick Østergaard Дата: 07.01.18 4:28 (GMT+03:00) Кому: Oliver Walters Копия: KiCad Developers Тема: Re: [Kicad-developers] Libedit and Modedit Icons I have been intending to revert the annotate icon in eeschema to the ol

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

2018-01-06 Thread Jon Evans
Hi Wayne, Give this patch a try on top of my first one and see if it does what you want. -Jon On Sat, Jan 6, 2018 at 8:58 PM, Chris Pavlina wrote: > On Sun, Jan 07, 2018 at 01:48:34AM +, Jon Evans wrote: > > Do I get a pass if I did this because I was browsing the bug list looking > > for

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

2018-01-06 Thread Chris Pavlina
On Sun, Jan 07, 2018 at 01:48:34AM +, Jon Evans wrote: > Do I get a pass if I did this because I was browsing the bug list looking > for more things to fix? ;-) I suppose so, I disagree with it having been classified as a bug but that's not your fault ;) > > Wayne, I'll work on the recenteri

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

2018-01-06 Thread Jon Evans
Do I get a pass if I did this because I was browsing the bug list looking for more things to fix? ;-) Wayne, I'll work on the recentering in PcbNew, it shouldn't be too much to add. On Sat, Jan 6, 2018 at 7:45 PM, Chris Pavlina wrote: > I like it too, I just worry that by accepting even small f

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Nick Østergaard
I have been intending to revert the annotate icon in eeschema to the old one, which made much more sense to me thatn the current one. 2018-01-07 1:24 GMT+01:00 Oliver Walters : > I have attached a patchset which performs the following: > > 1. Revert libedit icon to previous version > 2. Revert mo

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Andrey Kuznetsov
You can put "Gerb" in the top 1/5th of the icon just fine, and shrink the black and white sheets a little bit to make it fit. On Sat, Jan 6, 2018 at 5:08 PM, Chris Pavlina wrote: > On Sun, Jan 07, 2018 at 01:01:08AM +, Andrey Kuznetsov wrote: > > FYI, the 5th and last icons from the left do

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Chris Pavlina
On Sun, Jan 07, 2018 at 01:01:08AM +, Andrey Kuznetsov wrote: > FYI, the 5th and last icons from the left do not convey what they are about. > > Perhaps you could add the word "Gerber" at the top portion of the icon and > remove that stupid magnifying glass. I agree, remove the magnifying gla

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Oliver Walters
Andrey, I agree that those icons also could be improved However I will wait for sign-off from JP / Wayne before I spend any further time on this. If they veto this then I would have wasted my time. Cheers On Sun, Jan 7, 2018 at 12:01 PM, Andrey Kuznetsov wrote: > FYI, the 5th and last icons fr

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Andrey Kuznetsov
FYI, the 5th and last icons from the left do not convey what they are about. Perhaps you could add the word "Gerber" at the top portion of the icon and remove that stupid magnifying glass. The worksheet layout shouldn't have a schematic in gray color in it, why is there a schematic in an empty wo

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

2018-01-06 Thread Chris Pavlina
I like it too, I just worry that by accepting even small features during freeze we're encouraging people to do things that aren't bugfixes and release cleanup... On Sun, Jan 07, 2018 at 12:35:58AM +, Wayne Stambaugh wrote: > Jon, > > I just tested this and I like it! It doesn't seem like a h

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

2018-01-06 Thread Wayne Stambaugh
Jon, I just tested this and I like it! It doesn't seem like a high risk feature so if now one objects I'm going to merge it. If you have time, I do have one minor request. When highlighting a net in the board editor, if the net in the schematic editor is scrolled of the display, the schematic e

[Kicad-developers] Possible bug - libedit

2018-01-06 Thread Oliver Walters
In libedit, if you alter the description of a symbol, it does not get updated in the tree view. You have to close and re-open libedit to see the new description previewed here. Is this desired behavior or should I raise a bug report? ___ Mailing list: ht

Re: [Kicad-developers] Via dialog to support

2018-01-06 Thread kristoffer Ödmark
Attached patch that implements the via choices, they seem to render fine and work as expected under linux. I guess that not many tests with different vias, since they have been hard to use, and usually only used for larger projects. So please test this a bit. I found 1 bug/feature missing wh

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

2018-01-06 Thread 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. Cheers, Wayne On 01/06/2018 03:30 PM, Jon Evans wrote: > The Launchpad bug description has a pretty good example -- if you place > the KiCad logo (from the

Re: [Kicad-developers] Via dialog to support

2018-01-06 Thread kristoffer Ödmark
I am implementing it now, just a question, what should be the logic behind micro vias? Not very familiar with those. Can they go between any number of layers, or only adjecent ones? I will treat them like buried vias currently, so that they can go between any two layers. On 2018-01-06 21:51

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Oliver Walters
On 7 Jan 2018 05:04, "Chris Pavlina" wrote: I wish we had something resembling a policy for icons. It seems like someone always wants to change them. We had decent icons for these _before_, and then someone submitted new ones, and they were accepted because... I don't know? Many of the new icons

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

2018-01-06 Thread Jon Evans
Hi JP, I was able to see the problem you described, and the attached change seems to fix it. -Jon On Sat, Jan 6, 2018 at 11:40 AM, jp charras wrote: > Le 06/01/2018 à 15:47, Jon Evans a écrit : > > Hi JP, > > > > I think the attached is a better fix. > > > > -Jon > > It works fine. > I committ

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

2018-01-06 Thread Jon Evans
I implemented this in response to a bug report: https://bugs.launchpad.net/kicad/+bug/1738875 But it is kind of on a blurred line between bug fix and new feature. I'll leave it up to Wayne et. al. to decide on if to merge this for V5. Basically, beforehand, cross-probing highlighted nets only if

Re: [Kicad-developers] Exchange/update footprints proposal

2018-01-06 Thread José Ignacio
This would make it so much more user friendly, and it's only UI code On Sat, Jan 6, 2018 at 2:08 PM, Jeff Young wrote: > We’ve had some users be quite vocal about it being hard to update > footprints from the library (and trying to use cvpcb to do so)[1]. While > you can do this through the 4th

Re: [Kicad-developers] Via dialog to support

2018-01-06 Thread Wayne Stambaugh
On 01/06/2018 02:46 PM, Tomasz Wlostowski wrote: > On 06/01/18 20:41, kristoffer Ödmark wrote: >> The menu for the vias have the via type choice disabled, I cannot change >> the via type from through via to buried via. It is grey. >> > Sorry, it's not implemented yet... Help appreciated. This is g

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

2018-01-06 Thread Jon Evans
The Launchpad bug description has a pretty good example -- if you place the KiCad logo (from the library) on a silk layer, you can't interact with it when using high-contrast on the silk layer without this patch. But if you place it next to another component that has non-silk data (i.e. pads, etc)

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

2018-01-06 Thread Chris Pavlina
Wait, I may have misunderstood what this patch does. Disregard - I'd test it myself but my source tree is a bit of a mess at the moment... On Sat, Jan 06, 2018 at 08:17:11PM +, Jon Evans wrote: > The intent was to only allow selection of "components" which only exist on > the silkscreen layer.

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

2018-01-06 Thread Jon Evans
The intent was to only allow selection of "components" which only exist on the silkscreen layer. It makes sense to me to be able to move these around when high-contrasting on the silkscreen layer, since they are basically just "free silkscreen" objects. On Sat, Jan 6, 2018 at 3:15 PM, Chris Pavli

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

2018-01-06 Thread Chris Pavlina
Yeah, this goes against the whole reason I use high contrast mode. On Sat, Jan 06, 2018 at 08:11:00PM +, Wayne Stambaugh wrote: > Is this behavior desirable? I know some users who use the high contrast > mode to prevent the disambiguation menus when editing high density > boards. Wouldn't th

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

2018-01-06 Thread Wayne Stambaugh
Is this behavior desirable? I know some users who use the high contrast mode to prevent the disambiguation menus when editing high density boards. Wouldn't this patch make that issue worse since now you are including the silkscreen layers which will increase the probability of a disambiguation?

[Kicad-developers] Exchange/update footprints proposal

2018-01-06 Thread Jeff Young
We’ve had some users be quite vocal about it being hard to update footprints from the library (and trying to use cvpcb to do so)[1]. While you can do this through the 4th option on the Exchange Footprints dialog, it’s pretty hidden. Lumping together Exchange and Update is also confusing, whethe

Re: [Kicad-developers] [PATCH] Flip horizontal scrollbar behavior in flipped board view mode

2018-01-06 Thread Wayne Stambaugh
Jon, I merged your patch. Thank you for your contribution to KiCad. Cheers, Wayne On 01/04/2018 04:57 PM, Jon Evans wrote: > See: https://bugs.launchpad.net/kicad/+bug/1741327 > > > ___ > Mailing list: https://launchpad.net/~kicad-developers > Post

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Simon Wells
just following on from Nick’s comments, do we really need the page around the schematic icon? i realise its more suitable than anywhere there but could it not be described just as well by having multiple schematic components? funnily enough a lot of these things were bought up the last time ther

[Kicad-developers] Differential pair dimensions in net class

2018-01-06 Thread Chris Pavlina
Hi, Are the differential pair dimensions in net classes implemented yet? If not, what's the chance that'll get done before release? If we can't, we should probably hide those columns in the design rules dialog... -- Chris ___ Mailing list: https://lau

Re: [Kicad-developers] Via dialog to support

2018-01-06 Thread kristoffer Ödmark
Alright! I will have a look at it :) On 2018-01-06 20:46, Tomasz Wlostowski wrote: On 06/01/18 20:41, kristoffer Ödmark wrote: The menu for the vias have the via type choice disabled, I cannot change the via type from through via to buried via. It is grey. Sorry, it's not implemented yet...

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Jeff Young
Ooops, showing my age there. (What’s all this SMD stuff?) > On 6 Jan 2018, at 14:08, Nick Østergaard wrote: > > 2) I think I’d drop the dimensions from the modedit icon, and change the pad > colour to the default (yellow). > > The default pad color is not yellow, that is only what you see for

Re: [Kicad-developers] Via dialog to support

2018-01-06 Thread Tomasz Wlostowski
On 06/01/18 20:41, kristoffer Ödmark wrote: > The menu for the vias have the via type choice disabled, I cannot change > the via type from through via to buried via. It is grey. > Sorry, it's not implemented yet... Help appreciated. Tom > - Kristoffer > > > On 2018-01-06 20:26, Wayne Stambaugh

Re: [Kicad-developers] Via dialog to support

2018-01-06 Thread kristoffer Ödmark
The menu for the vias have the via type choice disabled, I cannot change the via type from through via to buried via. It is grey. - Kristoffer On 2018-01-06 20:26, Wayne Stambaugh wrote: What do you mean by can't get it to work. Is the via type not changing or is it something else. Are you

Re: [Kicad-developers] Via dialog to support

2018-01-06 Thread Wayne Stambaugh
What do you mean by can't get it to work. Is the via type not changing or is it something else. Are you setting the layers correctly for a buried/blind via? On 01/06/2018 01:03 PM, kristoffer Ödmark wrote: > Hello! > > I just tested changin a via to a buried/blind via but I cannot get it to > w

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread Chris Pavlina
I wish we had something resembling a policy for icons. It seems like someone always wants to change them. We had decent icons for these _before_, and then someone submitted new ones, and they were accepted because... I don't know? Many of the new icons are really ambiguous and kind of useless. Shou

[Kicad-developers] Via dialog to support

2018-01-06 Thread kristoffer Ödmark
Hello! I just tested changin a via to a buried/blind via but I cannot get it to work, Is this a bug or am I missing something?. I have enabled the blind/buried via in the design rules. - Kristoffer ___ Mailing list: https://launchpad.net/~kicad-de

Re: [Kicad-developers] Libedit and Modedit Icons

2018-01-06 Thread kristoffer Ödmark
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. Luckily most of the time I only need to double click the kicad_pcb file anyway :) On 2018-01-06 15:08, Nick Østergaard wrote: 2018-01-06 14:1

Re: [Kicad-developers] [PATCH] automatically add extension to sim workbook files

2018-01-06 Thread Wayne Stambaugh
Hey Dan, On 01/04/2018 03:34 PM, Dan Weatherill wrote: > Wayne, > d'oh! OK, I have added the check in attached patch. We could avoid a string > copy with some extra work, but I feel it's unnecessary for a filename. Cross platform issues are always easy to miss. I merged your patch. Thank you f

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

2018-01-06 Thread Wayne Stambaugh
On 01/04/2018 11:39 AM, André S. wrote: > Am 2018-01-04 um 17:27 schrieb Wayne Stambaugh: >> This behavior was considered a bug not to mention confusing.  If a layer >> is turned off, turning on objects in that layer doesn't make any sense. >> The new (corrected) behavior is far more logical. > Thi

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

2018-01-06 Thread jp charras
Le 06/01/2018 à 15:47, Jon Evans a écrit : > Hi JP, > > I think the attached is a better fix. > > -Jon It works fine. I committed your patch. Thanks. Could you have a look at a minor issue on Cairo: when switching to Cairo or after modifying the background color, the screen is not immediately

Re: [Kicad-developers] [PATCH] Always bring LAYER_CURSOR to the front

2018-01-06 Thread jp charras
Le 06/01/2018 à 15:58, Jon Evans a écrit : > Fixes: https://bugs.launchpad.net/kicad/+bug/1741357 > > -Jon I committed your patch. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-develope

Re: [Kicad-developers] [PATCH] Fix typo causing isolated thermal removal to not work

2018-01-06 Thread jp charras
Le 06/01/2018 à 16:32, Jon Evans a écrit : > Fixes https://bugs.launchpad.net/kicad/+bug/1741265 > I committed your patch. Thanks. -- Jean-Pierre CHARRAS ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.

Re: [Kicad-developers] [PATCH] Allow selection of square pads and allow to rotate the pads in the circular pad array wizard

2018-01-06 Thread Wayne Stambaugh
Christoph, I merged your patch into the master branch. For future reference, please follow the commit message policy[1] when submitting patches to KiCad. Thank you for your contribution. Cheers, Wayne [1]: http://docs.kicad-pcb.org/doxygen/commit_messages.html On 01/03/2018 11:24 AM, f4eru w

[Kicad-developers] [PATCH] Fix typo causing isolated thermal removal to not work

2018-01-06 Thread Jon Evans
Fixes https://bugs.launchpad.net/kicad/+bug/1741265 From 0b9fdabfc37206e8e95072c482c4b0389aec6199 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sat, 6 Jan 2018 10:33:00 -0500 Subject: [PATCH] Fix typo causing isolated thermal removal to not work Fixes: lp:1741265 * https://bugs.launchpad.net/kic

[Kicad-developers] [PATCH] Always bring LAYER_CURSOR to the front

2018-01-06 Thread Jon Evans
Fixes: https://bugs.launchpad.net/kicad/+bug/1741357 -Jon From 1a88f2b7606bdb8a0c903d9c3749a9f7e1e11272 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sat, 6 Jan 2018 09:58:29 -0500 Subject: [PATCH] Always bring LAYER_CURSOR to the front Fixes: lp:1741357 * https://bugs.launchpad.net/kicad/+bug/

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

2018-01-06 Thread Jon Evans
Hi JP, I think the attached is a better fix. -Jon On Fri, Jan 5, 2018 at 8:05 AM, Jon Evans wrote: > Hi JP, you are right, I missed this in my back-and-forth testing. I will > look for another workaround for this. > > On Fri, Jan 5, 2018 at 5:39 AM, jp charras wrote: > >> Le 05/01/2018 à 05:

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 > tie-in with the

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] Libedit and Modedit Icons

2018-01-06 Thread 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 tie-in with the libedit icon. 2) I think I’d drop the dimensions fr

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

2018-01-06 Thread Wayne Stambaugh
Thanks for testing this Nick. Chris, do you need any further testing. I could boot into windows if you need it tested there. On 01/06/2018 07:52 AM, Nick Østergaard wrote: > I tested it on linux, seemed to work fine. > > Den 6. jan. 2018 1.45 PM skrev "Wayne Stambaugh"

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

2018-01-06 Thread Wayne Stambaugh
Hey Nick, On 01/06/2018 07:40 AM, Nick Østergaard wrote: > > 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,

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 01/05/2018 09:51 PM, Chris

[Kicad-developers] subscribe

2018-01-06 Thread Ouabache Designworks
subscribe ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

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

2018-01-06 Thread 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 01/05/2018 09:51 PM, Chris Pavlina wrote: > Hey Wayne, did you see this? I'm pretty confident it's ready to push but > I'd like a se

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 > process works seemed like a