wwmayer
wwmayer
> In upstream new document "Без Назви" shown in python console as "_________". When you create a new document by clicking on the toolbar button you will see that the...
Wasn't able to reproduce it.
Have you tried to run the command line version? When only testing with the GUI version then additional modules are loaded and things apparently seem to work while in cmd...
Additionally, the Keyboard and Toolbars panel suffer from a further regression. When adding a new macro command in the Macros tab it isn't automatically added to the Keyboard and Toolbars...
In the C++ API of Coin3d a convenience macro SO_ENABLE is provided to register an element type to an action type. Since pivy (as far as I can see) lacks...
Merged as 7cd01505fc
When running the Draft unit tests then ASAN reports this little block as leak: ``` Direct leak of 64 byte(s) in 1 object(s) allocated from: #0 0x4ceead in operator new(unsigned...
> It's not that they don't work in general, it's that they are broken in various places throughout our codebase, and Qt no longer provides diagnostics. After all only a...
https://github.com/FreeCAD/FreeCAD/blob/master/src/App/Application.cpp#L588
> Line 140 of QuantitySpinBox.cpp introduces the use of 'eval()' function for user input. This is a member function of the class Expression and is NOT supposed to execute arbitrary...