Commit Graph

27314 Commits

Author SHA1 Message Date
Uwe
cce730c79d [Part] handle inner wires for Extrude (#5367)
* [Part] handle inner wires for Extrude

this is a PR to make Extrude handle inner wires of sketches.
2022-01-29 21:50:55 +01:00
edi271
a26933bf4c [TD] Include Intersection method into DrawUtil class 2022-01-29 14:49:44 -05:00
edi271
cd4da51e60 [TD] Insert new tool Area Annotation 2022-01-29 14:49:44 -05:00
Wanderer Fan
cc770208ea [TD]migrate DrawingWB projection functions to TechDrawWB 2022-01-29 14:49:15 -05:00
Uwe
71913a497f [App] fix compiler warning
warning C4305: 'argument': truncation from 'double' to 'float'
2022-01-29 19:07:03 +01:00
wmayer
ec2fc59fde App: add a function to document observer to be notified if the active document changes 2022-01-29 18:33:39 +01:00
wmayer
38321cc2e9 App: rework ColorGradient and allow to easily extend it with further color models 2022-01-29 15:29:07 +01:00
wmayer
43ffd70111 App: code cleanup of Color models 2022-01-29 11:58:05 +01:00
marioalexis
0620911da1 Gui: Change signature in some Python Selection module functions 2022-01-29 11:09:33 +01:00
marioalexis
cf2e1a0aa5 Gui: Improve docstrings of Python Selection module functions 2022-01-29 11:09:33 +01:00
marioalexis
19668d2924 Gui: Add option to enable/disable text cursor blinking 2022-01-29 11:05:31 +01:00
wmayer
8da66398ad Gui: supprt PrefQuantitySpinBox by PreferenceUiForm 2022-01-29 07:48:41 +01:00
luz paz
93fee152e5 Ignore revs w/ 'header uniformity' from git blame history [skip ci]
Results from `git log --pretty=format:"%H %s" | grep -i "header uniformity"`  

```
eef27b845f Start: header uniformity + whitespace management + misc. pep8 fixes
a5bfba2665 PD: Adjust header uniformity
bfc8111d19 Cam: Adjust header uniformity
e901e584ac Path: fix file header uniformity
3da6ced354 Fix header uniformity
4543c98267 MeshPart: fix header uniformity + remove superfluous whitespace (#5135)
c4b1ec01ba Main: fix header uniformity + trailing whitespace
2a8c1271d5 Draft: fix header uniformity + trailing whitespace
7c43b059df Part: fix header uniformity + trailing whitespace
5bd5f3a963 Spreadsheet: Fix header uniformity + trailing whitespace
5abfdb1405 ReverseEngineering: Fix header uniformity + trailing whitespace
298c677873 Gui: Fix header uniformity, whitespace, and doxygen fixes
d5f6c096b8 Base: Fix header uniformity, whitespace, and doxygen
d84071275a Surface: Fix header uniformity, whitespace, and doxygen header
bfdffb50be App: Fix header uniformity, trailing whitespace, and doxygen headers
59fcb80a80 Web: Fix header uniformity, whitespace, doxygen headers
31c0099a59 Test: Fix header uniformity, whitespace, doxygen headers
67381e9579 Arch: Fix header uniformity and remove trailing whitespace
a3cb87b117 TechDraw: Header uniformity and whitespace fixes
b75cd3dd52 Path: Fix header uniformity and remove trailing whitespace
ae7cb9e300 Draft: [skip ci] Fix header uniformity
8fb5c65736 Arch: [skip ci] fix header uniformity
c7f9874422 ReverseEngineering: [skip ci] Fix header uniformity
9d4b58ae85 Robot: [skip ci] fix header uniformity + trailing whitespace
d923798946 [skip ci] Fix header uniformity for Import, Mesh, Points, Raytracing
f11783a498 src/Gui: [skip ci] fix header uniformity
6f11ed298a src/Base: [skip ci] fix header uniformity
4f308dc03c src/App: [skip ci] fix header uniformity
b2ffebf1c0 Sketcher: [skip ci] fix header uniformity
53bb216b57 Part: [skip ci] fix header uniformity
d38f18af23 PartDesign: [skip ci] fix header uniformity
1baf5da3cf FEM: [skip ci] fix header uniformity
7fe10182a9 [skip ci] fix header uniformity
0c6786d4bf Templates: fix header uniformity
cbdba0b5bb TD: fix header uniformity
```
2022-01-28 14:11:38 -06:00
Roy-043
45ef3ed2fb Update gui_orthoarray.py 2022-01-28 14:01:42 -06:00
Roy-043
acf88af89e Update gui_beziers.py
Oops copy-paste error... Fixed.
2022-01-28 14:01:42 -06:00
Roy-043
fd2f964b6b Update gui_beziers.py 2022-01-28 14:01:42 -06:00
Roy
d5615fc6a6 Draft: Fix several translation issues 2022-01-28 14:01:42 -06:00
Wanderer Fan
27691073e1 [TD]restore missing import statement
missing import in initGui preventing start of workbench
2022-01-28 09:50:59 -05:00
wmayer
54e2eabccb Fem: for view provider of post-object enable two-side rendering because the coloured object could look broken depending on the range of the color bar 2022-01-28 11:24:36 +01:00
wmayer
2886ca0185 App: include header with export macro 2022-01-28 11:21:26 +01:00
Chris Hennes
063905adfd Addon Manager: Run uninstall.py when uninstalling AddOn 2022-01-27 23:34:18 -06:00
Chris Hennes
88f6b2f432 Addon Manager: Translation cleanup
pylupdate does not extract translations when f-strings are used for the
translated text, so all f-strings are migrated to calls to format().
Several other minor translation issues are also addressed.

NOTE: This code has been run through the Black reformatter, which adds
trailing commas in many places that the stock Qt 5.x pylupdate does not
recognize. This code must be processed with the corrected pylupdate to
generate the correct translations.
2022-01-27 23:11:31 -06:00
Mateusz Skowroński
2f7b919671 Qt::TextColorRole is obsolete. Use ForegroundRole instead. 2022-01-27 14:37:50 -06:00
0penBrain
420d54340a [TD] Prevent crash when snapping leader line 2022-01-27 15:13:03 -05:00
sliptonic
8419d53392 Merge pull request #5442 from sliptonic/bug/translationAreaOp
[PATH] Bug/translation cleanup (surface, waterline, propertybag, area ops)
2022-01-27 11:39:44 -06:00
Chris Hennes
97cc2cf16c AddonManager: Correct bug with older Qt data 2022-01-27 10:48:25 -06:00
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
Uwe
20f422f76d don't force CRC
Forcing CRC (cyclic redundancy check) is the safest method but when installing silently
one gets a shop popup about the ongoing CRC and this was reported as bug.

As solution just turn CRC on and users of the silent installer mode can omit the CRC
by setting a flag.
2022-01-27 03:57:40 +01:00
Chris Hennes
f045a0b6f1 Addon Manager: Improve startup speed 2022-01-26 18:41:14 -06:00
sliptonic
763dc231cf PropertyBag translation cleanup 2022-01-26 18:36:58 -06:00
sliptonic
2044515d59 surface and waterline translation 2022-01-26 18:36:06 -06:00
sliptonic
50da50be48 remove items from comboboxes 2022-01-26 18:36:06 -06:00
sliptonic
554de6f18f surface translation cleanup 2022-01-26 18:36:06 -06:00
sliptonic
17de45a228 translation cleanup circularholebase 2022-01-26 18:36:06 -06:00
sliptonic
889ad4f634 AreaOp translation cleanup 2022-01-26 18:36:06 -06:00
sliptonic
9c5e4e2340 Black
Black (surface)

waterline black

propertybag black
2022-01-26 18:36:06 -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
12eb5dafb1 Base: implement some convenience methods to get/set rows/columns of a matrix 2022-01-27 00:24:44 +01:00
wmayer
3a4100d656 zipios++: modernize C++11
* use nullptr
* replace deprecated headers
2022-01-26 21:54:52 +01:00
wmayer
63f256ad24 kdtree++: modernize C++11 2022-01-26 21:54:29 +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