Changesets: FreeCAD

master f5b707e9

2016-05-08 19:28:02

wmayer

Details Diff
+ implement PropertyMaterialListItem
mod - src/App/PropertyStandard.cpp Diff File
mod - src/Gui/SoFCDB.cpp Diff File
mod - src/Gui/propertyeditor/PropertyItem.cpp Diff File

master e2d780a1

2016-05-08 17:51:21

wmayer

Details Diff
+ property editor for material
mod - src/Gui/propertyeditor/PropertyItem.cpp Diff File
mod - src/Gui/propertyeditor/PropertyItem.h Diff File

master 53bd9b67

2016-05-08 17:49:07

DeepSOIC

Details Diff
Attacher: fix wrong inertial calculation on solids

was using surface calculation instead of volume...
mod - src/Mod/Part/App/Attacher.cpp Diff File

master ec54c092

2016-05-08 14:50:50

wmayer

Details Diff
+ restore old behaviour of PropertyLinkSubList::getPyObject to fix failure in ccxInpWriter.py
mod - src/App/PropertyLinks.cpp Diff File

master 16237822

2016-05-08 12:43:10

DeepSOIC

Details Diff
Attacher: preparations for Py interface of shape type system

+ add getModeByName to AttachEngine
mod - src/Mod/Part/App/Attacher.cpp Diff File
mod - src/Mod/Part/App/Attacher.h Diff File

master 1ccab846

2016-05-08 12:00:26

wmayer

Details Diff
+ apply f3nix:fix-gcc-warnings-1
mod - src/Mod/Part/App/Attacher.cpp Diff File

master fbf72553

2016-05-08 06:19:32

wmayer

Details Diff
+ fix warnings
mod - src/Mod/PartDesign/Gui/TaskDatumParameters.cpp Diff File

master a034fc58

2016-05-07 23:18:59

wmayer

Details Diff
+ fix build failures & warnings
mod - src/Gui/SoFCCSysDragger.cpp Diff File
mod - src/Gui/ViewProviderGeometryObject.cpp Diff File

master 77f667fc

2016-05-07 22:59:19

wmayer

Details Diff
+ fix possible crash in some property editors
mod - src/Gui/propertyeditor/PropertyItem.cpp Diff File

master 8bbc6421

2016-05-07 22:11:37

wmayer

Details Diff
+ editor for PropertyMaterial Affected Issues
0002525
mod - src/App/FeatureTest.cpp Diff File
mod - src/App/PropertyStandard.cpp Diff File
mod - src/App/PropertyStandard.h Diff File
mod - src/Gui/SoFCDB.cpp Diff File
mod - src/Gui/propertyeditor/PropertyItem.cpp Diff File
mod - src/Gui/propertyeditor/PropertyItem.h Diff File

master a175c488

2016-05-07 21:18:47

wmayer

Details Diff
+ simplify initialization of some Python types
mod - src/App/Application.cpp Diff File

master 71792801

2016-05-07 21:15:01

wmayer

Details Diff
+ expose Material class to Python
mod - src/App/Application.cpp Diff File
mod - src/App/MaterialPy.xml Diff File
mod - src/App/MaterialPyImp.cpp Diff File

master 8b4f1210

2016-05-07 20:06:18

DeepSOIC

Details Diff
Attacher: Py: extend AttachEngine's interface

* add constructor

attributes:
* Mode
* CompleteModeList
* ImplementedModes
* GetModeInfo
* References
* SuperPlacement
* Reverse
* Parameter
* CompleteRefTypeList

methods:
* getShapeType
* isShapeOfType
* downgradeType
* getTypeRank
* copy
* calculateAttachedPlacement
* suggestMapModes
* readParametersFromFeature
* writeParametersToFeature
mod - src/Mod/Part/App/AttachEnginePy.xml Diff File
mod - src/Mod/Part/App/AttachEnginePyImp.cpp Diff File

master 6ff95b90

2016-05-07 19:40:35

Wolfgang E. Sanyer


Committer: wmayer Details Diff
Bug fix for ID#0002453

Note that the version of Bison and Flex used to generate the two .c files are newer than
in the last commit from 2010. Also,for anyine working on tbis in the future, dont forget
to run flex and bison on the .l and .y files respectively.
Affected Issues
0002453
mod - src/Base/QuantityLexer.c Diff File
mod - src/Base/QuantityParser.c Diff File
add - src/Base/QuantityParser.h Diff File
mod - src/Base/QuantityParser.l Diff File

master 56e5837f

2016-05-07 15:50:27

f3nix


Committer: wmayer Details Diff
Fix Tab order in TaskDatumParameters dialog.
mod - src/Mod/PartDesign/Gui/TaskDatumParameters.ui Diff File

master 58daa046

2016-05-07 15:10:12

f3nix


Committer: wmayer Details Diff
Fix layout in TaskDatumParameters dialog.
mod - src/Mod/PartDesign/Gui/TaskDatumParameters.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskDatumParameters.ui Diff File

master 317b447f

2016-05-07 14:41:24

wmayer

Details Diff
+ implement PropertyMaterialList Affected Issues
0002525
mod - src/App/Application.cpp Diff File
mod - src/App/FeatureTest.cpp Diff File
mod - src/App/FeatureTest.h Diff File
mod - src/App/PropertyStandard.cpp Diff File
mod - src/App/PropertyStandard.h Diff File

master dcc89262

2016-05-07 13:14:25

DeepSOIC

Details Diff
Attacher: Py: implement Attacher attribute of AttachableObject
mod - src/Mod/Part/App/AttachableObject.h Diff File
mod - src/Mod/Part/App/AttachableObjectPy.xml Diff File
mod - src/Mod/Part/App/AttachableObjectPyImp.cpp Diff File

master 7000d551

2016-05-07 13:13:40

DeepSOIC

Details Diff
Attacher: Py: create AttachEnginePy

Not very useful at the moment, just created the interface.
mod - src/Mod/Part/App/AppPart.cpp Diff File
add - src/Mod/Part/App/AttachEnginePy.xml Diff File
add - src/Mod/Part/App/AttachEnginePyImp.cpp Diff File
mod - src/Mod/Part/App/CMakeLists.txt Diff File
mod - src/Mod/Part/App/PreCompiled.h Diff File

master d8ad50d1

2016-05-07 12:21:21

wmayer

Details Diff
+ move global function to namespace
mod - src/Mod/Part/App/AttachableObject.cpp Diff File

master 096d285d

2016-05-07 11:22:42

wmayer

Details Diff
+ add headers needed for pending pull request
mod - src/Gui/InventorAll.h Diff File

master c1f22cbd

2016-05-06 23:12:42

DeepSOIC


Committer: wmayer Details Diff
Attacher: fix wrong superPlacement read-onlyness

It reacted to changes to unrelated properties. Fixed.
mod - src/Mod/Part/App/AttachableObject.cpp Diff File

master d4f1ef2f

2016-05-06 20:52:23

DeepSOIC

Details Diff
Attacher: Py: add interface for changing attacher type

Plus a mechanism to remember attacher type of AttachableObject through
save-restore cycle.
mod - src/Mod/Part/App/AttachableObject.cpp Diff File
mod - src/Mod/Part/App/AttachableObject.h Diff File
mod - src/Mod/Part/App/AttachableObjectPy.xml Diff File
mod - src/Mod/Part/App/AttachableObjectPyImp.cpp Diff File

master d2199532

2016-05-06 20:48:20

DeepSOIC

Details Diff
Attacher: change Part2DObject to use Plane attacher by default
mod - src/Mod/Part/App/Part2DObject.cpp Diff File

master 2ccf5883

2016-05-06 19:33:16

wmayer

Details Diff
+ fixes 0002133: Bad file name copying.lib Affected Issues
0002133
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 476 477 478 479 480 481 482 ... 490 ... 560 ... 630 ... 649 650 651  Next  Last