Martin Rodriguez Reboredo
51987dc1ab
Fixups with Qt6 enums ( #13611 )
...
* Python PySide enums to C++ converter
* Python IntFlags to C++ int in getStandardButtons
* Remove int conversion in mods Python sources
2024-05-06 18:02:18 +02:00
Syres916
f59f8d7810
[PartDesign] Remove unwanted print statement
2023-12-20 18:51:40 +00:00
Syres916
2c4059a3d5
[PartDesign] Add English references at end of table for clarity
2023-12-20 18:41:28 +00:00
Syres916
9e5fcc001f
[PartDesign] Sprocket fix bug with translated references
2023-12-20 18:30:49 +00:00
DeflateAwning
1e3179e9bc
Find and replace http://freecad.org to https://freecad.org
...
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
2023-10-29 22:39:22 -06:00
wmayer
ef9936a940
App: fixes #10460 : App::PropertyPythonObject is not saving data
...
Since Py3.11 the methods names __setstate__ and __getstate__ conflict with the method names added to the object class.
Thus rename them to 'loads' and 'dumps'
2023-09-24 10:56:35 -05:00
Roy-043
64df36ba5c
PartDesign: Avoid dictionary.keys() where possible
2023-08-10 00:54:21 +02:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
luz paz
d265c9ff63
PD: remove trailing whitespace
2022-11-10 10:32:04 +01:00
donovaly
e8668e9e45
fix bug that property "SprocketReference" is not an enum
2021-04-07 17:07:01 +02:00
donovaly
62a86deff0
[PD] sort entries in sprocket feature
...
as the title says.
(The other UI file changes were made by Qt's designer.)
2021-04-07 17:07:01 +02:00
Syres916
c2c2058c9f
[0.20][PartDesign] Sprocket - Correct camelCase
2021-04-06 16:40:44 +02:00
Syres916
aee3e86e61
[0.20][PartDesign] Sprocket - Allow multiple...
...
... standard reference sprockets rather than just ANSI as well as capturing the thickness as stated in the particular standard. The user is not bound by this but it saves them looking it up manually.
See recent posts in discussion : https://forum.freecadweb.org/viewtopic.php?f=22&t=44525
2021-04-06 16:40:44 +02:00
Yorik van Havre
05e1defb3b
Fixed bad conflict merge in PArtDesign
2020-04-20 13:34:38 +02:00
Adam Spontarelli
7334fa5cf0
Converted class names from private to public, per feedback from pull request
2020-04-20 12:30:08 +02:00
Adam Spontarelli
6da1c6f834
Converted class names from private to public and corrected docstring formatting, per feedback from pull request
2020-04-20 12:28:27 +02:00
Adam Spontarelli
67f37b3d90
Initial addition of fcsprocket feature. This is a PartDesign tool that allows for the simple creation of ANSI standard roller chain sprockets.
2020-04-20 12:28:27 +02:00