Commit Graph

20307 Commits

Author SHA1 Message Date
donovaly
d4e605c33b [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
wmayer
26dfcfea8c Gui: [skip ci] bind spin boxes to object in Placement dialog 2020-03-27 17:08:08 +01:00
Zheng, Lei
48f0f3c671 Part: fix Feature::getTopoShape() for link array with LinkTransform 2020-03-27 11:28:59 -04:00
sliptonic
df908bac3f Merge pull request #3126 from sliptonic/feature/dressupZCorrect
Path: Feature/dressup z correct
2020-03-27 10:20:29 -05:00
Bernd Hahnebach
bf6bfafb78 FEM: delete wrong author, copy paste error 2020-03-27 06:47:25 +01:00
Bernd Hahnebach
44c5b2fa21 FEM: pep8 2020-03-27 06:43:36 +01:00
Bernd Hahnebach
598e46cb18 FEM: z88 some small code improvements 2020-03-27 06:00:35 +01:00
Bernd Hahnebach
ad214cde19 FEM: geom tools, move get element 2020-03-27 06:00:24 +01:00
Bernd Hahnebach
248db6a668 FEM: geom tools, move find element in shape and is same geometry from meshtools 2020-03-27 06:00:18 +01:00
Bernd Hahnebach
ee08ffe1ad 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
22b6dfd712 FEM: cmake sort 2020-03-27 06:00:07 +01:00
Bernd Hahnebach
7788b307ba FEM: solid selection, code improvements 2020-03-27 05:59:27 +01:00
donovaly
dacc8593d9 [TD] fix preferences dialogs
see: https://forum.freecadweb.org/viewtopic.php?p=380990#p381051
2020-03-26 22:34:06 -04:00
vocx-fc
027c2d54dd Part: remove excessive spacing in strings 2020-03-26 23:59:49 +01:00
sliptonic
6109e4d992 fix error when discretize N=1
cleanup
InitGui to add Path_Probe command
Probe setupsheet
2020-03-26 15:23:23 -05:00
sliptonic
faa4bfb484 discretizing 2020-03-26 13:26:05 -05:00
sliptonic
3f89ecc131 Path: adding dressup task panel 2020-03-26 13:26:05 -05:00
sliptonic
65fcda7daa Path: Finish GUI & Cleanup 2020-03-26 13:26:05 -05:00
sliptonic
61908e5cc7 Path: make setupsheet handle PropertyFile 2020-03-26 13:26:05 -05:00
sliptonic
dc7032542b Path: Layout op panel for probe 2020-03-26 13:26:05 -05:00
sliptonic
6e2fd950a0 Path: Z depth correction from probe data 2020-03-26 13:26:05 -05:00
wandererfan
a34c17fd95 [TD]Uncomplicate default decimal setting 2020-03-26 12:36:33 -04:00
wandererfan
7d7c22cb6e [TD]detail highlight color/style 2020-03-26 12:36:33 -04:00
wandererfan
13661ddf21 [TD]remove highlight on deletion of detail 2020-03-26 12:36:33 -04:00
wandererfan
14e6b19e75 [TD]SectionLine colour property 2020-03-26 12:36:33 -04:00
wandererfan
871a2732e4 [TD]spurious warning on Section 2020-03-26 12:36:33 -04:00
wmayer
e14e5b845e [skip ci] use QLocale class consistently to make it possible to change it application-wide 2020-03-26 16:37:45 +01:00
wmayer
399f69f204 [skip ci] make Init scripts working if system locale is set to C 2020-03-26 15:25:40 +01:00
donovaly
6ca84a5d6a [TD] add missing repaints for DrawView
- this enables to see e.g. changes of the rotation of all kinds of views directly

- also fix a bug, see https://forum.freecadweb.org/viewtopic.php?f=35&t=44571
2020-03-26 08:08:41 -04:00
donovaly
0e0162664f [TD] Detail view - add missing update
- now changes of the BaseView and to the anchor coordinates are directly shown
2020-03-26 08:08:06 -04:00
donovaly
95efaf96e4 [TD] add missing repaint on property change 2020-03-25 20:46:33 -04:00
wmayer
82e6d44f43 Part: [skip ci] make quantity fields in Python attachment dialog expressen aware 2020-03-25 19:56:41 +01:00
donovaly
ba99c8ad6e [TD] make dimension DLG shorter
- I saw that the dialog was now too large vertically for my laptop screen. Now it is at least no longer than the IFC export settings dialog
- also fix a typo in a tooltip
2020-03-25 09:58:15 -04:00
wmayer
410c03205f Gui: [skip ci] implement Python wrapper for ExpressionBinding 2020-03-25 13:22:18 +01:00
Yorik van Havre
e7297b1431 Arch: Fixed export of furniture elements 2020-03-25 12:26:43 +01:00
donovaly
4c2490e26e [TD] fix centerline dialog
- I realized that on smaller screens the vertical space was too small and Shift Vert was hardly visible. Thus Shift Vert is now below Shift Horiz:
2020-03-24 18:18:50 -04:00
donovaly
1ef64cac6c DlgPrefsTechDraw2.ui: restore alignment info removed by Qt Creator 2020-03-24 18:17:41 -04:00
donovaly
8370062769 [TD] remove UI for unimplemented feature
as discussed: https://forum.freecadweb.org/viewtopic.php?p=379709#p379709
2020-03-24 18:17:41 -04:00
wandererfan
03d36e3a40 [TD]correct button text 2020-03-24 18:16:23 -04:00
wandererfan
3a1fbb2e1c [TD]add default pref for section cut surface 2020-03-24 18:16:23 -04:00
wandererfan
dddd7ccc7c [TD]fix preference path for SectionLine colour 2020-03-24 18:16:23 -04:00
sliptonic
d51e1126f2 Merge pull request #3245 from Schildkroet/4th-axis-improve
[Path] Added 4th axis support to drilling GUI
2020-03-24 14:24:54 -05:00
wmayer
c4855ef56c PartDesign: [skip ci] fixes #0004254: Crash when canceling duplicate sketch in PartDesign 2020-03-24 15:15:25 +01:00
carlopav
49ef7f9fb7 [Draft] Reordering Modifiers toolbar 2020-03-24 11:17:48 +01:00
luz.paz
65f6347953 [skip ci] Fix typos
Found via 
```
codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,ba,beginn,behaviour,bloaded,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oder,orgin,orginx,orginy,ot,pard,pres,programm,que,recurrance,rougly,seperator,serie,sinc,strack,substraction,te,thist,thru,tread,uint,unter,vertexes,wallthickness,whitespaces -S ./.git,*.po,*.ts,./ChangeLog.txt,./src/3rdParty,./src/Mod/Assembly/App/opendcm,./src/CXX,./src/zipios++,./src/Base/swig*,./src/Mod/Robot/App/kdl_cp,./src/Mod/Import/App/SCL,./src/WindowsInstaller,./src/Doc/FreeCAD.uml
```
2020-03-24 11:14:24 +01:00
triplus
ba9a7d3227 NaviCube - tweaks and new parameters
By default navigation cube text now has more weight and CS axes are slightly shifted. A few additional parameters have been added, for being able to customize navigation cube offset, colors, font and visibility of CS. Parameters are consolidated under NaviCube group. Customization front-end, making use of this new parameters, will be added to CubeMenu module in the following days:

https://forum.freecadweb.org/viewtopic.php?f=34&t=43338
2020-03-24 11:12:54 +01:00
donovaly
e6d0e24f16 [PD] fix logic of TaskPrimitiveParameters dialog
- only allow geometrically possible values for the different parameters
- this way also fix a crash
- fix a typo

see https://forum.freecadweb.org/viewtopic.php?f=3&t=44467
2020-03-24 08:36:06 +01:00
DeepSOIC
c7c981f643 Sketcher: Fix #3658 Levenberg-Marquardt solver precision issues 2020-03-24 08:03:53 +01:00
sliptonic
3cb6327bab Merge pull request #3243 from etrombly/gcode
[Path] Add import for gcode in the path workbench to create a PathCustom
2020-03-23 15:23:23 -05:00
wmayer
c3d99ee5db Part: [skip ci] explicitly open transaction when opening the Attachment dialog 2020-03-23 17:14:42 +01:00