Re: [kicad] Nightly docker images missing schema

2025-01-08 Thread Jon Evans
Hi Salvador, Please open Docker issues here so we don't lose track of them: https://gitlab.com/kicad/packaging/kicad-cli-docker/-/issues Thanks, Jon On Tue, Jan 7, 2025 at 7:45 AM Salvador E. Tropea wrote: > Hi! > > Looks like the last KiCad snapshot requires > '/usr/share/kicad/schemas/api.v1

[kicad] Re: IPC API "public beta" now available for adventurous Python developers

2025-01-04 Thread Jon Evans
Following up on this to note that I've started adding some documentation for plugin developers here: https://dev-docs.kicad.org/en/apis-and-binding/ipc-api/for-addon-developers/index.html On Sat, Dec 21, 2024 at 10:24 AM Jon Evans wrote: > Hi folks, > > With the release of 9.0.0-r

[kicad] Re: IPC API "public beta" now available for adventurous Python developers

2024-12-24 Thread Jon Evans
> Currently the dependencies are broken To be clear, do you mean if you happen to have a newer version of protobuf-compiler installed? On Mon, Dec 23, 2024 at 1:51 PM Lucas Gerads wrote: > This looks awesome! I am very excited about this. > > Currently the dependencies are broken in the release

[kicad] IPC API "public beta" now available for adventurous Python developers

2024-12-21 Thread Jon Evans
Hi folks, With the release of 9.0.0-rc1 coming this weekend, I've also released the first version of the Python supporting library for it. There is currently no documentation for this, but if you're the kind of person who is happy to work with just the cod

Re: [kicad] Help squash bugs for V9!

2024-11-16 Thread Jon Evans
uickly. > Thank you. > > Br, > Jan > > > Am 16.11.24 um 20:15 schrieb Jon Evans: > > Hi developers list, > > We have a long list of open bugs[1], some of them big and some of them > small. > > Since we are in feature freeze for V9, now is a great time to go thro

[kicad] Help squash bugs for V9!

2024-11-16 Thread Jon Evans
Hi developers list, We have a long list of open bugs[1], some of them big and some of them small. Since we are in feature freeze for V9, now is a great time to go through and see if any of them are something you want to take on! If you have joined this list but haven't contributed any code to Ki

Re: [kicad] Failing spice integration test

2024-09-05 Thread Jon Evans
It looks like you have already done so successfully at https://gitlab.com/kicad/code/kicad/-/merge_requests/1992 Pipeline status has nothing to do with whether or not a merge request can be reviewed or discussed. On Thu, Sep 5, 2024, 20:10 Andras Tantos wrote: > I'm sorry for being so obtuse, b

Re: [kicad] Introduction and suggestion for schematic netlist highlighting

2024-08-12 Thread Jon Evans
. As far as I can see, the only way to currently colour a net is >>>>>> through >>>>>> netclasses. We can also set the colour of individual schematic wires, but >>>>>> that (to my mind) doesn't hit the 'colour a net' request.

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jon Evans
> > 2) Move the error reporter to a docked AUI window so that it doesn't > > interrupt the workflow > > > > Seth > > KiCad Services Corporation Logo > > Seth Hillbrand > > *Lead Developer* > > +1-530-302-5483‬ > > Long Beach, CA > >

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jon Evans
; interrupt the workflow > > Seth > [image: KiCad Services Corporation Logo] > Seth Hillbrand > *Lead Developer* > +1-530-302-5483‬ > Long Beach, CA > www.kipro-pcb.comi...@kipro-pcb.com > > > On Sat, May 4, 2024 at 7:24 AM Jon Evans wrote: > >> Following u

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jon Evans
e cases. Complaining about not being able >> to import a datum dimension is a bit closer to an editing feature. But if >> it’s something like pad-stacks, then I’m going to have to make changes >> somewhere to get the design right. So I’d rather know about those. >> >> >

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jon Evans
a bit closer to an editing feature. But if > it’s something like pad-stacks, then I’m going to have to make changes > somewhere to get the design right. So I’d rather know about those. > > > On 4 May 2024, at 14:29, Jon Evans wrote: > > > >> The only place we disag

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jon Evans
; And I agree that we have to do something about the library importing. > > The only place we disagree is what to do in the meantime for schematics and > boards. > > Cheers, > Jeff. > > > On 4 May 2024, at 13:04, Jon Evans wrote: > > > > Jeff, > > >

Re: [kicad] Altium Importer REPORTER for logging

2024-05-04 Thread Jon Evans
etting a plugin option > (m_warningsShown or something) after reading the library? I think those are > saved per-row in the lib table, but I’m not 100% sure. > > Cheers, > Jeff. > > > On 4 May 2024, at 09:47, 'Stefan Weber' via KiCad Developers > wrote

Re: [kicad] Re: Improvements to the http library

2024-04-28 Thread Jon Evans
> What is your view on caching? I agree with Seth that HTTP standards should be used where possible. I also think it would be ideal if there is no need for a "version 2" HTTP library, and instead we can make incremental improvements that are backwards-compatible. > However, this would mean that

Re: [kicad] Re: Improvements to the http library

2024-04-27 Thread Jon Evans
> My idea, which has not yet been thought of, is that the LIB_SYMBOL has a separate list of volatile fields that are only for the symbol chooser and may also be displayed differently, for example with italics or something like that. If volatile data is implemented, it should be supported in more p

Re: [kicad] Re: Improvements to the http library

2024-04-27 Thread Jon Evans
> In particular, with the idea of including volatile fields such as stock count, price or similar in the future. As discussed on previous gitlab MRs, volatile data should not be mixed up with part fields. Fields are specifically non-volatile. If you want to make a proposal for some system to get

Re: [kicad] Cannot compile Kicad (branches: master, 8.0, 7.0) due to the gal library

2024-04-26 Thread Jon Evans
What happens when you pass KICAD_USE_EGL=ON to cmake? On Fri, Apr 26, 2024 at 3:26 PM Sven Wehrend wrote: > > > I get the following error log: > > [ 7%] Built target pcm_settings > [ 7%] Building CXX object > common/gal/CMakeFiles/gal.dir/__/draw_panel_gal.cpp.o > In file included from > /hom

Re: [kicad] Cannot compile Kicad (branches: master, 8.0, 7.0) due to the gal library

2024-04-26 Thread Jon Evans
Your CMake output does not show any errors. It ends successfully. What error do you get when you try to build? On Fri, Apr 26, 2024 at 2:44 PM 'Sven Wehrend' via KiCad Developers wrote: > > Hello, I am new to the Kicad project but would like to contribute to give > back to the community. But ri

Re: [kicad] Re: Improvements to the http library

2024-04-22 Thread Jon Evans
Hi Rosy, > I would be happy to invest time in revising the http library so that the > various problems can be solved, but I would like to know who I should talk to > so that the work is not in vain but is then accepted? This list is a good place, please say more about what you propose to do bef

Re: [kicad] .step export for all copper layers

2024-04-07 Thread Jon Evans
> should we simply add an option "export any copper"? or would it be better to > make a layer-list to specify what should be exported? I think it would catch most use cases to just have a single toggle between outer layers and all layers. > how the export-dialog is made. is there a "dialog-desig

Re: [kicad] Some questions to the roadmap for next time

2024-03-12 Thread Jon Evans
;>>>> request) > >>>>> > tracker is at https://gitlab.com/kicad/code/kicad/-/issues/ > >>>>> <https://gitlab.com/kicad/code/kicad/-/issues/> - you can > >>>>> > search for related issues there,

Re: [kicad] Returning to contributing - high speed design tools

2024-02-26 Thread Jon Evans
> the sets we can display total lengths / skews for - which is my inference > from the current DRC code which runs these checks. My question is can we do > this before we start routing the board (i.e. query the DRC data structures > for some human-readable list of length / skew rules)? We

Re: [kicad] Returning to contributing - high speed design tools

2024-02-26 Thread Jon Evans
Hi James, I think there are a number of people working on things in this area so it will be important to coordinate. I don't think working on time-based tuning should be started until some other overhauls to the existing length-based system are farther along. I would suggest that if you are look

Re: [kicad] Some questions to the roadmap for next time

2024-02-26 Thread Jon Evans
> Oliver > > > Am 26.02.2024 um 20:08 schrieb 'Rafał Pietrak' via KiCad Developers: > > Hi Oliver, > > > > You've asked for snippet source - it came from this email by Jon. > > > > -R > > > > W dniu 26.02.2024 o 15:4

Re: [kicad] Some questions to the roadmap for next time

2024-02-26 Thread Jon Evans
Hello Oliver, On Mon, Feb 26, 2024 at 9:34 AM 'White Fox' via KiCad Developers < devlist@kicad.org> wrote: > > As far I know, KiCAD has no support for multiboard projects. I looked > out for something like a road map and found something on gitlab, but > maybe outdated. Last edit was 2020. > Pers

Re: [kicad] Code formatting question

2024-02-13 Thread Jon Evans
Yes, this is a norm. KiCad's code style is not 100% representable in clang-format, and we also have a policy of not doing bulk-reformatting of files. Make sure to configure your editor to not reformat lines that you didn't edit, and you should be OK. Personally I turn off auto-reformatting, and o

Re: [kicad] dev platform suggestions.

2024-01-23 Thread Jon Evans
Hi Glen, Debian or Ubuntu are both fine choices. The one thing to be aware of is that modern Ubuntu turns on Wayland by default, and Wayland has issues that cause KiCad bugs / certain features to not work properly. In both cases, you will need to use a newer version of wxWidgets (3.2, the newer t

Re: [kicad] Unable to build

2023-11-27 Thread Jon Evans
Hi, KiCad is not supported on this platform, so I doubt anyone can provide step-by-step build instructions. It sounds like you are getting stuck at the building wxWidgets stage? If so, you probably will need to step through that cmake and see where it is getting hung up. > P.S. Is it possible to

Re: [kicad] Fully custom DRC rules using python

2023-11-05 Thread Jon Evans
> I assume for most requirements this would be possible. I will have to do some proper analysis of the requirements to answer that fully though. I will try and deconstruct each requirement into a minimum set of constraints and conditions and try to find commonalities. Unfortunately the ECSS is not

Re: [kicad] Fully custom DRC rules using python

2023-11-04 Thread Jon Evans
> implementing all (or most) rules from the ECSS-Q-ST-70-12C specification would result in quite a specialised rule set not really that applicable for non-space related projects. I'm not sure how practical this line of thought would be, but my first thought is: can we implement enough rule primiti

[kicad] Re: new open-source electromagnetic field solver available (OpenWME)

2023-10-31 Thread Jon Evans
Hello Steffen, Thanks for sharing this! Fabien Corona started working on KiCad integration with FEM solvers but the work is still in early stages. Perhaps there is some overlap in possible use cases. It is not immediately clear to me: is your library meant to work from "real" geometry (i.e. a mes

Re: [kicad] Re: Multiple track dragging development

2023-09-18 Thread Jon Evans
the algorithm and what is needed at least. >>> >>> Appreciate the pointer to looking at component dragger. >>> >>> Hi Stuart, >> >> I encourage you to have a look at this branch: >> https://gitlab.com/twlostow/kicad/-/commits/tom-mult

Re: [kicad] bezier track developement

2023-08-25 Thread Jon Evans
I suggest the first place to start is implementing Bezier shape creation (don't worry about tracks right now). KiCad already has some level of internal support for Beziers, it just isn't fully-supported by the UI. In the current nightlies, graphic shapes can take on nets. -Jon On Fri, Aug 25, 20

Re: [kicad] Building on Mac

2023-08-01 Thread Jon Evans
The makefiles are generated by CMake, you run make in the build root (whatever directory you ran the cmake command in). On Mon, Jul 31, 2023 at 6:43 PM Jeff Berkowitz wrote: > Hello. I'm using KiCad Mac Builder on Mac and trying to follow > https://dev-docs.kicad.org/en/build/macos/. I got the b

Re: [kicad] Re: Multiple track dragging development

2023-07-18 Thread Jon Evans
Hi Stuart, Some general comments on this project: 1) This functionality should be built into the router, not into the edit routines outside the router IMO. So this should be implemented as part of DRAGGER probably. If you look at how the rest of the router works, you should be able to re-use al

Re: [kicad] odcb connector development and usage

2023-07-13 Thread Jon Evans
Hi Rico, On Thu, Jul 13, 2023 at 11:19 AM Rico Schmitt wrote: > Hi there, > > TLDR: Is the odbc connector here to stay? Of course > Are there any development > plans for it? Yes, can you be more specific? > I tried it and found some issues using it, I have > implemented a draft of my ide

Re: [kicad] eeschema: allow Kicad to talk to a database using EXTERNAL plugins (dll, so etc)

2023-07-13 Thread Jon Evans
ccess and everyone can get their own API key. >>>>> >>>>> >>>>> Please let me know what you think. >>>>> >>>>> Cheers, >>>>> Andre >>>>> >>>>> On Tuesday, 19 July 2022 at 11:47:45 pm UT

Re: [kicad] Coroutine stack cleanups

2023-06-28 Thread Jon Evans
I'm not clear on how all platforms can take the same codepath since there is some fundamentally platform-specific code in here? Anyway, my own personal thoughts are that anyone looking to work on this area: 1) should be prepared to do their own testing on at least Windows + arm64 Mac + amd64 Linu

Re: [kicad] Stable nightly version still 7.0.5

2023-06-07 Thread Jon Evans
Testing builds have a version string that includes the most recent tag along with further version info. So it is expected and correct that testing builds after 7.0.5 include the string 7.0.5 as *part* of the version info. The testing build version string is platform/package-dependent. The format

Re: [kicad] Changes in KiCad nightly coordinates and plot

2023-06-02 Thread Jon Evans
I'm guessing this is https://gitlab.com/kicad/code/kicad/-/commit/c31b5eb7d8b89cc3e7630fa0550e3a911b1204a5 which was an intentional change. The old numbers were more rounding errors than the new ones. On Fri, Jun 2, 2023 at 9:59 AM Salvador E. Tropea wrote: > Hi All! > > The last nightly run of

Re: [kicad] 7.0.3 stable release update

2023-05-16 Thread Jon Evans
re the release. I don't know what you mean by "major problems" so I can't comment on them without more details. On Tue, May 16, 2023 at 1:16 PM Christoph Moench-Tegeder wrote: > ## Jon Evans (j...@craftyjon.com): > > > We would appreciate further user testing of 7.

Re: [kicad] 7.0.3 stable release update

2023-05-16 Thread Jon Evans
We would appreciate further user testing of 7.0 testing builds so that we can be confident in a 7.0.4 release soon. In addition to the Ubuntu PPA that Ian linked, you can grab the latest builds for Windows/Mac here: Windows: https://kicad-downloads.s3.cern.ch/windows/testing/7.0/kicad-7.0-testing_

Re: [kicad] GetCharExcludes

2023-03-05 Thread Jon Evans
I updated the cmake requirements so that this will get caught at configuration time now (for 7.99 only; we'll still support older wxWidgets on the 7.0 branch) -Jon On Sun, Mar 5, 2023 at 9:40 AM Steven A. Falco wrote: > Thanks, Ian. I've turned off the F36 COPR builds. > > Steve > > On

Re: [kicad] Any thoughts on Fedora bug 2169876?

2023-02-15 Thread Jon Evans
We can start by asking the user to type "bt" in the gdb prompt after they get the crash, which will give us a clue (assuming the Fedora packages are compiled with debug symbols) Your other suggestions are good ones. -Jon On Wed, Feb 15, 2023 at 11:52 AM Steven A. Falco wrote: > A user has repo

[kicad] Packager recommendation: require installation of symbols and footprints with KiCad

2023-01-29 Thread Jon Evans
Hi all, It recently got brought up that on some platforms it is currently easy to install KiCad without also installing the symbols and footprints. This causes issues for unexpecting users, because KiCad doesn't currently do a good job of allowing users to recover from this situation after they'v

Re: [kicad] IDE for KiCad development

2023-01-17 Thread Jon Evans
I assume you are talking about Qt Creator? It's a perfectly fine IDE but I don't use it for KiCad so I have no advice on what settings to tweak. I think most developers are using Visual Studio on Windows and CLion or XCode on macOS. On Linux I use CLion, but have also used VSCode and Sublime Text

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-12-21 Thread Jon Evans
OK, thank you for looking into this. Best, Jon On Wed, Dec 21, 2022 at 3:08 AM Markus Bonk wrote: > We have tried with a clean install as well as with a drifting device and > cannot reproduce the reported issue. > > > > -Markus > > > > *From:* Jon Evans > *S

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-12-19 Thread Jon Evans
created on first use?) -Jon On Mon, Dec 19, 2022 at 9:59 AM Jon Evans wrote: > Hello Markus, > > Thanks for the info, it sounds like there is something particular going on > with that one user. > Does the backtrace below indicate that the user has the 3DxWare software > instal

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-12-19 Thread Jon Evans
ocationg parts) > and viewing in the 3D Viewer, nor on exit. > > No crash logs were generated either. > > > > > > --Markus > > > > *From:* devlist@kicad.org *On Behalf Of *Markus Bonk > *Sent:* Monday, December 19, 2022 7:04 AM > *To:* Jon Evans >

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-12-18 Thread Jon Evans
b6083f4.dmg has 3D Mouse support. > > > > Markus > > > > *From:* Jon Evans > *Sent:* Wednesday, September 21, 2022 2:46 PM > *To:* Markus Bonk > *Cc:* devlist@kicad.org > *Subject:* Re: [kicad] Verify macOS implementation of the SpaceMouse > integration. > >

Re: [kicad] KiCad 4.0.7 does not have a release file error

2022-11-03 Thread Jon Evans
> you won't have access to the footprints you had previously used. You can make a project-local library and export the old footprints to it if desired. I think that is a reasonable workflow. On Thu, Nov 3, 2022 at 1:40 PM Steven A. Falco wrote: > On 11/3/22 12:11 PM, Jon

Re: [kicad] KiCad 4.0.7 does not have a release file error

2022-11-03 Thread Jon Evans
KiCad 6.x should still be able to open these files even if they used old symbols and footprints. I'm not sure they would need "porting" other than saving in the updated format. New schematics can be made with new symbols/footprints as desired. On Thu, Nov 3, 2022 at 12:10 PM Steven A. Falco wro

Re: [kicad] KiCad 4.0.7 does not have a release file error

2022-11-03 Thread Jon Evans
See also https://gitlab.com/kicad/code/kicad/-/issues/12820 If those users want to keep using 4.0.7 they need to host it themselves. -Jon On Thu, Nov 3, 2022 at 11:38 AM Marco Ciampa wrote: > Can somebody address this request or at least point to the right > direction of how to solve it in the

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-09-21 Thread Jon Evans
ib > > [...] > > > > and the build works out of the box with 3D Mouse support. > > > > Can we have a copy of your build log so that we can compare what the > differences are? > > > > Markus > > > > *From:* Jon Evans > *Sent:* Mo

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-09-19 Thread Jon Evans
9/2016 and all > applicable local data protection laws and regulations of the countries > where the company operates. To revoke your consent or exercise all your > rights with regards to personal data, please contact us at > priv...@3dconnexion.com. > > *From:* Jon Evans >

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-09-15 Thread Jon Evans
Hi Markus, I think the build at https://kicad-downloads.s3.cern.ch/osx/nightly/kicad-unified-20220914-003354-f304e2d4f6.dmg should have this enabled. Let me know if you find it does not. -Jon On Thu, Sep 15, 2022 at 11:16 AM Jon Evans wrote: > I've enabled this for the next bui

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-09-15 Thread Jon Evans
I've enabled this for the next build, I'll report back if it has any troubles (I'm currently unable to test locally). But, in any case, the upcoming code freeze is for new features only. Since 3Dconnexion driver support has already been merged, any bugfixes for it on macOS would not be considered

Re: [kicad] What's your idea about a new skin

2022-09-14 Thread Jon Evans
KiCad supports custom color themes. There is an (unofficial) repository containing a number of options here: https://github.com/pointhi/kicad-color-schemes I'm sure an Altium-inspired theme would be accepted here. On Wed, Sep 14, 2022 at 11:36 AM Seyed Keyarash Ghiasi wrote: > Dear all devs, >

[kicad] Packager alert: unixodbc dependency

2022-08-22 Thread Jon Evans
Hi all, The initial work to support database libraries will be merged this week, which will introduce a dependency on unixodbc for non-Windows platforms. We've been testing this on Ubuntu, Fedora, and macOS with no issues so far. Please let me know if anyone has any concerns. Thanks, Jon -- Yo

Re: [kicad] wxWidgets 3.2.0 for Fedora

2022-08-12 Thread Jon Evans
ugins. On Fri, Aug 12, 2022 at 11:50 AM Steven A. Falco wrote: > On 8/12/22 11:36 AM, Jon Evans wrote: > > The surface area of wxPython on KiCad critical functionality is fairly > low. I would recommend moving forward and seeing what happens. > > > > How long do

Re: [kicad] wxWidgets 3.2.0 for Fedora

2022-08-12 Thread Jon Evans
The surface area of wxPython on KiCad critical functionality is fairly low. I would recommend moving forward and seeing what happens. How long do we have to make this decision/recommendation? It seems easy enough to spot-check the most popular KiCad plugins that make use of wxPython to see if th

Re: [kicad] Verify macOS implementation of the SpaceMouse integration.

2022-08-10 Thread Jon Evans
I will defer to @Adam Wolf for details, but my guess would be it is not enabled, because: 1) KICAD_USE_3DCONNEXION defaults to off, so must be turned on per-platform. 2) It is not referenced in kicad-mac-builder , so there is nothing turning

Re: [kicad] eeschema: allow Kicad to talk to a database using EXTERNAL plugins (dll, so etc)

2022-07-25 Thread Jon Evans
velop their own interfaces that can be used >>>> in KiCad, then this needs to be done in a scripting language. >>>> >>>> There are a couple reasons for this. The big one is that MacOS cannot >>>> load a binary plugin from outside the signed application

Re: [kicad] eeschema: allow Kicad to talk to a database using EXTERNAL plugins (dll, so etc)

2022-07-21 Thread Jon Evans
in our codebase because these get signed with the rest of the >> application. So, if the target is to allow ODBC interaction, we can >> probably support a binary plugin interface that explicitly does that. I >> think that this is (#7436 >> <https://gitlab.com/kicad/code/kica

Re: [kicad] eeschema: allow Kicad to talk to a database using EXTERNAL plugins (dll, so etc)

2022-07-19 Thread Jon Evans
Hi Andre, I think it would be best to have two different discussions here, first about the idea and concept, and second about your proposed implementation. I wanted to lead with this because I think there is a tendency in discussions to mix the two together unnecessarily. This is a real need and

Re: [Kicad-doc-devs] curiosity...

2022-05-03 Thread Jon Evans
We now use asciidoctor-web-pdf instead of asciidoctor-pdf. What cmake error are you getting? It is working on the CI pipeline and on my machine. -Jon On Tue, May 3, 2022 at 9:12 AM Marco Ciampa wrote: > Why in CMakeModules/FindASCIIDOCTORPDF.cmake > the asciidoctor-pdf executable searched is

Re: [Kicad-doc-devs] current version and master branch

2022-05-02 Thread Jon Evans
KiCad uses semver "approximately". I am not quite sure if I understand the question correctly, but the docs branch names *are* synchronized with the code at the moment. The 6.0 docs branch is the stable one, and master is the nightly (6.99) one. -Jon On Mon, May 2, 2022 at 8:47 AM Marco Ciampa

Re: [Kicad-developers] Icon for 3D Mouse center of rotation

2022-04-06 Thread Jon Evans
Hi Markus, Adding a new icon is certainly possible. There are some guidelines here: https://dev-docs.kicad.org/en/rules-guidelines/icon-design/ In particular, the icon must be added with an appropriate SVG source file authored in Inkscape and with the appropriate (CC-BY-SA) license attribute emb

Re: [Kicad-developers] Introduction of sentry application monitoring and error tracking

2022-03-31 Thread Jon Evans
Thanks for putting in the work to get this integrated, Mark! Having automated crash dumps will be invaluable to improving KiCad stability. On Wed, Mar 30, 2022 at 8:32 PM Mark Roszko wrote: > > Hey folks, > > We are planning to introduce the use of the Sentry platform into KiCad. > Sentry https:

Re: [Kicad-doc-devs] to whom it may concern (Graham Keeth?) - kicad manual

2022-03-22 Thread Jon Evans
The English screenshot is out of date; we removed the option to import old library configurations as it resulted in broken library configurations for too many users. On Sat, Mar 19, 2022 at 10:49 AM Marco Ciampa wrote: > > Hello devs, > in these days I was forced to stay home for a few days for C

Re: [Kicad-developers] 6.0.2 tagged.

2022-02-11 Thread Jon Evans
@seth - I think the docs need to be re-packed in the manner Christoph says, IIRC that is a requirement for the Mac packaging. On Fri, Feb 11, 2022 at 10:09 AM Christoph Moench-Tegeder < c...@burggraben.net> wrote: > Hi, > > ## Wayne Stambaugh (stambau...@gmail.com): > > > All of the repos have be

Re: [Kicad-developers] V6 documentation

2022-01-20 Thread Jon Evans
> THE MAIN PROBLEM ARE THE OUTDATED DOCUMENTS! > NOT THE WAY THEY ARE DISTRIBUTED. One reason the documents are outdated is that they are hard to contribute to. They are hard to contribute to in part because they use a toolchain that only works well on Linux, and many of our users who might feel l

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
a PCM package and then install it via a USB stick or whatever (but probably not in a secure environment), but you could also download the docs website. -Jon On Wed, Jan 19, 2022 at 5:03 PM Eeli Kaikkonen wrote: > On Wed, Jan 19, 2022 at 6:38 PM Jon Evans wrote: > > > > What I

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
On Wed, Jan 19, 2022 at 2:12 PM Steven A. Falco wrote: > > Not to put words in your mouth, but it sounds like the code will be > changed so that when someone clicks on the Help menu, they will get the > on-line version, if possible. > And only if the on-line version cannot be accessed, the code w

[Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
On Wed, Jan 19, 2022 at 1:05 PM Carsten Schoenert wrote: > [ I'm on this list, no need to address me dedicated. ] > My email client does this automatically, but if it bothers you I removed it manually :) > > Am 19.01.22 um 18:45 schrieb Jon Evans: > > > I think you mi

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
On Wed, Jan 19, 2022 at 12:37 PM Carsten Schoenert wrote: > Hello Jon, > > Am 19.01.22 um 17:38 schrieb Jon Evans: > > Carsten, > > > > There is no reason to remove the ability to package docs offline, I just > > don't think it should be a focus of the pro

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
saying we should remove any way for people in high-security offline environments to get documentation, but just that it shouldn't be the default option. -Jon On Wed, Jan 19, 2022 at 12:12 PM Steven A. Falco wrote: > On 1/19/22 12:00 PM, Jon Evans wrote: > > That just doesn't

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
ranch". I.e., Fedora builds are not a "rolling release" - they are > tied to tags. > > Steve > > On 1/19/22 11:38 AM, Jon Evans wrote: > > Carsten, > > > > There is no reason to remove the ability to package docs offline, I just > don

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
Carsten, There is no reason to remove the ability to package docs offline, I just don't think it should be a focus of the project. The majority of users will be served better by keeping a "rolling release" online at docs.kicad.org (with a download button, ideally). > It absolutely doesn't hurt to

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
t please do also make the > whole documentation site easily downloadable to be viewed in a browser when > offline. > > > Thanks! > > Gabriel Staples > > (sent from my Android) > > Le mar. 18 janv. 2022, 11:12 AM, Jon Evans a écrit : > >> We have decided to update

Re: [Kicad-developers] V6 documentation

2022-01-19 Thread Jon Evans
The documentation lives in this git repo: https://gitlab.com/kicad/services/kicad-doc The same sources build the version on the website (docs.kicad.org) and the offline docs. If keeping the offline docs is important, I think the next best thing is to insert some extra text in the offline build th

Re: [Kicad-developers] V6 documentation

2022-01-18 Thread Jon Evans
ion much more up to date? It seems you can access online version > from the software, so why to include old (probably no more relevant) > documentation? > > Regards, > Tomas > > On Tue, 18 Jan 2022, 17:17 Jon Evans, wrote: > >> I don't personally see the point of spamm

Re: [Kicad-developers] V6 documentation

2022-01-18 Thread Jon Evans
I don't personally see the point of spamming the list with back and forth about setting up Git/Gitlab, installing dependencies, etc. But, I am not opposed to it if others don't care. -Jon On Tue, Jan 18, 2022 at 12:02 PM Marco Ciampa wrote: > On Tue, Jan 18, 2022 at 09:10:22

Re: [Kicad-developers] V6 documentation

2022-01-18 Thread Jon Evans
Hi Tomas, I've been loosely coordinating documentation updates for V6. There are not very many other people working on it. We'd be happy to have your help. If you contact me off-list I can help you get set up to make changes and we can figure out where you'd like to start. Best, Jon On Tue, Ja

Re: [Kicad-developers] Was the initial graphics mode screen removed?

2022-01-11 Thread Jon Evans
viewer. As we try to make KiCad applicable to more high-end designers, it could become an issue for more people. -Jon On Tue, Jan 11, 2022 at 4:46 PM pmx wrote: > > > Le 11/01/2022 à 21:59, Jon Evans a écrit : > > The current offerings (e.g. bgfx) are generally multi-platform but wi

Re: [Kicad-developers] Was the initial graphics mode screen removed?

2022-01-11 Thread Jon Evans
higher than 2.1. On Tue, Jan 11, 2022 at 3:57 PM pmx wrote: > > > Le 11/01/2022 à 21:10, Jon Evans a écrit : > > > IMHO, we shouldn't remove anything that helps to deal gracefully > > with the diversity of situations (like a virtual machine), graphics > > hard

Re: [Kicad-developers] Was the initial graphics mode screen removed?

2022-01-11 Thread Jon Evans
> IMHO, we shouldn't remove anything that helps to deal gracefully with the diversity of situations (like a virtual machine), graphics hardware and video drivers... and their possible bugs ! (as stated about X11/Mesa). The fallback engine we use today does not have feature-parity with the accelera

Re: [Kicad-developers] help compliling kicad

2021-12-31 Thread Jon Evans
It looks like your source directory is dirty (not the build dir) Try "git clean -fx" or similar. -Jon On Fri, Dec 31, 2021 at 1:30 PM Marco Ciampa wrote: > Hello devs! > I need some help. > > Sometimes my cmake configuration goes wrong and I get stuck with this > kind of error: > > Built targe

Re: [Kicad-developers] 6.0.0 build flags

2021-12-25 Thread Jon Evans
I agree, KICAD_PCM can be removed now. On Sat, Dec 25, 2021 at 7:27 AM Nick Østergaard wrote: > Having the unused parameters is no harm, it will only generate a > warning at configure time. > > The KICAD_PCM flag already defaults to ON, but I guess it should just > be removed as an option? Are

Re: [Kicad-doc-devs] The future of the Getting Started chapter

2021-11-30 Thread Jon Evans
a wrote: > On Sat, Nov 27, 2021 at 05:38:54PM -0500, Jon Evans wrote: > > As you might know, there is a chapter in the documentation called Getting > > Started in KiCad [1] which is at this point entirely out of date and does > > not really cover the modern KiCad workflow. I h

[Kicad-doc-devs] The future of the Getting Started chapter

2021-11-27 Thread Jon Evans
As you might know, there is a chapter in the documentation called Getting Started in KiCad [1] which is at this point entirely out of date and does not really cover the modern KiCad workflow. I have seen many people point new users at various video series or posts on the user forum as more accurat

Re: [Kicad-developers] New lead developer announcement

2021-11-19 Thread Jon Evans
Welcome Mikolaj! Happy to have you in this role :) -Jon On Fri, Nov 19, 2021 at 9:15 AM Wayne Stambaugh wrote: > I am happy to announce that Mikolaj Wielgus has accepted an invitation > to become a member of the KiCad lead development team. Mikolaj has made > some significant contributions to

Re: [Kicad-developers] Version 6 release candidate 1

2021-11-18 Thread Jon Evans
8.11.2021 um 14:58 -0500 schrieb Jon Evans: > >> When do you need it by? The docs are nowhere near ready for the > >> final release, so if this isn't a hard requirement, I would suggest > >> not bothering to package the docs for now. > > > > I hope to

Re: [Kicad-developers] Version 6 release candidate 1

2021-11-18 Thread Jon Evans
Well, the new docs are not translated yet either, so there's that :) On Thu, Nov 18, 2021 at 3:04 PM Johannes Maibaum wrote: > Am Donnerstag, dem 18.11.2021 um 14:58 -0500 schrieb Jon Evans: > > When do you need it by? The docs are nowhere near ready for the > > final relea

Re: [Kicad-developers] Version 6 release candidate 1

2021-11-18 Thread Jon Evans
When do you need it by? The docs are nowhere near ready for the final release, so if this isn't a hard requirement, I would suggest not bothering to package the docs for now. On Thu, Nov 18, 2021 at 2:52 PM Johannes Maibaum wrote: > Hi Seth & list, > > Am Dienstag, dem 16.11.2021 um 12:52 -0800

[Kicad-developers] Calling all Python devs - KiCad 6 and plugin repository information

2021-11-17 Thread Jon Evans
Hi all, If you develop Python plugins for KiCad, this message is for you! First of all, as you have probably seen, the new Python API won't be included in KiCad 6.0. We still want to support the existing SWIG API that allows the creation of action plugins in the PCB editor and external scripts,

Re: [Kicad-developers] Stability drive? [was Re: Version 6 release schedule]

2021-11-08 Thread Jon Evans
inux users). However, if we at least know that a problem exists upstream, than we can track it and volunteer devs who may have time to work on it can find it. -Jon On Mon, Nov 8, 2021 at 11:49 AM Jon Evans wrote: > I certainly agree with a stability drive, I would just caution to not > assu

Re: [Kicad-developers] Stability drive? [was Re: Version 6 release schedule]

2021-11-08 Thread Jon Evans
t best to > fix them (if possible) anyway because they could be hiding other issues, > either in a wood-trees way or because of side effects. The same applies to > warnings from the compiler, etc. > > Regards, > > Ruth > > > On 08/11/2021 16:38, Jon Evans wrote: > >

Re: [Kicad-developers] Stability drive? [was Re: Version 6 release schedule]

2021-11-08 Thread Jon Evans
Hi Ruth, Thanks for the notes. There is a lot of content in your email, and I worry it will get lost if it doesn't get split up into multiple issues on the issue tracker. Some of the issues you mention (GTK warnings, ASan issues related to Python, etc) are known issues and we don't plan to fix t

  1   2   3   4   5   6   7   8   9   10   >