FreeCAD: master 7fc7bdc3
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
abdullah | wmayer | master | 2015-12-06 12:15:32 | master f78a2391 |
Changeset | Gui Enhancement: Support for macros in AppUserHome/Macro ===================================================== What? It was suggested that the macros should be moved to AppUserHome/Macro http://forum.freecadweb.org/viewtopic.php?f=10&t=13433 Solution: The solution is backwards compatible in the sense that if you have a running configuration, updating should not change anything. For new installations the macro directory will default to AppUserHome/Macro. However this would break all the installation scripts (probably also ME's plugin manager). Conflicts: src/Mod/Path/Gui/AppPathGuiPy.cpp |
|||
mod - src/App/Application.cpp | Diff File | |||
mod - src/App/Application.h | Diff File | |||
mod - src/Gui/Command.cpp | Diff File | |||
mod - src/Gui/DlgActionsImp.cpp | Diff File | |||
mod - src/Gui/DlgMacroExecuteImp.cpp | Diff File | |||
mod - src/Gui/DlgMacroRecordImp.cpp | Diff File | |||
mod - src/Gui/DlgSettingsMacroImp.cpp | Diff File | |||
mod - src/Gui/PythonConsole.cpp | Diff File | |||
mod - src/Mod/Path/Gui/AppPathGuiPy.cpp | Diff File |