Commit Graph

20994 Commits

Author SHA1 Message Date
Uwe
dfa62af40f [PD] avoid a single-letter variable
(single letter variables make it hard to read and understand code quickly and are error-prone for typos)
2022-01-05 03:16:00 +01:00
David Osterberg
a0746a0c02 PD: Fix bug in FeatureTransformed
It is important to not include the original in the pattern because the original might not be at the tip of the feature tree. Including the original
will interfere with changes that occur further down in the feature tree

This fixes the bug identified in
https://forum.freecadweb.org/viewtopic.php?f=3&t=64900
2022-01-05 02:27:53 +01:00
luz paz
dc288a7ade Fix more typos + whitespace fix and added 'TODO'
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,apoints,ba,beginn,behaviour,bloaded,bottome,byteorder,calculater,cancelled,cancelling,cas,cascade,centimetre,childrens,childs,colour,colours,commen,connexion,currenty,dof,doubleclick,dum,eiter,elemente,ende,feld,finde,findf,freez,hist,iff,indicies,initialisation,initialise,initialised,initialises,initialisiert,inout,ist,kilometre,lod,mantatory,methode,metres,millimetre,modell,nd,noe,normale,normaly,nto,numer,oce,oder,ontop,orgin,orginx,orginy,ot,pard,parm,parms,pres,programm,que,rady,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,./build/doc/SourceDocu`
2022-01-04 18:57:56 -06:00
mwganson
977b602469 [PartDesign] Chamfer and Fillet, select all edges for the user when no subobjects have been selected prior to executing command 2022-01-05 01:40:10 +01:00
sliptonic
dd651d5dc3 Merge pull request #5330 from sliptonic/bug/translation-post
[Path] Bug/translation post
2022-01-04 17:34:29 -06:00
sliptonic
12a5774ab7 newline characters 2022-01-04 17:34:09 -06:00
sliptonic
bab226a051 Merge pull request #5331 from sliptonic/bug/translation-setupsheet
[PATH] Bug/translation setupsheet
2022-01-04 17:32:10 -06:00
sliptonic
0a44fab03c Merge pull request #5324 from sliptonic/bug/translation3
Path Translation cleanup part 2 [PATH]
2022-01-04 17:31:41 -06:00
sliptonic
c7a20f2876 Translation cleanup. Setupsheet related files. Simple copy, simulator 2022-01-04 14:45:36 -06:00
sliptonic
3217352194 black reformat (setupsheet) 2022-01-04 14:26:52 -06:00
sliptonic
268203103d translation cleanup (postprocessing files) 2022-01-04 13:49:27 -06:00
sliptonic
f3eceb3f4a Black reformat (postprocessing files) 2022-01-04 13:34:22 -06:00
mwganson
abe76b35f4 [TechDraw] Use global DontUseNativeColorDialog parameter from BaseApp/Preferences/Dialog when opening color dialog 2022-01-04 12:55:21 +01:00
Uwe
4b0767dec1 [TD] some style unification
automatically done by MSVC
2022-01-03 23:30:43 +01:00
sliptonic
2a1f50fd7c translation cleanup pathdressupdragknife 2022-01-03 10:50:33 -06:00
sliptonic
42988f0a81 Black pathdressupdragknife 2022-01-03 10:50:33 -06:00
sliptonic
01b8817d1b translation cleanup pathiconviewprovider 2022-01-03 10:50:33 -06:00
sliptonic
302ff98f11 translation cleanup 2022-01-03 10:50:33 -06:00
sliptonic
0f70ef6142 translation cleanup PathSanity 2022-01-03 10:50:33 -06:00
sliptonic
2e8eaa3ffc translation cleanup 2022-01-03 10:48:39 -06:00
sliptonic
40973cc8ee translation cleanup 2022-01-03 10:48:39 -06:00
sliptonic
a6301d0ec1 Translation cleanup 2022-01-03 10:48:39 -06:00
sliptonic
3873f9731f translation cleanup 2022-01-03 10:48:39 -06:00
sliptonic
ead79d974c translation cleanup PathCollision 2022-01-03 10:48:39 -06:00
sliptonic
908622176b PathArray translation cleanup 2022-01-03 10:48:39 -06:00
sliptonic
75ac674917 translation cleanup PathGeom 2022-01-03 10:48:39 -06:00
sliptonic
3fe1408567 Translation cleanup PathHop
PathHop transaction
2022-01-03 10:48:39 -06:00
sliptonic
c19e971368 Translation cleanup PathUtils/PathUtil 2022-01-03 10:48:39 -06:00
sliptonic
f3d6bd21e3 translation cleanup PathCustom/gui 2022-01-03 10:48:39 -06:00
sliptonic
9b4af0b812 translation cleanup PathComment
transaction PathComment
2022-01-03 10:48:39 -06:00
sliptonic
e022675b7a tranlation cleanup PathCopy
transaction PathCopy
2022-01-03 10:48:39 -06:00
sliptonic
02cbd7c342 Translation cleanup: PathCommands 2022-01-03 10:48:39 -06:00
sliptonic
c28036e020 cleanup for translation handling 2022-01-03 10:48:39 -06:00
sliptonic
2a22ead350 black reformat
black reformat for PathCommands

Black reform PathCopy

Black reform PathComment

Black reformat PathCustom/gui

Black reformat PathUtil/PathUtils

Black reformat PathHop

Black reformat PathGeom

Black reformat

Black reformat

Black reformat

Black reformat

Black reformat

black reformat

Black reformat

black
2022-01-03 10:48:39 -06:00
sliptonic
0287ca6e29 Make combos in .UI non-translatable. 2022-01-03 10:48:39 -06:00
sliptonic
e209bc706d Merge pull request #5008 from Russ4262/fix/childless_job
[Path] Fixes #4645
2022-01-03 10:37:27 -06:00
sliptonic
169eb655f3 Merge pull request #5306 from sliptonic/bug/4810
[PATH] fix #4810
2022-01-03 09:48:07 -06:00
Benjamin Bræstrup Sayoc
c14af5f5fe Make it possible to do new Pick Points 2022-01-03 09:58:33 -05:00
Benjamin Bræstrup Sayoc
b09822c417 Use latest user input for Add Cosmetic Vertex 2022-01-03 09:58:33 -05:00
mwganson
b8b015d0f1 [PartDesign::Scripts::Spring.py] update old example script 2022-01-03 11:45:05 +01:00
Jonas Bähr
d70faa1f5e PD: helix cleanup: remove unused strings from task panel ui
Since the tool tips are now set from the property descriptions we don't
need them any more in the .ui file. Removing them prevents garbage in
the translation source files.
2022-01-03 11:40:29 +01:00
Jonas Bähr
88063627d2 PD: Use the helix property docs as tooltip in the task panel
By reusing the property docs as tooltip we avoid maintaining the same
information in two places. The propery descriptions have been made
translatable, too, to ensure a fully translatable UI.
The ground work for this was layed by the work on Issue 0002524, long
time ago: https://tracker.freecadweb.org/view.php?id=0002524
2022-01-03 11:40:29 +01:00
wmayer
138418ef30 Raytracing: replace subprocess.call with subprocess.Popen and escape file names 2022-01-02 22:44:04 +01:00
Wanderer Fan
4430e3ec8c [TD]Allow selection of Page when adding View 2022-01-02 09:49:33 -05:00
Wanderer Fan
cec898c6b3 [TD]prevent touched but must be execute on DrawPage 2022-01-02 09:48:38 -05:00
Roy
1358c110e3 Draft: Commands acting on subelements did not load the Draft module 2022-01-01 16:26:26 -06:00
Roy-043
83241d3f54 Draft: fix several issues with importAirfoilDAT.py
The importAirfoilDAT.py code could not handle several *.dat files posted in a forum topic.
2022-01-01 16:21:30 -06:00
Chris Hennes
f48d79a227 Addon Manager: Improve display of installation details 2022-01-01 11:41:23 -06:00
Chris Hennes
64cf6a68d8 Addon Manager: Remove unused imports 2022-01-01 09:43:06 -06:00
Chris Hennes
70c9804fc0 Addon Manager: Ensure cache is rebuilt after firstrun dialog 2022-01-01 09:16:32 -06:00