Changesets: FreeCAD

master 35b1b5bb

2015-08-12 14:19:38

Abdullah Tahiri


Committer: wmayer Details Diff
Sketcher: SelectElementsAssociatedWithConstraints added to tools toolbar

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

By express request:
http://forum.freecadweb.org/viewtopic.php?f=10&t=11840&start=40#p97202
mod - src/Mod/Sketcher/Gui/Workbench.cpp Diff File

master 73808aa1

2015-08-11 20:55:16

Bernd Hahnebach

Details Diff
Arch: remove trailling white spaces
mod - src/Mod/Arch/importIFC.py Diff File

master 6ea93a4a

2015-08-11 15:25:28

Abdullah Tahiri


Committer: wmayer Details Diff
Sketcher: Symmetry/Copy/2DLinearArray art by Jim

SVG and XPM icons for copy and array creation by Jim
mod - src/Mod/Sketcher/Gui/CommandSketcherTools.cpp Diff File
mod - src/Mod/Sketcher/Gui/Resources/Sketcher.qrc Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Copy.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_LinearArray.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Symmetry.svg Diff File

master 4dc09efd

2015-08-11 08:03:34

Bernd Hahnebach


Committer: yorik Details Diff
Arch: added object types to struct ifc import
mod - src/Mod/Arch/importIFC.py Diff File

master d5f80ff6

2015-08-11 00:55:59

yorik

Details Diff
Draft: Starting a C++ DXF importer - issue 0002205 Affected Issues
0002205
add - src/Mod/Draft/App/AppDraftUtils.cpp Diff File
add - src/Mod/Draft/App/AppDraftUtilsPy.cpp Diff File
add - src/Mod/Draft/App/CMakeLists.txt Diff File
add - src/Mod/Draft/App/DraftDxf.cpp Diff File
add - src/Mod/Draft/App/DraftDxf.h Diff File
add - src/Mod/Draft/App/PreCompiled.cpp Diff File
add - src/Mod/Draft/App/PreCompiled.h Diff File
add - src/Mod/Draft/App/dxf.cpp Diff File
add - src/Mod/Draft/App/dxf.h Diff File
mod - src/Mod/Draft/CMakeLists.txt Diff File

master 729c1160

2015-08-09 17:46:40

blobfish


Committer: wmayer Details Diff
Core: Gui: SoFCSysDragger: adding SoFCSysDragger.
mod - src/Gui/CMakeLists.txt Diff File
add - src/Gui/SoFCCSysDragger.cpp Diff File
add - src/Gui/SoFCCSysDragger.h Diff File
add - src/Gui/TaskCSysDragger.cpp Diff File
add - src/Gui/TaskCSysDragger.h Diff File

master 381a59bb

2015-08-09 17:45:38

blobfish


Committer: wmayer Details Diff
Core: Gui: SoFCSysDragger: changes to SoFCDB to store dragger.
mod - src/Gui/SoFCDB.cpp Diff File
mod - src/Gui/SoFCDB.h Diff File

master 4fcbff9d

2015-08-08 00:41:28

Fat-Zer


Committer: wmayer Details Diff
Mod/Complete: suppress a minor warning

The warning was dedicated to using of char as an array index.
mod - src/Mod/Complete/Gui/AppCompleteGui.cpp Diff File

master 2d6e82fb

2015-08-08 00:38:18

Fat-Zer


Committer: wmayer Details Diff
Mod/Robot: fix yet another warning (potentialy harmful)

Warning was -Woverloaded-virtual
mod - src/Mod/Robot/App/kdl_cp/trajectory_stationary.hpp Diff File

master d2176be2

2015-08-08 00:27:37

Fat-Zer


Committer: wmayer Details Diff
Mod/Spreadsheet: fix yet another warning (potentialy harmful)

Warning was -Woverloaded-virtual
mod - src/Mod/Spreadsheet/App/PropertySheet.cpp Diff File
mod - src/Mod/Spreadsheet/App/PropertySheet.h Diff File

master a8634f09

2015-08-08 00:24:37

Fat-Zer


Committer: wmayer Details Diff
3rdParty/salomesmesh: suppress several small warnings

Warnings was about a struct declared as type and as usual added several
additional brackets.
mod - src/3rdParty/salomesmesh/inc/SMESH_subMesh.hxx Diff File
mod - src/3rdParty/salomesmesh/inc/SMESH_subMeshEventListener.hxx Diff File
mod - src/3rdParty/salomesmesh/src/NETGENPlugin/NETGENPlugin_Mesher.cpp Diff File

master c3dfc7e3

2015-08-08 00:16:38

Alexander Golubev


Committer: wmayer Details Diff
3rdParty/salomesmesh: fix a couple error-prone warnings

The Warnings was about hiding bases class RemoveElement() and
RemoveFreeElement() virtual methodes which may caused calling wrong
function by bases class pointer.
mod - src/3rdParty/salomesmesh/inc/SMESHDS_Mesh.hxx Diff File
mod - src/3rdParty/salomesmesh/inc/SMESH_subMeshEventListener.hxx Diff File
mod - src/3rdParty/salomesmesh/src/SMESHDS/SMESHDS_Mesh.cpp Diff File

master 4f6a50ac

2015-08-06 16:11:04

yorik

Details Diff
Fixed git link in readme
mod - README.md Diff File

master 7fd2157a

2015-08-06 16:08:26

yorik

Details Diff
Nicer readme file with screenshot

master 6a16910b

2015-08-05 14:45:27

Abdullah Tahiri


Committer: wmayer Details Diff
Sketcher: UI Copy Support & 2D Array python command rework

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

- Support for copying geometric elements in the sketcher with Ctrl+C (or using the still missing icon). It will show you the vector of displacement from the
"reference point". The reference point can be chosen by the user (although it is not necessary to do it so) by making the point the user wish to be the reference point
the last selected element. It conveniently incorporates "autoconstraints", so that you can make this point (the one of the copy) directly coincident with any other point in the sketch.

- Python 2D array command modified to lock elements position using construction lines and constraints.
- Support for different spacing between u and v directions (the direction of the cols and the direction of the rows).

- Support to avoid copying DistanceX and DistanceY constraints when used for locking a point. This means that if the geometry that you copy(array) is
fully constraint, the resulting 2D array is also fully constraint.

- UI support for creating 2D linear arrays in the sketcher.
- Bug fix in python addArray, wrong line copy startingpoint calculation fixed.

How to create a 2D array in the sketcher:
1. Select your geometric elements.
2. Click the button
3. Fill in the rows/cols and preferences on spacing and constraining each element of the array
4. Click Ok
5. Define the direction of the cols of the array and click
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File
mod - src/Mod/Sketcher/App/SketchObject.h Diff File
mod - src/Mod/Sketcher/App/SketchObjectPyImp.cpp Diff File
mod - src/Mod/Sketcher/Gui/CMakeLists.txt Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherTools.cpp Diff File
add - src/Mod/Sketcher/Gui/SketchLinearArrayDialog.cpp Diff File
add - src/Mod/Sketcher/Gui/SketchLinearArrayDialog.h Diff File
add - src/Mod/Sketcher/Gui/SketchLinearArrayDialog.ui Diff File
mod - src/Mod/Sketcher/Gui/Workbench.cpp Diff File

master 13bf1a9c

2015-08-05 11:31:14

wmayer

Details Diff
+ make FEM unittest more platform independent
mod - src/Mod/Fem/TestFem.py Diff File
mod - src/Mod/Test/TestGui.py Diff File

master aec3ab60

2015-08-05 08:04:03

Bernd Hahnebach


Committer: yorik Details Diff
Arch: add options to import structural engineering ifc
mod - src/Mod/Arch/Resources/ui/preferences-ifc.ui Diff File
mod - src/Mod/Arch/importIFC.py Diff File

master 192dca36

2015-08-05 04:58:46

yorik

Details Diff
Draft: small bugfix - fixes 0002159 Affected Issues
0002159
mod - src/Mod/Draft/DraftTools.py Diff File

master 8c222a8c

2015-08-05 04:50:33

yorik

Details Diff
Draft: small bugfix - issue 0002162 Affected Issues
0002162
mod - src/Mod/Draft/importDXF.py Diff File

master 2bc0826c

2015-08-05 03:18:30

yorik

Details Diff
Arch: Reintroduced support for custom subvolumes for windows
mod - src/Mod/Arch/ArchComponent.py Diff File
mod - src/Mod/Arch/ArchWindow.py Diff File

master 5e3dc0c2

2015-08-04 21:32:53

Przemo Firszt

Details Diff
Tests, FEM: Fix inp file writing test

It's a compare line-by-line without comment lines now instead of
previously used md5 sum comparison.

inp pre filtering method suggested by Far-Zer
File location fixes by wmayer

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
mod - src/Mod/Fem/App/CMakeLists.txt Diff File
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/TestFem.py Diff File
mod - src/Mod/Fem/ccxInpWriter.py Diff File

master bee11897

2015-08-04 11:35:10

Eivind Kvedalen


Committer: wmayer Details Diff
Spreadsheet: Fixed bug with dangling pointer when a document object is deleted.
mod - src/Mod/Spreadsheet/App/PropertySheet.cpp Diff File
mod - src/Mod/Spreadsheet/App/PropertySheet.h Diff File
mod - src/Mod/Spreadsheet/App/SheetObserver.cpp Diff File

master 76c0f55e

2015-08-04 11:32:52

wmayer

Details Diff
+ make mesh merge more performant
mod - src/Mod/Mesh/Gui/Command.cpp Diff File

master b4ea012e

2015-08-03 20:46:30

yorik

Details Diff
Mesh: Added Mesh Merge command

This command joins selected mesh objects into one
mod - src/Mod/Mesh/Gui/Command.cpp Diff File
mod - src/Mod/Mesh/Gui/Workbench.cpp Diff File

master cfbcd3a6

2015-08-03 20:45:47

yorik

Details Diff
Arch: Encoding fix in DAE importer
mod - src/Mod/Arch/importDAE.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 539 540 541 542 543 544 545 ... 560 ... 630 ... 649 650 651  Next  Last