Search found 3612 matches

by chennes
Thu Mar 28, 2024 11:47 pm
Forum: UX/UI Design
Topic: Bulgarian translation not updated
Replies: 2
Views: 89

Re: Bulgarian translation not updated

Oh, I see what's going on - Bulgarian is only 18% translated. New language files are only pulled down for languages that are over 25%. So presumably at some point in the past Bulgarian was over that threshold, and has since fallen below it. @yorik what do you want to do in this case?
by chennes
Thu Mar 28, 2024 11:39 pm
Forum: UX/UI Design
Topic: Bulgarian translation not updated
Replies: 2
Views: 89

Re: Bulgarian translation not updated

The process is mostly automated, it just needs a human to "click the button" (so @yorik and I tend to split that duty). Is it only that string that is not updated, or is it Bulgarian in general?
by chennes
Thu Mar 28, 2024 8:12 pm
Forum: Developers corner
Topic: Compiling with FC_USE_TNP_FIX
Replies: 3
Views: 131

Re: Compiling with FC_USE_TNP_FIX

This flag is purely temporary, it will be removed when the merge project is complete (in a few weeks, we hope, though of course that may stretch out a bit...).
by chennes
Thu Mar 28, 2024 7:48 pm
Forum: Developers corner
Topic: Compiling with FC_USE_TNP_FIX
Replies: 3
Views: 131

Compiling with FC_USE_TNP_FIX

Today marks a milestone in the Toponaming merge project: with the merge of PR13197 , the work that the TNP team has been doing is actually "visible" within FreeCAD (if only just barely, and only with a compilation flag switched on). A number of operations within Part will now have element ...
by chennes
Thu Mar 28, 2024 6:25 pm
Forum: Announcements & Features
Topic: FPA Grant Program 2024: First deadline, 29 March
Replies: 2
Views: 605

Re: FPA Grant Program 2024: First deadline, 29 March

Reminder that the deadline to submit your grant application for review in this first round of grants is tomorrow, 29 March 2024. You can see existing submissions here: https://github.com/FreeCAD/FPA-grant-proposals/issues And program announcement here: https://fpa.freecad.org/programs/fpadf-announce...
by chennes
Thu Mar 28, 2024 12:24 am
Forum: Translation
Topic: Proofreaders of projects on the Crowdin platform
Replies: 16
Views: 598

Re: Proofreaders of projects on the Crowdin platform

I've given @FBXL5 proofreader permissions on FreeCAD-Addons. And the addons permissions are separate because addon developers have advanced permissions at Addons that they don't have in the primary FreeCAD CrowdIn repo.
by chennes
Sat Mar 23, 2024 1:17 pm
Forum: Developers corner
Topic: Seeking guidance on how to remove all internet I/O from FreeCAD
Replies: 10
Views: 655

Re: Seeking guidance on how to remove all internet I/O from FreeCAD

If you compile without Start, Web, and Addon Manager, you should then be able to verify that nothing else attempts any network access. No coding is necessary, you just need to set up cMake. I am removing network access from Start, and plan to drop Web entirely, though it will probably be a couple of...
by chennes
Mon Mar 18, 2024 10:06 pm
Forum: Install / Compile
Topic: Windows SpaceMouse users needed
Replies: 2
Views: 319

Windows SpaceMouse users needed

3Dconnexion has submitted a patch to our repo that improves SpaceMouse support on Windows and I'm looking for some testers. You need to be able to compile on Windows in order to do this. If you can, please pull the patch from this PR:
https://github.com/FreeCAD/FreeCAD/pull/12929

Thanks!
by chennes
Mon Mar 18, 2024 5:32 pm
Forum: Google Summer of Code (GSoC)
Topic: [GSoC 2024] - Command-Line Preferences Manipulation
Replies: 14
Views: 1511

Re: [GSoC 2024] - Command-Line Preferences Manipulation

As an example: search the code for "CustomMaterialsDir" -- you will find that there is no explicit "Set" method for this configuration entry. If the user never opens the Materials preferences dialog, it is never set. The call that accesses it, param->GetASCII("CustomMaterial...