Re: [Kicad-developers] Branch update

2018-07-27 Thread Marco Ciampa
On Fri, Jul 27, 2018 at 03:44:06PM -0400, Wayne Stambaugh wrote: > I just removed the 5.1 branch so there is no need to keep it synced with > master. Hi Wayne, very well, I was waiting for something like this... if nobody has any objection (Nick?) I would make the i18n repository follow your

Re: [Kicad-developers] Scripting action menu in packages

2018-07-27 Thread Wayne Stambaugh
The problem here is not the maturity of the scripting menu support but rather the scripts themselves. I'm fine with enabling this for 5.0.1. In the end the user will bear the responsibility of bad scripts although we will end up with the headache of supporting it. Much like many of the issue

Re: [Kicad-developers] Scripting action menu in packages

2018-07-27 Thread Adam Wolf
How about we make it officially included in 5.1? On Fri, Jul 27, 2018, 4:29 PM Simon Richter wrote: > Hi, > > On 27.07.2018 21:57, Adam Wolf wrote: > > > Do we think the scripting menu stuff will be mature enough to turn on by > > default soon? > > It's enabled in the nightlies, but disabled

Re: [Kicad-developers] Scripting action menu in packages

2018-07-27 Thread Simon Richter
Hi, On 27.07.2018 21:57, Adam Wolf wrote: > Do we think the scripting menu stuff will be mature enough to turn on by > default soon? It's enabled in the nightlies, but disabled in the release build. One user has complained already[1], and I've given them a build with the action menu enabled and

[Kicad-developers] Scripting action menu in packages

2018-07-27 Thread Adam Wolf
Hi folks! Do we think the scripting menu stuff will be mature enough to turn on by default soon? Adam ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

[Kicad-developers] Branch update

2018-07-27 Thread Wayne Stambaugh
I just removed the 5.1 branch so there is no need to keep it synced with master. That only leaves the matter of versioning. I am tempted to go with Simon's suggesting and just use 5.0.0 as the tag and 5.0.0-unknown as the version string in KiCadVersion.txt. I know this will cause issues for

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-27 Thread Jeff Young
Hi Kevin, These are the icons used in the toolbars and menus, not the symbols used on the canvas. Cheers, Jeff. > On 27 Jul 2018, at 16:12, Kevin Cozens wrote: > > On 2018-07-26 06:00 AM, Andrey Kuznetsov wrote: >> Hmm, tough choice > [snip] >> The reason I kept 6C is because the other icons

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-27 Thread Kevin Cozens
On 2018-07-26 06:00 AM, Andrey Kuznetsov wrote: Hmm, tough choice [snip] The reason I kept 6C is because the other icons might only look good in 1px body. 6D looks too close and 6B looks too far, so unless there's an intermediate that'll look good (doesn't matter if it's on the grid or not)

[Kicad-developers] [PATCH] [5.1] Add missing colon

2018-07-27 Thread Simon Richter
--- pcbnew/dialogs/dialog_plot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_plot.cpp b/pcbnew/dialogs/dialog_plot.cpp index 04ad117a7..e43008cc6 100644 --- a/pcbnew/dialogs/dialog_plot.cpp +++ b/pcbnew/dialogs/dialog_plot.cpp @@ -495,7 +495,7 @@

Re: [Kicad-developers] Patch to draw bitmaps in GAL canvases

2018-07-27 Thread jp charras
Le 27/07/2018 à 15:20, Tomasz Wlostowski a écrit : > On 27/07/18 13:28, jp charras wrote: >> Le 26/07/2018 à 18:13, Mário Luzeiro a écrit : >>> Hi JP, >>> Don't know about CAIRO, but a "for xy DrawRectangle" it is too heavy. >> >> In fact "for xy DrawRectangle" is used only to convert the

Re: [Kicad-developers] Patch to draw bitmaps in GAL canvases

2018-07-27 Thread Tomasz Wlostowski
On 27/07/18 13:28, jp charras wrote: > Le 26/07/2018 à 18:13, Mário Luzeiro a écrit : >> Hi JP, >> Don't know about CAIRO, but a "for xy DrawRectangle" it is too heavy. > > In fact "for xy DrawRectangle" is used only to convert the wxWidgets internal > image format to the > Cairo internal image

Re: [Kicad-developers] [PATCH] qa_geometry tests

2018-07-27 Thread Wayne Stambaugh
John, I finally go around to merging your patch set. I'm assuming this patch set will apply to the stable 5 branch as well. Thank you for your contribution to KiCad. Cheers, Wayne On 07/10/2018 11:55 AM, John Beard wrote: > Hi Wayne, > > (Feel free to tell me to come back to this later if

Re: [Kicad-developers] Patch to draw bitmaps in GAL canvases

2018-07-27 Thread jp charras
Le 26/07/2018 à 18:13, Mário Luzeiro a écrit : > Hi JP, > Don't know about CAIRO, but a "for xy DrawRectangle" it is too heavy. In fact "for xy DrawRectangle" is used only to convert the wxWidgets internal image format to the Cairo internal image format. The cost is low, because it is executed

Re: [Kicad-developers] [RFC] Op-amp symbol icons

2018-07-27 Thread Jeff Young
Hi John, Just an update on the opamp icon list. These icons: copycomponent.svg edit_component.svg edit_part.svg import_cmp_from_lib.svg save_part.svg save_part_in_mem.svg no longer exist. Cheers, Jeff. > On 26 Jul 2018, at 09:33, Jeff Young wrote: > > Hi John, > > Most other icons use a

Re: [Kicad-developers] Fix CMakeLists.txt

2018-07-27 Thread Aimylios
Hi Orson, perfect, thank you very much! Best regards, Marcus Am 27.07.2018 um 09:13 schrieb Maciej Sumiński: Hi Marcus, Actually my memory has let my down this time. I have just checked the patch on msys2 and it worked as expected, so I recommitted the original version. Sorry for the noise.

Re: [Kicad-developers] Fix CMakeLists.txt

2018-07-27 Thread Maciej Sumiński
Hi Marcus, Actually my memory has let my down this time. I have just checked the patch on msys2 and it worked as expected, so I recommitted the original version. Sorry for the noise. Cheers, Orson On 07/26/2018 11:36 PM, Aimylios wrote: > Hi Orson, > > thank you for taking the time to review