Commit Graph

21291 Commits

Author SHA1 Message Date
Roy-043
4ae9d0db73 Update Workbench.cpp
I had to rebase this file, and forgot one diff. Should be fixed now.
2022-01-26 08:48:42 -05:00
Roy
b974da4ea6 TechDraw: Ext. Tools: Improve menu texts and tooltips 2022-01-26 08:48:42 -05:00
wmayer
a87e33258d Gui: remove support of using deprecated Qt OpenGL API 2022-01-26 14:46:41 +01:00
Yorik van Havre
233182dcd6 Merged crowdin translations 2022-01-26 14:15:14 +01:00
Yorik van Havre
094036c3c7 Regenerated ts files 2022-01-26 13:59:39 +01:00
wmayer
cf8eaccc79 MeshPart: raise runtime error in meshFromShape() if smesh was built without netgen support 2022-01-26 11:56:23 +01:00
Chris Hennes
f9d69a1464 Addon Manager: Confirm delete 2022-01-25 13:32:02 -06:00
Chris Hennes
e9d6a2c4a4 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
6c29c65013 Test: fix exception handling in tests for units 2022-01-25 20:20:46 +01:00
sliptonic
7c7e666f17 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
850cb927a3 Draft: fixed tstroke error in get_svg 2022-01-25 11:16:44 +01:00
sliptonic
8638ceba12 Pocket translation cleanup 2022-01-24 17:54:08 -06:00
wmayer
5502d1f2a7 Base: clean-up code in UnitsApi 2022-01-25 00:26:47 +01:00
sliptonic
7572372926 pocket black 2022-01-24 17:11:08 -06:00
sliptonic
aa2e25a846 translation cleanup 2022-01-24 17:10:13 -06:00
sliptonic
15ce9bccfb Black 2022-01-24 17:10:13 -06:00
sliptonic
be9416abee Black 2022-01-24 17:10:13 -06:00
sliptonic
f3123f490c black 2022-01-24 17:10:13 -06:00
sliptonic
6924c70791 Engrave translation cleanup 2022-01-24 17:10:13 -06:00
sliptonic
16a43c2469 Black 2022-01-24 17:10:13 -06:00
luz paz
22a28370fd 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
71ecbb5448 Merge pull request #5400 from dirkolbrich/archaxis
[Arch] split ArchAxis into separate modules
2022-01-24 16:46:16 +01:00
sliptonic
a3be06f2e2 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
b441e3f678 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
f52c9dc1ed 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
978f58e8ab 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
eb4197aa25 Fem: [skip ci] fix runtime failure when using Py3.10 2022-01-24 10:28:22 +01:00
luz paz
b3ce571ad7 OpenSCAD: pep8-ified + removed superfluous whitespace + uniform headers 2022-01-23 19:52:37 -06:00
Zheng, Lei
d07479aba7 Spreadsheet: fix dependency calculation on external spreadsheet 2022-01-23 19:43:53 -06:00
Uwe
5dc8144720 [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
8e51af8ffe PD: fix bad formatting 2022-01-23 11:07:59 +01:00
Uwe
849751a771 Revert "[PD] uniform default Pad/Pocket lengths"
This reverts commit ab879eff243c3c5ed7f8c250db32522e5aff329c.

Sorry, this should have gone to a PR
2022-01-23 05:06:38 +01:00
Uwe
de3bc18247 [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
167950a7cd [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
874767171a [PD] correct copyright year
both files were created in 2021
2022-01-23 04:45:12 +01:00
sliptonic
bb4705d2e0 Toolbit Translation Cleanup 2022-01-22 17:57:38 -06:00
sliptonic
4f6086d7a3 Toolbit black 2022-01-22 17:36:24 -06:00
sliptonic
d04f7909a3 Adaptive translation cleanup 2022-01-22 17:33:49 -06:00
sliptonic
ffe2d0cda6 Merge pull request #5411 from sliptonic/bug/translationDressup
Bug/translation dressup, drilling, vcarve
2022-01-22 16:14:32 -06:00
sliptonic
faac46e9e4 Old ToolLibrary translation cleanup 2022-01-22 16:10:34 -06:00
sliptonic
7d17d931b3 Old toollibrary black 2022-01-22 16:01:58 -06:00
sliptonic
fb5997c31b ToolController Translation cleanup 2022-01-22 15:58:28 -06:00
sliptonic
beac4ad660 toolcontroller black 2022-01-22 15:26:07 -06:00
sliptonic
98d4042b29 Threadmilling translation cleanup 2022-01-22 14:20:53 -06:00
Wanderer Fan
d4c5074ee5 [TD]remove redundant edits from 9 Task dialogs 2022-01-22 14:51:20 -05:00
sliptonic
d2eb487f7e import error 2022-01-22 13:11:46 -06:00
sliptonic
4072fcebf5 Drilling translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
49eaadcd25 black 2022-01-22 13:11:46 -06:00
sliptonic
17182b1c71 Vcarve translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
16d9727283 Black 2022-01-22 13:11:46 -06:00