Re: [Kicad-developers] V6 documentation

2022-01-20 Thread Marco Ciampa
; which adds a tag each day. > > > I don't think the discussion is difficult to understand. > But Fedora's process doesn't map into what you have just proposed. Not just Fedora's but nearly any other distro do not work in that way... -- Saluton, Marco Ciampa __

Re: [Kicad-developers] V6 documentation

2022-01-20 Thread Marco Ciampa
stem (which is not very well suited to long-form text) to a > manual translation system. Are you serious? That would even a bigger mistake! That would make the translation process completely unmanageable... just imagine to have to read and compare manually hundred of pages to see

Re: [Kicad-developers] V6 documentation

2022-01-20 Thread Marco Ciampa
y distro have a general politics for packaging and won't change that only for the kicad package. Obviously others, more general, packaging systems can be better taylored to follow our needs like, for instance, flatpacks... -- Saluton, Marco Ciampa ___ Mai

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Marco Ciampa
ystem in use, deb / rpm / etc. ... btw keeping docs as a separate package is a good idea and I think it is already so for most of the linux distributions... -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to

Re: [Kicad-developers] V6 documentation

2022-01-18 Thread Marco Ciampa
ase do not discuss that elsewhere. This list was meant also for this. -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-de

Re: [Kicad-developers] help compliling kicad

2022-01-01 Thread Marco Ciampa
amp;& git clean -dxff Now I wonder, how did you guess that that was the culprit? Anyway many thanks and Happy GNU Year! -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.lau

[Kicad-developers] help compliling kicad

2021-12-31 Thread Marco Ciampa
. Deleting the build dir and restarting cmake auto conf unfortunately does not help. Any hint? My system is Ubuntu 20.04 intel 64... -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers

Re: [Kicad-developers] strange, probably trivial, message formatting error

2021-11-29 Thread Marco Ciampa
t myself but, strangely enough I can't reproduce it anymore. Perhaps some recent commit fixed it already? Anyway THANKS again... -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@l

[Kicad-developers] strange, probably trivial, message formatting error

2021-11-29 Thread Marco Ciampa
st configure your global %s library table. Please select from one\n" "of the options below. If you are not sure which option to select, please\n" "use the default selection." seems to be rendered without new lines (see image attached). It is ob

Re: [Kicad-developers] installation of translations

2021-11-21 Thread Marco Ciampa
On Fri, Nov 19, 2021 at 09:26:44AM -0500, Wayne Stambaugh wrote: > Check to make sure the KICAD_BUILD_I18N and KICAD_I18N_UNIX_STRICT_PATH > build options are set properly. They default to OFF. It did the trick, thanks! -- Saluton, Marco

[Kicad-developers] installation of translations

2021-11-19 Thread Marco Ciampa
is Ubuntu 20.04-64 and installing KiCad from git master. TIA for any hint! -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad

[Kicad-developers] please let me translate KiCad more directly (Was: Version 6 release schedule)

2021-11-16 Thread Marco Ciampa
On Fri, Nov 05, 2021 at 07:58:00AM +, Marco Ciampa wrote: > On Thu, Oct 28, 2021 at 05:09:56PM -0400, Wayne Stambaugh wrote: > > The lead development team has agreed on a version 6 release schedule as > > follows: > > > > Hello devs, > (oh I hate Weblate...) >

Re: [Kicad-developers] Version 6 release schedule

2021-11-05 Thread Marco Ciampa
-- Saluton, Marco Ciampa ___ 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

[Kicad-developers] typo

2021-11-04 Thread Marco Ciampa
uot; +"___L = 10a/20___\n" "___R1 = Z0 (L1)___\n" "___R2 = Z0 / (L1)___\n" "" ); please fix... -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-deve

[Kicad-developers] please merge

2021-09-20 Thread Marco Ciampa
It is just a translation: https://gitlab.com/kicad/code/kicad/-/merge_requests/939 TIA -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https

[Kicad-developers] please re-write it

2021-09-20 Thread Marco Ciampa
There is something wrong here.. #: pagelayout_editor/dialogs/properties_frame.cpp:559 msgid "Keywords are replaced by they actual value in strings" I would rather say: "The keywords are replaced by their actual string values" TIA -- S

[Kicad-developers] please merge

2021-08-07 Thread Marco Ciampa
Please merge, it is just a translation https://gitlab.com/kicad/code/kicad/-/merge_requests/907 TIA -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe

Re: [Kicad-developers] Python 3 now required

2021-06-15 Thread Marco Ciampa
LEPATH=/usr/lib/x86_64-linux-gnu/libpython3.8.so I also switched on these two (not sure if I've done right though...) //Run eeschema netlist QA tests (requires Python 3) KICAD_NETLIST_QA:BOOL=ON //Build for Python 3 instead of 2 (default OFF). KICAD_SCRIPTING_PYTHON3:BOOL=ON A

Re: [Kicad-developers] Python 3 now required

2021-06-14 Thread Marco Ciampa
On Mon, Jun 14, 2021 at 03:43:54PM -0400, Jon Evans wrote: > You should be able to override what is found by CMake by defining the > PYTHON_EXECUTABLE variable in your cmake command line Gosh, shame on me, it was so simple! It worked thanks! -- Saluton, Marco

Re: [Kicad-developers] Python 3 now required

2021-06-14 Thread Marco Ciampa
he > version of distro I run. Not easy for me to update my distro as someone > broke the update/upgrade process pretty much requiring a fresh install in > order. Same problem here (Ubuntu 20.04-64). How can I say to the builder to not consider the python 2.7 installe

Re: [Kicad-developers] translation issues

2021-04-14 Thread Marco Ciampa
rings? I usually update manually just to be sure to be translating actual strings not old templates... Thanks for the prompt answer... -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.l

[Kicad-developers] translation issues

2021-04-13 Thread Marco Ciampa
files templates automatically every now and then? In the meantime I'll try again with a merge request, with fingers crossed. TIA -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers

Re: [Kicad-developers] 5.1.10 stable release

2021-04-02 Thread Marco Ciampa
ce or something or just delete it (why did someone make it?) ... -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers Mo

Re: [Kicad-developers] Can't show 3D models (was: build failure)

2021-03-08 Thread Marco Ciampa
in pcbnew with kicad 5.1.9 and 5.1.8 in both Big Sur and Mojave and instead with the oldest 5.1 is all ok. Sorry I haven't more precise information about this issue. Is it possible that this can be related to that? Hope this incomplete report can help somehow... -- Saluton, Marco Ciampa

[Kicad-developers] kicad last stable BOM error ubuntu

2021-02-19 Thread Marco Ciampa
https://stackoverflow.com/questions/66151510/kicad-error-40-when-exporting-bom-using-python any hint? -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe

Re: [Kicad-developers] error compiling kicad branch 5.1

2021-02-17 Thread Marco Ciampa
o be your human CI... :-) -- Saluton, Marco Ciampa ___ 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] error compiling kicad branch 5.1

2021-02-17 Thread Marco Ciampa
st resort... Glad I helped spot a glitch... only thought that bugs me... that should be the kind of problem that CI should help detect... I wonder why it didn't work? -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-develo

[Kicad-developers] [ciam...@posteo.net: [kicad-users] error compiling kicad branch 5.1]

2021-02-17 Thread Marco Ciampa
Forwarded because nobody answered me... - Forwarded message from Marco Ciampa - Date: Sun, 14 Feb 2021 15:38:24 +0100 From: Marco Ciampa To: kicad-us...@groups.io Subject: [kicad-users] error compiling kicad branch 5.1 Sorry to bother you but I do not understand what it's going

Re: [Kicad-developers] 5.1.9 tagged for release

2020-12-24 Thread Marco Ciampa
not expect 5.1.9 at this time. > Just my 2 cents Yes and that habit was a really a good one, IMHO. my 0.002 cents -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Un

[Kicad-developers] super super small typo

2020-11-10 Thread Marco Ciampa
Super small typo: #: common/wildcards_and_files_ext.cpp:440 msgid "Electronic rule check file" I think it should be: msgid "Electrical rule check file" TIA -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~k

Re: [Kicad-developers] Odp: broken pipe and a simple commit

2020-10-23 Thread Marco Ciampa
n if only the > translation files are updated. Thanks, in the meantime I updated the merge request for the patch to the script (I think I finally grasped the workflow ... sorry not really developer skills here...) and rebased. https://gitlab.com/kicad/code/kicad/-/merge_requests/489 TIA -- Sa

Re: [Kicad-developers] Odp: broken pipe and a simple commit

2020-10-22 Thread Marco Ciampa
't ask a pull request... > (Our CI system is really slow.) Yes I saw... -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.n

Re: [Kicad-developers] Odp: broken pipe and a simple commit

2020-10-22 Thread Marco Ciampa
ommit: d8da1615 ( https://gitlab.com/ciampix/kicad/-/commit/d8da161599065e519cc1a33b8bef01d3be3f8204 ) Commit Message: Fixed single language translation update that w... Commit Author: Marco Ciampa ( https://gitlab.com/ciampix ) Pipeline #206121055 ( https://gitlab.com/ciampix/kicad/-/pipe

[Kicad-developers] broken pipe and a simple commit

2020-10-22 Thread Marco Ciampa
: d8da161599065e519cc1a33b8bef01d3be3f8204 https://gitlab.com/ciampix/kicad -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad

Re: [Kicad-developers] Version 6 feature freeze.

2020-10-03 Thread Marco Ciampa
you think will occur the creation of a 6.0 branch? -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https

Re: [Kicad-developers] string translation error

2020-09-19 Thread Marco Ciampa
On Mon, Sep 14, 2020 at 07:39:08PM +0200, Nick Østergaard wrote: > I think JP fixed this in > https://gitlab.com/kicad/code/kicad/-/commit/ff0a728753adf701a9d723b9f2b6484114e5dff1 > > On Mon, 14 Sep 2020 at 08:11, Marco Ciampa wrote: > > > See the message: > > > &

[Kicad-developers] string translation error

2020-09-14 Thread Marco Ciampa
See the message: pcbnew/drc/drc_engine.cpp:492: warning: Empty msgid. It is reserved by GNU gettext: gettext("") returns the header entry with meta information, not the empty string. TIA -- Salu

Re: [Kicad-developers] request for comment about perhaps clearer strings

2020-08-31 Thread Marco Ciampa
ing aloud about a problem helps resolving it. The confusion was just in my mind. I now understand that I have just translated it wrongly. I'll fix it all both in 5.1.* and in master. Thanks! -- Saluton, Marco Ciampa ___ Mailing list: https://laun

[Kicad-developers] request for comment about perhaps clearer strings

2020-08-30 Thread Marco Ciampa
Hello devs, a trivial rfc (I may be wrong of course): Why not call the "supply" pins "supply pins" and not "power pins"? I think it could be clearer. TIA -- Saluton, Marco Ciampa ___ Mailing list: https://launch

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

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

[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

[Kicad-developers] component or symbol?

2020-04-05 Thread Marco Ciampa
onent? -- Saluton, Marco Ciampa ___ 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] 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, > > >

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: > >>

[Kicad-developers] Please be kind towards translators

2020-04-05 Thread Marco Ciampa
? TIA Best regards -- Saluton, Marco Ciampa ___ 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] Inconsistency within l10n strings

2020-04-04 Thread Marco Ciampa
rules are different in different countries? For example single ' quote mark is never used in Italian so I always convert them into a double " quote. If not then yes you are right. And I suggest to use always double " quote chars. -- Saluton, Marco Ciampa _

Re: [Kicad-developers] Altium board importer

2020-04-04 Thread Marco Ciampa
of his hard work in coding this > great new feature. > > Cheers, > > Wayne > > > [1]: https://gitlab.com/kicad/code/kicad/-/merge_requests/60 > Yay! Congrats! -- Saluton, Marco Ciampa ___ Mailing list: https://launchpa

Re: [Kicad-developers] [kicad-users] compilation from master error

2020-01-15 Thread Marco Ciampa
rks now, thanks to all! -- Saluton, Marco Ciampa ___ 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

[Kicad-developers] [kicad-users] compilation from master error

2020-01-14 Thread Marco Ciampa
'common/CMakeFiles/pcbcommon.dir/__/pcbnew/netlist_reader/kicad_netlist_reader.cpp.o' failed make[2]: *** [common/CMakeFiles/pcbcommon.dir/__/pcbnew/netlist_reader/kicad_netlist_reader.cpp.o] Error 1 any hint? -- Saluton, Marco Ciampa -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all

Re: [Kicad-developers] GitLab migration

2019-12-04 Thread Marco Ciampa
ny thanks! -- Saluton, Marco Ciampa ___ 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] Project leader announcement

2019-12-04 Thread Marco Ciampa
That's great! Congrats Wayne! -- Saluton, Marco Ciampa ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https

Re: [Kicad-developers] 5.1.5 released.

2019-11-28 Thread Marco Ciampa
On Thu, Nov 28, 2019 at 10:13:44AM +0800, Tim Hawkins wrote: > Is there a roadmap and timeline for 6.0 publicaly available? Yes here: https://docs.kicad-pcb.org/doxygen/v6_road_map.html -- Saluton, Marco Ciampa ___ Mailing list: ht

[Kicad-developers] help/guide key standardization

2019-11-19 Thread Marco Ciampa
ned) Please comment... -- Saluton, Marco Ciampa ___ 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] GitLab migration

2019-10-17 Thread Marco Ciampa
On Wed, Oct 09, 2019 at 12:36:25PM -0400, Wayne Stambaugh wrote: > The lead development team has been discussing migrating the KiCad > project to GitLab[1]. [...] Are you aware of this?: https://www.theregister.co.uk/2019/10/16/gitlab_employees_gagged/ -- Best regards, Marco Ciampa

Re: [Kicad-developers] Kicad support for Linux on PPC

2019-08-30 Thread Marco Ciampa
On Thu, Aug 29, 2019 at 04:30:17PM +0200, Simon Richter wrote: > Hi, > > On Thu, Aug 29, 2019 at 04:27:56PM +0200, Gianluca Renzi wrote: > > > Cool! But my platform is ppc64be! :-( > > What hardware is that? I want one. Perhaps this? https://www.powerpc-notebook.org/en

[Kicad-developers] repetitive string...

2019-07-30 Thread Marco Ciampa
;", nullptr, AF_NONE, (void*) In28_Cu ); ... to avoid to have translate some 32 completely similar strings X all languages just for the inner layer number? If the answer is "no", please just delete this message... TIA -- Marco Ciampa I know a joke about UDP, but you might not

[Kicad-developers] help translators ... again ...

2019-06-15 Thread Marco Ciampa
or a debug option to fire warning messages without any real event ... I really do not know how that could be made, sorry ... Please think about this ... TIA and sorry for the noise as usual... -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/

Re: [Kicad-developers] please help translators...

2019-06-04 Thread Marco Ciampa
On Tue, Jun 04, 2019 at 08:17:18AM -0400, Seth Hillbrand wrote: > On 2019-06-04 05:58, Marco Ciampa wrote: > > > > msgid "Filo %s da (%s, %s) a (%s, %s)" > > > > Without any comment in the code it is difficult to translate that string > > in a meaning

[Kicad-developers] please help translators...

2019-06-04 Thread Marco Ciampa
add comments to the translatable strings to help translators! TIA -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364 ___ Mailing list: http

Re: [Kicad-developers] Project annuouncement.

2019-05-08 Thread Marco Ciampa
On Tue, May 07, 2019 at 12:52:00PM +0200, Fabrizio Tappero wrote: > Hey Wayne, > Congratulations!!! I am really happy for you! > > Cheers, > Fabrizio > I must be the last to congratulate but "better late than never"... CONGRATS Wayne! -- Marco Ciampa I kn

[Kicad-developers] help for screenshot

2019-04-17 Thread Marco Ciampa
this message? In this way I will snapshot it and add it to the translated version of the manual... TIA Best regards -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364

Re: [Kicad-developers] small typos (missing spaces)

2019-04-10 Thread Marco Ciampa
that are not supported by the" > > "Hyperlynx exporter. Only oval, rectangle, circle are allowed." > > "During export, they will be changed to ovals." > > > > My bad, please send me the patch with the wording you prefer. But didn't > you noti

[Kicad-developers] small typos (missing spaces)

2019-04-09 Thread Marco Ciampa
). They have been" "exported as oval pads." ), REPORTER::RPT_WARNING ); ... there are no spaces nor \n ... -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Li

Re: [Kicad-developers] KiCAD snap package

2019-03-15 Thread Marco Ciampa
he upstream project. First I think it should be tested throughly... I tried some time ago the snap package and found some (small?) problems. First the inability to allow execution of sistem web browser, pdf reader and text editor, which makes life a bit difficult for the snap KiCad user... Could

Re: [Kicad-developers] [PATCH] Option to not render 3D models for footprints

2019-03-14 Thread Marco Ciampa
pitch footprint. ... or the colors of LEDs? Cool!!! -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364 ___ Mailing list: https://launchpad.net/~k

Re: [Kicad-developers] Download speeds for nightly builds seem a bit slow to a lot of people over at the forum

2019-03-09 Thread Marco Ciampa
he > main download server. Why not adding torrent seeds like done for the Ubuntu iso images or Libreoffice binary files? We must have a torrent tracker somewhere and that should offload servers and should solve the peak download problems if any... -- Marco Ciampa I know a joke about UDP, but you m

Re: [Kicad-developers] 5.1.0-rc2 tag

2019-02-25 Thread Marco Ciampa
th this schedule, please let me know so I can plan for the release > announcement. Is there somewhere a preliminary 5.1 Changelog? And where? Please apply the attached AUTHORS patch... -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux Us

Re: [Kicad-developers] 5.1.0-rc2

2019-02-17 Thread Marco Ciampa
the > relevant information. IMHO: few strings, no work at all and very low probability these untranslated strings may pop up. It seems to me a non-issue. BTW many have already updated... -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux

Re: [Kicad-developers] Version 6 development planning

2019-02-13 Thread Marco Ciampa
; that a zag?) so the individual pins on the net can still be easily > identified. I may be saying something very stupid...I know... Why not a "dashed line" with a pseudo-random dashing pattern? In that way should be way easier to distinguish the rastsnets... sorry for my 0.002 cent

Re: [Kicad-developers] cmake error...

2019-01-06 Thread Marco Ciampa
On Sun, Jan 06, 2019 at 07:48:21PM +0100, Marco Ciampa wrote: > I did: > > git pull > cd build > cmake .. > Found Cairo: /usr/lib/x86_64-linux-gnu/libcairo.so (found suitable version > "1.15.10", minimum required is "1.12") > > ??? Now it w

[Kicad-developers] cmake error...

2019-01-06 Thread Marco Ciampa
I did: git pull cd build cmake .. Found Cairo: /usr/lib/x86_64-linux-gnu/libcairo.so (found suitable version "1.15.10", minimum required is "1.12") ??? -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #782

Re: [Kicad-developers] stupid question about 2 strings in pcbnew...

2018-12-15 Thread Marco Ciampa
thank you devs for always listening, even the smallest and meaningless complain... Best regards -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fello

[Kicad-developers] stupid question about 2 strings in pcbnew...

2018-12-15 Thread Marco Ciampa
uot;Netlist") seem to be the same but perhaps somehow they do slightly different things ... you never know (I am not able to read the code, forgive me...) TIA -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #

Re: [Kicad-developers] 5.1 stable release

2018-12-10 Thread Marco Ciampa
I do not see any 5.1 branch, just the 4.0, 5.0 and master. https://github.com/KiCad/kicad-source-mirror/branches Before that, shouldn't we create a 5.1 branch? Or 5.0 is really a 5.*? Am I missing something? Sorry for my naïve questions, as usual... -- Marco Ciampa I know a joke about UDP, bu

[Kicad-developers] please apply small typo patch

2018-11-09 Thread Marco Ciampa
TIA -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364 >From 539fcb288035c4f79b9bf0355b658f05366a6b7e Mon Sep 17 00:00:00 2001 From: Marco Ciampa Date: Fri, 9 Nov 2018 15:03

Re: [Kicad-developers] 5.0.1 status

2018-10-10 Thread Marco Ciampa
ming weekend if at all possible. Nick already tagged i18n strings so translations updates are not allowed anymore. I think that documentation could be also freezed. Thanks to all for the great work! -- Marco Ciampa I know a joke about UDP, but you might not get it.

[Kicad-developers] [Kicad-doc-devs] Update Chinese Simplified in the translator list

2018-09-16 Thread Marco Ciampa
message - -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364 ___ Mailing list: https://launchpad.net/~kicad-developers Post

Re: [Kicad-developers] German sub translation for appdata.xml

2018-08-26 Thread Marco Ciampa
On Mon, Aug 20, 2018 at 01:24:18PM -0700, Seth Hillbrand wrote: > Thanks Carsten! It's nice to standardize this and hopefully we can solicit > other translations. I've pushed this patch. Here is the Italian version... TIA -- Marco Ciampa I know a joke about UDP, but you might n

[Kicad-developers] Vacation

2018-08-16 Thread Marco Ciampa
jobs as soon as possible at my return. Best regards, -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364 ___ Mailing list: https

Re: [Kicad-developers] Branch update

2018-08-01 Thread Marco Ciampa
On Sat, Jul 28, 2018 at 06:15:49AM +0200, Marco Ciampa wrote: > 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 wa

Re: [Kicad-developers] Branch update

2018-07-27 Thread Marco Ciampa
w your changes and delete the 5.1 branch. This move will semplify the translation of the dev version and will allow users to best check for the translation in the day-to-day use. TIA Best, -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linu

[Kicad-developers] created branches for kicad i18n 5.0 and 5.1

2018-07-18 Thread Marco Ciampa
at a south Italian seaside. Please be patient that the connection (and family :-) do not allow frequent updates... PPS: we should probably create such a branch for docs too or we can better handle it with some notes inside the docs? Please have a say on it! -- Marco Ciampa I know a joke about

Re: [Kicad-developers] Stable version 5 tagged.

2018-07-15 Thread Marco Ciampa
this week and perhaps a few days more; I brought with me my laptop just in case but there is a terrible connection here ... Anyway Italian strings should be updated... Many many thanks to you all for making this possible! -- Marco Ciampa I know a joke about UDP, but you migh

Re: [Kicad-developers] [PATCH] V5 upgrade documentation

2018-06-29 Thread Marco Ciampa
thank you for your investigation. I will update the docker image to > > bionic which uses 0.52 of po4a. > > > > Nick Veery good, thanks! -- Marco Ciampa I know a joke about UDP, but you might not get it. ---

Re: [Kicad-developers] Version 5 upgrade document review.

2018-06-22 Thread Marco Ciampa
; this document. Even if the program warns and does a backup by itself, suggesting to do one more backup copy is IMHO a good idea anyway. TIA -- Marco Ciampa I know a joke about UDP, but you might not get it. ---

Re: [Kicad-developers] [PATCH] Add logo to documentation

2018-06-18 Thread Marco Ciampa
uld you mind adding a small transparent border around it? I think it would look better... TIA -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364

Re: [Kicad-developers] kicad doc build process

2018-06-14 Thread Marco Ciampa
On Thu, Jun 14, 2018 at 08:48:01AM +0200, Nick Østergaard wrote: > The normal build job is up again. > Many, many thanks Nick! -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fello

Re: [Kicad-developers] The KiCad 5 Polish menu

2018-06-12 Thread Marco Ciampa
On Sun, Mar 11, 2018 at 09:25:47PM +0100, Krzysztof Kawa wrote: > Good evening > > Attached, I am sending files of the Polish menu to KiCad 5. The translation > is now approximately 80% complete. > > Regards > Chris Committed thanks, but next time do a git format-patch!

Re: [Kicad-developers] kicad doc build process

2018-06-12 Thread Marco Ciampa
On Tue, Jun 12, 2018 at 10:31:55AM +0200, Nick Østergaard wrote: > tir. 12. jun. 2018 09.28 skrev Marco Ciampa : > > > Hi folks, > > I would like to know better the organization of the build process > > (Continuous Integration) for the doc files. > > > >

Re: [Kicad-developers] Untranslated strings

2018-06-12 Thread Marco Ciampa
ses after 5.0.0. So from my side a clear go, do it right now. > > > > If there are no objections, I'm fine with changing them now even if the > strings don't get translated for the v5 release. > >From me, no objections at all. Thanks! -- Mar

[Kicad-developers] kicad doc build process

2018-06-12 Thread Marco Ciampa
) experience document processes is one of the best way to improve them... TIA Best Regards, -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364

Re: [Kicad-developers] Apple deprecates OpenGL

2018-06-04 Thread Marco Ciampa
ia MoltenVK is looking competitive" could solve the problem anyway... Similarly as the "Angle"[1] on Windows... [1] https://en.wikipedia.org/wiki/ANGLE_(software) OpenGL as a cross-platform standard works anyway... -- Marco Ciampa I know a joke about

Re: [Kicad-developers] partially untranslated strings in simulation dialog

2018-05-28 Thread Marco Ciampa
On Mon, May 28, 2018 at 07:55:16AM +0200, Carsten Schoenert wrote: > Hello Marco, > > Am 27.05.2018 um 12:10 schrieb Marco Ciampa: > >> No apologies needed at all, Maciej! > >> But I am sorry to say that it will not suffice, there are also some error > >> m

Re: [Kicad-developers] Translation Quality

2018-05-27 Thread Marco Ciampa
. Unfuzzy a string is way easier than rewrite it from scratch and deleting a wrong "guessed" translation is usually just a keypress away... TIA Best regards, -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #7827

Re: [Kicad-developers] partially untranslated strings in simulation dialog

2018-05-27 Thread Marco Ciampa
On Sun, May 27, 2018 at 11:46:23AM +0200, Marco Ciampa wrote: > On Fri, May 25, 2018 at 11:26:37AM +0200, Maciej Sumiński wrote: > > Hi Marco, > > > > It should be fixed now, apologies for missing these strings until now. > > No apologies needed at all, Maci

Re: [Kicad-developers] partially untranslated strings in simulation dialog

2018-05-27 Thread Marco Ciampa
DisplayError( this, wxT( "You need to select DC source (sweep 1)" ) ); 139:DisplayError( this, wxT( "You need to select DC source (sweep 2)" ) ); ^^^^^ Not translated TIA Best regards, -- Marco Ciampa I know a joke about UDP, but you might

[Kicad-developers] partially untranslated strings in simulation dialog

2018-05-25 Thread Marco Ciampa
but, some of these seem to be just omissions like the ones on the right of the screenshot. What do you think about it? -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fellow #364

Re: [Kicad-developers] RC2 String Freeze Q

2018-05-22 Thread Marco Ciampa
ore wordy and less concise to avoid these issues. Hope that newer versions of wxWidgets will be smarter in this respect. Sorry for my bad English as usual. Best regards, -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU/Linux User #78271 FSFE fe

Re: [Kicad-developers] Call for Translators?

2018-05-22 Thread Marco Ciampa
ng just fairly complete translations to include in the packages, and leaving the translated strings untouched in the source. Comments? -- Marco Ciampa I know a joke about UDP, but you might not get it. GNU

  1   2   3   4   >