wmayer
|
61bc913fe5
|
Test: [skip ci] test matrix element order
|
2022-05-17 11:47:40 +02:00 |
|
wmayer
|
d0f98bf45c
|
Conda: ssize_t is a POSIX type and thus not necessarily defined on Windows. Currently this causes build failures with Conda + Py3.10.
The solution is to get rid off all occurrences of ssize_t in FreeCAD code
|
2022-05-17 11:43:40 +02:00 |
|
Yorik van Havre
|
06515cd340
|
Draft: Prevented error when grid size is zero - issue #5427
|
2022-05-17 10:58:10 +02:00 |
|
Yorik van Havre
|
27277e29c6
|
Draft: Fixed qt connect style - fixes #6879
|
2022-05-17 09:58:56 +02:00 |
|
younghang
|
5ae3a0866e
|
Merge branch 'master' into master
|
2022-05-17 09:03:56 +08:00 |
|
wmayer
|
a564d5ced7
|
Import: fixes #5793: DXF export (Autodesk DXF 2D type) doesn't add any UNITS field inside the dxf file
|
2022-05-17 02:41:02 +02:00 |
|
luz paz
|
6e86375e8f
|
[TestWB] fix source comment typo in
[skip ci]
|
2022-05-17 02:28:47 +02:00 |
|
luz paz
|
feec67e90f
|
Mesh: fix pep8 related issues in Init.py
Added `import FreeCAD`
Added missing whitespace after commas
Removed DOS line endings
|
2022-05-16 16:44:00 -04:00 |
|
Chris Hennes
|
cd53c06b98
|
Draft: fix SVG rotation around non-origin center
Fixes #6869
|
2022-05-16 11:10:04 -05:00 |
|
sliptonic
|
9adf4c4e33
|
fixes 6826. Simplifies logic for calculating helix stepovers
|
2022-05-16 10:58:04 -05:00 |
|
wmayer
|
00fea5057c
|
Test: [skip ci] unit test for Commands related to PR #6889
|
2022-05-16 13:33:32 +02:00 |
|
Yorik van Havre
|
a175ae63b3
|
Arch: fixed window for good this time
|
2022-05-16 13:21:52 +02:00 |
|
wmayer
|
cca62bd8b5
|
Test: unit test for sub-objects related to PR #6888
|
2022-05-16 11:29:18 +02:00 |
|
Yorik van Havre
|
73d28acd87
|
Arch: Fixed mistake in last commit
|
2022-05-16 10:42:09 +02:00 |
|
wmayer
|
57fcdd8182
|
Sketch: fixes #6890: Problem with Grid size preference
|
2022-05-16 10:18:42 +02:00 |
|
Yorik van Havre
|
3ec140fac7
|
Arch: Fixed default component type for new windows
|
2022-05-16 09:34:14 +02:00 |
|
younghang
|
07d7ced8ec
|
Path: Fix PointProjectionFailed in rebaseWire()
|
2022-05-16 10:08:35 +08:00 |
|
younghang
|
7630ee024b
|
fix PointProjectionFailed
|
2022-05-16 00:04:44 +08:00 |
|
wmayer
|
4ae98779c1
|
Test: unit test for sub-objects related to PR #6838
|
2022-05-14 16:32:19 +02:00 |
|
Wanderer Fan
|
3e56f88404
|
[TD]mark literals for translation
|
2022-05-13 13:41:37 -04:00 |
|
Wanderer Fan
|
00c8916341
|
[TD]Fix group item moving when locked
|
2022-05-13 13:41:37 -04:00 |
|
sliptonic
|
b96a650dec
|
Merge pull request #6703 from Russ4262/fix/extensions_size_update
Path: Fix extensions updates and Default Length application [Bug]
|
2022-05-13 09:08:49 -05:00 |
|
wmayer
|
4fea37b3bc
|
Part: std::unique_ptr is provided by the memory header
|
2022-05-12 17:52:52 +02:00 |
|
wmayer
|
5f0ad3864d
|
Part: reorder headers in PreCompiled.h
|
2022-05-12 17:50:33 +02:00 |
|
Wanderer Fan
|
ef37abc441
|
[TD]fix dimension special characters
|
2022-05-11 14:16:56 -04:00 |
|
Wanderer Fan
|
23a1f08624
|
[TD]add blank space for legibility
|
2022-05-11 14:16:56 -04:00 |
|
janne
|
349c6be995
|
#6871 Use the variable 'cam_file' instead of trying to read an non-existing document.
|
2022-05-11 19:30:06 +02:00 |
|
sliptonic
|
b4cb34c4d3
|
Merge pull request #6872 from JanneKro/master
#6871 - Certain PostProcessors spam errors and other output
|
2022-05-11 10:43:34 -05:00 |
|
sliptonic
|
acb1e2047a
|
Merge pull request #6868 from fra589/master
Path: grbl_post: T, H and S GCode parameters are integers, not float numbers.
|
2022-05-11 10:31:14 -05:00 |
|
JanneK
|
5b6b5f0578
|
Merge branch 'master' into master
|
2022-05-11 17:11:05 +02:00 |
|
janne
|
55f1222bc2
|
Remove '<post_processor_name> gcode postprocessor loaded.' message from the post-processors that have them.
|
2022-05-11 16:26:05 +02:00 |
|
janne
|
0f7cb192d5
|
Do not read filename of document when it isn't open.
|
2022-05-11 16:17:06 +02:00 |
|
Wanderer Fan
|
f0f0124f76
|
[TD]allow more room for section name
- section title label too short for translations
of GD&T
|
2022-05-11 09:57:53 -04:00 |
|
Wanderer Fan
|
bb2590e2bd
|
[TD]use PyArg_ParseTuple type check
- replace PyObject_TypeCheck with O! in PyArg_ParseTuple
|
2022-05-11 09:57:53 -04:00 |
|
Wanderer Fan
|
584af812ad
|
[TD]fix extra undo on TaskCenterLine cancel
|
2022-05-11 09:57:53 -04:00 |
|
Gauthier
|
e1b00be15c
|
T, H and S GCode parameters are integers, not float numbers.
|
2022-05-11 11:47:48 +02:00 |
|
wmayer
|
8c984359dd
|
Part: LGTM: Multiplication result may overflow 'int' before it is converted to 'unsigned int'.
|
2022-05-11 10:03:53 +02:00 |
|
luz paz
|
132fdeade5
|
FEM: [Crowdin] fix typo in ElectrostaticPotential.ui tooltip
Fixes https://github.com/FreeCAD/FreeCAD-translations/issues/143
|
2022-05-10 19:02:09 -05:00 |
|
wmayer
|
1ca00446af
|
Part: [skip ci] unit tests for PR #6850
|
2022-05-10 14:00:12 +02:00 |
|
wmayer
|
cd3ba642df
|
PD: [skip ci] remove extra semicolon [-Wextra-semi]
|
2022-05-09 17:32:35 +02:00 |
|
Yorik van Havre
|
bd2c7dc651
|
Merge pull request #6798 from 0penBrain/draftWPTB
[BugFix] Draft: ensure Working Panel toolbar is deactivated on FC closing
|
2022-05-09 11:06:59 +02:00 |
|
wmayer
|
9d3040cc60
|
Spreadsheet: PR #6843: add missing unit test
|
2022-05-09 10:27:52 +02:00 |
|
Zheng, Lei
|
ef2db349f8
|
Spreadsheet: fix cell clearing
|
2022-05-09 10:25:49 +02:00 |
|
Chris Hennes
|
44540a4d82
|
Mesh: Add missing toolbar translation strings
|
2022-05-08 17:02:41 -05:00 |
|
Kuzemko Alexsandr
|
feb0f27f8d
|
[PartDesign] Add Q_DECLARE_TR_FUNCTIONS() macro
|
2022-05-08 14:52:39 -05:00 |
|
Kuzemko Aleksandr
|
c3bbb9a135
|
[PartDesign] Fix and expose ViewProvider strings to translation
Closes https://github.com/FreeCAD/FreeCAD-translations/issues/24
|
2022-05-08 14:52:39 -05:00 |
|
wmayer
|
c1c06f4ccb
|
Spreadsheet: [skip ci] issue #6840/#6844: add unit test
|
2022-05-08 21:29:56 +02:00 |
|
sliptonic
|
c579021d95
|
Merge pull request #6851 from Kuzma30/final_120
[Path] Final fix of Path - message during startup (#43)
|
2022-05-08 12:20:21 -05:00 |
|
wmayer
|
ee3038d32f
|
Spreadsheet: [skip ci] issue #6844: add unit test
|
2022-05-08 18:59:23 +02:00 |
|
Wanderer Fan
|
ccad0fac90
|
[TD]add Python QGraphicsObject to Page
|
2022-05-08 09:01:04 -04:00 |
|