Roy-043
d7e0100d4b
Draft: use convert_draft_texts in importDXF.py
2023-04-30 19:22:23 +02:00
Yorik van Havre
b028bb1696
Merge pull request #9376 from Roy-043/Draft-Remove-Drawing-WB-related-code-from-DXF-related-files
...
Draft: Remove Drawing WB related code from DXF related files
2023-04-28 12:48:08 +02:00
0penBrain
760f3d7e42
Draft: Improve color handling of SVG geometry importer
...
Handle 'none' color => Default to black (+ print message)
Handle #RRGGBBAA color => Return alpha (+ print, message)
Handle 'rgba(float, float, float, float) => Return alpha (+ print message)
Reorganize function to return ASAP + print warning if unknown color format
2023-04-26 21:00:37 +02:00
Yorik van Havre
bf944220a8
Draft: small optimization in snapper - issue #5761 ( #9239 )
2023-04-25 10:16:47 +02:00
luzpaz
129d5882a7
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
Roy-043
b5a1c0acfb
Draft: Remove Drawing WB related code from DXF related files
2023-04-24 16:01:10 +02:00
Chris Hennes
7d2107be23
Merge pull request #9327 from yorikvanhavre/translations
...
Translations
2023-04-20 10:41:44 -05:00
Yorik van Havre
33c2e485e3
Merged crowdin translations
2023-04-20 14:04:19 +02:00
Yorik van Havre
d96042fc24
Updated ts files
2023-04-20 13:53:35 +02:00
Roy-043
d19c44a8ac
[Draft] Disable Draft_AddConstruction if there is no selection ( #9322 )
2023-04-20 08:51:44 +02:00
luzpaz
78bdc34996
Draft: linting bad indentations, superflous markup ( #9313 )
2023-04-19 09:48:57 +02:00
alafr
7a13209a32
Draft: avoid precision loss of SoCoordinate3 ( #9202 )
2023-04-12 15:32:14 +02:00
luzpaz
4b12f09b40
Draft: fix typo in importDWG.py
2023-04-06 08:08:32 +02:00
mosfet80
889ad11e02
[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
Jolbas
3c3800acd0
Draft: fix error in PR #8698 ( #9160 )
...
fix for mistake in pr https://github.com/FreeCAD/FreeCAD/pull/8698
see comment 649857b58f (r1155160709)
2023-04-02 11:23:59 +02:00
Roy-043
161e7aca98
[Draft] small DraftGui.py cleanup ( #9108 )
2023-03-28 23:54:00 +02:00
Roy-043
87b0893044
[Draft] Remove obsolete decode code ( #9106 )
2023-03-28 21:03:33 +02:00
Roy-043
d65b05c3df
[Draft] Remove obsolete ShapeString code from DraftGui.py ( #9102 )
2023-03-28 17:26:14 +02:00
Yorik van Havre
3e1528a714
Draft: Better DWG export message - issue #8887 ( #8893 )
...
* Draft: Better DWG export message - issue #8887
2023-03-27 16:03:04 +02:00
Chris Hennes
e823990fb5
Draft: Handle wantedLayer==None
2023-03-23 23:02:49 -05:00
Paddle
db65bb751d
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
45001fa160
Merge pull request #8795 from yorikvanhavre/draft-layermanager
...
Draft: Added LayerManager command from BIM
2023-03-15 11:59:59 +01:00
Yorik van Havre
23f266f2e2
Merge pull request #8818 from yorikvanhavre/draft-grid-fix
...
Draft: Fixes grid on/off behaviour - fixes #5878
2023-03-15 11:59:30 +01:00
Hannu Koivisto
57aac275c7
[Draft] Mitigate crash in Draft_Edit ( #8749 ) ( #8750 )
...
This mitigates the crash reported in issue #8749 . The crash happens when
using Draft_Edit and using keyboard to enter a coordinate in Edit node
dialog. This change partially restores behaviour before commit fc14567 ,
after which FreeCADGui.Control.closeDialog and showDialog calls during
execution of DraftToolBar.editUi are no longer made using the todo.delay
mechanism. The crash can still be triggered by artificially slowing down key
event processing, so this is not a proper fix, just a mitigation.
2023-03-11 17:44:04 +01:00
BHennen
0f4acc55be
Add offset options to Draft PathArray ( #8295 )
...
* Add offset options to Draft PathArray
Allows user to specify a starting and ending offset to items in Draft PathArrays.
* [Draft] path array offset
---------
Co-authored-by: Roy-043 <info@b-k-g.nl >
2023-03-11 15:54:25 +01:00
Roy-043
87b63d186e
[Draft] fix regression introduced with #8433 ( #8840 )
2023-03-11 13:35:24 +01:00
luzpaz
6802bed99d
Fix various typos and whitespace
2023-03-10 14:40:46 +01:00
Yorik van Havre
3585ed46e3
Draft: Fixes grid on/off behaviour - fixes #5878
...
- If grid is on and auto grid on: Grid always appears
- If grid is on and auto grid off: Grid off at start, on when using a tool, off afterwards
- If grid is off: Grid never appears
2023-03-10 12:19:27 +01:00
Yorik van Havre
5c471bef37
Draft: Added LayerManager command from BIM
2023-03-09 14:26:09 +01:00
Yorik van Havre
8f36e48854
Merge pull request #8698 from Jolbas/draftvecutil
...
Return pure rotation from getPlaneRotation()
2023-02-28 09:45:57 +01:00
Yorik van Havre
d3cc52dbab
Merge pull request #8686 from yorikvanhavre/translations
...
Crowdin translations
2023-02-28 09:37:32 +01:00
Yorik van Havre
b85e27a5e5
Merge pull request #8626 from yorikvanhavre/remove-six
...
Arch, Draft: Remove use of six module
2023-02-28 09:35:52 +01:00
Jolbas
649857b58f
return pure rotation from getPlaneRotation()
2023-02-28 01:07:56 +01:00
Yorik van Havre
46653420a6
merged crowdin translations
2023-02-27 16:01:15 +01:00
Yorik van Havre
3ad0e233d5
updated ts files
2023-02-27 15:35:51 +01:00
Roy-043
63cb23d1fd
[Draft] increase number spinboxes max in array task panels to 1 million ( #8628 )
...
The default max for spinboxes is 99. This PR increases it to 1 million for the number spin boxes of the array task panels.
2023-02-24 16:16:46 +01:00
Yorik van Havre
420636a51c
Draft: Removed six module
2023-02-24 13:20:58 +01:00
luzpaz
c48b426182
Fix source comment and documentation typos
...
[skip ci]
2023-02-17 08:32:03 -06:00
luzpaz
e033dd6ba5
Draft: fix typos
2023-02-15 13:13:29 +00:00
Roy-043
f34cce97a0
[Draft] typo: object name should be capitalized ( #8484 )
2023-02-14 15:44:26 +01:00
Yorik van Havre
50fb6d6b46
merged crowdin translations
2023-02-13 15:45:26 +01:00
Yorik van Havre
d74c9f0188
updated ts files
2023-02-13 15:45:26 +01:00
Roy-043
b6af6c9330
[Draft] fix #8433 regression ( #8452 )
2023-02-12 14:22:52 +01:00
luzpaz
516509dbf0
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
7f2f5e9414
[Draft] fix diffuse color issue when creating arrays ( #8436 )
2023-02-11 18:57:28 +01:00
Roy-043
5d6b447149
[Draft] some arrays did not have a Count property ( #8433 )
2023-02-11 17:09:02 +01:00
Roy-043
c437b79ada
[Draft] update of Draft_Clone related to gui_utils.get_diffuse_color ( #8430 )
2023-02-11 16:21:18 +01:00
Roy-043
6cc22f2a54
[Draft] fix Draft_Mirror diffuse color issue. ( #8427 )
2023-02-11 11:18:00 +01:00
Roy-043
7352512f6c
[Draft] fix Draft_Clone DiffuseColor delay issue during unit test ( #8386 )
2023-02-07 22:40:29 +01:00
Yorik van Havre
c71e551556
Merged crowdin translations
2023-02-07 15:55:31 +01:00