Chris Hennes
Chris Hennes
This will not work yet in 0.20, but as we migrate to using QtNetwork for communications in the AM, we will be able to add direct support for NTLM proxies...
No, I can make it work in Qt5. I hammered on it for a while tonight, but I need to discuss the ramifications on the forum. It will affect all...
Please see https://github.com/FreeCAD/FreeCAD/pull/5412 -- it should support several types of authenticated proxies, however it does not resolve the problems with Git access. Is there anyone here behind a proxy available...
Note that it is no longer necessary to submit an icon for addition to the main FreeCAD repo: adding a package.xml metadata file with the path to the workbench's icon...
There are two examples at the bottom of the wiki page about package metadata, or you can look at the Curves WB. https://wiki.freecadweb.org/Package_Metadata https://github.com/tomate44/CurvesWB
It can't do this in the background at the moment, but the Addon Manager does check for updates, either automatically or on request. Is this feature request that it do...
See also FreeCAD/FreeCAD#12970
Last commit date.
It should be straightforward for Addon Manager to check if an obsolete or Py2 addon is installed (in fact, with the new Addon Manager it is already doing so, it...
Mostly as a note to myself so I remember: this isn't really anything to do with Addon Manager. FreeCAD should wrap workbench init in a try block and provide some...