Commit Graph

20263 Commits

Author SHA1 Message Date
carlopav
115d4b0d08 [Draft] Reordering Modifiers toolbar 2020-03-24 11:17:48 +01:00
luz.paz
76a77e4f88 [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
2241d0d112 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
0a1312e9f5 [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
bdc23aabcf Sketcher: Fix #3658 Levenberg-Marquardt solver precision issues 2020-03-24 08:03:53 +01:00
sliptonic
6d3f8ffd8d 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
bd0f5ca5c5 Part: [skip ci] explicitly open transaction when opening the Attachment dialog 2020-03-23 17:14:42 +01:00
donovaly
28e40f8dc5 [TD] Centerline dialog refurbish
- group the radio buttons
- make edit dialog apply immediately
2020-03-23 09:24:25 -04:00
donovaly
bf4e6b6316 [TD] refurbish LineDecorDlg
- also set a better step size
- also apply the changes in the DLG immediately

see: https://forum.freecadweb.org/viewtopic.php?f=35&t=44362&p=379377#p379377
2020-03-23 09:23:50 -04:00
wandererfan
779ebb7715 [TD]fix Leader end type selection 2020-03-23 09:23:08 -04:00
wandererfan
3e00de25f4 [TD]fix Leader attach point secondary views 2020-03-23 09:23:08 -04:00
wmayer
c32c9d5658 Part: [skip ci] commit and open transaction when clicking Apply in Attachment dialog (Python version) 2020-03-23 13:06:38 +01:00
vocx-fc
ffb802d72c Arch: import from draftutils instead of DraftTools
These functions were moved from DraftTools and DraftGui
to individual modules precisely to make them easy to import.
Otherwise we have to import the entire DraftTools and DraftGui
modules which creates dependency problems when we want to use
some functions without the graphical interface.
2020-03-23 12:14:58 +01:00
vocx-fc
a150b3048d Draft: use functions from the utils module, not DraftGui
These functions were moved from DraftGui to individual
modules precisely to make them easy to import.
Otherwise we have to import the entire DraftGui module
which creates dependency problems when we want to use
some functions without the graphical interface.
2020-03-23 12:14:58 +01:00
vocx-fc
a86e2a69b1 Draft: ImageTools, import new gui_trackers module 2020-03-23 12:14:33 +01:00
vocx-fc
791f799626 Draft: update unit test for new gui_trackers module 2020-03-23 12:14:33 +01:00
vocx-fc
439d021dd7 Draft: Snapper class with new gui_trackers module
Also change the imports in `DraftFillet.py`
and `DraftEdit.py` so the trackers are found.
2020-03-23 12:14:33 +01:00
vocx-fc
b38dcd9ff6 Draft: move DraftTrackers to another module.
Properly import the tracker classes. Avoid star imports,
and use the classes prefixed with the name of the module.
The BIM Workbench also has to be updated to use the new
module.
```
import draftguitools.gui_trackers as DraftTrackers
```
2020-03-23 12:14:33 +01:00
Eric Trombly
8756ae8590 Change example_pre to use a list of commands instead of one string 2020-03-22 17:59:16 -05:00
Eric Trombly
f66747ec15 split paths on M6 and change placement to use offset 2020-03-22 12:15:57 -05:00
Eric Trombly
0d281b91dc split paths on M6 and change placement to use offset 2020-03-22 12:10:11 -05:00
Eric Trombly
7f76c5fbc3 split paths on M6 and change placement to use offset 2020-03-22 12:06:36 -05:00
Eric Trombly
f1ebaa4cc6 change preprocessor to split lines 2020-03-22 12:06:36 -05:00
Eric Trombly
31b17055f1 initial work for modifying path of imported gcode 2020-03-22 12:06:36 -05:00
Kurt Kremitzki
9f766102f6 Correct usage of SOURCE_DATE_EPOCH 2020-03-22 15:22:01 +01:00
mwganson
40f50736f7 [Spreadsheet] [skip ci] fix bug where aliases renamed in the spreadsheet were not getting renamed in sketcher constraints 2020-03-22 15:20:53 +01:00
Bernd Hahnebach
4d9090f9e9 FEM: all objects unit test, add result mesh to result obj 2020-03-22 14:57:03 +01:00
donovaly
0224206c62 [TD] Hatch: use more useful step size 2020-03-22 09:38:38 -04:00
donovaly
41789e58c6 [TD] make GeomHatch dialog show changes immediately
also change SpineEdit step to better values
2020-03-22 09:37:42 -04:00
donovaly
47fda412bb [TD] make LeaderLine dialog show changes immediately 2020-03-22 09:37:04 -04:00
donovaly
1d8df25e32 [TD] missing arrow style change
I missed this change in PR #3221
2020-03-22 09:34:45 -04:00
donovaly
58b926e308 forbid negative width and size
- also uniform line endings
2020-03-22 09:33:38 -04:00
donovaly
b0fc725077 [TD] make balloon dialog show changes
see https://forum.freecadweb.org/viewtopic.php?f=35&t=44362
2020-03-22 09:33:38 -04:00
donovaly
f7940677d2 [TD] deny input of negative lengths in pref dialogs
see https://forum.freecadweb.org/viewtopic.php?f=35&t=44374&p=379207#p379207
2020-03-22 09:31:45 -04:00
wandererfan
8316b0a959 [TD]properly initialize Unit Widgets in Prefs 2020-03-22 09:31:08 -04:00
Bernd Hahnebach
bbf295a30e FEM: python base constraint, do not add stats as Type 2020-03-22 13:58:05 +01:00
Bernd Hahnebach
9749d08d89 FEM: 2D FEM example, update result, shell thickness and material object 2020-03-22 13:42:20 +01:00
Bernd Hahnebach
0b889e6e8d FEM: 3D FEM example, update result and material object 2020-03-22 13:42:15 +01:00
Bernd Hahnebach
af773b566e FEM: unit test, improve all objects test 2020-03-22 13:42:09 +01:00
Bernd Hahnebach
6875b0e32a FEM: solver Z88, fix icon 2020-03-22 13:42:05 +01:00
wmayer
751873ff16 Gui: [skip ci] make log messages distinguishable to see if X11 or polling API if spacenav is used 2020-03-22 12:55:52 +01:00
Bernd Hahnebach
e25cdd2d04 FEM: gmsh mesh VP, some comments 2020-03-22 11:37:13 +01:00
Bernd Hahnebach
039c25300b FEM: mesh result object, use the new Python Gui base object without display mode setting 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
01c2386a19 FEM: Python Gui Base object without display modes 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
3ff9d36e92 FEM: result mechanical, change obj type 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
158e076f1f FEM: result mesh, change obj type 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
f6d9850750 FEM: Python base constraint VP, better log in get icon 2020-03-22 11:25:58 +01:00
Bernd Hahnebach
e5ec4f3165 FEM: typo, pep8 2020-03-22 10:36:44 +01:00
Bernd Hahnebach
894b55aa95 FEM: examples, new lines 2020-03-22 09:51:32 +01:00
Bernd Hahnebach
efb5cd9828 FEM: typo 2020-03-22 09:51:27 +01:00