Commit Graph

22741 Commits

Author SHA1 Message Date
Chris Hennes
2b0a4dc643 Addon Manager: Create NetworkManager class
To enable single-login authenticated proxy use, and simplified multi-threaded
network accesses, this commit adds a new wrapper around a QNetworkAccessManager
and includes a global instantiation of the class intended to exist for the
lifetime of the program. This instance can be used to enqueue any number of
network requests, which the manager will send out to the networking subsystem
in an appropriate manner.
2022-01-25 13:30:58 -06:00
wmayer
7330799155 Test: fix exception handling in tests for units 2022-01-25 20:20:46 +01:00
sliptonic
61f3dc49b6 feature extension translaton cleanup 2022-01-25 09:58:51 -06:00
sliptonic
c9d1b25024 Holding tag translation cleanup 2022-01-25 09:58:51 -06:00
sliptonic
b39272cf96 dogbone, boundary, ramp entry dressup tranlation fixes 2022-01-25 09:58:51 -06:00
sliptonic
10574a255b translation cleanup misc files 2022-01-25 09:58:51 -06:00
sliptonic
c675c8b859 Job translation cleanup 2022-01-25 09:58:51 -06:00
sliptonic
946944e1de Black - Job
Holding tag black

Feature extension black

Dressup boundary and dogbone black
2022-01-25 09:58:51 -06:00
sliptonic
3c8b65aee4 Merge pull request #5421 from sliptonic/bug/translationEngrave
[PATH] translation cleanup (engrave, millface, pocket)
2022-01-25 09:54:08 -06:00
Yorik van Havre
e6b7c0e5f9 Draft: fixed tstroke error in get_svg 2022-01-25 11:16:44 +01:00
sliptonic
eac4dd5588 Pocket translation cleanup 2022-01-24 17:54:08 -06:00
wmayer
cbc60a3f44 Base: clean-up code in UnitsApi 2022-01-25 00:26:47 +01:00
sliptonic
19cce52864 pocket black 2022-01-24 17:11:08 -06:00
sliptonic
2cbc0b333c translation cleanup 2022-01-24 17:10:13 -06:00
sliptonic
ab51e26196 Black 2022-01-24 17:10:13 -06:00
sliptonic
de6045ed28 Black 2022-01-24 17:10:13 -06:00
sliptonic
2098054b0d black 2022-01-24 17:10:13 -06:00
sliptonic
38bad10701 Engrave translation cleanup 2022-01-24 17:10:13 -06:00
sliptonic
bd20ee0f16 Black 2022-01-24 17:10:13 -06:00
luz paz
4fb91e4f02 Fix various typos
Found via `codespell -q 3 -L aci,ake,aline,alle,alledges,alocation,als,ang,anid,anormal,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,itsel,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,ro,rougly,seperator,serie,sinc,strack,substraction,te,technic,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-24 14:45:49 -06:00
Yorik van Havre
bfe0b62533 Merge pull request #5400 from dirkolbrich/archaxis
[Arch] split ArchAxis into separate modules
2022-01-24 16:46:16 +01:00
sliptonic
fe0213a3cd Merge pull request #5422 from sliptonic/bug/translationThreadMill
[PATH] Bug/translation  (threadmill, tools, toolcontroller, adaptive)
2022-01-24 09:45:45 -06:00
Yorik van Havre
a3efe5a03e Merge pull request #5388 from Roy-043/Arch-Fix-ArchWall-onBeforeChange
Arch: Fix ArchWall onBeforeChange
2022-01-24 16:19:05 +01:00
Yorik van Havre
5d63eb51be Merge pull request #5384 from Roy-043/Draft-fix-task-panel-related-issues
Draft: fix task panel related issues
2022-01-24 16:16:16 +01:00
wmayer
10ca067d95 Spreadsheet: unit test for expressions using an input spreadsheet
A bug was reported here: https://forum.freecadweb.org/viewtopic.php?p=564502#p564502
2022-01-24 14:20:26 +01:00
wmayer
3dfdc6804f Fem: [skip ci] fix runtime failure when using Py3.10 2022-01-24 10:28:22 +01:00
0penBrain
6157147b90 [Draft] Grid size as quantity rather than double 2022-01-24 10:22:00 +01:00
luz paz
78d0fc786a OpenSCAD: pep8-ified + removed superfluous whitespace + uniform headers 2022-01-23 19:52:37 -06:00
Zheng, Lei
c14e6b318e Spreadsheet: fix dependency calculation on external spreadsheet 2022-01-23 19:43:53 -06:00
Uwe
09d7b44495 [PD] uniform default Pad/Pocket lengths
- the initialization of the length was different than the default set in Command.cpp
- it is annoying that the default 2nd length was 10 and 20 times the default for the 1st length
  -> uniform and take the same than the 1st length
2022-01-23 13:42:07 +01:00
wmayer
59c470dedf PD: fix bad formatting 2022-01-23 11:07:59 +01:00
Uwe
ad24b32fef Revert "[PD] uniform default Pad/Pocket lengths"
This reverts commit 501b45bac8.

Sorry, this should have gone to a PR
2022-01-23 05:06:38 +01:00
Uwe
501b45bac8 [PD] uniform default Pad/Pocket lengths
- the goal of the recent Pad/Pocket code refactoring was to handle Pad and Pocket the same
  default Pad were 10 long, Pocket only 5 -> uniform this to 10
- the initialization of the length were different than the default set in Command.cpp
- it was annoying that the default 2nd length was 10 and 20 times the default for the 1st length -> uniform and take the same than the 1st length
2022-01-23 04:58:58 +01:00
Uwe
62ed6b509e [PD] FeatureSketchBased: only style fixes
to reduce diffs of coming and pending PRs

all fixes were automatically made by MSVC
2022-01-23 04:50:52 +01:00
Uwe
3c7ed89306 [PD] correct copyright year
both files were created in 2021
2022-01-23 04:45:12 +01:00
sliptonic
9f529089ae Toolbit Translation Cleanup 2022-01-22 17:57:38 -06:00
sliptonic
52a4df3b62 Toolbit black 2022-01-22 17:36:24 -06:00
sliptonic
0a53abbb9f Adaptive translation cleanup 2022-01-22 17:33:49 -06:00
sliptonic
420ea7b725 Merge pull request #5411 from sliptonic/bug/translationDressup
Bug/translation dressup, drilling, vcarve
2022-01-22 16:14:32 -06:00
sliptonic
6aaa531175 Old ToolLibrary translation cleanup 2022-01-22 16:10:34 -06:00
sliptonic
457d963d84 Old toollibrary black 2022-01-22 16:01:58 -06:00
sliptonic
b2f0bf0e67 ToolController Translation cleanup 2022-01-22 15:58:28 -06:00
sliptonic
b804f21184 toolcontroller black 2022-01-22 15:26:07 -06:00
sliptonic
820077b960 Threadmilling translation cleanup 2022-01-22 14:20:53 -06:00
Wanderer Fan
cb280afbc4 [TD]remove redundant edits from 9 Task dialogs 2022-01-22 14:51:20 -05:00
sliptonic
2c2e13c178 import error 2022-01-22 13:11:46 -06:00
sliptonic
fee8660bcf Drilling translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
953a319edc black 2022-01-22 13:11:46 -06:00
sliptonic
b60a97f2b4 Vcarve translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
d39d91f90e Black 2022-01-22 13:11:46 -06:00