Changesets: FreeCAD

master 36ac2e70

2015-12-10 17:35:54

wmayer

Details Diff
Fix element A41 in 4x4 Matrix class
mod - src/Base/MatrixPyImp.cpp Diff File

master b7a9bf95

2015-12-10 16:23:11

yorik

Details Diff
Merge pull request 0000068 from l3iggs/patch-1

fixes 0002358
Affected Issues
0002358
mod - src/Mod/OpenSCAD/OpenSCADUtils.py Diff File

master d65c9609

2015-12-10 16:20:48

yorik

Details Diff
Draft: Lines and Wires now have a Subdivisions property - fixes 0001593 Affected Issues
0001593
mod - src/Mod/Draft/Draft.py Diff File

master 4901553a

2015-12-10 15:50:01

l3iggs

Details Diff
fix for 0002358

This strips off any trailing '-' text reported by openscad when asking it for its version.
Affected Issues
0002358
mod - src/Mod/OpenSCAD/OpenSCADUtils.py Diff File

master f1a3276d

2015-12-10 13:32:09

abdullah


Committer: wmayer Details Diff
Bug fix: Add System-wide Macro dir to python path

=================================================

Self explanatory, so that macros in system-wide location can import modules therein.
mod - src/App/FreeCADInit.py Diff File

master dde207c3

2015-12-09 16:52:47

wmayer

Details Diff
+ fix: -Wunused-variable
mod - src/Gui/ExpressionBinding.cpp Diff File

master 7e261db1

2015-12-09 15:09:57

wmayer

Details Diff
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
mod - src/Mod/Arch/ArchStructure.py Diff File

master b876489b

2015-12-09 14:30:51

yorik

Details Diff
Arch: small fix in Structure - fixes 0002186 Affected Issues
0002186
mod - src/Mod/Arch/ArchStructure.py Diff File

master 118d2eb5

2015-12-09 13:19:13

wmayer

Details Diff
+ fix typo in FEM
mod - src/Mod/Fem/App/FemMeshPyImp.cpp Diff File

master 69a69709

2015-12-09 13:18:58

wmayer

Details Diff
+ fix crash when undoing creation of spreadsheet
mod - src/App/Document.cpp Diff File

master c67b2bed

2015-12-08 15:01:28

yorik

Details Diff
Draft: Fixed offset of arcs - fixes 0001993 Affected Issues
0001993
mod - src/Mod/Draft/DraftTools.py Diff File

master c0ee5fba

2015-12-07 17:31:05

wmayer

Details Diff
+ add restart method to timer
mod - src/Base/Tools.cpp Diff File
mod - src/Base/Tools.h Diff File

master a97992a5

2015-12-07 15:30:20

yorik

Details Diff
Arch: added button to edit text position in Arch Spaces edit mode - fixes 0002339 Affected Issues
0002339
mod - src/Mod/Arch/ArchSpace.py Diff File

master 7fc7bdc3

2015-12-06 12:15:32

abdullah


Committer: wmayer Details Diff
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

master f78a2391

2015-12-06 11:46:23

abdullah


Committer: wmayer Details Diff
Gui Enhancement: Support for system-wide macros

===============================================

What?
Support for executing system-wide macros in /usr/lib/freecad/Macro
http://forum.freecadweb.org/viewtopic.php?f=10&t=13433

Why?
To allow to package macros and install them system-wide so that they are available to all users.
mod - src/Gui/DlgMacroExecuteImp.cpp Diff File

master 1da0ec65

2015-12-05 19:50:30

yorik

Details Diff
Draft: added radial & diameter dim support to DXF import - fixes 0002162 Affected Issues
0002162
mod - src/Mod/Draft/importDXF.py Diff File

master 2e91633d

2015-12-05 17:19:35

yorik

Details Diff
Draft: Added mirror tool (more graphical version of Part Mirror) - fixes 0002215 Affected Issues
0002215
mod - src/Mod/Arch/InitGui.py Diff File
mod - src/Mod/Draft/Draft.py Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/DraftTrackers.py Diff File
mod - src/Mod/Draft/InitGui.py Diff File
mod - src/Mod/Draft/Resources/Draft.qrc Diff File
add - src/Mod/Draft/Resources/icons/Draft_Mirror.svg Diff File

master cf3e69de

2015-12-05 16:49:02

yorik

Details Diff
Arch: removed global state of ifcfile
mod - src/Mod/Arch/importIFC.py Diff File

master 93b53f16

2015-12-05 16:19:18

wmayer

Details Diff
+ add several surface reconstruction methods from pcl to Reen module
mod - src/Mod/ReverseEngineering/App/AppReverseEngineering.cpp Diff File
mod - src/Mod/ReverseEngineering/App/SurfaceTriangulation.cpp Diff File
mod - src/Mod/ReverseEngineering/App/SurfaceTriangulation.h Diff File

master 501fa80e

2015-12-04 14:49:40

abdullah


Committer: wmayer Details Diff
Sketcher: Fix Sketch Mirror functionality

=========================================

The problem:
Mirror stopped working.

How to reproduce:
Select a sketch, and apply "Mirror Sketch" from the menu.

Why?
With the introduction of expressions, mirror sketch stopped working. The reason is that mirror functionality did use the "clone" function to make copies of constraints
and then modify their values. After expessions introduction, which introduces a unique tag per constraint, this copy was regarded as a "rename" of the original constraint
as they shared the unique tag.

Fix?
New function "copy()" for a constraint, that copies all the content but the tag.
Affected Issues
0002315
mod - src/Mod/Sketcher/App/Constraint.cpp Diff File
mod - src/Mod/Sketcher/App/Constraint.h Diff File
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File

master 6d287744

2015-12-04 07:17:46

Bernd Hahnebach


Committer: yorik Details Diff
Arch: ifc: fix import of archobj walls if structobj import is activated
mod - src/Mod/Arch/importIFC.py Diff File

master fd191b80

2015-12-04 01:59:50

yorik

Details Diff
Draft: Fixed grid jump in edimode - fixes 0002104 Affected Issues
0002104
mod - src/Mod/Draft/DraftTools.py Diff File

master ae6b9342

2015-12-03 21:50:46

Eivind Kvedalen


Committer: wmayer Details Diff
Spreadsheet: Fixed PropertySheet::Paste(); undo did not work correctly.
mod - src/Mod/Spreadsheet/App/PropertySheet.cpp Diff File

master aef7bbdf

2015-12-03 21:41:50

Eivind Kvedalen


Committer: wmayer Details Diff
Spreadsheet: AggregateFunctionExpression missed its own implementation of copy().
This causes a crash during undo if this class is used.
mod - src/Mod/Spreadsheet/App/SpreadsheetExpression.cpp Diff File
mod - src/Mod/Spreadsheet/App/SpreadsheetExpression.h Diff File

master 71605e63

2015-12-03 21:39:11

Eivind Kvedalen


Committer: wmayer Details Diff
Spreadsheet: Fixed issue 0002352, removal of rows and columns. Affected Issues
0002352
mod - src/Mod/Spreadsheet/App/PropertySheet.cpp Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 512 513 514 515 516 517 518 ... 560 ... 630 ... 649 650 651  Next  Last