donovaly
5316d5d709
DlgTemplateField.ui: remove unnecessary layout
2020-03-30 08:52:29 -04:00
donovaly
316be97da8
[TD] DlgTemplateField.ui: size policy
...
- compact the dialog size
2020-03-30 08:52:29 -04:00
donovaly
c92ab7efb4
TaskDlgWeldingSymbol: fix creation issue
...
- assure that the other side is always created, also if it has no symbol yet
Now everything should be correct and I won't change the PR further
2020-03-30 08:46:54 -04:00
donovaly
fe333b219f
fix tile properties
...
- make TileColumn read-only
- restrict TileRow to what is possible
- improve tooltips
- add button to flip the sides (the symbol is not mirrored, just flipped)
2020-03-30 08:46:54 -04:00
donovaly
954d4e64f5
SymbolChooser: use Qt's OK|Cancel buttons
...
- use the standard Qt buttons for the OK/Cancel action (QDialogButtonBox)
advantage: better layout and cleaner than 2 own and separate buttons
2020-03-30 08:46:54 -04:00
donovaly
5da2b42351
TaskWeldingSymbol.cpp: revert an unintended change
2020-03-30 08:46:54 -04:00
donovaly
adde500f29
[TD] overhaul welding UI
...
- make some strings translatable
- remove some unused code
- fix UI size policies
- show changes while editing directly (only repaint necessary)
- avoid unused variables
- add tooltips
2020-03-30 08:46:54 -04:00
Bernd Hahnebach
f516c4af05
FEM: z88 mesh exporter, fix file handle type
2020-03-30 11:38:02 +02:00
donovaly
f520737a28
[TD] sanitize active view dialog
...
- add missing enable slot
- fix size policies
- add missing unit initialization
- add and fix tooltips
2020-03-29 19:30:00 -04:00
wandererfan
0f477df6ed
[TD]prevent loop with AutoScale
2020-03-29 19:25:00 -04:00
donovaly
ccbdf1c11f
TaskSectionView.cpp: add missing unit initialization
2020-03-29 15:14:13 -04:00
donovaly
286c50e99d
TaskSectionView.cpp: fix a typo
2020-03-29 15:14:13 -04:00
donovaly
2fbd3729b7
[TD] Section dialog overhaul
...
- replace use uniformly Gui::QuantitySpinBox
- fix and uniform size of all objects in the dialog
- apply changes immediately once the section is created because this speeds up the workflow a lot, especially for when changing the plane position
- some code cleanup: remove unused void, avoid unused variables
2020-03-29 15:14:13 -04:00
donovaly
915e551bbb
[TD] vertex dialog: fix vertical size
...
there was too much vertical whitespace below the actual dialog
-> remove superfluous spacer and correct size policy
2020-03-29 08:48:52 -04:00
donovaly
2cac4898d7
[TD] sanitize TaskCosVertex
...
- add missing unit (therefore switch to Gui::QuantitySpinBox)
- remove unused and confusing z-parameter
2020-03-28 20:54:54 -04:00
donovaly
9064768a5c
[TD] TaskCenterLine add missing unit initialization
...
next try because PR #3275 cannot be merged.
2020-03-28 20:53:19 -04:00
donovaly
d9e65c7780
[TD] use Gui::QuantitySpinBox in dialogs
...
as recently discussed
- also add lost alignment properties
2020-03-28 08:51:12 -04:00
donovaly
6182a14691
[TD] restore alignment
...
I lost the alignment property because of issues with Qt Creator as discussed in
https://forum.freecadweb.org/viewtopic.php?f=10&t=44609
This PR restores this.
(More to come but with further changes)
2020-03-28 08:50:30 -04:00
Zheng, Lei
f501198832
Part: fix Feature::getTopoShape() for link array with LinkTransform
2020-03-27 11:28:59 -04:00
sliptonic
2b52285e20
Merge pull request #3126 from sliptonic/feature/dressupZCorrect
...
Path: Feature/dressup z correct
2020-03-27 10:20:29 -05:00
Bernd Hahnebach
39b691a994
FEM: delete wrong author, copy paste error
2020-03-27 06:47:25 +01:00
Bernd Hahnebach
c0e02f331c
FEM: pep8
2020-03-27 06:43:36 +01:00
Bernd Hahnebach
97d90d53ed
FEM: z88 some small code improvements
2020-03-27 06:00:35 +01:00
Bernd Hahnebach
6c399ae851
FEM: geom tools, move get element
2020-03-27 06:00:24 +01:00
Bernd Hahnebach
5d9bb6a9f0
FEM: geom tools, move find element in shape and is same geometry from meshtools
2020-03-27 06:00:18 +01:00
Bernd Hahnebach
e61699fc95
FEM: geom tools, add new module and move some geom tools from mesh tools in
2020-03-27 06:00:13 +01:00
Bernd Hahnebach
8b48fdb0ab
FEM: cmake sort
2020-03-27 06:00:07 +01:00
Bernd Hahnebach
a2140c7e55
FEM: solid selection, code improvements
2020-03-27 05:59:27 +01:00
donovaly
8ce0fdee0c
[TD] fix preferences dialogs
...
see: https://forum.freecadweb.org/viewtopic.php?p=380990#p381051
2020-03-26 22:34:06 -04:00
vocx-fc
7fa8cc83da
Part: remove excessive spacing in strings
2020-03-26 23:59:49 +01:00
sliptonic
4e91020c1f
fix error when discretize N=1
...
cleanup
InitGui to add Path_Probe command
Probe setupsheet
2020-03-26 15:23:23 -05:00
sliptonic
040324c6ae
discretizing
2020-03-26 13:26:05 -05:00
sliptonic
71da490688
Path: adding dressup task panel
2020-03-26 13:26:05 -05:00
sliptonic
a8483c764e
Path: Finish GUI & Cleanup
2020-03-26 13:26:05 -05:00
sliptonic
4b0f4e1ac0
Path: make setupsheet handle PropertyFile
2020-03-26 13:26:05 -05:00
sliptonic
70a52a8eda
Path: Layout op panel for probe
2020-03-26 13:26:05 -05:00
sliptonic
59a9ab9bc0
Path: Z depth correction from probe data
2020-03-26 13:26:05 -05:00
wandererfan
5f323a4169
[TD]Uncomplicate default decimal setting
2020-03-26 12:36:33 -04:00
wandererfan
fcf5ec0270
[TD]detail highlight color/style
2020-03-26 12:36:33 -04:00
wandererfan
ebc6536ce8
[TD]remove highlight on deletion of detail
2020-03-26 12:36:33 -04:00
wandererfan
1f3966e1c3
[TD]SectionLine colour property
2020-03-26 12:36:33 -04:00
wandererfan
01e9b4151a
[TD]spurious warning on Section
2020-03-26 12:36:33 -04:00
Russell Johnson
9b4b8fb920
Path: Apply rotation improvement to B(y) rotations
2020-03-26 10:43:32 -05:00
Russell Johnson
9239c67ec7
Path: Remove unnecessary comments
...
PathAreaOp
PathProfileFaces
2020-03-26 10:43:32 -05:00
Russell Johnson
7cbd3bf793
Path: Improve rotational transitions between operations
...
Check previous and next operations for rotation, and eliminate rotational reset if can be done.
2020-03-26 10:43:32 -05:00
Russell Johnson
0564739c5f
Path: Improve 4th-axis rotation analysis and application
...
Fix incorrect depth calculations for envelopes.
Added solid-based model orientation check developed in PathProfileEdges open edges upgrade.
Clean-up some blank indentations.
Down-grade some messaging levels.
Add a few debug comments.
2020-03-26 10:43:32 -05:00
Russell Johnson
60329f8389
Path: Deleting blank indents
2020-03-26 10:43:32 -05:00
wmayer
ec8b1bc072
[skip ci] use QLocale class consistently to make it possible to change it application-wide
2020-03-26 16:37:45 +01:00
Russell Johnson
cbc38e988e
Path: Fix failed open edge path for zero GeometryTolerance case
...
Add error message to inform user to set Job.GeometryTolerance to an acceptable value.
Remove creation of docObject in lieu of geometry shape usage.
2020-03-26 10:29:00 -05:00
wmayer
caee1eb48d
[skip ci] make Init scripts working if system locale is set to C
2020-03-26 15:25:40 +01:00