wmayer
7f8b136dae
Sketcher: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
4b3fb1c079
TD: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
0363ebdf8f
Surface: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
9aede79ef8
Mesh: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
9a5d9880d5
PD: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
84aa8155ce
Part: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
wmayer
9b29c3a683
Gui: replace slots with member function pointers
2023-02-03 00:21:38 +01:00
Roy-043
ec0182b915
Draft: housekeeping: remove obsolete code (uiMode and DraftGui.py) ( #8327 )
2023-02-02 23:24:27 +01:00
Uwe
932abebca9
[Gui] register NaviCube parameters to view
...
- there is a bug: when deleting any NaviCube parameter in the parameters dialog, the background color suddenly changes
the fix is to register the NaviCube parameters to the view
- the PR also fixes the issue that the default font size was not properly calculated but hardcoded
2023-02-02 19:02:51 +01:00
Uwe
f14dea3226
[FEM] solver_taskpanel: fix bug with Edit button
...
- when an error occurred during the Write process, the Edit button must not be enabled
In this case the machine state is still at femsolver.run.PREPARE. If no error occurred it went one step up.
2023-02-02 18:58:07 +01:00
0penBrain
62a2c33a05
CI: re-enable 20.04 build and test
2023-02-02 16:57:12 +01:00
wmayer
681b8091ad
CMake: make sure to add RPATH to area-native library
2023-02-02 16:56:15 +01:00
wandererfan
951520a5c1
[TD]use correct shape for section of section
2023-02-02 05:55:32 -08:00
wandererfan
bd25c86973
[TD]fix handling of perforated section faces
2023-02-02 05:55:32 -08:00
wandererfan
d9afb06676
[TD]allow section line when base is section
2023-02-02 05:55:32 -08:00
Roy-043
693ec401f7
Draft: subelement mode ignored nesting ( #8319 )
2023-02-02 11:49:55 +01:00
Uwe
802a220d2d
[FEM] equationbase: sort equations alphabetically
...
- to ease readability a bit
2023-02-02 06:30:22 +01:00
Uwe
37dc6e8a29
[FEM] sort equations alphabetically
...
- to ease readability a bit
2023-02-02 05:35:15 +01:00
wmayer
2da2ee5044
Gui: fix regression of 8801836321:
...
Commands are not shown any more when selecting a category
2023-02-01 20:21:34 +01:00
wmayer
2e5cb03261
Gui: move to new style connect()
2023-02-01 13:49:35 +01:00
wmayer
25a63f8750
TD: move to new style connect()
2023-02-01 01:33:34 +01:00
Uwe
900ad81b49
[Gui] modernize some UI connections
2023-01-31 22:24:45 +01:00
Roy-043
25c4792690
Draft: fix issue with undo ( #8267 )
2023-01-31 21:38:19 +01:00
wmayer
049056a99a
Part: put instantiation of BRepAdaptor_Surface into try/catch block as for some broken faces it may fail
2023-01-31 11:04:38 -06:00
Adrian Popescu
b75142850d
Build graph fix ( #8311 ) - Fixed Constraints' value not being updated
2023-01-31 11:00:33 -06:00
Yorik van Havre
c5c3077f8f
Merge pull request #8282 from Roy-043/Arch-update-Arch.pruneIncluded-to-include-cloned-PD-Bodies
...
Arch: update Arch.pruneIncluded to include cloned PD Bodies
2023-01-31 13:16:23 +01:00
Yorik van Havre
fefa7cc40c
Merge pull request #8287 from Roy-043/Arch-Fix-ArchPrecast.py-issues
...
Arch: Fix ArchPrecast.py issues
2023-01-31 13:15:46 +01:00
Uwe
0bfa983a89
[Gui] FreeCADGuiInit.py: address some GH action reports
...
- superfluous parens and loo long lines
2023-01-30 18:14:27 -07:00
Uwe
8801836321
[Gui] modernize some UI connections
2023-01-30 18:11:37 -07:00
berniev
d5e1b3f441
Further efficiencies to Summary Report
...
Changed existing function to macro to access list of lines
Added conditional macro to save most of the if() else() endif()
Output sorted for improved comprehension
Moved build message out (nothing to do with report)
SLOC -~30%
2023-01-30 18:10:52 -07:00
mosfet80
0754201b8d
Delete .circleci directory
...
the config.yml file calls the non-existent file ./package/conda/run_docker_build.sh
2023-01-30 18:09:10 -07:00
wandererfan
a810fa68b4
[Sketcher]fix cursor display of angles
2023-01-30 11:04:42 -08:00
mosfet80
27012bb23c
Delete vagrant directory
...
Vagrant configuration are obsolete (freecad 0.17) using python V2, qt4 and boost v. 1.55
2023-01-30 10:44:59 -07:00
Chris Hennes
53aedb17f4
cMake: Correct PySideTools paths on Windows
2023-01-30 10:36:33 -07:00
sliptonic
f80edaa9ed
Merge pull request #8205 from LarryWoestman/staging
...
Path: Refactored PostUtilsParse.parse a lot.
2023-01-30 08:37:15 -06:00
berniev
9a05a04dad
Improve unit testing directory structure
...
Separate Qt tests and gtest tests
Add a basic shadow of the project structure
Add a few simple tests to demonstrate usage
2023-01-30 07:15:09 -07:00
Yorik van Havre
4eca103469
Merged crowdin translations
2023-01-30 10:04:15 +01:00
Yorik van Havre
31b89be95f
update ts files
2023-01-30 09:55:26 +01:00
berniev
b0ae66b94c
Remove obsolete cmake code (<3.16.3)
2023-01-29 17:29:08 -07:00
0penBrain
0a5c64239a
CI: allow Build2004 to fail because of PathAdaptative bug with GCC
2023-01-29 11:48:50 -07:00
0penBrain
eef8054383
CI: remove current CI workflow
2023-01-29 11:48:50 -07:00
0penBrain
87f60104ee
CI: global refactoring of build/test CI
2023-01-29 11:48:50 -07:00
ShuffleWire
2ca167f8c3
SpreadSheet: Display alias
...
Add an option to display in the cell the alias of the cell.
In preference, add a custom field to format this display.
2023-01-29 10:11:50 -07:00
Uwe
18fdd3f708
[Gui] View3DInventorViewer: fix a GH action report
...
- use sizeof instead of the hardcoded number
2023-01-29 09:38:16 -07:00
Chris Hennes
e188802ca6
Addon Manager: Update license headers
2023-01-28 13:07:29 -07:00
wmayer
cd2a35061d
Part: add integration test for SectionCut command
2023-01-28 19:51:20 +01:00
sliptonic
73e2bad373
Merge pull request #8193 from haraldhartmann/origin/PathAddEstlcamPP
...
Path: add Estlcam postprocessor fix #8192
2023-01-28 11:52:33 -06:00
berniev
243ad94fb2
Simplify usage in Final Report and move Libpack copy stuff out
...
Added report function to separate logic from presentation and automate layout
Removed Libpack stuff to its own cmake file CopyLibpackDirectories.cmake
Added call in main CMakeLists.txt to libpack stuff
2023-01-28 08:41:34 -07:00
wandererfan
c318bc08cb
[Part][Draft]fix #8271 temporary files on windows
2023-01-28 07:13:05 -08:00
Roy-043
c0910a7e5b
Arch: Fix ArchPrecast.py issues
2023-01-28 11:28:38 +01:00