Russell Johnson
b1e4864910
Path: Allow GUI Job creation without task panel interaction
...
These changes allow for a Job object to be created with view provider support, but without the initial task panel interaction at creation.
This is useful for scripting and other internal Job creation tasks.
2022-03-29 20:57:31 -05:00
Uwe
ee797360e1
[FEM] improve sphere cut function handling
...
This commit improves https://github.com/FreeCAD/FreeCAD/commit/2853f671
it turned out that it is valid to use a sphere being part of a Pipeline A ,a also for filters in a Pipeline B, C etc. Thus we must recompute the whole analysis container
2022-03-30 03:35:13 +02:00
Uwe
54ef47276f
[FEM] fix bug 4 of the cut filter bugs
...
as reported here: https://forum.freecadweb.org/viewtopic.php?p=584217#p584217
2022-03-30 02:57:35 +02:00
Uwe
bb74a6b2b8
[FEM] [skip CI] remove superfluous ifs I introduced today
2022-03-30 01:45:59 +02:00
sliptonic
eaf9adeb0f
[Path] minor tweaks to inspect
2022-03-29 18:38:14 -05:00
Wanderer Fan
1cd952fc09
[TD]Fix Extension Icons
...
- icons were causing an error msg from Qt
2022-03-29 19:08:29 -04:00
sliptonic
be44c979d0
minor fix
2022-03-29 17:46:49 -05:00
sliptonic
0d847fd482
Merge pull request #6657 from sliptonic/bug/leadinout
...
Bug/leadinout
2022-03-29 17:38:17 -05:00
Chris Hennes
49b5e7b0c4
Addon Manager: Fix display of Macro wiki details
2022-03-29 15:47:15 -05:00
Chris Hennes
70488c8f26
Git: PR6497 Ignore commits in git blame
2022-03-29 13:41:29 -05:00
Chris Hennes
3ef6811dae
Web: PR6497 move return statement to new line
2022-03-29 13:26:16 -05:00
Chris Hennes
c44ccc0ff2
TD: PR6497 move return statement to new line
2022-03-29 13:26:01 -05:00
Chris Hennes
cb21ac7bf8
Spreadsheet: PR6497 move return statement to new line
2022-03-29 13:25:44 -05:00
Chris Hennes
1ee046788d
Sketcher: PR6497 move return statement to new line
2022-03-29 13:25:06 -05:00
Chris Hennes
190d64bdae
Sandbox: PR6497 move return statement to new line
2022-03-29 13:24:46 -05:00
Chris Hennes
ec74d351f0
Robot: PR6497 move return statement to new line
2022-03-29 13:24:17 -05:00
Chris Hennes
1e9236abd4
Raytracing: PR6497 move return statement to new line
2022-03-29 13:23:53 -05:00
Chris Hennes
bac451cc53
Points: PR6497 move return statement to new line
2022-03-29 12:38:24 -05:00
Chris Hennes
5f31fb74f6
Path: PR6497 move return statement to new line
2022-03-29 12:37:49 -05:00
Chris Hennes
6f230d7404
PD: PR6497 move return statement to new line
2022-03-29 12:37:21 -05:00
Chris Hennes
0a65575c2c
Part: PR6497 move return statement to new line
2022-03-29 12:37:00 -05:00
Chris Hennes
702238a99c
Mesh: PR6497 move return statement to new line
2022-03-29 12:36:30 -05:00
Chris Hennes
35156cdce3
Import: PR6497 move return statement to new line
2022-03-29 12:36:18 -05:00
Chris Hennes
bb0e2f1c51
FEM: PR6497 move return statement to new line
2022-03-29 12:35:58 -05:00
Chris Hennes
b13088664f
Draft: PR6497 move return statement to new line
2022-03-29 12:35:46 -05:00
Chris Hennes
1ea364379f
Tools: PR6497 move return statement to new line
2022-03-29 12:35:10 -05:00
Chris Hennes
3b42d4afac
Base: PR6497 move return statement to new line
2022-03-29 12:34:34 -05:00
Chris Hennes
bedf920702
Gui: PR6497 move return statement to new line
2022-03-29 12:33:50 -05:00
Chris Hennes
132a1d7e55
App: PR6497 move return statement to new line
2022-03-29 12:33:37 -05:00
wmayer
2578c3d2ac
Base: [skip ci] optimize iteration over container with parameter group elements
2022-03-29 15:25:54 +02:00
wmayer
b47029998e
Base: fix handling of path separators in parameter group names
2022-03-29 14:54:03 +02:00
Wanderer Fan
7c24e54704
[TD]skip LCS infinite shapes
2022-03-29 08:21:36 -04:00
0penBrain
6eafd18030
Gui: Add dual info about FC + OS locale in full information
...
+ clean some horrible old code
2022-03-29 10:26:49 +02:00
0penBrain
c22d37a82c
Gui: Default Translator::SetLocale to OS locale + simplify code
2022-03-29 10:26:49 +02:00
0penBrain
ec3c905b6b
Gui: fix (another) algorithmic issue in number format change
...
'localeIndex' shall be updated not only at settings loading but each time
settings are saved, otherwise it can lead to unexpected behavior (number
format not took into account) when changing number format back and forth
and only using 'Apply' button.
2022-03-29 10:26:49 +02:00
0penBrain
21e5a41480
Gui: fix algorithmic issue in language change
...
If number format mode is "Selected language", even if this mode isn't modified,
we need to force 'setLocale' to update if "Language" has been changed
2022-03-29 10:26:49 +02:00
0penBrain
2ddf5dd625
Gui: improve a bit number format selection
2022-03-29 10:26:49 +02:00
0penBrain
68d7892fb0
Gui: fix locale number formatting propagation
2022-03-29 10:26:49 +02:00
wmayer
b2df95a66d
Gui: fix several regressions in DlgSettingsColorGradientImp
...
* make line edit fields wide enough to not truncate the text
* fix error: Unhandled Base::Exception caught in GUIApplication::notify.
2022-03-29 08:49:42 +02:00
Uwe
2853f6715a
[FEM] fix sphere cut filter
...
when using a sphere as function for a filter, the pipeline must be recomputed when the sphere geometry is changed, not only the sphere
2022-03-29 04:48:59 +02:00
sliptonic
d51608bce5
[Path] Fix initial descent at start
2022-03-28 16:30:41 -05:00
marioalexis
659e84e57f
Draft: Remove Python 2 type support
2022-03-28 18:02:23 -03:00
wmayer
5974abe351
Fem: in case the range collapses to a single value expand it to a valid range with +/- eps
2022-03-28 20:16:22 +02:00
Adrian
a7ef1d7aa8
fix creation of backup file even when numberOfFiles<=0 in applyTimeStamp
...
and move file deletion inside if (fi.exists()) block
2022-03-28 19:17:43 +02:00
Adrian
c346f76ae8
move tmp file rename after file deletion in applyTimeStamp when numberOfFiles <=0 [ fixes #6532 ]
2022-03-28 19:17:43 +02:00
Chris Hennes
52c86de3cb
Tools: PR4556 Step 3: sort QGridLayout by row-col
2022-03-28 10:43:25 -05:00
Chris Hennes
d353bea5dc
Test: PR4556 Step 3: sort QGridLayout by row-col
2022-03-28 10:43:25 -05:00
Chris Hennes
44eb19f631
TD: PR4556 Step 3: sort QGridLayout by row-col
2022-03-28 10:43:24 -05:00
Chris Hennes
3e954cbb3a
Surface: PR4556 Step 3: sort QGridLayout by row-col
2022-03-28 10:43:23 -05:00
Chris Hennes
c25b29f024
Start: PR4556 Step 3: sort QGridLayout by row-col
2022-03-28 10:43:22 -05:00