Commit Graph

28 Commits

Author SHA1 Message Date
Markus Lampert
37095fbf78 Consistent black formatting of all Path python files 2022-02-28 21:06:16 -08:00
Markus Lampert
122fd49b37 Remove pylint annotations and script 2022-02-28 21:02:45 -08:00
sliptonic
5119b8f82c avoid unnecessary error 2022-02-11 10:20:49 -06:00
sliptonic
1683a7292d Job translation cleanup 2022-01-25 09:58:51 -06:00
sliptonic
03cb6c965d Black - Job
Holding tag black

Feature extension black

Dressup boundary and dogbone black
2022-01-25 09:58:51 -06:00
luz paz
c1a8d2cb02 Path: fix various typos and superfluous whitespace
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,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,oder,ontop,orgin,orginx,orginy,ot,pard,parms,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,./build/doc/SourceDocu`
2021-07-30 11:53:22 -04:00
Russell Johnson
161388b522 Path: Fix multi-OS path issue.
Not all operating systems use the same path scheme - the slash direction.  The issue fixed with this commit exists in other parts of the Path workbench
2021-07-24 16:46:49 -05:00
Markus Lampert
05c910c536 Renamed ToolTable group to Tools in order to (not) set expectations. 2020-12-31 18:40:23 -08:00
Markus Lampert
2f73055825 Use job.ToolTable.Group instead of job.ToolController. 2020-12-31 15:38:18 -08:00
sliptonic
804b5e590e fixes 4466 2020-12-17 16:21:31 -06:00
luz paz
60c055e62d Path: Fix header uniformity and remove trailing whitespace
This PR fixes header uniformity across all Path files. It also removes all trailing whitespace.
2020-11-05 19:57:21 +01:00
Markus Lampert
81bbb0066d Removed dead code for debugging shortcut warnings. 2020-01-03 23:13:55 -08:00
Markus Lampert
f4bee893d7 fixed pylint warning for PathJob 2019-07-01 15:29:51 -07:00
sliptonic
617c619d2f remove unnecessary imports. normalize debug log levels 2019-06-21 13:01:01 -05:00
luz.paz
ec12ffae0c Path: source comment typo fixes
Found via `codespell`
2019-05-30 19:57:25 +02:00
Markus Lampert
399b5258dd pre-select job base model if there is only one choice 2019-04-03 15:23:22 +02:00
Markus Lampert
115a1a077d Fixed segfault on shutdown 2019-04-03 15:23:22 +02:00
Markus Lampert
8c85cfdcb5 Fix tree view editor for qt5 2019-04-03 15:23:22 +02:00
Markus Lampert
4621584f08 Always enable spin box and live cross update of spin box and check box 2019-04-03 15:23:22 +02:00
Markus Lampert
0bc3aee2f5 Enable multiple copies of a model as base object for a job 2019-04-03 15:23:21 +02:00
Markus Lampert
e98a7d47e7 Added comment about the correctness of cloning a clone - lest I not attempt to /fix/ it again 2018-10-05 11:30:45 +02:00
Markus Lampert
19c6c69e12 Select potential base if it is the only candidate for a base model 2018-09-11 07:24:39 +02:00
Markus Lampert
46d722b994 Support for converting existing jobs to multi base model on loading. 2018-09-11 07:24:38 +02:00
Markus Lampert
18bf6b6cb8 Fixed merge issues 2018-09-11 07:24:37 +02:00
Markus Lampert
b6bbccd8d4 Added support for multi base model to Engrave. 2018-09-11 07:24:37 +02:00
Markus Lampert
4983a69210 Changed base model tab view to a tree view 2018-09-11 07:24:36 +02:00
Markus Lampert
6a7ba537df Added jobs as a selection for the base models. 2018-09-11 07:24:32 +02:00
Markus Lampert
3559414503 Refactored job creation dialog to be re-used for model selection dialog. 2018-09-11 07:24:30 +02:00