wandererfan
|
60a230805c
|
[TD]fix perspective projection
- the logic for the perspective option with the precise
HLR algo was inadvertently removed in the multithread
modifications.
|
2022-08-30 19:10:16 -04:00 |
|
wandererfan
|
87b3d768e4
|
[TD]fix too large page on print
|
2022-08-30 12:20:56 -04:00 |
|
wmayer
|
b062344b06
|
Mesh: move 3MF writer to its own class
|
2022-08-30 12:00:23 +02:00 |
|
wmayer
|
e93fca18c0
|
Misc: modernize C++: replace 'typedef' with 'using'
|
2022-08-30 11:10:02 +02:00 |
|
wmayer
|
5f91eaa5eb
|
TD: modernize C++: replace 'typedef' with 'using'
|
2022-08-30 10:59:39 +02:00 |
|
wmayer
|
312c8f68e4
|
Mod: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 23:21:15 +02:00 |
|
wmayer
|
138629633f
|
Sketcher: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 23:13:16 +02:00 |
|
wmayer
|
80d7af9f05
|
Points: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 22:57:24 +02:00 |
|
wmayer
|
236b40ab65
|
Path: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 22:21:01 +02:00 |
|
wmayer
|
3e009e2693
|
PD: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 22:20:49 +02:00 |
|
wmayer
|
ad7375380a
|
Part: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 19:31:50 +02:00 |
|
wmayer
|
57ca9f6b1f
|
MeshPart: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 18:36:52 +02:00 |
|
wmayer
|
f0ebcde942
|
Mesh: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 18:30:53 +02:00 |
|
wmayer
|
bff8a73ba6
|
Mod: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 16:21:46 +02:00 |
|
wmayer
|
23961706be
|
Gui: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 14:09:18 +02:00 |
|
wmayer
|
656890be38
|
App: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 12:58:39 +02:00 |
|
wmayer
|
4e42ff7baa
|
Base: modernize C++: replace 'typedef' with 'using'
|
2022-08-29 11:42:09 +02:00 |
|
wandererfan
|
c0d69f7d8e
|
[TD]replace GeometryObject only after all changes are done
|
2022-08-28 15:52:23 -04:00 |
|
wandererfan
|
67ce559bc5
|
[TD]clazy warning re 3 parameter QObject::connect
|
2022-08-28 15:52:23 -04:00 |
|
Chris Hennes
|
dfafe7e04a
|
Addon Manager: pylint cleanup of Macro class
|
2022-08-28 13:50:09 -05:00 |
|
wandererfan
|
6bb936e87c
|
[TD]cosmetic vertex size consistency
|
2022-08-28 13:13:20 -04:00 |
|
wmayer
|
3cb3c099bb
|
App: minor improvements:
* use 'using' instead of 'typedef' [modernize-use-using]
* fix bugprone-reserved-identifier
* fix whitespace/comma
|
2022-08-28 16:15:57 +02:00 |
|
wmayer
|
2fcecb643a
|
App: replace some while loops with range-based for loops to increase readability
|
2022-08-28 15:42:57 +02:00 |
|
berniev
|
5fc5d3a996
|
App: use auto - strange iterator (PR #7405)
|
2022-08-28 15:29:52 +02:00 |
|
wmayer
|
f15fe90339
|
Base: [skip ci] optimize writing Inventor file
|
2022-08-28 13:01:12 +02:00 |
|
wmayer
|
f4f03d022e
|
Base: [skip ci] whitespace improvements
|
2022-08-28 12:20:49 +02:00 |
|
marioalexis
|
6f6854edd5
|
Base: Fix warning -Wrange-loop-construct
|
2022-08-28 12:04:21 +02:00 |
|
wandererfan
|
9035020315
|
[TD]fix crash in Preferences
- QGVPage was not detaching the parameter observer when
deleted, leaving a stale pointer in the list of observers.
|
2022-08-27 15:50:48 -04:00 |
|
sliptonic
|
c130cf7c46
|
Merge pull request #7207 from agren/remove-dead-code
Path: Remove dead code
|
2022-08-27 10:18:24 -05:00 |
|
agren
|
65bafb36dc
|
Merge branch 'master' into remove-dead-code
|
2022-08-26 20:29:39 +02:00 |
|
wmayer
|
6c9752135a
|
Part: [skip ci] remove support of Py < 3.5
|
2022-08-26 16:37:35 +02:00 |
|
FreeCAD-Tools
|
bdc4704ec6
|
fix translation issue
fix issue https://github.com/FreeCAD/FreeCAD-translations/issues/190
|
2022-08-26 15:01:45 +02:00 |
|
wmayer
|
d1b6764514
|
Base: support of SoFaceSet in InventorLoader
|
2022-08-26 14:51:43 +02:00 |
|
wmayer
|
c3f76e0cd8
|
Mesh: use Base::InventorLoader to load mesh files in .iv format
|
2022-08-26 12:39:52 +02:00 |
|
wmayer
|
9d041d8497
|
Base: implement loading of OpenInventor files (currently only SoIndexedFaceSet is supported)
|
2022-08-26 12:39:04 +02:00 |
|
Chris Hennes
|
9fe70c9211
|
Addon Manager: Fix bug in updater
|
2022-08-25 15:57:11 -05:00 |
|
Chris Hennes
|
551fe9e332
|
Addon Manager: Support older git versions
|
2022-08-25 09:50:12 -05:00 |
|
Chris Hennes
|
9492849f4a
|
Addon Manager: Pylint cleanup of utilities
|
2022-08-25 09:50:12 -05:00 |
|
berniev
|
705a77673a
|
App use explicit
|
2022-08-25 15:56:23 +02:00 |
|
Chris Hennes
|
eb54af4429
|
Addon Manager: Fix bug in dependency resolver
|
2022-08-24 12:24:38 -05:00 |
|
Chris Hennes
|
0b8f68cd44
|
AddonManager: Refactoring of installer
|
2022-08-24 12:24:38 -05:00 |
|
wmayer
|
e56e35cf6a
|
Surface: [skip ci] fix minor issues found by code checkers
|
2022-08-24 18:47:48 +02:00 |
|
wmayer
|
ced0f46ef5
|
Clang: fix clang-diagnostic-error
|
2022-08-24 17:02:17 +02:00 |
|
berniev
|
180edfa3cc
|
Mod: Single arg ctors must be explicit
|
2022-08-24 16:55:20 +02:00 |
|
berniev
|
3877fc62c3
|
Gui: Single arg ctors must be explicit (PR #7369)
|
2022-08-24 15:06:03 +02:00 |
|
luz paz
|
c429473a4a
|
stepZ.py: remove remaining mention of gzip_utf8
Leftover from b01aa8de9
[skip ci]
|
2022-08-24 14:40:43 +02:00 |
|
wmayer
|
c7d6f7ab87
|
Surface: add unit test for blend curve
|
2022-08-24 14:37:10 +02:00 |
|
wmayer
|
de2ac32a47
|
Import: [skip ci] whitespace improvements
|
2022-08-24 11:55:39 +02:00 |
|
andrea
|
9b622048b8
|
remove unused gzip_utf8
|
2022-08-24 11:48:46 +02:00 |
|
IFo Hancroft
|
bf2d428b1b
|
Update org.freecadweb.FreeCAD.xml
|
2022-08-24 11:41:07 +02:00 |
|