PD: If needed open another transaction for sketch creation
Core: Fixes #17553
Tests: Add unit test to demonstrate failure of #17553
Core: Write a log message instead of warning when locking a file fails
Core: Add wrapper function Application::applicationPid()
Core: Don't freeze application if lock file already exists
Mat: Clean-up code in DlgDisplayPropertiesImp
Mat: Tmp. block signals of material widget
Core: Fix compiler warning
Draft: Fixes #17461
Core: Extend DocumentObjectPy
[PartDesign Groove/Revolution] minor dialog improvements, addresses issue #13298
Tux: Remove Qt 4 translate function
Test: Add unit test for pad
Fix compiler warnings
Test: Add test for MeasureDistance with two circles
Measure: When measuring the distance between circles then use the center points as reference
Start: Use ModuleIO in StartView::fileCardSelected
Core: Use ModuleIO in MainWindow::loadUrls
Core: Use ModuleIO in RecentFilesAction & RecentMacrosAction
Core: Add convenience class ModuleIO to open files
Start: Fix build failure with enabled PCH
[TechDraw] Fix error for some compilers
Core: Do not set to XY plane by default if the rotation of the image doesn't match
Core: Fix resetting placement of transformed image
Fix compiler warning
Gui: Use FreeCAD Theme only for FreeCAD stuff
Qt6: QLocale::countryToString and QLocale::country() are deprecated since Qt 6.6
Qt6: Several methods of QMouseEvent are deprecated since Qt 6.0
Qt6: QColor::setNamedColor is deprecated since Qt 6.6
Gui: Force OpenGL rendering for main window
StartPage: Make sure to pass a container widget to the QScrollArea
MSVC: Fix several compiler warnings
Core: Placement dialog
Core: Add option to ignore transactions in placement dialog
Core: Expose Placement dialog to Python
Core: Change placement dialog to operate on passed selection objects
Core: Refactor placement dialog
Sketcher: [skip ci] handle coincident points when trying to create arc/circle
Gui: ProDark Stylesheet QT Icon Fix
[Stylesheet] ProDark: major bugfix for add-ons
Gui: Update usability enhancements to ProDark theme
[FEM] fix specific heat of air
[Draft] Eliminate required GUI for importDXF
[Start] Correct TestStart installation location
[GUI] Stylesheet fix for icons in Qt file dialog
Py: fix memory leak
[GUI] Remove explicit triangle styling from tabs
Gui: Enable compression of tablet motion events
[installer] improve uninstalling
TD: fixes #0004598: Segfault when deleting template without page
PartDesign Helix: update NbTurns in Pitch-Height-Angle mode
[GUI] Enable dragging in dependency graph view
Import: [skip ci] avoid conflicting class names in global namespace
Fem: [skip ci] set backend of matplotlib to Qt5Agg
[Gui] fix HiDPI rounding bug
[0.19][Web] Remove HiDPI fix when using QTWEBVIEW
[Main] set Coin environment variable
update for FC 0.19.0
PD: AddressSanitizer: heap-use-after-free
[PD] fix multi-transform View
Gui: [skip ci] allow to unbind() an ExpressionBinding and automatically unbind it if the observed object has been deleted
Fem: fix segmentation fault when opening contraint transform panel
Part: the number of domains returned by TopoShape::getDomains must match with number of faces
apply fixes from master when building with occt 7.4
fixes #0004182: Segfault when clicking constraints from a different viewport [skip ci]
fixes #0004233: Access violation and file corruption on undo duplicate sketch
FEM: py3 fix in selection widget
FEM: selection widgets, add some error prints
FEM: equations, fix reset edit mode
fix encoding problem when clicking a link on StartPage if application is installed into a directory with non-ASCII characters
pre-select name filter in import/export file dialog
[Spreadsheet] Excel File Import fix Py3 bug
fix print preview function for >= Qt 5.9
Sketcher: Fix Carbon copy leads to unsolvable sketch
Sketcher: Fix carbon copy construction points
fixes #0003993: Memory leak with Python3
code simplification in PythonWrapper
issue #0003984: Creating a Path Job object fails with 'PySide2.QtWidgets.QDialog' object has no attribute 'templateGroup'
Fixes bug #4008: removes phantom path cause
Fix crash in case encoding of Python paths fails
[Material] Respect unicode filenames
BrowserView: fix QWebEngine crash
Py3: no __builtin__ module available
fixes 0004010: Box Selection + Part -> MakeCompound will crash FreeCAD
FEM: solver elmer tasks, Py3 decode fix
make OpenSCAD utilities working again with Py2
replace insecure use of eval() with proper use of units
py3/py2: use exec as function
Py3 fix: correctly convert a Python str to const char*
Py3: fix reading/writing from/to OBJ file
fixes 0003913: libspnav crash on linux wayland during startup
FEM: ccx tools, set back the assignment of linux and osx ccx binary path
FEM: osx: try to fix default ccx detection
fix crash when checking an empty error message of an exception
fix crash when checking an empty error message of an exception
FEM: Py3 fix in result reader
Linux/appdata: generate release info
Path: per Werner, fixing bug for function removed from string module
Py3: make string concatenation to work with Py2 and Py3