Roy-043
f77c5fdcd7
Draft: remove the tolerance preference
...
The tolerance function now derives its value from the precision preference.
Additonally:
Removed the epsilon() function. It did not make sense and was not used.
2023-11-13 18:07:37 +01:00
Roy-043
220bf83222
Draft: remove unused dimorientation and saveonexit prefs
2023-11-12 20:54:25 +01: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
Roy-043
ceaf048277
Draft: Change get_3d_view to only return the active 3D view ( #11050 )
...
Related issue:
#10634
Also needed to avoid warnings from the PlaneGui class.
2023-10-15 14:28:32 +02:00
Roy-043
4cf613ec31
Draft: get_movable_children: prevent endless loop
...
Forum topic:
https://forum.freecad.org/viewtopic.php?t=81547
2023-09-28 15:19:25 +02:00
Roy-043
419bc52f10
Draft: Fix get_diffuse_color function ( #9932 )
2023-07-18 10:45:38 +02:00
Yorik van Havre
a5f7c74d0e
Draft: allow autogroup to add an object to both a layer and an Arch/NativeIFC container
2023-06-13 12:24:14 +02:00
Yorik van Havre
55480c4c8d
Draft: Provision for NativeIFC autogrouping
2023-06-07 13:02:49 +02:00
Roy-043
01de3d143d
Draft: Add TextSpacing to Draft_AnnotationStyleEditor ( #9702 )
...
Also reordered the dialog a little.
2023-06-03 10:54:49 +02:00
luzpaz
b8628aed86
Draft: modfified translate function to allow comments
...
Also fixed incorrect typos in previous commit
2023-05-04 13:28:10 +00: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
mosfet80
e9c1a1600a
[Draft] Remove obsolete code related to Drawing WB
...
* [Draft] Remove obsolete code related to Drawing WB
remove unused elif
* [Draft] Remove obsolete code related to the Drawing WB
* Update preferences-draftvisual.ui
Also remove the template label.
* Update utils.py
Remove reference to "template"
* Remove Draft_Drawing.svg from Draft.qrc
---------
Co-authored-by: Roy-043 <info@b-k-g.nl >
Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com >
2023-04-03 16:36:23 +02:00
Roy-043
b5ade2c085
[Draft] Remove obsolete decode code ( #9106 )
2023-03-28 21:03:33 +02:00
Paddle
a70b808930
Draft: Remove unit selector in status bar as it is now implemented in core's sizeLabel.
2023-03-17 14:04:24 +00:00
Yorik van Havre
66405dc50d
Draft: Added LayerManager command from BIM
2023-03-09 14:26:09 +01:00
Yorik van Havre
a095085258
Draft: Removed six module
2023-02-24 13:20:58 +01:00
luzpaz
5f07b4999d
Draft: fix typos
2023-02-15 13:13:29 +00:00
luzpaz
5f487cadce
Draft: [skip ci] fix typo in source comment ( #8434 )
...
Fixed typo in `draftutils/gui_utils.py`
2023-02-11 21:02:27 +01:00
Roy-043
9224946bec
[Draft] fix Draft_Mirror diffuse color issue. ( #8427 )
2023-02-11 11:18:00 +01:00
Roy-043
1e03fddb67
Draft: housekeeping: remove obsolete code (uiMode and DraftGui.py) ( #8327 )
2023-02-02 23:24:27 +01:00
Roy-043
96e62f07eb
Draft: improve color handling in gui_setstyle.py ( #8219 )
...
Alhpa values of colors were not correct.
2023-01-22 11:18:17 +01:00
Roy-043
f7a072b7c7
Draft: Fix and improve Draft_AnnotationStyleEditor ( #8207 )
...
* Draft: Fix and improve Draft_AnnotationStyleEditor
* Draft: Fix and improve Draft_AnnotationStyleEditor 2
2023-01-21 10:28:47 +01:00
Roy-043
b3189ccf2d
Draft: Update gui_setstyle.py and gui_utils.py ( #8195 )
2023-01-14 20:07:59 +01:00
Roy-043
481995db81
Draft: Update gui_utils.py ( #8191 )
2023-01-14 13:53:38 +01:00
Yorik van Havre
df4f9b9c59
[Draft] Add Units Selector to Status Bar
2023-01-13 11:41:55 +01:00
Chris Hennes
a4bb55a34e
Draft: Remove py2 references
2022-11-09 14:08:54 +01:00
Roy-043
024c50cd4f
Draft: Change Snap toolbar to standard toolbar
2022-10-27 10:45:48 +02:00
Roy-043
01d4186535
Draft: Fix handling of groups on move-copy and rotate-copy
2022-07-26 11:26:50 +02:00
Roy-043
478ec3af01
Draft: Remove unnecessary DisplayStatusbar preference
2022-07-18 16:28:44 +02:00
0penBrain
272ab6ff72
Draft: fix issues with grid spacing parameter
2022-05-25 09:02:12 +02:00
wmayer
e28f2a0c47
Qt: remove some more leftovers of Qt4
2022-03-19 23:27:28 +01:00
andrea reale
83d3a916c0
remove QT4 references
2022-03-19 23:07:38 +01:00
wmayer
0208608b9e
Base: fix Matrix4D::hasScale
...
* If all column vectors of the 3x3 sub-matrix are equal the function incorrectly claims that it's uniform scaling.
* Detect also non-uniform scaling and if was applied from the left or right side
* Replace the int with an enum and expose it to Python
* Add several new unit tests
2022-02-15 21:05:11 +01:00
Roy
acfdfb9c2d
Draft: Housekeeping: call 'make' functions with new name, continued
2022-02-12 19:34:57 +01:00
Roy
359f9d7886
Draft: Fix several translation issues
2022-01-28 14:01:42 -06:00
Roy
db7b37dd1f
Draft: Fix additional translation issues related to the snapping commands
2022-01-12 13:44:05 +01:00
Roy
91f037912e
Draft: Fix translation issues
2022-01-10 10:17:53 +01:00
Roy-043
981ddd4699
Draft: Fix issues with translate and _tr ( #5351 )
2022-01-08 00:04:53 +01:00
Roy-043
31221291a8
Draft: improve get_group_contents function in groups.py
...
For consistency the get_group_contents function should use is_group to identify groups. The code dedicated to Site objects and Drawing pages was removed.
2022-01-06 17:40:11 +01:00
Yorik van Havre
a6485ad191
Arch: BuildingParts autogrouping
...
Arch BuildingParts now gained a new set of View properties that allows
to define a "capture box". Subsequent Draft and Arch objects, or anything
else that uses Draft.autogroup(), will be automatically added to that
BuildingPart if they are inside the capture box.
2021-10-14 14:42:46 +02:00
Roy-043
b0dcc39e38
Draft: fix context menu
...
Remove the get_draft_line_commands function.
Update the def get_draft_context_commands function.
2021-10-12 14:32:36 +02:00
luz paz
be693528be
Fix user facing typos [skip ci]
...
Typos in Draft and OpenSCAD code.
2021-10-06 18:11:48 -04:00
Yorik van Havre
00676ff3a3
Merge pull request #5072 from Roy-043/Draft-fix-shortcuts-in-menus-and-more
...
Draft: fix shortcuts in menus and more
2021-10-05 13:51:59 +02:00
Roy-043
1be5385462
Update init_tools.py
...
Removed "_temp" from docstrings.
2021-10-05 13:38:43 +02:00
Roy-043
2f187497e9
Update init_tools.py
...
Removed the temp code. Changed the order of the functions. Only one item per line to make the lists more legible.
2021-10-02 09:42:49 +02:00
Roy-043
412c041cbe
Update units.py
2021-09-30 23:38:54 +02:00
Roy-043
188339c3dc
Draft: fix shortcuts in menus and more (init_tools.py)
2021-09-28 14:50:41 +02:00
Roy-043
893f0cbd3c
Draft: move Draft_AddNamedGroup in menu
...
Draft_AddNamedGroup before Draft_AddToGroup, same as in the toolbar.
2021-09-27 10:34:53 +02:00
Roy-043
dc988eb613
Draft: fix dim symbol issues
2021-09-23 10:45:21 +02:00
Roy-043
65a60fa639
Draft: Fix annotation scale to label issue.
...
The scale_to_label function did not handle scale 5:1, 10:1 or 20:1 properly.
2021-09-20 11:01:59 +02:00