Changesets: FreeCAD

master 0d495257

2021-03-08 23:43:42

hyarion


Committer: wmayer Details Diff
Gui: Auto update NaviCube when changing preferences
mod - src/Gui/NaviCube.cpp Diff File

master 7ba93c9e

2021-03-08 23:38:33

hyarion


Committer: wmayer Details Diff
Gui: Add setting for changing size of navigation cube

It's already possible to change size of the navigation cube through the
parameters. This just adds a GUI option in the preferences window.
mod - src/Gui/DlgSettingsNavigation.cpp Diff File
mod - src/Gui/DlgSettingsNavigation.ui Diff File

master 300ab236

2021-03-08 18:03:59

wmayer

Details Diff
Gui: [skip ci] show or hide splash image depending on screen size
mod - src/Gui/Splashscreen.cpp Diff File
mod - src/Gui/Splashscreen.h Diff File

master b14394c7

2021-03-08 11:55:45

wmayer

Details Diff
Gui: [skip ci] do not allow image size in About dialog to occupy more than 25% of the screen size
mod - src/Gui/Splashscreen.cpp Diff File

master e2782d0c

2021-03-07 20:00:08

chennes


Committer: wwmayer Details Diff
[CMake] Add missing backwards-compatibility var
mod - cMake/FreeCAD_Helpers/SetupPython.cmake Diff File

master 971bb669

2021-03-07 10:52:27

luz paz


Committer: wwmayer Details Diff
CMake: correct non-POSIX friendly 'sed-i' arg in FindPySide2Tools.cmake

resolves 0004588
ticket: https://tracker.freecadweb.org/view.php?id=4588
Patch provided by 'garya'
Tweaked comment to reflect the patch change. [skip ci]
Affected Issues
0004588
mod - cMake/FindPySide2Tools.cmake Diff File

master 65b9f8b4

2021-03-07 10:41:31

UR-0


Committer: berndhahnebach Details Diff
[FEM]implement Gmsh mesh property "MeshSizeFromCurvature"
mod - src/Mod/Fem/femmesh/gmshtools.py Diff File
mod - src/Mod/Fem/femobjects/mesh_gmsh.py Diff File
mod - src/Mod/Fem/femtest/data/elmer/group_mesh.geo Diff File

master 1b398a95

2021-03-07 02:30:02

uwestoehr


Committer: wmayer Details Diff
[Main] set Coin environment variable

as discussed in https://forum.freecadweb.org/viewtopic.php?f=10&t=56386&start=10 we need to set this environment variable for Coin on Windows
mod - src/Main/MainGui.cpp Diff File

master 52ed707b

2021-03-07 00:36:28

chennes


Committer: wwmayer Details Diff
[Core] Remove deprecated code for 0.20
mod - src/App/Application.cpp Diff File

master 226b713e

2021-03-06 22:44:50

chennes


Committer: wwmayer Details Diff
[GUI] Migrate Application to std::bind
mod - src/Gui/Application.cpp Diff File

master 9d0086eb

2021-03-06 22:17:01

chennes


Committer: wwmayer Details Diff
[GUI] Remove deprecated code from Application

Strip out anything that was only active for Qt <5.9 or Python <3.6.
mod - src/Gui/Application.cpp Diff File

master 839b9638

2021-03-06 11:39:00

Chris_G


Committer: wmayer Details Diff
Part: fixes and check input values for spiral and helix primitives
mod - src/Mod/Part/App/PrimitiveFeature.cpp Diff File
mod - src/Mod/Part/App/TopoShape.cpp Diff File

master 98b52b09

2021-03-06 11:34:38

davidosterberg


Committer: wmayer Details Diff
PartDesign: New input mode, and allow spirals to be created
mod - src/Mod/PartDesign/App/FeatureHelix.cpp Diff File
mod - src/Mod/PartDesign/App/FeatureHelix.h Diff File
mod - src/Mod/PartDesign/Gui/TaskHelixParameters.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskHelixParameters.h Diff File
mod - src/Mod/PartDesign/Gui/TaskHelixParameters.ui Diff File

master 94b1fbb5

2021-03-06 10:34:45

guskog


Committer: wmayer Details Diff
Gui: Sketcher Color Preferences UI rearrangement.
mod - src/Mod/Sketcher/Gui/SketcherSettingsColors.ui Diff File

master afb1d0fb

2021-03-06 01:19:31

hyarion


Committer: wwmayer Details Diff
[Path] Switch from boost::tuple to std::tuple

It's better to use the standard lib when possible
mod - src/Mod/Part/App/PreCompiled.h Diff File
mod - src/Mod/Part/Gui/TaskCheckGeometry.cpp Diff File
mod - src/Mod/Part/Gui/TaskCheckGeometry.h Diff File

master 64e28111

2021-03-06 01:19:20

hyarion


Committer: wwmayer Details Diff
[Gui] Switch from boost::tuple to std::tuple

It's better to use the standard lib when possible
mod - src/Gui/ExpressionCompleter.cpp Diff File
mod - src/Gui/PreCompiled.h Diff File

master 7ee7e603

2021-03-06 01:19:09

hyarion


Committer: wwmayer Details Diff
[App] Switch from boost::tuple to std::tuple

It's better to use the standard lib when possible
mod - src/App/Expression.cpp Diff File
mod - src/App/Expression.h Diff File
mod - src/App/ExpressionParser.h Diff File
mod - src/App/PreCompiled.h Diff File

master 7b33ba36

2021-03-06 00:33:22

chennes


Committer: wwmayer Details Diff
[OpenSCAD] Minor fixes from LGTM analysis
mod - src/Mod/OpenSCAD/InitGui.py Diff File
mod - src/Mod/OpenSCAD/OpenSCADFeatures.py Diff File
mod - src/Mod/OpenSCAD/OpenSCADUtils.py Diff File
mod - src/Mod/OpenSCAD/colorcodeshapes.py Diff File
mod - src/Mod/OpenSCAD/expandplacements.py Diff File
mod - src/Mod/OpenSCAD/exportCSG.py Diff File
mod - src/Mod/OpenSCAD/importCSG.py Diff File

master 231c470e

2021-03-06 00:15:26

hyarion


Committer: wwmayer Details Diff
[Base] Remove unused std::make_unique back port

std::make_unique was introduced in c++14, so no need to have it back
ported anymore.
mod - src/Base/CMakeLists.txt Diff File
rm - src/Base/StdStlTools.h Diff File

master 41de6c3d

2021-03-06 00:06:10

hyarion


Committer: wwmayer Details Diff
[Spreadsheet] Use std::shared_ptr instead of boost::shared_ptr

There's no need to use boost version when stl has support for shared_ptr
mod - src/Mod/Spreadsheet/App/Cell.cpp Diff File

master 505ba29c

2021-03-06 00:05:58

hyarion


Committer: wwmayer Details Diff
[Sketcher] Use std::shared_ptr instead of boost::shared_ptr

There's no need to use boost version when stl has support for shared_ptr
mod - src/Mod/Sketcher/App/PreCompiled.h Diff File
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File
mod - src/Mod/Sketcher/App/SketchObject.h Diff File
mod - src/Mod/Sketcher/App/SketchObjectPyImp.cpp Diff File

master babe8c24

2021-03-06 00:05:47

hyarion


Committer: wwmayer Details Diff
[Sandbox] Use std::shared_ptr instead of boost::shared_ptr

There's no need to use boost version when stl has support for shared_ptr
mod - src/Mod/Sandbox/Gui/Command.cpp Diff File

master fabcbf76

2021-03-06 00:05:32

hyarion


Committer: wwmayer Details Diff
[Robot] Use std::shared_ptr instead of boost::shared_ptr

There's no need to use boost version when stl has support for shared_ptr
mod - src/Mod/Robot/App/kdl_cp/tree.hpp Diff File

master e7024f5d

2021-03-06 00:05:24

hyarion


Committer: wwmayer Details Diff
[Points] Use std::shared_ptr instead of boost::shared_ptr

There's no need to use boost version when stl has support for shared_ptr
mod - src/Mod/Points/App/PointsAlgos.cpp Diff File

master 991dbd75

2021-03-06 00:05:15

hyarion


Committer: wwmayer Details Diff
[Path] Use std::shared_ptr instead of boost::shared_ptr

There's no need to use boost version when stl has support for shared_ptr
mod - src/Mod/Path/libarea/PythonStuff.cpp Diff File
 First  Prev  1 2 3 ... 14 15 16 17 18 19 20 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last