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
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
marioalexis
42f7be2a4a
Gui: Prevent crash when trying to delete pointer to BaseClass
2022-05-24 13:28:14 +02:00
marioalexis
9bb56a98a9
Base: Prevent crash when trying to create badType instance
2022-05-24 13:28:14 +02:00
Yorik van Havre
51512e3c61
Enabled github sponsors
2022-05-24 09:15:30 +02:00
Uwe
9cca501eea
[CMake] remove traces of assembly module
...
the assembly module was removed for FC 0.20 but it appears still in CMake as build option.
This PR tries to remove the remaining traces (maybe more needs to be done?)
2022-05-23 19:06:32 +02:00
wmayer
2f14441ef0
plugin: improve support on Windows
2022-05-23 17:18:18 +02:00
Kuzemko Alexsandr
c266f16c53
Update .ts with lupdate ver 6.4.0.
2022-05-23 16:53:07 +02:00
Wanderer Fan
68ca847c56
[TD]fix checkFit to use current scale
2022-05-22 18:03:44 -04:00
Chris Hennes
c1442ee1d4
PD: Typo fix
2022-05-21 18:09:51 -05:00
wmayer
1f170e3d23
Mod: handle removed headers in PCH files for OCC 7.6
2022-05-21 06:28:07 +02:00
wmayer
296cbd8482
Spreadsheet: fix possible crash in SheetModel::setData
...
See also: https://forum.freecadweb.org/viewtopic.php?f=8&t=68529
2022-05-21 04:07:00 +02:00
wmayer
f2ae822add
Mesh: [skip ci] change icon Mesh_EvaluateFacet.svg
2022-05-20 11:03:07 +02:00
Ajinkya Dahale
98684f2e8d
[Readme] Update build status badges
...
The old Travis-CI badges are about a year old. These changes replace the links with those for Gitlab-CI.
Adapted from instructions at https://docs.gitlab.com/ee/user/project/badges.html#use-custom-badge-images .
2022-05-20 04:03:22 +02:00
wmayer
c4034cf66e
Mesh: [skip ci] add missing icon Mesh_Pipette.svg
2022-05-19 20:07:04 +02:00
Chris Hennes
c0a7573dc0
OpenSCAD: Fix typo in prototype
2022-05-19 10:12:30 -05:00
Yorik van Havre
3f6e2d1752
Merge pull request #6904 from Roy-043/Draft-Fix-grid-update-issue
...
Draft: Fix grid update issue
2022-05-19 12:22:19 +02:00
turn211
21e1584a93
Fixed bugs and added requests
...
Fixed Tableview widgets coloured by spreadsheet colours, Changed dark splitters to light. https://forum.freecad.org/viewtopic.php?p=596013&sid=b180cb250e3567c4a8d0bead16ed8cc2#p596013
2022-05-18 23:20:32 -05:00
turn211
fbe2181b2c
Add files via upload
2022-05-18 23:20:32 -05:00
Roy-043
ce341084be
Draft: Fix grid update issue
...
If the grid spacing was updated in this sequence: 1 -> 0 -> 1 (or any sequence where the first and last value are equal), the grid would not be redrawn.
2022-05-18 22:49:05 +02:00
sliptonic
0744837113
Merge pull request #6887 from sliptonic/bug/6826
...
fixes #6826 . Simplifies logic for calculating helix stepovers
2022-05-18 08:58:11 -05:00
wmayer
4cd51e71bb
Gui: avoid that toolbars of active workbench become invisible
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=67748
2022-05-18 14:08:32 +02:00
wmayer
53cfca61a0
App: simplify code in Application::getResourceDir() and Application::getHelpDir()
2022-05-18 10:27:27 +02:00
wmayer
d0920c5ca8
App: inside Application::getLibraryDir() check if an absolute path name is set for LIBRARYDIR
2022-05-18 10:20:37 +02:00