Commit Graph

21321 Commits

Author SHA1 Message Date
Chris Hennes
e296aa6973 Addon Manager: Eliminate use of QDeadlineTimer
This class is apparently missing in some installs of Qt 5.11.3, so
remove the use of it.
2022-01-26 23:14:00 -06:00
benj5378
96b8a6e87b Black 2022-01-27 09:44:44 -05:00
benj5378
8d7c92ece4 Remove unused modules and variables 2022-01-27 09:44:44 -05:00
benj5378
bc392faf56 Refactor counting for moved views 2022-01-27 09:44:17 -05:00
benj5378
918be1d102 Black 2022-01-27 09:44:17 -05:00
benj5378
2babd6d483 Remove unused modules 2022-01-27 09:44:17 -05:00
Wanderer Fan
4da3c21dcf [TD]Allow override of dimension line angles 2022-01-27 09:42:49 -05:00
wmayer
7ef448572d Fem: fix possible crash when loading a VTK file 2022-01-27 10:37:16 +01:00
Chris Hennes
bfada57b0f Addon Manager: Refactor to eliminate extra event loop 2022-01-26 22:02:08 -06:00
Chris Hennes
f045a0b6f1 Addon Manager: Improve startup speed 2022-01-26 18:41:14 -06:00
sliptonic
efaebbb7fc Merge pull request #5446 from sliptonic/bug/marlinpost
[Path] fix default unit string for mm/min
2022-01-26 18:32:10 -06:00
luz paz
ca691bce90 Fix typos [skip ci]
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,./src/Base/StackWalker.cpp,./build/doc/SourceDocu`
2022-01-27 00:29:50 +01:00
wmayer
853454a139 Mesh: modernize C++11
* remove redundant void-arg
* use nullptr
* replace deprecated headers
2022-01-26 18:05:02 +01:00
wmayer
8f4aa0290c Image: modernize C++11
* remove redundant void-arg
* use nullptr
* replace deprecated headers
2022-01-26 17:55:10 +01:00
wmayer
4398ae54dd Points: modernize C++11
* remove redundant void-arg
* use nullptr
2022-01-26 17:53:41 +01:00
wmayer
4b788d0413 Sandbox: modernize C++11 2022-01-26 17:47:25 +01:00
sliptonic
9db8340ff8 fix default unit string for mm/min 2022-01-26 10:46:05 -06:00
wmayer
92671e0da5 Test: modernize C++11
* remove redundant void-arg
* use nullptr
2022-01-26 17:46:02 +01:00
sliptonic
2bb082bfaf Merge pull request #5436 from sliptonic/bug/translationJob
[PATH] More translation cleanup (job, profile, dressups)
2022-01-26 09:36:11 -06:00
Roy-043
9fba28c1b6 Update CommandExtensionPack.cpp
Added the missing bracket!
2022-01-26 08:48:42 -05:00
Roy-043
b03dd9b6da Update CommandExtensionPack.cpp
Delta Distance was added to the dialog box.
2022-01-26 08:48:42 -05:00
Roy-043
9c00c3ffea Update CommandExtensionPack.cpp
Modifications as suggested by Edi.
2022-01-26 08:48:42 -05:00
Roy-043
a2be2ab959 Update CommandExtensionDims.cpp
Modifications as suggested by Edi.
2022-01-26 08:48:42 -05:00
Roy-043
55441fd97b Update Workbench.cpp
I did no realize that there is a `ToolBars` section and a `CommandBars` section in the file. In the previous version I did not edit the ToolBars section. Both sections now match. Sorry for the confusion.

Are `CommandBars` still used? I seem to remember that they are obsolete.
2022-01-26 08:48:42 -05:00
Roy-043
08aa89cfa2 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
5476af8f8f TechDraw: Ext. Tools: Improve menu texts and tooltips 2022-01-26 08:48:42 -05:00
wmayer
daf1269497 Gui: remove support of using deprecated Qt OpenGL API 2022-01-26 14:46:41 +01:00
Yorik van Havre
b3e2c87530 Merged crowdin translations 2022-01-26 14:15:14 +01:00
Yorik van Havre
630215c721 Regenerated ts files 2022-01-26 13:59:39 +01:00
wmayer
2cb478fd66 MeshPart: raise runtime error in meshFromShape() if smesh was built without netgen support 2022-01-26 11:56:23 +01:00
Chris Hennes
4acef3f14f Addon Manager: Confirm delete 2022-01-25 13:32:02 -06:00
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