Commit Graph

27735 Commits

Author SHA1 Message Date
Kuzemko Alexsandr
ba159e128d [TD] Fix problem with translation (add TechDraw_ to context)
This will fix https://github.com/FreeCAD/FreeCAD-translations/issues 145-147
2022-05-31 09:30:48 -04:00
Yorik van Havre
9d4ae629a3 Merged crowdin translations 2022-05-31 13:31:52 +02:00
Kuzemko Alexsandr
c1637ce03a [Mesh] Add ability to translate
This fix https://github.com/FreeCAD/FreeCAD-translations/issues/53
2022-05-31 12:01:02 +02:00
marioalexis
aed7ab0367 Base: Improve docstrings in MatrixPy.xml 2022-05-31 11:48:04 +02:00
marioalexis
8c7849f25f Base: Fix undefined behaviour in row/col functions and code clean up 2022-05-31 11:48:04 +02:00
Kuzemko Alexsandr
7cab0d1a16 Part: Change contex from AttachmentEditor to Part_EditAttachment
Add menu text "Create a copy" to translation
This may fix https://github.com/FreeCAD/FreeCAD-translations/issues/64
2022-05-31 11:25:44 +02:00
Chris Hennes
2399bb2475 Addon Manager: Build in error-checking in developer mode 2022-05-30 20:06:20 -05:00
Benjamin Alterauge
086547c490 List all available test units, if none is selected.
From the command line (FreeCADCmd) only which not need the GUI.

A better description

Grammatically improvement

Use PrintMessage
2022-05-31 02:03:11 +02:00
Uwe
a2623d0a29 [Gui] code documentation of color bar 2022-05-31 01:59:54 +02:00
Chris Hennes
48328b9a54 Gui: Check for Snap and add details to About 2022-05-30 13:19:02 -05:00
Kuzemko Alexsandr
27e9818d37 [TD] Fix redefine text in .ui (that has translation on crowdin) with English text without translation ability.
This will fix https://github.com/FreeCAD/FreeCAD-translations/issues/50
2022-05-30 10:41:00 -04:00
wmayer
b38df5ee78 Part: make DimensionLinear node kit unpickable
See forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=69056
2022-05-30 15:43:27 +02:00
Yorik van Havre
1819298189 Merge pull request #6899 from 0penBrain/draftGrid
Draft: fix issues with grid spacing parameter
2022-05-30 15:31:18 +02:00
Kuzemko Alexsandr
72cfd813d5 Part: Fix Chamfer parameter and Fillet parameter title. Also rename variable to more informative in .ui.
This will resolve issues https://github.com/FreeCAD/FreeCAD-translations/issues/74
2022-05-30 15:01:33 +02:00
wmayer
f4ef15b9ce Gui: initialize _bbox with correct default values and fix incorrect label postions if ratio of width/height is less than 1 2022-05-30 14:08:33 +02:00
wmayer
e0d497643b Gui: fix shrinking and shifting of color bar if ratio of width/height is smaller than one 2022-05-30 12:59:55 +02:00
wmayer
683c9ac65c Gui: refactor SoFCColorGradient::setViewportSize and SoFCColorLegend::setViewportSize 2022-05-30 12:49:48 +02:00
Yorik van Havre
efcabd69ca Arch: Fixed position of rectangles in IFC export 2022-05-30 10:36:05 +02:00
Yorik van Havre
9cbe14f1d5 Merged crowdin translations 2022-05-30 10:01:02 +02:00
Uwe
08ab216a13 [Gui] describe gradient code better
- to make it easier to see what is happening (not yet perfect since the start numbers 4.0 and 5.0 are not clear yet)
- avoid a jump of the gradient bar when decreasing window size
- return for now only the direct bar width 8will be tested thoroughly now on several PCs if this will work)
2022-05-30 04:08:19 +02:00
wmayer
e8850a36ea Gui: fix number display issue of color bar 2022-05-30 03:39:48 +02:00
wmayer
66819f82fd Gui: fix visibility of front nodes when moving an object to Part container 2022-05-30 03:21:52 +02:00
Uwe
37cd94e4e4 [Gui] fix default color gradient numbering
as reported here: https://forum.freecadweb.org/viewtopic.php?p=598390#p598390
we must assure the user sees not by default get several gradient labels
showing the same and labels showing 0.000
2022-05-30 02:57:29 +02:00
Wanderer Fan
3f34fff3c3 [TD]prevent spurious recompute on click/drag 2022-05-29 13:19:34 -04:00
wmayer
714be34961 Part: expose ChFi2d_ChamferAPI to Python 2022-05-29 12:24:32 +02:00
wmayer
4424105b61 Part: expose ChFi2d_AnaFilletAlgo to Python 2022-05-29 11:31:43 +02:00
wmayer
409ae97fc1 Part: move ChFi2d wrappers to own sub-directory 2022-05-29 11:05:55 +02:00
marioalexis
d6981c228a Base: Improve docstrings in RotationPy.xml 2022-05-29 10:34:59 +02:00
Mateusz Skowroński
d42282c80b buttonClicked(int id) is deprecated since Qt 5.15. Use idClicked(int id) instead. 2022-05-28 16:46:59 -04:00
wmayer
3bed7cc290 Gui: react on picked point when double or right-clicking color bar 2022-05-28 18:25:52 +02:00
Yorik van Havre
047b15cfe5 merged crowdin translations 2022-05-28 12:16:47 +02:00
wmayer
e22447b7da Fem: [skip ci] fix deleting Result object if its children has been deleted beforehand 2022-05-28 12:08:44 +02:00
wmayer
9494b643b7 Part: expose ChFi2d_FilletAPI to Python and move to ChFi2d module 2022-05-28 11:10:45 +02:00
wmayer
3de1624d69 Part: expose ChFi2d_FilletAlgo to Python 2022-05-28 10:37:04 +02:00
Chris Hennes
a29d5239f0 AddonManager: Work around thread-safety issue in update 2022-05-27 15:24:34 -05:00
Uwe
607c853faa [skip CI] add missing line ending 2022-05-27 20:39:22 +02:00
Uwe
e9298bc8f3 add description on how to build installer from self-compiled FC 2022-05-27 20:37:26 +02:00
wmayer
2303fd808a Part: apply OCC's fix for ElSLib::ConeDN and write a unit test 2022-05-27 14:44:35 +02:00
Yorik van Havre
2dffe82cda Merged crowdin translations 2022-05-27 11:28:55 +02:00
marioalexis
941ea70507 Base: Improve docstrings in PlacementPy.xml 2022-05-27 09:53:29 +02:00
Zheng, Lei
eb79bb0a51 Part: fix ruled surface transformation problem 2022-05-27 03:52:17 +02:00
mwganson
4f300abf32 Part: Link support -- replace TopoShape.getSubShape() with Part::Feature::getTopoShape(obj, elementname, true).getShape() in order to support use of App::Link sublinks. 2022-05-27 03:52:17 +02:00
marioalexis
41afe9d8ae Base: Improve docstrings in AxisPy.xml 2022-05-26 23:31:18 +02:00
wmayer
939fc77b39 Mesh: [skip ci] add 3mf format to export dialog 2022-05-26 10:51:43 +02:00
marioalexis
2e5a9604c5 PartDesign: Remove redundant comparision with null pointer 2022-05-26 02:14:30 +02:00
0penBrain
927084a213 Draft: force length unit in grid spacing in SelectPlane 2022-05-25 09:54:34 +02:00
0penBrain
272ab6ff72 Draft: fix issues with grid spacing parameter 2022-05-25 09:02:12 +02:00
wmayer
d92c018eb6 PD: fixes #6451: Face color of PartDesign Body not exported to STEP 2022-05-24 16:42:27 +02:00
wmayer
1e1eba19f8 Gui: [skip ci] avoid possible recursive loading of a module in WorkbenchManager::createWorkbench 2022-05-24 15:54:09 +02:00
wmayer
fc9e19aafb Test: [skip ci] add unit tests for PR #6907 2022-05-24 14:17:44 +02:00