Search found 8985 matches

by openBrain
Tue Mar 26, 2024 6:04 pm
Forum: Translation
Topic: Proofreaders of projects on the Crowdin platform
Replies: 16
Views: 520

Re: Proofreaders of projects on the Crowdin platform

to be fair, for the time being, I am not active on the Addon side. Once, I've double-checked the FreeCAD project, I'll jump on Addon projects. thanks kaktus. So glad to see you got the proofreading authority. :) I asked for this several times I guess, and wasn't aware it finally happened. Keep up t...
by openBrain
Sun Mar 24, 2024 9:41 am
Forum: Install / Compile
Topic: CI build failures
Replies: 1
Views: 228

Re: CI build failures

oursland wrote: Ping
by openBrain
Wed Mar 20, 2024 7:06 pm
Forum: Forum français
Topic: Forum FreeCAD français : statistiques.
Replies: 11
Views: 623

Re: Forum FreeCAD français : statistiques.

Forthman wrote: Wed Mar 20, 2024 5:24 pm ah... ça a changé, maintenant il y a écrit "élément perturbateur, à envoyer au goulag dès que possible" :lol:
Non, il y a écrit "ne comprend pas les sarcasmes". :lol:
by openBrain
Sat Mar 02, 2024 8:50 am
Forum: Developers corner
Topic: Emit signal in c++ and connect to it in python.
Replies: 5
Views: 659

Re: Emit signal in c++ and connect to it in python.

If you look at 'mainWindowClosed', there is nothing special to be done. ;)
by openBrain
Thu Feb 15, 2024 5:56 am
Forum: Open discussion
Topic: FreeCAD Day 2024: Complaint Session
Replies: 49
Views: 5363

Re: FreeCAD Day 2024: Complaint Session

I'm afraid all this doesn't really makes sense if you don't get the list of opposite items "What is good in FC and shall be preserved". This would allow to : * See collisions. Maybe a group of user dislikes something in FC while another group oppositely likes it. In this case it has to be ...
by openBrain
Mon Feb 05, 2024 11:45 am
Forum: Developers corner
Topic: connect(ui->deflection,SIGNAL(xx()),this,SLOT(xxx())); /
Replies: 4
Views: 515

Re: connect(ui->deflection,SIGNAL(xx()),this,SLOT(xxx())); /

Your slot is private. Isn't that the reason?
by openBrain
Wed Jan 31, 2024 5:32 pm
Forum: Python scripting and macros
Topic: isActiveWindow vs. getActiveWindow
Replies: 2
Views: 313

Re: isActiveWindow vs. getActiveWindow

From my memories

Code: Select all

mw.centralWidget().activeSubWindow()
by openBrain
Thu Jan 25, 2024 5:52 pm
Forum: Open discussion
Topic: Sketcher coordinate cross without a dot?
Replies: 19
Views: 1470

Re: Sketcher coordinate cross without a dot?

thomas-neemann wrote: Thu Jan 25, 2024 5:50 pm The macro works, can it be changed so that only the point in the origin is hidden?
That's the idea. Not in front of a PC now, can do later if no one dives in.
by openBrain
Thu Jan 25, 2024 5:45 pm
Forum: Open discussion
Topic: Sketcher coordinate cross without a dot?
Replies: 19
Views: 1470

Re: Sketcher coordinate cross without a dot?

Did you have a look at latest macro "version"?
viewtopic.php?p=694430#p694430
by openBrain
Tue Jan 23, 2024 6:59 pm
Forum: Python scripting and macros
Topic: [Solved] Python syntax to clear the report view
Replies: 8
Views: 874

Re: Python syntax to clear the report view

I was mistaken again: it's not a macro, it's an addon workbench. I think it should be here: https://github.com/0penBrain/FCsuWB but that looks rather empty. @openBrain, am I mistaken thinking that you are the author of FC_SU? You're not. I am. :) The main page is indeed empty because I never really...