FreeCAD/src/Mod
Abdullah Tahiri 7fc7bdc302 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
2016-01-11 19:24:22 +01:00
..
Arch Arch: small encoding fixes 2016-01-11 13:08:28 -02:00
Assembly Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
Cam Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
Complete QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
Draft Draft: small change in DXF pref page layout 2016-01-06 10:56:25 -02:00
Drawing + handle degenerated ellipse for SVG output 2016-01-11 13:01:01 +01:00
Fem FEM: small improvements in the regard of flake8 compatiblity 2016-01-06 11:13:38 -02:00
Idf Make Idflibs consistent for installed and uninstalled builds 2015-12-10 16:37:25 -05:00
Image Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
Import QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
Inspection Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false. 2016-01-05 16:43:33 +01:00
JtReader + remove useless stuff from Init files 2015-01-13 16:19:19 +01:00
Material Material: Fixed the material editor dialog, thanks to rockn 2015-11-24 22:57:50 -02:00
Mesh + use TRUE and FALSE for Vrml output (reverts part of commit 7d0e892d3) 2016-01-05 17:27:56 +01:00
MeshPart + do not include from .qrc generated .cpp file from other .cpp file but add it to build system 2016-01-05 17:35:58 +01:00
OpenSCAD Updated ts files prior to translation cycle 2016-01-03 19:45:29 -02:00
Part Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false. 2016-01-05 16:43:33 +01:00
PartDesign + do not include from .qrc generated .cpp file from other .cpp file but add it to build system 2016-01-05 17:35:58 +01:00
Path Gui Enhancement: Support for macros in AppUserHome/Macro 2016-01-11 19:24:22 +01:00
Plot Fixed 'Axes' object has no attribute 'get_frame' error (see http://matplotlib.org/api/api_changes.html) 2015-05-31 19:28:16 +02:00
Points Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags. 2016-01-05 16:07:58 +01:00
Raytracing QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
ReverseEngineering + do not include from .qrc generated .cpp file from other .cpp file but add it to build system 2016-01-05 17:35:58 +01:00
Robot + do not include from .qrc generated .cpp file from other .cpp file but add it to build system 2016-01-05 17:35:58 +01:00
Sandbox + rework BoundingBox class and its Python binding 2015-10-11 00:18:53 +02:00
Ship Updated ts files 2015-09-14 14:31:47 -03:00
Sketcher Sketcher Bug fix: Solver information update on over-constrained situation 2016-01-09 13:42:12 +01:00
Spreadsheet Spreadsheet: Issue #2388: The SheetObserver should ignore changed properties that don't have a name. 2016-01-08 23:09:00 +01:00
Start Fix files encoding. Go from ISO8859-1 to UTF-8. 2015-09-21 19:50:49 -03:00
TemplatePyMod + support of checkable commands 2015-08-25 18:01:37 +02:00
Test Qt4's qglobal.h defined TRUE and FALSE. Qt5 does not do it anymore. Replace it with true and false. 2016-01-05 16:43:33 +01:00
Web QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1(). 2016-01-05 16:07:25 +01:00
__init__.py + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00
.gitattributes + add blacklists to exlude files from being archived by Git 2012-02-02 17:00:33 +01:00
CMakeLists.txt + remove option to build deprecated cam module 2015-08-01 10:47:46 +02:00
mod.dox + unify DLL export defines to namespace names 2011-10-10 13:44:52 +00:00