Commit Graph

30413 Commits

Author SHA1 Message Date
marioalexis
36968c835d Sketcher: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
67dc3c5cd1 Raytracing: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
10211b284c Points: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
a5d878e498 Path: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
acdfde774a Part: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
6dc262d44c Mesh: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
471de88d7b Inspection: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
d9793ec45a Import: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
834f79845b Fem: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
ff1b4eff05 Gui: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
209c78d43e App: Replace C cast 2022-09-18 11:06:51 -05:00
Uwe
6edcbcd367 [Part/PD] few clang formatting fixes 2022-09-18 13:33:41 +02:00
Uwe
769a575281 Revert "[PD] simplify code for wedges"
This reverts commit ace31ffb213f27ab268cc508e748b4da7e615730.

On MSVC this compiled and works. I have no clue why not also with Clang. Reverting for now.
2022-09-18 13:31:09 +02:00
Uwe
eb150bcfd4 [PD] simplify code for wedges 2022-09-18 12:32:14 +02:00
Ethan Chappel
31fa2de09f Gui: Add format parameter for wedgeXmin 2022-09-18 12:06:39 +02:00
wandererfan
5cae6597b3 [TD]position view within clip group 2022-09-17 09:07:30 -04:00
wandererfan
3600a6806d [TD]limit zoom out 2022-09-16 13:18:52 -04:00
Chris Hennes
3eb8a8f133 Addon Manager: Update language for success message 2022-09-16 09:21:20 -05:00
Chris Hennes
115ce25a7d Addon Manager: Implement browse for icon 2022-09-16 09:20:46 -05:00
Chris Hennes
532e509dc2 Gui: Add importing CFG to PrefPack dialog 2022-09-15 22:44:18 -05:00
luzpaz
b34d200c54 [FEM] tweak function docstrings in resulttools.py
- migrate to pep8 compatible docstrings
- tweak source comment whitespace
2022-09-16 03:12:50 +02:00
0penBrain
2467240fef CI: allow manual launch of CI 2022-09-16 03:11:40 +02:00
Uwe
d0c4a33992 [Part] fix bold italic measurement text
- bold and italic font did not work for measurement text, see https://github.com/FreeCAD/FreeCAD/pull/7148#issuecomment-1247989284
2022-09-16 03:09:24 +02:00
wandererfan
088d6a3a31 [TD]fix handling of high precision mice/touchpads 2022-09-15 18:21:07 -04:00
wandererfan
bb6812a0f9 [TD]use QGraphicsView anchor for zoom 2022-09-15 18:21:07 -04:00
Chris Hennes
bcbf1dc67b Addon Manager: Fix bug when pip call fails 2022-09-15 16:39:13 -05:00
Chris Hennes
304fbfeb5f Core: Add QPdfWriter to QtAll PCH on Windows 2022-09-15 16:37:38 -05:00
Chris Hennes
2c73840883 Addon Manager: Spelling 2022-09-15 14:06:15 -05:00
Chris Hennes
d77584db10 Addon Manager: Clean up backup directories 2022-09-15 13:12:54 -05:00
Chris Hennes
c6f731dd47 Addon Manager: Fix bug with missing git in devmode 2022-09-15 13:12:54 -05:00
wmayer
7109a24374 Gui: code refactoring of dock window setup 2022-09-15 16:03:41 +02:00
Yorik van Havre
1b2f3fddd7 Merge remote-tracking branch 'gitlab/master' 2022-09-15 15:40:33 +02:00
Yorik van Havre
6585010002 Arch: Allow to override IFC importer with the BIM WB version 2022-09-15 15:30:03 +02:00
Yorik van Havre
97545c8836 Arch: Housecleaning - Moving IFC getPreferences() to helper module 2022-09-15 14:22:07 +02:00
wandererfan
537e89efe4 [TD]fix printall banner page 2022-09-15 07:48:03 -04:00
wmayer
7dc67b7a01 Inspection: support display of lines, avoid explicit type checks 2022-09-15 11:46:20 +02:00
wmayer
1309b86ea5 App: move from float to double for accuracy parameter, add a virtual method to determine a default accuracy 2022-09-15 09:52:14 +02:00
0penBrain
12e2985bf3 Gui: when customizing shortcuts, warn user if command isn't in use with message box 2022-09-14 15:01:54 -05:00
berniev
ae53c9b0a4 Gui: Use auto and range-based for (#7481)
* On lines where the variable type is obvious from inspection, avoid repeating the type using auto. 
* When possible use a ranged for loop instead of begin() and end() iterators
2022-09-14 13:25:13 -05:00
berniev
f7c84dfd09 column limit 2022-09-14 13:21:04 -05:00
Yorik van Havre
495182af06 Merge pull request #7483 from adrianinsaval/fcinfo-patch
[tools] fix `fcinfo -g` script
2022-09-14 13:00:08 +02:00
wmayer
a566edfa43 Mesh: implemment mechanism to load MeshGui module when exporting to 3MF file 2022-09-14 12:05:32 +02:00
Uwe
bd47d12ca5 [Sketcher] rename a variable to please spellchecker
- also some code style improvements
2022-09-14 09:54:07 +02:00
Ajinkya Dahale
1b2ffdc5f6 [Sketcher] Fix Typo in comment
threated -> treated
2022-09-14 00:34:57 -05:00
0penBrain
e7ebe2a053 [Bugfix]Sketcher: prevent dangling state of Shift key if key released out of Quarter 2022-09-13 22:20:15 -05:00
Chris Hennes
68ef28713d OpenSCAD: Remove aux spline when no twist 2022-09-13 19:59:30 -05:00
Adrian Insaurralde Avalos
8269fdbe70 [tools] fix fcinfo -g script [skip-ci]
ZipFile.read returns a bytes-like object so re.sub must be passed byte-like objects arguments when operating on those read files.
2022-09-13 19:38:43 -04:00
HarryvL
3c3e2f63e6 [FEM] added critical strain ratio functionality (#7467)
* added critical strain ratio functionality
2022-09-14 01:30:17 +02:00
wmayer
0725ea64ce Inspection: [skip ci] code-refactoring 2022-09-14 00:50:32 +02:00
berniev
e808c88bff space before initializer 2022-09-13 16:39:14 -05:00