Changesets: FreeCAD
releases/FreeCAD-0-18 85da6c36 2019-02-25 16:17:32 wmayer Details Diff |
make Del shortcut working again in Sketch edit mode | ||
mod - src/Gui/TaskView/TaskView.cpp | Diff File | ||
releases/FreeCAD-0-18 d3631968 2019-02-25 09:50:38 wmayer Details Diff |
add method to Python interface to get reflect lines of a shape | ||
mod - src/Mod/Part/App/TopoShapePy.xml | Diff File | ||
mod - src/Mod/Part/App/TopoShapePyImp.cpp | Diff File | ||
master 91438c16 2019-02-25 07:51:14 Dion Moult Committer: Yorik van Havre Details Diff |
Add subelement support for rotating individual vertices | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
master bc3af1af 2019-02-25 07:44:15 Dion Moult Committer: Yorik van Havre Details Diff |
Code simplification of move subelements command | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
releases/FreeCAD-0-18 be45d5e7 2019-02-24 23:55:10 wandererfan Committer: wmayer Details Diff |
Implement kb scroll and pan | ||
mod - src/Mod/TechDraw/Gui/QGVPage.cpp | Diff File | ||
mod - src/Mod/TechDraw/Gui/QGVPage.h | Diff File | ||
releases/FreeCAD-0-18 f572207c 2019-02-24 21:18:50 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: ccx input writer, cut seconds output by 2 decimals | ||
mod - src/Mod/Fem/femsolver/calculix/writer.py | Diff File | ||
releases/FreeCAD-0-18 3a472131 2019-02-24 21:18:33 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: ccx tools task panel, use ccx tools method to find ccx binary | ||
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemSolverCalculix.py | Diff File | ||
releases/FreeCAD-0-18 972bb5ee 2019-02-24 21:18:30 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: ccx tools solver task panel, switch to self.fea instead of lots of fea instances | ||
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemSolverCalculix.py | Diff File | ||
releases/FreeCAD-0-18 91a1a4b6 2019-02-24 21:18:27 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: ccx tools, find analysis if not given and there is only one in document | ||
mod - src/Mod/Fem/femtools/ccxtools.py | Diff File | ||
releases/FreeCAD-0-18 3f8c5246 2019-02-24 21:18:24 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: ccx tools, do not run all init methods on fea init | ||
mod - src/Mod/Fem/femtest/testccxtools.py | Diff File | ||
mod - src/Mod/Fem/femtools/ccxtools.py | Diff File | ||
releases/FreeCAD-0-18 21e1a89f 2019-02-24 21:18:11 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: ccx tools solver task panel, update to new ccx tools working dir setting def | ||
mod - src/Mod/Fem/femguiobjects/_ViewProviderFemSolverCalculix.py | Diff File | ||
releases/FreeCAD-0-18 5e57de60 2019-02-24 21:18:08 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: ccx tools, do not create the working dir if it does not exist | ||
mod - src/Mod/Fem/femtools/ccxtools.py | Diff File | ||
releases/FreeCAD-0-18 9ae07756 2019-02-24 21:18:04 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: ccx tools unit tests, explicit create the working directory for all tests | ||
mod - src/Mod/Fem/femtest/testccxtools.py | Diff File | ||
releases/FreeCAD-0-18 13a4ccc3 2019-02-24 21:17:59 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: solver framework, fix pref group of working dir | ||
mod - src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui | Diff File | ||
mod - src/Mod/Fem/femsolver/settings.py | Diff File | ||
releases/FreeCAD-0-18 18c9046c 2019-02-24 21:17:46 Bernd Hahnebach Committer: wmayer Details Diff |
FEM: general prefs, some typos and better text | ||
mod - src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui | Diff File | ||
releases/FreeCAD-0-18 e3d63493 2019-02-24 13:04:42 wmayer Details Diff |
fixes 0003061: 'Move object after other object' function causes chaos |
Affected Issues 0003061 |
|
mod - src/Mod/PartDesign/Gui/CommandBody.cpp | Diff File | ||
master 85013771 2019-02-24 08:09:44 Dion Moult Committer: Yorik van Havre Details Diff |
Support copying subelements | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
master 547851cc 2019-02-24 05:38:12 Dion Moult Committer: Yorik van Havre Details Diff |
If wires are merged, deleted, or otherwise had graph changing operations while edit mode is active, don't complain | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
releases/FreeCAD-0-18 4e973324 2019-02-23 23:37:53 wmayer Details Diff |
when restoring object then only expand single items, not its parent items | ||
mod - src/Gui/ActiveObjectList.cpp | Diff File | ||
mod - src/Gui/Document.cpp | Diff File | ||
mod - src/Gui/DocumentPyImp.cpp | Diff File | ||
mod - src/Gui/Tree.cpp | Diff File | ||
mod - src/Gui/Tree.h | Diff File | ||
master 69646518 2019-02-23 22:20:33 Dion Moult Committer: Yorik van Havre Details Diff |
Show draft objects as an x-ray view, and edit bases if they exist. | ||
mod - src/Mod/Draft/DraftTools.py | Diff File | ||
releases/FreeCAD-0-18 a4e46d1f 2019-02-23 21:26:21 wmayer Details Diff |
Undo/Redo of renaming an object via context-menu | ||
mod - src/Gui/Tree.cpp | Diff File | ||
master be65fbf8 2019-02-23 20:23:52 Dion Moult Committer: Yorik van Havre Details Diff |
Fix move edge to work on closed wires | ||
mod - src/Mod/Draft/Draft.py | Diff File | ||
master 985dbaea 2019-02-23 20:22:48 Dion Moult Committer: Yorik van Havre Details Diff |
Clear existing preselects when setting a new preselect | ||
mod - src/Gui/SoFCUnifiedSelection.cpp | Diff File | ||
releases/FreeCAD-0-18 0852dde4 2019-02-23 18:43:35 wmayer Details Diff |
fixes 0003807: STEP export with BaseFeature does not hide BaseObject |
Affected Issues 0003807 |
|
mod - src/Mod/Import/App/ExportOCAF.cpp | Diff File | ||
mod - src/Mod/Import/App/ExportOCAF.h | Diff File | ||
releases/FreeCAD-0-18 4765b7e2 2019-02-23 15:28:39 wmayer Details Diff |
fixes 0003848: Preferences dialog not fully visible |
Affected Issues 0003848 |
|
mod - src/Gui/DlgPreferencesImp.cpp | Diff File |