# Some configuration options for other environments # rpmbuild --without=bundled_zipios: don't use bundled version of zipios++ %bcond_without bundled_zipios # rpmbuild --with=bundled_pycxx: use bundled version of pycxx %bcond_with bundled_pycxx # rpmbuild --without=bundled_smesh: don't use bundled version of Salome's Mesh %bcond_without bundled_smesh # rpmbuild --without=bundled_gtest: don't use bundled version of gtest and gmock %bcond_with bundled_gtest # rpmbuild --without=tests exclude tests in %%check %bcond_without tests # rpmbuild --without=debug_info don't generate package with debug info %bcond_without debug_info Name: freecad Epoch: 1 Version: weekly.2025.05.13 Release: 1.20250623184113599162.pr13.631.g72109290d0%{?dist} Summary: A general purpose 3D CAD modeler Group: Applications/Engineering License: LGPL-2.0-or-later URL: https://www.freecad.org/ Source0: freecad-sources.tar.gz # Maintainers: keep this list of plugins up to date # List plugins in %%{_libdir}/%%{name}/lib, less '.so' and 'Gui.so', here %global plugins AssemblyApp AssemblyGui CAMSimulator DraftUtils Fem FreeCAD Import Inspection MatGui Materials Measure Mesh MeshPart Part PartDesignGui Path PathApp PathSimulator Points QtUnitGui ReverseEngineering Robot Sketcher Spreadsheet Start Surface TechDraw Web _PartDesign area flatmesh libDriver libDriverDAT libDriverSTL libDriverUNV libE57Format libMEFISTO2 libSMDS libSMESH libSMESHDS libStdMeshers libarea-native %global exported_libs libOndselSolver # See FreeCAD-main/src/3rdParty/salomesmesh/CMakeLists.txt to find this out. %global bundled_smesh_version 7.7.1.0 # See /src/3rdParty/PyCXX/CXX/Version.h to find this out. %global bundled_pycxx_version 7.1.9 # See /src/3rdParty/OndselSolver/CMakeLists.txt to find this out. %global bundled_ondsel_solver_version 1.0.1 # Utilities BuildRequires: cmake gcc-c++ gettext doxygen swig graphviz gcc-gfortran desktop-file-utils tbb-devel %if %{with tests} BuildRequires: xorg-x11-server-Xvfb %if %{without bundled_gtest} BuildRequires: gtest-devel gmock-devel %endif %endif # Development Libraries BuildRequires:boost-devel Coin4-devel eigen3-devel freeimage-devel fmt-devel libglvnd-devel libicu-devel libkdtree++-devel libspnav-devel libXmu-devel med-devel mesa-libEGL-devel mesa-libGLU-devel netgen-mesher-devel netgen-mesher-devel-private opencascade-devel openmpi-devel python3 python3-devel python3-matplotlib python3-pivy python3-pybind11 python3-pyside6-devel python3-shiboken6-devel pyside6-tools qt6-qttools-static qt6-qtsvg-devel vtk-devel xerces-c-devel yaml-cpp-devel #pcl-devel %if %{without bundled_smesh} BuildRequires: smesh-devel %endif %if %{without bundled_zipios} BuildRequires: zipios++-devel %endif %if %{without bundled_pycxx} BuildRequires: python3-pycxx-devel %endif # For appdata %if 0%{?fedora} BuildRequires: libappstream-glib %endif # Packages separated because they are noarch, but not optional so require them # here. Requires: %{name}-data = %{epoch}:%{version}-%{release} # Obsolete old doc package since it's required for functionality. Obsoletes: %{name}-doc < 0.22-1 Requires: hicolor-icon-theme fmt python3-matplotlib python3-pivy python3-collada python3-pyside6 qt6-assistant %if %{with bundled_smesh} Provides: bundled(smesh) = %{bundled_smesh_version} %endif %if %{with bundled_pycxx} Provides: bundled(python-pycxx) = %{bundled_pycxx_version} %endif Provides: bundled(libondselsolver) = %{bundled_ondsel_solver_version} Recommends: python3-pysolar IfcOpenShell-python3 # plugins and private shared libs in %%{_libdir}/freecad/lib are private; # prevent private capabilities being advertised in Provides/Requires %global plugin_exclude %( for i in %{plugins}; do echo -n "\|$i\(Gui\)\?"; done ) # prevent declaring Requires for internal FreeCAD libraries %global lib_exclude %( for i in %{exported_libs}; do echo -n "\|$i"; done ) %global __requires_exclude_from ^%{_libdir}/%{name}/(lib|Mod)/.* %global __provides_exclude_from ^%{_libdir}/%{name}/Mod/.* %global __provides_exclude ^(libFreeCAD.*%{plugin_exclude})\.so.* %global __requires_exclude ^(libFreeCAD.*%{plugin_exclude}%{lib_exclude})\.so.* %description FreeCAD is a general purpose Open Source 3D CAD/MCAD/CAx/CAE/PLM modeler, aimed directly at mechanical engineering and product design but also fits a wider range of uses in engineering, such as architecture or other engineering specialities. It is a feature-based parametric modeler with a modular software architecture which makes it easy to provide additional functionality without modifying the core system. %package data Summary: Data files for FreeCAD BuildArch: noarch Requires: %{name} = %{epoch}:%{version}-%{release} %description data Data files for FreeCAD %package libondselsolver-devel Summary: Development file for OndselSolver BuildArch: noarch Requires: %{name} = %{epoch}:%{version}-%{release} %description libondselsolver-devel Development file for OndselSolver #path that contain main FreeCAD sources for cmake %global tests_resultdir %{_datadir}/%{name}/tests_result/%{_arch} %if %{without debug_info} %global debug_package %{nil} %global _enable_debug_packages 0 %endif %prep %setup -T -a 0 -q -c -n FreeCAD-1.0.1 %build # Deal with cmake projects that tend to link excessively. LDFLAGS='-Wl,--as-needed -Wl,--no-undefined'; export LDFLAGS %cmake \ -DCMAKE_INSTALL_PREFIX=%{_libdir}/%{name} \ -DCMAKE_INSTALL_DATADIR=%{_datadir}/%{name} \ -DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \ -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir} \ -DCMAKE_INSTALL_DATAROOTDIR=%{_datadir} \ -DRESOURCEDIR=%{_datadir}/%{name} \ -DFREECAD_USE_EXTERNAL_PIVY=TRUE \ -DFREECAD_USE_EXTERNAL_FMT=TRUE \ -DFREECAD_USE_PCL:BOOL=OFF \ -DFREECAD_QT_VERSION:STRING=6 \ -DOpenGL_GL_PREFERENCE=GLVND \ -DUSE_OCC=TRUE \ %if %{without bundled_pycxx} -DPYCXX_INCLUDE_DIR=$(pkg-config --variable=includedir PyCXX) \ -DPYCXX_SOURCE_DIR=$(pkg-config --variable=srcdir PyCXX) \ %endif %if %{without bundled_smesh} -DFREECAD_USE_EXTERNAL_SMESH=TRUE \ %endif %if %{without bundled_zipios} -DFREECAD_USE_EXTERNAL_ZIPIOS=TRUE \ %endif %if %{with tests} -DENABLE_DEVELOPER_TESTS=TRUE \ %if %{without bundled_gtest} -DFREECAD_USE_EXTERNAL_GTEST=TRUE \ %else -DINSTALL_GTEST=OFF \ -DINSTALL_GMOCK=OFF \ %endif %else -DENABLE_DEVELOPER_TESTS=FALSE \ %endif -DONDSELSOLVER_BUILD_EXE=TRUE \ -DBUILD_GUI=TRUE %cmake_build %install %cmake_install # Symlink binaries to /usr/bin mkdir -p %{buildroot}%{_bindir} ln -s ../%{_lib}/%{name}/bin/FreeCAD %{buildroot}%{_bindir}/FreeCAD ln -s ../%{_lib}/%{name}/bin/FreeCADCmd %{buildroot}%{_bindir}/FreeCADCmd # Remove header from external library that's erroneously installed rm -rf %{buildroot}%{_libdir}/%{name}/include/E57Format rm -rf %{buildroot}%{_includedir}/gmock rm -rf %{buildroot}%{_includedir}/gtest rm -rf %{buildroot}%{_libdir}/%{name}/%{_lib}/cmake rm -rf %{buildroot}%{_libdir}/%{name}/%{_lib}/pkgconfig %check desktop-file-validate %{buildroot}%{_datadir}/applications/org.freecad.FreeCAD.desktop %{?fedora:appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml} %if %{with tests} mkdir -p %{buildroot}%tests_resultdir pushd %_vpath_builddir if (timeout 30m ./tests/Tests_run) &> %{buildroot}%tests_resultdir/Tests_run.result ;then echo "Test_run OK" else echo "**** Failed Test_run ****" touch %{buildroot}%tests_resultdir/Tests_run.failed cat %{buildroot}%tests_resultdir/Tests_run.result fi popd if %ctest &> %{buildroot}%tests_resultdir/ctest.result ; then echo "ctest OK" else echo "**** Failed ctest ****" touch %{buildroot}%tests_resultdir/ctest.failed cat %{buildroot}%tests_resultdir/ctest.result fi %endif # Bug maintainers to keep %%{plugins} macro up to date. # # Make sure there are no plugins that need to be added to plugins macro %define plugin_regexp /^\\\(libFreeCAD.*%(for i in %{plugins}; do echo -n "\\\|$i"; done)\\\)\\\(\\\|Gui\\\)\\.so/d %define exported_libs_regexp /^\\\(%(for i in %{exported_libs}; do echo -n "\\\|$i"; done)\\\)\\.so/d new_plugins=`ls %{buildroot}%{_libdir}/%{name}/%{_lib} | sed -e '%{plugin_regexp}' -e '%exported_libs_regexp'` if [ -n "$new_plugins" ]; then echo -e "\n\n\n**** ERROR:\n" \ "\nPlugins not caught by regexps:" \ "\n" $new_plugins \ "\n\nPlugins in %{_libdir}/%{name}/lib do not exist in" \ "\nspecfile %%{plugins} or %%{exported_libs_regexp} macro." \ "\nPlease add these to %%{plugins} or %%{exported_libs}" \ "\nmacro at top of specfile" \ "\nand rebuild.\n****\n" 1>&2 exit 1 fi # Make sure there are no entries in the plugins macro that don't match plugins for p in %{plugins}; do if [ -z "`ls %{buildroot}%{_libdir}/%{name}/%{_lib}/$p*.so`" ]; then set +x echo -e "\n\n\n**** ERROR:\n" \ "\nExtra entry in %%{plugins} macro with no matching plugin:" \ "'$p'.\n\nPlease remove from %%{plugins} macro at top of" \ "\nspecfile and rebuild.\n****\n" 1>&2 exit 1 fi done # Make sure there are no entries in the exported_libs_regexp macro that don't match plugins for d in %{exported_libs}; do if [ -z "`ls %{buildroot}%{_libdir}/%{name}/%{_lib}/$d*.so`" ]; then set +x echo -e "\n\n\n**** ERROR:\n" \ "\nExtra entry in %%{exported_libs} macro with no matching lib:" \ "'$d'.\n\nPlease remove from %%{exported_libs} macro at top of" \ "\nspecfile and rebuild.\n****\n" 1>&2 exit 1 fi done %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : /usr/bin/update-desktop-database &> /dev/null || : /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : %postun if [ $1 -eq 0 ] ; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi /usr/bin/update-desktop-database &> /dev/null || : /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor/scalable/apps &>/dev/null || : %files %{_bindir}/* %{_metainfodir}/* %dir %{_libdir}/%{name} %{_libdir}/%{name}/bin/ %{_libdir}/%{name}/%{_lib}/ %{_libdir}/%{name}/Ext/ %{_libdir}/%{name}/Mod/ %{_datadir}/applications/* %{_datadir}/icons/hicolor/* %{_datadir}/pixmaps/* %{_datadir}/mime/packages/* %{_datadir}/thumbnailers/* #find a way to configure in cmake with %%name to avoid conflict with different package name %{python3_sitelib}/freecad/* %if %{with tests} %tests_resultdir/* %endif %files data %{_datadir}/%{name}/ %{_docdir}/%{name}/LICENSE.html %{_docdir}/%{name}/ThirdPartyLibraries.html %files libondselsolver-devel %{_datadir}/pkgconfig/OndselSolver.pc %{_includedir}/OndselSolver/* %changelog * Mon Jun 23 2025 Packit - 1:weekly.2025.05.13-1.20250623184113599162.pr13.631.g72109290d0 - add git information (github-actions[bot]) - Potential fix for code scanning alert no. 203: Workflow does not contain permissions (FilippoR) - add github action (filippor) - add tests in test-farm (filippor) - add packit configuration (filippor) - use custom macro to package the source file (filippor) - TechDraw: Add command tool label for vertex group (#22118) (Ryan K) - TechDraw: Remove redundant apply button. (Fix #21792) (Ryan Kembrey) - [TechDraw]Detail highlight drag (fix #21828) (#22036) (WandererFan) - fix unused variable (mosfet80) - Sketcher: Add contextual input hints to transform tools (InputHints Phase 4) (#21840) (George Peden) - Sketcher: Implement related constraint command for non edges (Karliss) - Sketcher: Fix circle-line negative distance (Florian Foinant-Willig) - CAM: added command line arguments for finish label, (#21881) (LarryWoestman) - [Measure] Fix seg fault in MeasurePosition::execute if subElements is empty (#22016) (Syres916) - Sketcher: refactor planecgs/Constraints (#21988) (Florian Foinant-Willig) - CAM: sort tool paths for Engrave and Deburr operation (#21531) (jffmichi) - Assembly: Fix conflicting shortcuts (Max Wilfinger) - CAM: Custom gcode - Improve error messages (#21509) (tarman3) - CAM: Fix format specifier for size_t (unsigned long) (#22005) (Chris Hennes) - Update ArchComponent.py (Roy-043) - Update BimTDPage.py (Roy-043) - Update ArchSchedule.py (Roy-043) - Update ArchAxis.py (Roy-043) - BIM: fix filtering out level issue (#22059) (Roy-043) - Update BimProjectManager.py (Roy-043) - Update ArchMaterial.py (Roy-043) - BIM: fix index error in ifc_viewproviders.py (Roy-043) - BIM: fix ArchProfile update issues (Roy-043) - BIM: fix display of help menu items after WB reactivation (improved) (Roy-043) - DXF: do not ignore the setting that controls importing paper layouts (Furgo) - [ArchCurtainWall] Fix Vert-Horiz Mullion Mix-up & Support Swap (Variables name) (Paul Lee) - [ArchCurtainWall] Fix Vert-Horiz Mullion Mix-up & Support Swap (Paul Lee) - Help: Change URL sanitization to be safer (Chris Hennes) - [ArchRoof] Improve subVolume generation (Paul Lee) - [BIM] Fix Runtime Error when creating Wall (#21862) (Syres916) - Gui: Use proper placement property for Link (Kacper Donat) - Part: Align to planar curves normal direction (Bas Ruigrok) - [GUI] Remove dark fringe around letters (#21536) (xtemp09) - Sketcher: 3 Point Symmetry fixed if root is selected first (and simplify and fix the selection logic) (#21612) (matthiasdanner) - Core: Use bypass WM hint for X11 for search list in preferences (tetektoza) - Core: Handle globalPos for both Qt6 and Qt5 (tetektoza) - Core: Correct font sizes to be smaller in search box in preferences (tetektoza) - Core: Remove displayText field from search box's result (tetektoza) - Core: Move reusable parts of MixedFontDelegate to separate functions (tetektoza) - Core: Use separate roles for found item in font delegate for search (tetektoza) - Core: Use designated init for SearchResult in preferences (tetektoza) - Core: Use an enum for search bar popup in preferences (tetektoza) - Core: Extract preferences search bar to it's own class (tetektoza) - Core: Formatting changes for search in preferences (tetektoza) - Core: Introduce searching in Preferences (tetektoza) - Gui: Allow users to add groups to active objects (tetektoza) - App: Expose allowObject for groups in python (Benjamin Nauck) - Core: Add a possibility to extract active object based on extension (tetektoza) - find job in parent chain (#21742) (Balazs Nagy) - CAM: simplify Order Output By Tool logic and fix #21969 (#21970) (jffmichi) - CAM: improve Job toggleVisibility (#21802) (jffmichi) - [Spreadsheet] Replace override cursor with QGraphicsItem::setCursor (#22097) (xtemp09) - Measure: Remove redundant check for edges > 0 (Chris Hennes) - CI: Eliminate 3rd party and generated code from analysis (Chris Hennes) - Sketcher: Remove redundant checks (Chris Hennes) - Sketcher: Remove dead code (Chris Hennes) - Part: Remove remnants of code from TNP merge (Chris Hennes) - Tools: Use a safer hostname detection (Chris Hennes) - Gui: Use middle elide for text in model tree (Benjamin Nauck) - Gui: Add toggle overlay icons (Max Wilfinger) - CI: only lint on PRs. (Jacob Oursland) - Sketcher: Handle additional characters for OVP in regexp (tetektoza) - Gui: Tasks: fix in place close and ok buttons (Alfredo Monclus) - Gui: Move Submenu Commands in Tool Menu (#20864) (Kris) - CI: limit C++ lint to changed lines. (Jacob Oursland) - CI: determine modified lines in a clang-tidy compatible way. (Jacob Oursland) - Gui: Change ordering of names in Link property (tetektoza) - Bump github/issue-metrics from 3.20.1 to 3.21.0 (dependabot[bot]) - [BIM][Draft][CAM] preparation for deprecation of QCheckBox… (#21939) (Syres916) - PartDesign: Added 1 3/16 16 threaded drill hole diameter (#22000) (David Tanana) - Draft: Eliminate redundant assignment to self (#22006) (Chris Hennes) - DXF: rename "Group layers into blocks" setting (#21896) (Furgo) - BIM: Allow user to skip dialog during type conversion (tetektoza) - BIM: Fix IFC type assignment not being saved to file (tetektoza) - [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) - Gui: Emit signal to EditableDatumLabel only if there's no digits (tetektoza) - Core: Add guard in Tree to ensure we don't process items during deletion (tetektoza) - Core: Fix crashes during item deletion in specific selection order (tetektoza) - Sketcher: Remove redundant comment regarding old SoAnnotation node (tetektoza) - Sketcher: Prioritize rendering geometry lines rendering over constraints (tetektoza) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - FEM: Data extraction lint updates (Stefan Tröger) - Rebase and minor adjustments (Roy-043) - Bump step-security/harden-runner from 2.12.0 to 2.12.1 (dependabot[bot]) - Bump github/codeql-action from 3.28.19 to 3.29.0 (dependabot[bot]) - Sketcher: Refactor GeoDef and ConstrDef structs (Benjamin Nauck) - BIM: Fix Arch_SectionPlane having incorrect display style upon init (tetektoza) - App: Trim “Gui::” and “NavigationStyle” more securely (Benjamin Nauck) - Sketcher: Add contextual input hints to edit tools (InputHints Phase 3) (#21806) (George Peden) - Gui: Center notification label and disable show report view by default (#21872) (Max Wilfinger) - Import: DXF, handle non-standard 8859_1 encoding (#21905) (Furgo) - BIM: fix display of help menu items after reactivation (Roy-043) - TechDraw: Add spacing preview without OCCT calls (Ryan Kembrey) - CAM: Show abbreviations next to properly labels in the toolbit editor (#21887) (Samuel) - 3rdParty: avoid warnings from libE57Format (#21818) (Furgo) - BIM: fix ArchPipe's view provider initialization (Furgo) - Part: FaceMakerRing from RealThunder's branch. (paddle) - Sketcher: ShowDimensionalName by default (Max Wilfinger) - Base: Use nested std::array for Matrix4D class (wmayer) - Base: Simplify Base::Matrix4D (wmayer) - Base: Use i,j consistently for iterations Matrix4D (wmayer) - Base: Do not use short int in Matrix4D (wmayer) - Bump prefix-dev/setup-pixi from 0.8.8 to 0.8.10 (#21973) (dependabot[bot]) - FEM: Extraction code CodeQL updated and typo fix (Stefan Tröger) - FEM: Include code quality improvements from review (Stefan Tröger) - FEM: Prevent invalid index for data extraction (Stefan Tröger) - FEM: Plot single frame index data as point (Stefan Tröger) - FEM: Data extraction code version conflicts resolved: PySide, mpl, VTK (Stefan Tröger) - FEM: Adopt data extraction code to ubuntu LTS (Stefan Tröger) - FEM: Remove VTK 9.4 only function And make sure filters task dialogs can be used if something in python fails (Stefan Tröger) - FEM: Update data extraction dialog titles and spelling errors (Stefan Tröger) - FEM: Fix impact of stylesheet min button widht (Stefan Tröger) - FEM: Ensure tests run without GUI with data extraction code (Stefan Tröger) - FEM: Data extraction ui works better with stylesheets (Stefan Tröger) - FEM: Adopt data extraction for VTK <9.3: different table filter Additionally remove unneeded includes in c++ code remaining from earlier experiments (Stefan Tröger) - FEM: Ensure post task dialogs work without VTK python build (Stefan Tröger) - FEM: Add data extraction objects to FEM test suite (Stefan Tröger) - FEM: port DataAlongLine filter to use arc length. This makes it easier for the new data extraction to also plot data over line length. (Stefan Tröger) - FEM: Data extraction objects are FEM::FeaturePython This allows them to be drag and droped in an analysis (Stefan Tröger) - FEM: Adopt post extraction code to updated main (Stefan Tröger) - FEM: Usability and UI improvements for data extraction Update icons for post data extraction Improve translatability of post data extraction Fix post data extraction commit handling (Stefan Tröger) - FEM: Allow export of post processing data tables to CSV files or to cliboard to paste into spreadsheet programs (Stefan Tröger) - FEM: Post data visualization bug fixes and quality of life updates (Stefan Tröger) - FEM: Add extraction task panel to data plot filters (Stefan Tröger) - FEM: Add table post data visualization (Stefan Tröger) - FEM: Add index over frames visualizations (Stefan Tröger) - Fem: Implement lineplot visualization (Stefan Tröger) - FEM: Draft architecture of post data extraction with histogram example (Stefan Tröger) - Gui: refactor SoLinearDragger (#21451) (Captain) - Sketcher: Fix autoscale issue with the origin (#21952) (theo-vt) - Gui: use parameter observer for locale parameter (Benjamin Bræstrup Sayoc) - Base: Disable XML external entity expansion (Chris Hennes) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - [Gui] C++ preparation for deprecation of QCheckBox… (Syres916) - Sketcher: Fix OVP accepting input prematurely in Position and Dimensions (tetektoza) - Sketcher: Fix OOB access to OVPs (tetektoza) - Gui: fix double-click on checkboxes locking the properties (Alfredo Monclus) - Draft: OrthoArray task panel change some strings to sentence case (#21959) (Roy-043) - Gui: Fix regression pointed out in review (Benjamin Nauck) - Gui: Refactor LCS fixes (Benjamin Nauck) - TechDraw: fix typo in comment (Luz Paz) - Gui: Fix dragger update when moving to target object and make flip independent of selected components. (Max Wilfinger) - Sketcher: Refactor access to OVPs to not repeat array access everytime (tetektoza) - Gui: Fix crash when creating a LCS (wmayer) - Revert "Sheet: Disable zooming" (Ladislav Michl) - Spreadsheet: Fix cursor being stuck resize state when scaled (Kacper Donat) - BIM: Use PrefCheckableGroupBox in IFC exporter preferences page (Furgo) - Draft: handle reading defaults from PrefCheckableGroupBox (Furgo) - Gui: add new PrefCheckableGroupBox widget (Furgo) - [TD]fix bad element name in Vertex::Restore (wandererfan) - Test: Do not write test files into CWD (wmayer) - CI: set MACOS_DEPLOYMENT_TARGET=10.13 for Intel macOS. (Jacob Oursland) - Gui: fix ViewProviderCoordinateSystem::claimChildren() (Ladislav Michl) - Gui: Add guidelines for input hints (Kacper Donat) - Draft: Fix several SVG import bugs (#20293) (Mino-Tsuzuku) - CI: install black for python format checker (#21858) (Jackson Oursland) - [BIM] Fix Attribute Error when user moves and then deletes the BimViewArea dock widget (#21830) (Syres916) - Sketcher: Sketch autoscale (#21084) (theo-vt) - Gui: Add BitmapFactory::empty method (Kacper Donat) - Helper function to get preferred delete key depending on platform (wmayer) - CI: add ifcopenshell to Ubuntu native builds (#21709) (Furgo) - Add 3.175mm milling bit to default tool library as it's extremely common bit size (Tomas Mudrunka) - Material: Fix unused parameters warnings. (#21584) (João Matos) - Partial homogenization of FEM dialogs for constraints (#21538) (Ralf Habacker) - [TD]fix dim reference repair (wandererfan) - [TD]Cosmetic vertex tag save/restore fail (fix #21069) (#21374) (WandererFan) - BIM: Add top level group when importing obj file into active document (Ralf Habacker) - Draft: Introduce 1-axis mode for ortho array (#21602) (tetektoza) - [Start] add Tooltip to show full path when the ShortCustomFolder is true (Syres916) - CAM: Remove unwanted transparency from shape icons (Samuel Abels) - Pixi: remove explictly setting Qt6 now that it is the default. (Jacob Oursland) - Addon Manager: Update to latest main (Chris Hennes) - [Start] show the actual custom folder name... (Syres916) - Gui: remove taskheader animation (Alfredo Monclus) - Advanced options for move to other object in the transform tool. Allows for masking of individual translation or rotation axes. (Max Wilfinger) - Sketcher: Allow user to reset OVP state using backspace key (tetektoza) - Update stale action (#21860) (Max Wilfinger) - Update GitHub stale action and fix typo (Max Wilfinger) - - Refactor Point tool hint implementation with direct return (trival) pattern (longrackslabs) - CMake: Switch default Qt to Qt6 (Chris Hennes) - Change hint size for status bar consistency (Max Wilfinger) - Update codeql.yml (#21819) (saso badovinac) - Fix linter warnings (Max Wilfinger) - Fix label action for changes in Mod/Surface. (Max Wilfinger) - Surface: Fix transaction support of BlendCurvePanel and bind widgets to properties (wmayer) - Surface: Add task panel for blending curve (wmayer) - Renaming Gui::SiemensNXStyle to Gui::SiemensNXNavigationStyle for consistency (Max Wilfinger) - Added UI for Siemens NX navigation style. Ordered navigation styles alphabetically. (Max Wilfinger) - Gui: Refactor navigation styles (wmayer) - Gui: Refactor navigation styles (wmayer) - Gui: Refactor navigation styles (wmayer) - Gui: Implement navigation style for NX (wmayer) - Gui: KeypadModifier should be used via bitwise or (Chris Hennes) - Gui: Improve orthographic camera rotation stability (Bas Ruigrok) - BIM: Roof add tolerance to parallel check (#21814) (Roy-043) - Draft: fix focus behavior if Length has default focus and axis constraint is used (Roy-043) - Gui: fix taskpanel header label font descents (Alfredo Monclus) - Block preselect on selection (dzid26) - Gui: Adding translation comments to hints and new numpad keys. (Max Wilfinger) - CAM: fix default asset directory (#21775) (Samuel) - Sketcher: fix typo in source comment (Luz Paz) - BIM: Arch, docstring and linter fixes (#21763) (Furgo) - [ArchWindow] Bug-fix Changing Sill _&_ SketchArch Support Sill Property (#21726) (paul) - Sheet: Further cleanup in Sheet class (wmayer) - Sheet: Improve handling of unsupported formulas (wmayer) - Sheet: Fix crash in Cell::setContent (wmayer) - Sheet: Fix reading xlsx files (wmayer) - Sheet: Disable zooming (wmayer) - Avoid error importing spreadsheet with deleted sheet (#19757) (Gonzalo) - BIM: improve unit handling in Arch_Roof task panel (#21773) (Roy-043) - update addonManager submodule to main (Andrea) - Preferences: Better grouping for Selection page (#21750) (Kacper Donat) - Bump github/codeql-action from 3.28.18 to 3.28.19 (dependabot[bot]) - Gui: Fix hints on high DPI screens (#21762) (Max Wilfinger) - Materials: Set array quantity format (#21647) (David Carter) - Base: Fix size in array (wmayer) - Base: Fix typo (wmayer) - Base: Remove weird error parameter from encode (wmayer) - Base: Allow to also throw exception by given Python type (wmayer) - Base: Improve Python exception handling (wmayer) - Fem: Fix typo in VTK module warning: 'then' -> 'than' (#21752) (Ryan Kembrey) - Sketcher: Fix #21646 (#21739) (PaddleStroke) - Gui: Ensure width and height of QAbstractView checkboxes (Kacper Donat) - Cam: Add Ondsel SVG post processor (#21743) (sliptonic) - Gui: Implement validator for ExpressionLineEdit (wmayer) - Gui: Make checkbox in the property view QSS aware (Kacper Donat) - PD: hole change the task panel threaded and model thread checkboxes into a combo/dropdown (#21664) (Alfredo Monclus) - Gui: Property editor use a checkbox instead of a combobox for booleans (#21555) (Alfredo Monclus) - App::Document addObject and removeObject code reuse (#21481) (theo-vt) - BIM: ignore FreeCAD groups for IFC export, controlled by a user preference (#21583) (Furgo) - Sketcher: Fix scaling down ellipses and arcs of ellipses (#21718) (theo-vt) - [BimWindow] ArchWindow/MakeWindow Normal Default Auto & SketchArch Support Sill Property (#21568) (paul) - proposed fix for https://https://github.com/FreeCAD/FreeCAD/issues/20856github.com/FreeCAD/FreeCAD/issues/20856. NOTE: AddonManager and Telemetry addon ui files are in separate repos (Brad Eric Hollister) - Base: Units: refactor (bofdahof) - Base: Units: introduce unit one (Ladislav Michl) - Fem: get unit via quantity (Ladislav Michl) - Base: Quantity: use isDimensionless whenever feasible (Ladislav Michl) - App: Quantity: use predefined unit types (Ladislav Michl) - Gui: use Units namespace in DlgUnitsCalculatorImp (Ladislav Michl) - Gui: do not create intermediate Quantity class in property editor (Ladislav Michl) - Base: minor refactoring of UnitsSchema::toLocale (Ladislav Michl) - Base: fix UnitsSchema::translate (Ladislav Michl) - Test: Add further test cases for quantities (wmayer) - Test: Add test case for UnitsSchemaMeterDecimal (wmayer) - fix #10514 (julian1) - Fix compiling ProgressIndicator with precompiled headers (samrg472) - Sketcher: Do not allow mouse interruption while entering dimension (#20925) (tetektoza) - CAM: Vcarve - fix zStart (tarman3) - Bump ossf/scorecard-action from 2.4.1 to 2.4.2 (dependabot[bot]) - Materials: Pass by reference instead of pointers (David Carter) - BIM: fix ArchRebar default name (#21681) (Furgo) - TechDraw: Sheet view: add property to claim sheet as child. (#21624) (PaddleStroke) - Update Help.py (Turan Furkan Topak) - Merge pull request #21377 from WandererFan/Removesnprintf (WandererFan) - Update codeql.yml (saso badovinac) - Core: Fix Thermal Conductivity units conversion (David Carter) - feat(PD): ISO tyre valve threads (Alfredo Monclus) - Draft/BIM: change BezCurve, BSpline and Wire to Part::FeaturePython (Roy-043) - BIM: clarify window frame depth (#21486) (Furgo) - fix: preferences key for asset path (Samuel Abels) - update pixi.lock to sync updates to recipe.yaml (Zbyněk Winkler) - typing_extensions package was missing 's' (Zbyněk Winkler) - Gui: Property editor combobox fix not popping up if the user canceled (#21688) (Alfredo Monclus) - Sketcher: Fix Arrow Direction of Angle Arrows (#21645) (matthiasdanner) - FEM: clean code (#21526) (mosfet80) - fix use of viewScalingFactor (Matthias Danner) - Sketcher: Implement hints for for all drawing tools and modes (consolidates previous PRs into a single PR) (#21632) (George Peden) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - Translations: Merged crowdin translations (Yorik van Havre) - BIM: Terrain should not also be in Group of Site (Roy-043) - Translations: updated ts files (Yorik van Havre) - Start: Fix possible crash when opening Start page (wmayer) - App: Handle possibly raised exception in ZipFile constructor (wmayer) - CI: add typing_extensions to runtime dependency for weekly build. (Jacob Oursland) - BIM: fix typo in Arch.py (#21696) (luzpaz) - Draft: DraftGui.py correct handling of last point (#21698) (Roy-043) - CAM: Fix Job toggleVisibility (tarman3) - Draft: Tweak working plane code (#21672) (Roy-043) - CAM(PathSimulator): Use single-precision pi (Chris Hennes) - CAM(libarea): Fix encoding of clipper.cpp (Chris Hennes) - Gui: Fix TreeWidget::addDependentToSelection (wmayer) - Revert "[Gui] Fix "Select dependent objects" with cycles" (Ladislav Michl) - command to open folder with macros (tarman3) - PartDesign: Add OCCT progress support to `FeatureTransformed`. (James Stanley) - Part: Add OCCT progress support to Part boolean and shape builders (Joao Matos) - Gui: Show date & time in locale specific format (wmayer) - Gui: Improve DlgAddPropertyVarSet (wmayer) - Gui: In DockWindowItems::addDockWidget replace the booleans with the enum class DockWindowOptions (wmayer) - Gui: Improve auto-saving (wmayer) - Gui: Move define HAS_QTBUG_129596 to separate header file (wmayer) - Gui: Fix crash in ~PythonBaseWorkbench with Python 3.12 (wmayer) - Gui: avoid code duplication in PythonEditor (wmayer) - Gui: Replace calls of FCMD_SET_EDIT with Gui::cmdSetEdit (wmayer) - Gui: Handle exception when trying to start editing an object (wmayer) - Gui: Fix crash in Command::keySequenceToAccel (wmayer) - Gui: Improve document recovery (wmayer) - Gui: Use QDialogButtonBox in DlgExpressionInput (wmayer) - Gui: Fix stackoverflow when loading corrupted file (wmayer) - Gui: Fix crash when trying to transform link object (wmayer) - Gui: Fix command StdCmdProperties (wmayer) - Gui: Make AccelLineEdit a subclass of QKeySequenceEdit (wmayer) - Base: Add `Base::ProgressIndicator` for OCCT progress reporting (James Stanley) - Gui: Do not round color values set in property editor (wmayer) - Gui: Fix DlgPreferencesImp::minimumDialogWidth() to return a reasonable width (wmayer) - Gui: Fix several methods in Workbench to list all items (wmayer) - Gui: Adjust transform dragger after undo/redo (wmayer) - Gui: Fix undo/redo behaviour in transformation tool (wmayer) - Gui: Use Py::SmartPtr instead of raw pointer (wmayer) - Gui: Add Action::setBlockedChecked (wmayer) - CAM: Simulator - Drilling - RetractMode G98/G99 (tarman3) - CAM: Drilling - Retract mode readonly (tarman3) - App: Make Label property on Document read only (#21562) (Gonzalo Odiard) - Gui: property-editor open the combo directly and apply after selection (Alfredo Monclus) - Gui: property-editor add property copy context menu (Alfredo Monclus) - PartDesign: Fix hole centered on point edge case (#21257) (theo-vt) - CAM: Fix: case_sensitive argument for glob() not supported in Python 2.10 (Samuel Abels) - CAM: Handle import of unknown shape types gracefully; allow case insensitive filenames, and allow invalid tool ID data type (Samuel Abels) - Gui: property-editor fix text not showing due to stylesheets (Alfredo Monclus) - Start: fix thumbnails not keeping aspect ratio (Alfredo Monclus) - TechDraw: fix incorrect click handles of editable labels (#21131) (Benjamin Bræstrup Sayoc) - CAM: Dressup context submenu (tarman3) - [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) - TechDraw: Fix DrawViewSpreadsheet being assigned wrong QGI in QGSPage.cpp (#21623) (PaddleStroke) - Bump github/issue-metrics from 3.20.0 to 3.20.1 (dependabot[bot]) - CAM: Dressup Boundary - CmdMoveDrill (tarman3) - BIM: Add support for deactivation active object to BIM Views Tree (#21570) (tetektoza) - CAM: Dressup LeadInOut - fix property name select style (tarman3) - CAM: Fix: Custom tool parameters not showing up in property editor (Samuel Abels) - CAM: Fix: Chamfer schema was missing TipDiameter (Samuel Abels) - Draft: Added snap recenter functionality (#19728) (Yorik van Havre) - CAM: Set outside by default for selected Edges (tarman3) - CAM: remove left over debug print (Samuel Abels) - CAM: No need to copy defaultl shapes anymore, because the asset manager now dynamically fetches built-in shapes as a fallback (Samuel Abels) - CAM: Fix: ShapeType not displayed correctly in property editor (Samuel Abels) - CAM: Improved handling of toolbit shape type inference (Samuel Abels) - CAM: Refactor ToolBit.from_dict() for clarity and to generate more relevant warnings (Samuel Abels) - CAM: Change Camotics file extension to .json (Samuel Abels) - CAM: Improve LinuxCNC and Camotics serializer tests (Samuel Abels) - CAM: use three decimals in LinuxCNC export (Samuel Abels) - CAM: Fix: all toolbits in camotics exported as Cylindrical (Samuel Abels) - CAM: only copy shape icons if the shape folder is not initialized (Samuel Abels) - Fix various typos (Luz Paz) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - CAM: Fix: Only attach view if the Gui is up (Samuel Abels) - CAM: Fix recursionlimit due to invalid overwrite of exec() (Samuel Abels) - CAM: Reintroduce Save button for the library editor (Samuel Abels) - CI: pin occt==7.8.1 on weekly builds. (Jacob Oursland) - CAM: Fix: viewprovider not added when adding a tool to a document from the dock (Samuel Abels) - Spreadsheet: Add tests for rename property (Pieter Hijma) - Core: Add tests for renaming dynamic properties (Pieter Hijma) - Core: Update expressions on property rename (Pieter Hijma) - Core: Add a Python interface for property rename (Pieter Hijma) - Core: Add logic to rename dynamic properties (Pieter Hijma) - fix for #20656 (chris) - [Gui] InputField correct icon visibility logic on opening a pre-completed task panel (Syres916) - CAM: Fix SurfaceSupport operation for new type toolbits (Samuel Abels) - CAM: Add CamAssetManager now falls back to builtin assets if not found in user assets (Samuel Abels) - CAM: AssetManager now supports passing mutilple stores to all get_*() methods (Samuel Abels) - CAM: Ensure float constants are single-precision (#21322) (Chris Hennes) - CAM: Rename getBuiltinToolPath to getBuiltinAssetPath (Samuel Abels) - [App] Use consistent unit schema names (#21355) (Syres916) - [TD] fix small angle dims (fix #21114) (#21208) (WandererFan) - TechDraw: richannotation : Fix white text issue (#21515) (PaddleStroke) - TechDraw: fix state handling of dimensions (Benjamin Bræstrup Sayoc) - Gui: property-editor make readonly cells look disabled (Alfredo Monclus) - CAM: Added property CycleTime to old Array (tarman3) - BIM: Parse Classification in IFC correctly for conversion/type assign (tetektoza) - BIM: add first iteration of unit tests (Furgo) - BIM: refactor to reduce code duplication and improved readability (Furgo) - BIM: remove command now removes windows from walls (Furgo) - BIM: add test for window removal from walls (Furgo) - [ArchWall] Fix SetLength Error When Base Sketch has External Geom (Paul Lee) - TechDraw: centralize usertype constants (Benjamin Bræstrup Sayoc) - Gui: property editor do not enter edit mode if the property is read-only (Alfredo Monclus) - CAM: added command line arguments for line number start, increment (Lawrence Woestman) - CAM: sort locations for all drilling operations (jffmichi) - Sketcher: Remove unused variables (#21504) (mosfet80) - Materials: Correct model spelling errors (David Carter) - [TD]fix hidden vertex not created (wandererfan) - [TD]fix vertex visible attribute not restored (wandererfan) - [TD]return Qt or conventional coords (wandererfan) - Draft: remove 'CTRL to snap' from tooltips (#20619) (Roy-043) - Draft: Revise close task panels on doc close solution (#21546) (Roy-043) - PD: hole safeguard countersink depth calculation against possible math issues (Alfredo Monclus) - Materials: External interface refinements (#21524) (David Carter) - Draft: Fix typo in arc input hint ("staring" → "starting") (longrackslabs) - PD: hole calculate counterbore and countersink if no standards are available (Alfredo Monclus) - PD: hole fix head custom values checkbox not appearing (Alfredo Monclus) - PD: hole: calculate depth of countersink and adjust other parameters accordingly when changed (Alfredo Monclus) - PD: hole: fix standarized head cuts not working in metric regular sizes (Alfredo Monclus) - Update codeql.yml (saso badovinac) - BIM - ArchWindow - Add AutoNormalReversed property (paul) - BIM: Additional improvements for Activate button in BIM Views (tetektoza) - BIM: Revise close panel on doc close solution (#21302) (Roy-043) - BIM/Help: Access DockWidgetArea QFlag enum correctly (tetektoza) - Draft: Implementation of 'Align to face' checkbox in Hatch task panel (#21332) (Krzysztof) - BIM: Add missing IFC attributes for both Pipe and Rebar (tetektoza) - BIM: allow deleting locked IFC properties when needed (Furgo) - Revert "BIM: add workaround for Draft workbench test mockup" (Furgo) - BIM: add workaround for Draft workbench test mockup (Furgo) - BIM: add basic error checking in unit test, make extrusion a solid (Furgo) - BIM: add area calculation unit tests for Arch Components (Furgo) - BIM: support curved vertical edges for area calculation (Furgo) - BIM: refactor component area calculation into a helper class (Furgo) - BIM: correct planar check to avoid vertical/horizontal misclassification (Furgo) - BIM: add support for bsplines in Arch structures (Furgo) - CAM: prevent dogbones between two travel moves (jffmichi) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - . (Andrea) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - CAM: use std::numbers pi definition (Andrea) - TechDraw: Update LineGroup.csv (#21513) (FC-FBXL5) - Update codeql.yml (saso badovinac) - Draft: ShapeString fix stick font check for small character (#21522) (Roy-043) - BIM: Add support for concatenation of lines in Obj files (Ralf Habacker) - BIM: Add support to import lines from obj files (Ralf Habacker) - Draft: Tweak polygonTracker code (#21518) (Roy-043) - Typo in ViewProviderGeometryObject.cpp (#21517) (Roy-043) - CAM: Do not create useless G0 X0 Y0 movements for mutliprofile operations (tarman3) - Sketcher: remove surplus push_back to shapes (fixes #21499) (jffmichi) - Draft: Add example tool hints (Kacper Donat) - Gui: Add support for hints in status bar (Kacper Donat) - Gui: fix light/dark switch when on classic (#21049) (Alfredo Monclus) - Draft: avoid redundant constraints in make_sketch.py (improved) (Roy-043) - Start: fix restoring of user saved Unit schema (Ladislav Michl) - Core: Correct unit merge errors (David Carter) - CAM: Fix: updateSpinBox renamed to updateWidget (Samuel Abels) - Doc: Move Extension documentation to a topic (Pieter Hijma) - Doc: Reorder topics (Pieter Hijma) - Base: Fix use after free in unit error message (Benjamin Nauck) - Base: Add more tests for imperial building special function (Benjamin Nauck) - Base: Skip test for units using GTEST_SKIP() instead of comments (Benjamin Nauck) - CAM: Update asset manager docs (Samuel Abels) - Measure: Fix delta label text size scaling (#21467) (hlorus) - Measure: Add MeasureElementType::Surface (hlorus) - CAM: fix philips postprocessor always writing to "-" instead of specified file and not processing arguments (jffmichi) - CAM: fix fablin postprocessor always writing to "-" instead of specified file (jffmichi) - CAM: fix some non-refactored postprocessors crashing on blank lines (jffmichi) - CAM: fix Custom operation UI panel dropping trailing blank lines (jffmichi) - CAM: add configuration value to suppress blank lines in refactored postprocessors (jffmichi) - CAM: fix refactored postprocessors crashing on blank lines (jffmichi) - CAM: Fix some type hints and unnecessary debug output (Samuel Abels) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - CAM: Add explicit implementation of FileStore.exists(), so AssetManager.exists() does not log FileNotFound warnings (Samuel Abels) - CAM: Fix: Show builtin shapes in separate section in shape selector (Samuel Abels) - CAM: Show shape ID on shape buttons (Samuel Abels) - CAM: Handle shape schema violations gracefully (for now) (Samuel Abels) - CAM: Add built-in shapes to asset folder if they do not already exist (Samuel Abels) - CAM: added three command line arguments, with tests (Lawrence Woestman) - CAM: Fix Gui test for ToolBitBrowserWidget (Samuel Abels) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - CAM: Replace complete tool management (PR 21425) (Samuel Abels) - Sketcher: Incorporate comments from #20589 (Ajinkya Dahale) - Sketcher: clean up import (Ajinkya Dahale) - Sketcher: Use const parameter where relevant (Ajinkya Dahale) - Sketcher: Remove some unused lambda captures (Ajinkya Dahale) - Sketcher: Use range-based `for` in `Sketch.cpp` (Ajinkya Dahale) - [Sketcher] [WIP] One curious refactor I'm not certain about (Ajinkya Dahale) - Sketcher: Refactor further `DrawSketchDefaultHandler.h` (Ajinkya Dahale) - [planegcs] Use `std::ranges` and range `for` in `GCS.cpp` (Ajinkya Dahale) - [Sketcher] Refactor `SketchObject::delAllExternal()` (Ajinkya Dahale) - [Sketcher][WIP] Refactor `SketchObject::buildShape()` (Ajinkya Dahale) - [Sketcher] Use `std::ranges` in `SketchObject` where possible (Ajinkya Dahale) - [Sketcher] Refactor `SketchObject::split()` (Ajinkya Dahale) - [Sketcher] Refactor `TaskSketcherElements::onSelectionChanged()` (Ajinkya Dahale) - [Sketcher][WIP] Refactor `SketchObject::addExternal()` (Ajinkya Dahale) - [Sketcher] Refactor `SketchObject::toggleExternalGeometryFlag()` (Ajinkya Dahale) - [Sketcher][WIP] Refactor `SketchObject::generateId()` (Ajinkya Dahale) - [Sketcher] Use `replaceGeometries()` in `split` (Ajinkya Dahale) - App: Invoke `signalBeforeRecompute()` on the GUI thread (Joao Matos) - SpreadSheet: remove function (Andrea) - Removed empty functions (Andrea) - Remove oldFuse funcion (Andrea) - Materials: Fix MaterialManager being copied on getInstance() (Kacper Donat) - Materials: Fix ModelManager being copied on getInstance() (Kacper Donat) - BIM: Make a correct mapping to weight during IFC Quantities assignment (tetektoza) - Update codeql.yml (saso badovinac) - BIM: do not prune Roof objects on export (Furgo) - FEM: Add more glyph types for the Glyph filter (#21397) (FEA-eng) - Fem: Add support for VTK < 9.1 in calculator filter - fixes #21346 (marioalexis) - Add Navigation Style/Orbit Style/Rotation Mode to About info (xtemp09) - BIM: Avoid traceback if there is no Classification selected (tetektoza) - TechDraw: Fix claiming of hatch (PaddleStroke) - [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) - update clipper (Andrea) - Base: fix conversion to kilometers in Standart unit schema (Ladislav Michl) - Base: align unit format to Quantity parser expectations (Ladislav Michl) - Base: fix QuantityPy::getValueAs (Ladislav Michl) - Base: restore output format of imperial fraction units (bofdahof) - TechDraw: Lock multiple views (PaddleStroke) - TechDraw: decorateLine fix (#21312) (PaddleStroke) - TD: Remove unused variable (Chris Hennes) - Sketcher: remove "SecondIcon" logs on constraint icon hover (Céleste Wouters) - App: Fix exported object dynamic property type identifier (#21415) (jffmichi) - Draft: use different color for WPProxy to avoid BIM dependency (Roy-043) - CAM: fix loading Array dressup with unused properties (jffmichi) - Bump github/codeql-action from 3.28.16 to 3.28.18 (dependabot[bot]) - Draft: avoid redundant constraints in make_sketch.py (#21398) (Roy-043) - Update codeql.yml (saso badovinac) - Update codeql.yml (saso badovinac) - Update codeql.yml (saso badovinac) - Update codeql.yml (saso badovinac) - Gui: add 'System' style to leave QtStyle unset (Alfredo Monclus) - Draft: params.py: do not report missing UI files (#21370) (Roy-043) - Gui: fix ElideCheckbox spacing (Alfredo Monclus) - Gui: Set QStyle to Fusion if not set (Alfredo Monclus) - PD: move the base profiles types to the top (Alfredo Monclus) - BIM: Rename to alpha instead of trans after switch to RGBA (tetektoza) - Base: Fixed segfault on destructing cached string (#20563) (Kohei Takahashi) - Fix a cyclic build dependency (Pieter Hijma) - Sketcher tests: Silence compiler warning with cast (Chris Hennes) - Fix various typos Missed by the codespell CI not being functional for a period of time. (Luz Paz) - [pre-commit.ci] pre-commit autoupdate (pre-commit-ci[bot]) - CI: Create codeql.yml (#21300) (saso badovinac) - TechDraw: fix face color not working (Benjamin Bræstrup Sayoc) - CAM: Adaptive: Fix helix entry start height (fix #21058) (Dan Taylor) - Fix warnings in `ModelManager`code. (Joao Matos) - UI: Remove qPixmapFromMimeSource pixmap function (Chris Hennes) - Materials: Clean up unused variables (Chris Hennes) - Gui: Eliminate signed-to-unsigned comparison (Chris Hennes) - FEM: Update TaskPostGlyph.ui (FEA-eng) - FEM: Update post_glyphfilter.py (FEA-eng) - CAM: fix rrf postprocessor always writing to "-" instead of specified file (jffmichi) - CAM: prevent marlin postprocessor from always writing to "-" (jffmichi) - CAM: fix crash in dynapath_4060 postprocessor due to fmt function expecting precision as integer (jffmichi) - CAM: fix uccnc postprocessor not checking the Active state of operations (jffmichi) - CAM: fix handling of Active state and CoolantMode with nested dressups for some non-refactored postprocessors (jffmichi) - Fix finding hdf5 on CMake reconfigure (Pieter Hijma) - Bump actions/dependency-review-action (dependabot[bot]) - Base: revert to using ASCII chararacters for imperial lengths (Ladislav Michl) - Base: fix default unit schema (Syres916) - Base: fix Python interface for Unit schema selection (Ladislav Michl) - Base: sort returned Unit schema description (Ladislav Michl) - App: Align Document to best practices (#21059) (3x380V) - CAM: replace opProperty with more specific activeForOp (jffmichi) - fedora rpm packaging: use standard macro to package sources with submodules (#20953) (FilippoR) - Fix regressions in CI linting generic checks. (tritao) - CAM: Simulator - Reset camera tooltip (tarman3) - CAM: Simulator - Reset camera (tarman3) - Fem: Add CalculiX writers for electrostatic constraints (marioalexis) - Fem: Search elements for electrostatic constraints (marioalexis) - Fem: Improve CalculiXTools (marioalexis) - Fem: Change CalculiX time and frequency properties to quantites (marioalexis) - Draft: Finish command if user deselected Chained Mode (tetektoza) - [ArchStairs] ArchSketch Support and Refactoring Phase 3 + Regression (Paul Lee) - [BimWindow] Interactive Creation Tool: Check if SketchArch is Enabled (ArchSketchLock) (Paul Lee) - BIM: Allow changing Sill parameter in Properties for Window (tetektoza) - BIM: Switch Visibility of ViewObj on/off to restore it in all objs (tetektoza) - BIM: Do not hide children of Building if Building has been isolated (tetektoza) - BIM: Remove additional recompute at the end of isolate (tetektoza) - BIM: Exclude viewtree from cached items and add a sanity check (tetektoza) - BIM: Cache the tree elements beforehand and hide only necessary ones (tetektoza) - BIM: Hide all objects that aren't selected during Isolate (tetektoza) - CAM: Fix Existing Stock from resetting (Slawomir Gonet) - CAM: Simulator - Improve camera limits (tarman3) - CI: fix weekly builds. (Jacob Oursland) - Gui: Eliminate double->float truncations (Chris Hennes) - CAM: Remove CAM_Shape from top menu (tarman3) - CI: checkout source prior to installing pixi on weekly builds. (Jacob Oursland) - BIM: Change from RGBT to RGBA for IFC (tetektoza) - CAM: PathShape with Tool Controller (tarman3) - CAM: add test for refactored postprocessor using dressups (jffmichi) - CAM: respect SHOW_OPERATION_LABELS in post-operation information (jffmichi) - CAM: fix handling of Active state and CoolantMode with nested dressups (jffmichi) - BIM: create wall upon pressing Enter with focused Offset input (Furgo) - BIM: add Offset input to wall creation task panel (Furgo)