Commit Graph

41016 Commits

Author SHA1 Message Date
Chris Hennes
a92cb4499c Merge pull request #20165 from PaddleStroke/patch-16
Sketcher: Add parameter to combine line and polyline
2025-03-16 23:58:07 -05:00
Chris Hennes
c6b026efaa Merge pull request #20179 from mosfet80/patch-11
Update sub_lint.yml
2025-03-16 23:57:51 -05:00
Chris Hennes
36f01c2bd7 Merge pull request #20184 from tritao/apt-install-script-fix-vtk
Package: Fix apt install script to handle VTK for newer Ubuntu releases.
2025-03-16 23:57:33 -05:00
Chris Hennes
ef24ad9e1b Merge pull request #20207 from yorikvanhavre/bim-space-text
BIM: Fixed space text display
2025-03-16 23:57:19 -05:00
Chris Hennes
93daa022f5 Merge pull request #20191 from mosfet80/patch-12
clean  Gui/CMakeLists.txt
2025-03-16 23:57:01 -05:00
Chris Hennes
dfb516eb6e Merge pull request #20173 from luzpaz/typos-Mar-2025
Fix various typos
2025-03-16 23:56:47 -05:00
Chris Hennes
2e1db6144a Merge pull request #20202 from tritao/fix-python-shiboken-regression
Fix regression in Python setup with old Shiboken.
2025-03-16 23:56:31 -05:00
bofdahof
ed2a99e37b Points: apply std::ranges 2025-03-16 17:19:22 -05:00
bofdahof
477f9aa401 Mesh: apply std::ranges 2025-03-16 17:19:03 -05:00
bofdahof
479e6ad708 TechDraw: apply std::ranges 2025-03-16 17:18:23 -05:00
bofdahof
fb71aa3292 Sketcher: apply std::ranges 2025-03-16 17:18:12 -05:00
bofdahof
2ddd24bc6d Part: apply std::ranges 2025-03-16 17:17:37 -05:00
bofdahof
216a76e971 PartDesign: apply std::ranges 2025-03-16 17:17:15 -05:00
bofdahof
beb5dd9629 Measure: apply std::ranges 2025-03-16 17:16:56 -05:00
bofdahof
ab74f06ef4 Import: apply std::ranges 2025-03-16 17:16:42 -05:00
bofdahof
1c4ecf576b FEM: apply std::ranges 2025-03-16 17:16:30 -05:00
bofdahof
fbd195ccf2 Drawing: apply std::ranges 2025-03-16 17:15:49 -05:00
bofdahof
474b0314b3 CAM: apply std::ranges 2025-03-16 17:15:38 -05:00
bofdahof
192ae4a152 Assembly: apply std::ranges 2025-03-16 17:15:26 -05:00
bofdahof
cb5caf6765 Gui: apply std::ranges 2025-03-16 17:15:14 -05:00
bofdahof
8ba49db74e Base: apply std::ranges 2025-03-16 17:14:51 -05:00
bofdahof
59c3bbe5c2 App: apply std::ranges 2025-03-16 17:14:38 -05:00
Karliss
42790475d6 Add missing parent for messagebox and other popups
Unparented popups can easily get lost in backround, but they still block top level event loop when run with ::exec() thus preventing interactions with main window.  This mainly happens on wayland. Setting the parent ensures they are always kept on top and reasonably positioned.
2025-03-16 16:02:36 -05:00
PaddleStroke
91bfa4b02c QuickMeasure: Do not measure datums 2025-03-16 15:48:46 -05:00
Yorik van Havre
708bb9708e BIM: Fixed space text display - fixes #20126 2025-03-15 14:35:17 +01:00
Captain
15a663d757 Merge branch 'FreeCAD:main' into flickering-cursor 2025-03-15 03:28:34 +05:30
tritao
b44f679512 Fix regression in Python setup with old Shiboken.
https://github.com/FreeCAD/FreeCAD/pull/19635#issuecomment-2725612407
2025-03-14 21:11:11 +00:00
Roy-043
9d053541ab Draft: make Draft_Edit also detect key up events
The key down events can be claimed by shortcuts from other workbenches. Detecting both the down and up events does not seem to cause problems.
2025-03-14 21:09:20 +01:00
Luz Paz
6564a7b107 Fix various typos 2025-03-14 12:37:12 -04:00
Joao Matos
bcd8c7a9b2 Package: Fix apt install script to handle VTK for newer Ubuntu releases. 2025-03-14 13:42:29 +00:00
mosfet80
c06e757e18 clean Gui/CMakeLists.txt
clean code
2025-03-14 09:20:02 +01:00
Chris Hennes
f884468e63 Merge pull request #20178 from hasecilu/fix/measure_translation_file
Measure: add translation source file for uploading to Crowdin
2025-03-14 04:47:53 +00:00
Chris Hennes
44908ad721 Merge pull request #19428 from tritao/base-tracy-profiler
Base: Add Tracy frame profiling support.
2025-03-14 04:12:05 +00:00
Joao Matos
0feab195ac Base: Add build support and instrumentation for the Tracy profiler. 2025-03-14 03:41:30 +00:00
mosfet80
3aceccd32e Update sub_lint.yml
./src/CXX and /src/zipios++ folders have been moved to src/3rdParty
2025-03-13 18:36:29 +01:00
hasecilu
b98eed2574 Measure: add Spanish translation 2025-03-13 10:56:18 -06:00
hasecilu
00d5866be1 Measure: add translation source file for uploading to Crowdin 2025-03-13 10:21:10 -06:00
captain0xff
2670b4ed60 stop the cursor from flickering while picking a cosmetic vertex in techdraw 2025-03-13 21:30:44 +05:30
PaddleStroke
61801fd727 Sketcher: Fix negative angle rendering negative bug 2025-03-13 15:28:23 +01:00
PaddleStroke
22c3250692 Update src/Mod/Sketcher/Gui/SketcherSettings.ui
Co-authored-by: Furgo <148809153+furgo16@users.noreply.github.com>
2025-03-13 15:05:00 +01:00
PaddleStroke
33cb93d655 Update src/Mod/Sketcher/Gui/SketcherSettings.ui
Co-authored-by: Furgo <148809153+furgo16@users.noreply.github.com>
2025-03-13 15:04:52 +01:00
PaddleStroke
cb05aad833 Add line group checkbox to SketcherSettings.cpp 2025-03-13 14:47:02 +01:00
PaddleStroke
6854120f66 add line group checkbox in SketcherSettings.ui 2025-03-13 14:45:40 +01:00
sliptonic
c1fd2ba4a5 Merge pull request #20154 from clsergent/snapmaker_post
CAM: add Snapmaker postprocessor
2025-03-13 13:32:18 +00:00
Benjamin Bræstrup Sayoc
2ebb951bb1 Gui: avoid code duplication in PythonEditor 2025-03-13 14:23:05 +01:00
Chris Hennes
d86d45ce03 Merge pull request #20166 from mosfet80/updateGSL
Update GSL
2025-03-13 13:07:27 +00:00
Benjamin Bræstrup Sayoc
32da822741 TechDraw: remove unneeded state from QGIFace 2025-03-13 13:44:30 +01:00
Benjamin Bræstrup Sayoc
6cb6757908 TechDraw: remove unneeded state from QGIDecoration 2025-03-13 13:42:02 +01:00
Benjamin Bræstrup Sayoc
37cd2bd03a TechDraw: remove unneeded state from QGCustomText 2025-03-13 13:42:02 +01:00
Benjamin Bræstrup Sayoc
2b1ebadbd8 TechDraw: remove unneeded state from QGIPrimPath 2025-03-13 13:41:59 +01:00