Jonas Bähr
|
dc07897a29
|
Sketcher: Add tests for Circle to Line distance constraint
Note that support for secants currently only works for reference
constraints but not for driving ones. If and how this should be done
is still under discussion [1].
[1]: https://github.com/FreeCAD/FreeCAD/pull/9044#issuecomment-1548006842
|
2023-05-23 14:19:51 +02:00 |
|
Yorik van Havre
|
2f222a1242
|
Arch: Removed leftovers of leftover html escape chars
|
2023-05-23 14:10:22 +02:00 |
|
Yorik van Havre
|
f6c003bdbc
|
Arch: Removed leftover html escape chars
|
2023-05-23 14:00:49 +02:00 |
|
Yorik van Havre
|
3880f47e17
|
Merge branch 'arch-html-tooltips' of github.com:yorikvanhavre/FreeCAD into yorikvanhavre-arch-html-tooltips
|
2023-05-23 13:54:36 +02:00 |
|
Yorik van Havre
|
03450a5684
|
Merge pull request #9586 from yorikvanhavre/arch-ifc-export-fix
Arch: Minor fix to IFC exporter
|
2023-05-23 13:53:14 +02:00 |
|
Yorik van Havre
|
1ae23db392
|
Merge pull request #9585 from yorikvanhavre/arch-svg-fill
Arch: Fixed SVG fill
|
2023-05-23 13:52:33 +02:00 |
|
sliptonic
|
a6b868a358
|
fix label and file size
|
2023-05-22 20:25:16 -05:00 |
|
Chris Hennes
|
aa3b2f39a6
|
Merge pull request #9624 from wwmayer/fix_OpenSCAD_cmds
OpenSCAD: Hull/Minkowski also work for a single selected object
|
2023-05-22 13:45:31 -05:00 |
|
Chris Hennes
|
7a9b25bc6f
|
Merge pull request #9381 from wwmayer/tweak_clang_format
Set BreakConstructorInitializers to BeforeComma
|
2023-05-22 09:01:12 -05:00 |
|
Paddle
|
c3c5f491ef
|
Wb group fixes
|
2023-05-22 15:21:40 +02:00 |
|
Yorik van Havre
|
6a7b5f754f
|
Arch: removed 'object' from command tooltips - fixes FreeCAD-translations/#221
|
2023-05-22 15:13:16 +02:00 |
|
Paddle
|
d238eb313d
|
Pref: Wb: remove the need to restart on wb activation and order change.
|
2023-05-22 10:13:13 +02:00 |
|
Paddle
|
f3d5b204d2
|
Core: WorkbenchComboBox and WorkbenchGroup simplification.
|
2023-05-22 10:13:13 +02:00 |
|
Chris Hennes
|
d45356e2b5
|
Merge pull request #9627 from chennes/addonManagerMiscBugs
Addon Manager: Minor error handling cleanup
|
2023-05-21 20:37:54 -05:00 |
|
Chris Hennes
|
8ef29190f4
|
Merge pull request #9629 from chennes/updateTranslations20230521
Update translations
|
2023-05-21 19:58:00 -05:00 |
|
Chris Hennes
|
20f073e84e
|
Update translations
|
2023-05-21 19:13:11 -05:00 |
|
Chris Hennes
|
9d34bed01f
|
Merge pull request #9628 from chennes/crowdInScriptTweak
Tools: Modify CrowdIn to only generate QMs when needed
|
2023-05-21 19:11:18 -05:00 |
|
Chris Hennes
|
b54e0d74ff
|
Tools: Modify CrowdIn to only generate QMs when needed
|
2023-05-21 19:01:42 -05:00 |
|
Chris Hennes
|
e90ecc27ff
|
Addon Manager: Minor error handling cleanup
|
2023-05-21 15:50:29 -05:00 |
|
wmayer
|
722087b32c
|
OpenSCAD: Hull/Minkowski also work for a single selected object
|
2023-05-21 16:42:09 +02:00 |
|
Roy-043
|
52b41fee06
|
Draft: fix props_changed_placement_only for attached clones and similar (#9623)
For an attached object whose Shape depends on one or more source objects props_changed_placement_only should always return False.
|
2023-05-21 16:15:55 +02:00 |
|
Chris Hennes
|
864f99bf98
|
Merge pull request #9614 from chennes/fixPrefPageContext
Gui: Correct translation context of pref pages
|
2023-05-20 19:53:32 -05:00 |
|
MaxiV
|
4cfd56a80b
|
Delete A4_IRAM4504.svg
It is included in the AR_IRAM folder
|
2023-05-20 10:31:00 -04:00 |
|
sliptonic
|
490ed09dc3
|
Merge pull request #9608 from chennes/pathHTMLRemoval
Path: Remove HTML where not needed
|
2023-05-20 07:51:57 -05:00 |
|
Roy-043
|
c5bf5d117b
|
Draft: remove obsolete gui_array_simple.py (#9616)
|
2023-05-20 10:37:31 +02:00 |
|
Abdullah Tahiri
|
e7425e8634
|
Sketcher: Add App directory to pre-commit
|
2023-05-20 07:55:05 +02:00 |
|
Abdullah Tahiri
|
987b4bda2a
|
Sketcher: App - Clang-format
|
2023-05-20 07:55:05 +02:00 |
|
Abdullah Tahiri
|
c33cdcd68a
|
Sketcher: Add planeGCS directory to pre-commit
|
2023-05-20 07:55:05 +02:00 |
|
Abdullah Tahiri
|
2ae7cc4a94
|
Sketcher: PlaneGCS C-lang formatting
====================================
As per:
https://forum.freecad.org/viewtopic.php?t=77205
Please use pre-commit as described in:
https://github.com/FreeCAD/DevelopersHandbook/blob/master/gettingstarted/index.md#setting-up-for-development
|
2023-05-20 07:55:05 +02:00 |
|
Chris Hennes
|
5f82aa42bb
|
Merge pull request #9215 from marioalexis84/gui-window_parameter
Gui: Add function in WindowParameter class to connect slot to ParameterManager signal
|
2023-05-19 22:45:48 -05:00 |
|
Chris Hennes
|
d30292bece
|
Merge pull request #9603 from chennes/windowsVersionHack
Gui: Hack to get Windows 11 version
|
2023-05-19 21:12:19 -05:00 |
|
Chris Hennes
|
ad8a4376c8
|
Gui: Move C++ pref pages to QObject context
|
2023-05-19 20:54:27 -05:00 |
|
Chris Hennes
|
0100e8f843
|
Gui: Correct translation context of pref pages
Preference page title strings must be in QObject
|
2023-05-19 20:46:12 -05:00 |
|
Chris Hennes
|
4888a28f7d
|
Merge pull request #9612 from chennes/addonmanagerVersionErrorHandling
Addon Manager: Improve error handling for Version
|
2023-05-19 18:08:14 -05:00 |
|
wandererfan
|
6a7b04a441
|
[TD]fix fail on bad selection (#9598)
|
2023-05-19 19:07:48 -04:00 |
|
wandererfan
|
766a04e26e
|
[TD]cleanup debug messages
|
2023-05-19 19:07:48 -04:00 |
|
Chris Hennes
|
b0090a7890
|
Addon Manager: Improve error handling for Version
|
2023-05-19 17:17:29 -05:00 |
|
Chris Hennes
|
68ec11425d
|
Gui: Hack to get Windows 11 version
|
2023-05-19 10:27:21 -05:00 |
|
Chris Hennes
|
e87555bdfb
|
Merge pull request #9610 from chennes/openscadWordingTweak
OpenSCAD: Minor wording tweak in preferences
|
2023-05-19 10:25:29 -05:00 |
|
Chris Hennes
|
e2c85c9649
|
Merge pull request #9609 from chennes/addonManagerTranslationIssues20230518
Addon Manager: Minor linguistic fixes
|
2023-05-19 10:25:17 -05:00 |
|
Chris Hennes
|
bd1685d107
|
OpenSCAD: Minor wording tweak in preferences
|
2023-05-18 21:58:08 -05:00 |
|
Chris Hennes
|
ca2be49541
|
Addon Manager: Minor linguistic fixes
|
2023-05-18 21:49:41 -05:00 |
|
Chris Hennes
|
c78ed2829f
|
Path: Misc. minor string cleanup
|
2023-05-18 21:33:46 -05:00 |
|
Chris Hennes
|
64041cda6e
|
Merge pull request #9607 from chennes/translations20230518
Update translations
|
2023-05-18 20:53:47 -05:00 |
|
Chris Hennes
|
89214499d5
|
Path: Remove HTML where not needed
|
2023-05-18 20:44:00 -05:00 |
|
Chris Hennes
|
0b41c4a8a8
|
Update translations
|
2023-05-18 07:49:08 -05:00 |
|
Chris Hennes
|
55ee18108e
|
Merge pull request #9596 from chennes/macVersionInfoHack
Gui: Mac version info hack
|
2023-05-17 20:07:46 -05:00 |
|
Chris Hennes
|
1c370eff57
|
Merge pull request #9601 from chennes/addonmanagerTypo
Addon Manager: Fix typo
|
2023-05-17 17:48:38 -05:00 |
|
Chris Hennes
|
770b002a1a
|
Addon Manager: Fix typo
|
2023-05-17 17:01:17 -05:00 |
|
Roy-043
|
a23142881a
|
Draft: Draft_Move continue mode failed with numeric input (#9597)
|
2023-05-17 18:56:36 +02:00 |
|