Roy-043
3844c7296b
Draft: Fix Angle Lock for non-XY workingplane
2022-03-10 17:44:38 +01:00
Zheng, Lei
c5a0db5e47
Gui: fix crash on editing PropertyVectorList in property view
2022-03-10 15:31:45 +01:00
Wanderer Fan
3b4b5a4e7c
[TD]add missing ScaleType to Section dlg
2022-03-10 09:25:52 -05:00
Wanderer Fan
bbffb3f413
[TD]handle ScaleType in old documents
2022-03-10 09:25:52 -05:00
Yorik van Havre
dd1b0e0a3d
Draft: Fixed error in SVG rendering of LinkedArrays - fixes #6516
2022-03-10 13:34:18 +01:00
wmayer
2a73ac7cb1
App: add convenience method DocumentObject::clearExpression()
2022-03-10 12:09:57 +01:00
Chris Hennes
c2055689a5
Addon Manager: Refactor to improve testability
2022-03-09 23:14:59 -06:00
marioalexis
b9028eb8a9
Part: Some updates in CompoundFilter.py
2022-03-10 03:07:07 +01:00
wmayer
fa0e6dfa9e
App: correctly handle int as argument for ocumentPy::getObject
...
Add a unit test to confirm correct behaviour
2022-03-09 23:02:22 +01:00
wmayer
ae94c8489c
App: [skip ci] fix bug in Metadata::supportsCurrentFreeCAD()
...
clang prints the warning: operator '?:' has lower precedence than '<<'; '<<' will be evaluated first [-Wparentheses]
2022-03-09 22:05:14 +01:00
wmayer
8d3c66cf18
Core/Mod: modernize C++11
...
* use nullptr
2022-03-09 21:55:31 +01:00
Chris Hennes
56a04dbbc0
Addon Manager: Begin Macro unit tests
2022-03-09 12:14:57 -06:00
Ajinkya Dahale
c596c2fe3d
[Sketcher] Constrain first pole when created
...
By doing this, duplicate radius constraints are not made when deleting and
redefining second pole.
2022-03-09 16:43:47 +01:00
Ajinkya Dahale
0f093f4221
[Sketcher] Safeguard against spurious pre-selection
...
Preselection is sometimes not updated under some circumstances
1. when deleting an object through python;
2. before autoconstraint when deleting previous pole in bspline creation mode.
When the preselected curve is the deleted object, segfault/crash can happen.
2022-03-09 16:43:47 +01:00
Ajinkya Dahale
1d9dd035e7
[Sketcher] Redraw correctly on pole delete in "create b-spline"
...
This ensures that the last preview line drawn is always at the cursor and that
the coordinates are always w.r.t. the last defined pole.
2022-03-09 16:43:47 +01:00
marioalexis
8723f0b96d
Part: Check geometry in Part_ExplodeCompound command
2022-03-09 15:41:30 +01:00
Uwe
d1fc159f4c
[Part] change sGroup for Section Cut
...
as discussed here: https://forum.freecadweb.org/viewtopic.php?p=577536#p577536
2022-03-09 11:43:23 +01:00
Chris Hennes
f122061424
Core: Support disabling Addon by FreeCAD version
...
If package.xml metadata file exists, it is scanned for FreeCAD version
compatibility before the Addon is loaded. If the Addon specifies that it is
explicitly not compatible with the current version of FreeCAD, the Addon is
not loaded.
2022-03-08 23:19:04 -06:00
Uwe
907ef395f4
[Part] Section Cut: fix cut object naming issue
2022-03-09 03:04:13 +01:00
Chris Hennes
b14638c439
Addon Manager: Add unit tests for dependencies
2022-03-08 19:15:01 -06:00
Chris Hennes
75aed7f375
Addon Manager: Improve dependency handling
2022-03-08 19:15:01 -06:00
Uwe
e3e455cd5c
[Part] Section Cut: fix for tooltip handling
2022-03-09 01:52:16 +01:00
wmayer
9e91a8991e
Gui: Optimize includes to reduce compile time
2022-03-09 01:25:29 +01:00
Uwe
9654786c67
[Gui] Quarter: remove unused includes
2022-03-09 01:12:15 +01:00
wmayer
6193fc9cdb
Sketch: [skip ci] fix linking error with MSVC
...
For more details see: https://forum.freecadweb.org/viewtopic.php?f=10&t=66939
2022-03-09 01:11:15 +01:00
wmayer
6384f367d2
Base: [skip ci] change identation in Console.h
2022-03-09 01:04:16 +01:00
Wanderer Fan
84f2340170
[TD]Change grid default to OFF
2022-03-08 08:21:28 -05:00
Yorik van Havre
2c55cda567
Merge pull request #6510 from alafr/fix-basemirror
...
Arch: fix BaseMirror property
2022-03-08 13:57:49 +01:00
wmayer
7a68a950e5
Gui: [skip ci] remove text
2022-03-08 12:54:46 +01:00
Uwe
068f02c4b7
[Part] Section Cut: also handle normal Link objects
...
Link objects within App::Part containers were already handled but not Link objects outside
2022-03-08 06:25:35 +01:00
Uwe
5dd531ea22
[Gui] intermediate compilation fix for Windows
...
as reported here: https://forum.freecadweb.org/viewtopic.php?p=577678#p577678
2022-03-08 03:17:27 +01:00
Uwe
42c7eb02f3
[Base] compile fix for Windows without PCH
2022-03-08 03:00:36 +01:00
Uwe
5587569629
[Gui] DAGView: remove few includes
...
mainly the headers are just sorted
2022-03-08 02:37:35 +01:00
Uwe
bda12907de
[Gui] rename the Qt header list
2022-03-07 20:35:38 +01:00
Uwe
2c86fe2ab1
[App] AutoTransaction: a change to silence MSVC compiler
...
as proposed here: https://github.com/FreeCAD/FreeCAD/pull/6519#discussion_r820641762
2022-03-07 20:34:02 +01:00
wmayer
1ca7429705
Gui: Optimize includes to reduce compile time
2022-03-07 20:29:18 +01:00
wmayer
38471cc76b
Base: [skip ci] Optimize includes to reduce compile time
2022-03-07 16:49:01 +01:00
wmayer
4977e55e51
App: Optimize includes to reduce compile time
2022-03-07 15:53:58 +01:00
Wanderer Fan
5926060281
[TD]fix ScaleType change behaviour
2022-03-07 09:30:39 -05:00
Yorik van Havre
7653a9473d
Merged crowdin translations
2022-03-07 14:55:22 +01:00
Yorik van Havre
5aec63d704
Updated master translation files
2022-03-07 14:49:13 +01:00
Ajinkya Dahale
c7546287d2
[Sketcher] Check for b-spline before starting knot insertion "mode"
...
The DrawSketchHandler will otherwise give confusing error messages.
2022-03-07 14:27:28 +01:00
Uwe
f602fc872b
[Part] Section cutting: fix read of cut state of existing cuts
...
- it is now also possible to determine the Flip state correctly
2022-03-07 02:45:36 +01:00
wmayer
c3138db55f
App: include cstddef to get definition of size_t
2022-03-07 01:00:14 +01:00
Uwe
8bca1e00ec
Revert "[App] add a missing return statement ( #6519 )"
...
This reverts commit 1be4ed57ae .
2022-03-07 00:50:18 +01:00
wmayer
e4435cdcba
Base/App: fix warnings from code analysers:
...
* convert old-style-casts to explicit C++ casts where possible
* make some implicit conversions explicit
2022-03-06 23:49:30 +01:00
Uwe
1be4ed57ae
[App] add a missing return statement ( #6519 )
...
* [App] add a missing return statement
as discussed here: c96f61b0a1 (commitcomment-68066635)
2022-03-06 23:20:05 +01:00
Syres916
8b3902bcfd
[Raytracing] Bugfix for compiling with OCC 7.6.x
...
See discussion https://forum.freecadweb.org/viewtopic.php?f=4&p=577109#p577109
2022-03-06 22:32:31 +01:00
wmayer
51b7d98788
Base: [skip ci] revert copyright change
2022-03-06 22:20:35 +01:00
Uwe
f9b2489ae2
[Gui] Quarter: remove few unused includes
...
- mainly sorting
2022-03-06 21:47:17 +01:00