Re: [Kicad-developers] Altium board importer

2020-04-05 Thread José Ignacio
Just one step closer to KiCAD world domination. On Sat, Apr 4, 2020 at 11:19 AM Wayne Stambaugh wrote: > For those of you who haven't heard, the Altium board importer[1] was > merged into the master branch. It should be available in nightly builds > now or in the very near future. If you have

Re: [Kicad-developers] Removal of some globals

2020-04-05 Thread Wayne Stambaugh
The goal has always been to get the number of globals to zero if possible. It's just been a slow arduous process. On 4/5/20 11:53 AM, Ian McInerney wrote: > We should try to limit our use of globals/statics in the code from now > on. We have definitely had quite a few bugs related to their use in

Re: [Kicad-developers] Removal of some globals

2020-04-05 Thread jp charras
Le 05/04/2020 à 17:20, Jeff Young a écrit : > I had to remove some globals from Eeschema that were causing problems > (default line width, text size, wire thickness, bus thickness etc.). > > It was a large change (as these things always are), so let me know if you see > anything odd. > > Cheers

Re: [Kicad-developers] where are the docs repos?

2020-04-05 Thread Marco Ciampa
On Sun, Apr 05, 2020 at 10:48:24AM -0700, Seth Hillbrand wrote: > On 2020-04-05 07:39, Marco Ciampa wrote: > > On Sun, Apr 05, 2020 at 08:40:24AM -0400, Mark Roszko wrote: > > > https://gitlab.com/kicad/services/kicad-doc > > > > > > On Sun, Apr 5, 2020 at 6:59 AM Marco Ciampa > > > wrote: > > >

Re: [Kicad-developers] where are the docs repos?

2020-04-05 Thread Seth Hillbrand
On 2020-04-05 07:39, Marco Ciampa wrote: On Sun, Apr 05, 2020 at 08:40:24AM -0400, Mark Roszko wrote: https://gitlab.com/kicad/services/kicad-doc On Sun, Apr 5, 2020 at 6:59 AM Marco Ciampa wrote: > It seem a bit odd but ... I can't fine the docs repos anymore... > On github the doc repos a

Re: [Kicad-developers] Removal of some globals

2020-04-05 Thread Ian McInerney
We should try to limit our use of globals/statics in the code from now on. We have definitely had quite a few bugs related to their use in the past. -Ian On Sun, Apr 5, 2020 at 4:20 PM Jeff Young wrote: > I had to remove some globals from Eeschema that were causing problems > (default line widt

Re: [Kicad-developers] Please be kind towards translators

2020-04-05 Thread Ian McInerney
On Sun, Apr 5, 2020 at 12:05 PM Carsten Schoenert wrote: > Am 05.04.20 um 11:25 schrieb jp charras: > > I just removed the I18N mark of strings used in debug messages. > > Thanks, seems you have missed some of them? > > > pcbnew/altium2kicadpcb_plugin/altium_parser.cpp:THROW_IO_ERROR( > _

[Kicad-developers] Removal of some globals

2020-04-05 Thread Jeff Young
I had to remove some globals from Eeschema that were causing problems (default line width, text size, wire thickness, bus thickness etc.). It was a large change (as these things always are), so let me know if you see anything odd. Cheers, Jeff. ___ Ma

Re: [Kicad-developers] where are the docs repos?

2020-04-05 Thread Marco Ciampa
On Sun, Apr 05, 2020 at 08:40:24AM -0400, Mark Roszko wrote: > https://gitlab.com/kicad/services/kicad-doc > > On Sun, Apr 5, 2020 at 6:59 AM Marco Ciampa wrote: > > > It seem a bit odd but ... I can't fine the docs repos anymore... > > On github the doc repos are frozen and on gitlab the repos

Re: [Kicad-developers] Inconsistency within l10n strings

2020-04-05 Thread Wayne Stambaugh
Oops! Wrong copy/paste. On 4/5/20 8:41 AM, Ian McInerney wrote: > I think you meant to > link  > https://docs.kicad-pcb.org/doxygen/md_Documentation_development_ui-policy.html#quoting > > -Ian > > On Sun, Apr 5, 2020 at 1:32 PM Wayne Stambaugh > wrote: > > The

Re: [Kicad-developers] [Kicad-doc-devs] where are the docs repos?

2020-04-05 Thread f . dos . santos
It's still here : https://gitlab.com/kicad/services/kicad-doc - Mail original - De: "Marco Ciampa" À: kicad-doc-d...@lists.launchpad.net Cc: kicad-developers@lists.launchpad.net Envoyé: Dimanche 5 Avril 2020 12:59:19 Objet: [Kicad-doc-devs] where are the docs repos? It seem a bit odd b

Re: [Kicad-developers] Inconsistency within l10n strings

2020-04-05 Thread Ian McInerney
I think you meant to link https://docs.kicad-pcb.org/doxygen/md_Documentation_development_ui-policy.html#quoting -Ian On Sun, Apr 5, 2020 at 1:32 PM Wayne Stambaugh wrote: > The UI policy[1] requires single quotes. I think we did this because > it's less typing than double quotes. I'm not opp

Re: [Kicad-developers] where are the docs repos?

2020-04-05 Thread Mark Roszko
https://gitlab.com/kicad/services/kicad-doc On Sun, Apr 5, 2020 at 6:59 AM Marco Ciampa wrote: > It seem a bit odd but ... I can't fine the docs repos anymore... > On github the doc repos are frozen and on gitlab the repos I used to use > just vanished ... > What's going on here? > Did I miss so

Re: [Kicad-developers] component or symbol?

2020-04-05 Thread Wayne Stambaugh
symbol On 4/5/20 6:02 AM, Marco Ciampa wrote: > > #: pcbnew/dialogs/dialog_netlist.cpp:279 > msgid "Using reference designators to match components and footprints.\n" > > #: pcbnew/dialogs/dialog_netlist_base.cpp:43 > msgid "Link footprints using component tstamps (unique ids)" > > Shouldn't th

Re: [Kicad-developers] Inconsistency within l10n strings

2020-04-05 Thread Wayne Stambaugh
The UI policy[1] requires single quotes. I think we did this because it's less typing than double quotes. I'm not opposed to double quotes but we should be consistent regardless. [1]: https://gitlab.com/sethhillbrand/openventilator.git On 4/4/20 2:10 PM, Carsten Schoenert wrote: > Hello Marco >

Re: [Kicad-developers] Please be kind towards translators

2020-04-05 Thread Simon Richter
Hi Marco, On 05.04.20 11:47, Marco Ciampa wrote: > Also these kind of messages can be reduced/shrinked: > # eeschema/sch_sexpr_parser.cpp:1152 > msgid "" > "Invalid pin number in\n" > "file: \"%s\"\n" > "line: %d\n" > "offset: %d" > into > msgid "" > "%s in\n" > "file: \"%s\"\n" > "line: %d\n"

Re: [Kicad-developers] Please be kind towards translators

2020-04-05 Thread Carsten Schoenert
And as we are on 'wxString errmsg', plugins/pluginldr.cpp is containing a lot of strings like > wxString errmsg = _( "missing function 'GetVersion'" ); Looks to me as these are also no strings for the normal user. Or am I wrong here? -- Regards Carsten Schoenert ___

Re: [Kicad-developers] Please be kind towards translators

2020-04-05 Thread Carsten Schoenert
Am 05.04.20 um 11:25 schrieb jp charras: > I just removed the I18N mark of strings used in debug messages. Thanks, seems you have missed some of them? > pcbnew/altium2kicadpcb_plugin/altium_parser.cpp:THROW_IO_ERROR( _( > "stream too large" ) ); > pcbnew/altium2kicadpcb_plugin/altium_pc

[Kicad-developers] where are the docs repos?

2020-04-05 Thread Marco Ciampa
It seem a bit odd but ... I can't fine the docs repos anymore... On github the doc repos are frozen and on gitlab the repos I used to use just vanished ... What's going on here? Did I miss something? -- Saluton, Marco Ciampa ___ Mailing list: https:/

Re: [Kicad-developers] component or symbol?

2020-04-05 Thread Jeff Young
Hi Marco, In the netlist, no, because the elements it refers to are called “component” in the netlist file. But everywhere else, yes. Cheers, Jeff. > On 5 Apr 2020, at 11:02, Marco Ciampa wrote: > > > #: pcbnew/dialogs/dialog_netlist.cpp:279 > msgid "Using reference designators to match com

[Kicad-developers] component or symbol?

2020-04-05 Thread Marco Ciampa
#: pcbnew/dialogs/dialog_netlist.cpp:279 msgid "Using reference designators to match components and footprints.\n" #: pcbnew/dialogs/dialog_netlist_base.cpp:43 msgid "Link footprints using component tstamps (unique ids)" Shouldn't the term symbol be used instead of component? -- Saluton, Mar

Re: [Kicad-developers] Please be kind towards translators

2020-04-05 Thread Marco Ciampa
On Sun, Apr 05, 2020 at 11:38:32AM +0200, Marco Ciampa wrote: > On Sun, Apr 05, 2020 at 11:25:58AM +0200, jp charras wrote: > > Le 05/04/2020 à 10:55, jp charras a écrit : > > > Le 05/04/2020 à 10:49, Marco Ciampa a écrit : > > >> Hello devs, > > >> I often see many messages like those of the newly

Re: [Kicad-developers] Please be kind towards translators

2020-04-05 Thread Marco Ciampa
On Sun, Apr 05, 2020 at 11:25:58AM +0200, jp charras wrote: > Le 05/04/2020 à 10:55, jp charras a écrit : > > Le 05/04/2020 à 10:49, Marco Ciampa a écrit : > >> Hello devs, > >> I often see many messages like those of the newly merged Altinium importer: > >> > >> stream has no properties > >>

Re: [Kicad-developers] Please be kind towards translators

2020-04-05 Thread jp charras
Le 05/04/2020 à 10:55, jp charras a écrit : > Le 05/04/2020 à 10:49, Marco Ciampa a écrit : >> Hello devs, >> I often see many messages like those of the newly merged Altinium importer: >> >> stream has no properties >> stream was not parsed correctly >> >> etc. >> >> for the sake of redu

Re: [Kicad-developers] Please be kind towards translators

2020-04-05 Thread jp charras
Le 05/04/2020 à 10:49, Marco Ciampa a écrit : > Hello devs, > I often see many messages like those of the newly merged Altinium importer: > > stream has no properties > stream was not parsed correctly > > etc. > > for the sake of reducing traslation strings, could you please add a %s >

[Kicad-developers] Please be kind towards translators

2020-04-05 Thread Marco Ciampa
Hello devs, I often see many messages like those of the newly merged Altinium importer: stream has no properties stream was not parsed correctly etc. for the sake of reducing traslation strings, could you please add a %s template variable string and reduce the strings accordingly? TIA