Changesets: FreeCAD

master 95dd0cc5

2014-05-16 15:24:19

Johannes Reinhardt


Committer: wmayer Details Diff
fix typos in PartDesign module
mod - src/Mod/PartDesign/Gui/Command.cpp Diff File

master a1d04d82

2014-05-16 15:23:16

Johannes Reinhardt


Committer: wmayer Details Diff
fixed typos in Part module
mod - src/Mod/Part/Gui/DlgExtrusion.cpp Diff File

master 7b41bdfe

2014-05-16 15:22:19

Johannes Reinhardt


Committer: wmayer Details Diff
fix typos and links in StartPage module
mod - src/Mod/Start/StartPage/StartPage.py Diff File

master af964f85

2014-05-16 15:21:09

Johannes Reinhardt


Committer: wmayer Details Diff
fix typos in Mesh module
mod - src/Mod/Mesh/Gui/Command.cpp Diff File

master a4cc793c

2014-05-16 15:17:32

Johannes Reinhardt


Committer: wmayer Details Diff
fix typos in OpenSCAD workbench
mod - src/Mod/OpenSCAD/Resources/ui/openscadprefs-base.ui Diff File
mod - src/Mod/OpenSCAD/colorcodeshapes.py Diff File

master 604c556b

2014-05-16 15:14:41

Johannes Reinhardt


Committer: wmayer Details Diff
Change "making" to "creating"

This avoids a double entendre in "making faces" and keeps consistency.
mod - src/Mod/Draft/Draft.py Diff File

master 8edff985

2014-05-16 15:14:26

Johannes Reinhardt


Committer: wmayer Details Diff
fixed some obvious typos
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/Resources/ui/userprefs-import1.ui Diff File

master d85f4420

2014-05-15 18:10:26

wmayer

Details Diff
+ add InputField to widget plugin
mod - src/Tools/plugins/widget/customwidgets.cpp Diff File
mod - src/Tools/plugins/widget/customwidgets.h Diff File
mod - src/Tools/plugins/widget/plugin.cpp Diff File

master 037eb8ee

2014-05-15 12:38:09

wmayer

Details Diff
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
mod - src/Mod/Sketcher/Gui/SoDatumLabel.cpp Diff File

master 318c4b6c

2014-05-15 12:37:39

wmayer

Details Diff
+ fixes 0001547: add Part Spiral to the selectable list of profiles for a Part Loft Affected Issues
0001547
mod - src/Mod/Part/App/PartFeatures.cpp Diff File
mod - src/Mod/Part/Gui/TaskLoft.cpp Diff File
mod - src/Mod/Part/Gui/TaskSweep.cpp Diff File

master 8106f843

2014-05-14 22:20:29

Stefan Tröger


Committer: wmayer Details Diff
fix sketcher arrow size and make them independend from window size
mod - src/Mod/Sketcher/Gui/SoDatumLabel.cpp Diff File

master 941fc5c9

2014-05-14 19:12:31

shoogen


Committer: yorik Details Diff
+ fixes 0001543: OpenSCAD.RefineShape Features breaks Placement for 'faces' Affected Issues
0001543
mod - src/Mod/OpenSCAD/OpenSCADFeatures.py Diff File

master 27a2e52d

2014-05-14 19:11:36

shoogen


Committer: yorik Details Diff
+ fixes 0001537: python function to apply a placement to a shape Affected Issues
0001537
mod - src/Mod/OpenSCAD/OpenSCADUtils.py Diff File

master f9ff3b25

2014-05-14 18:14:06

wmayer

Details Diff
+ fixes 0001544: Python function to retrive direct children of a shape using TopoDS_Iterator Affected Issues
0001544
mod - src/Mod/Part/App/TopoShapePy.xml Diff File
mod - src/Mod/Part/App/TopoShapePyImp.cpp Diff File

master 65071e16

2014-05-14 15:47:40

wmayer

Details Diff
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
mod - src/Mod/Draft/DraftGui.py Diff File

master 9e5ed987

2014-05-14 15:46:52

wmayer

Details Diff
+ fixes 0001542: 4 empty / blank buttons - Customize / Toolbars Tab / Move buttons (right,left,up,down) missing icons Affected Issues
0001542
mod - src/Gui/DlgToolbarsImp.cpp Diff File

master 757c7ab3

2014-05-14 15:42:31

yorik

Details Diff
Draft: Fixed task dialog error
mod - src/Mod/Draft/DraftGui.py Diff File

master f7a42f25

2014-05-14 13:18:23

wmayer

Details Diff
+ extend makeFilledFace
mod - src/Mod/Part/App/AppPartPy.cpp Diff File

master 5c8ff0bf

2014-05-14 07:04:40

jmaustpc

Details Diff
Part primitives dialogue minor typo and tab stops

change the u and v parameter’s label
from "parametric" to "parameter"
also
add tabstops in DlgPrimitives.ui
to correct the order of tab stops
for torus, Helix and spiral
input fields
mod - src/Mod/Part/Gui/DlgPrimitives.ui Diff File

master 6ec53ed3

2014-05-13 23:17:09

yorik

Details Diff
Arch: fix in IFC export or circles
mod - src/Mod/Arch/ifcWriter.py Diff File

master 1fbfa1c1

2014-05-13 19:12:10

wmayer

Details Diff
+ fix crash in SoBrepEdgeSet::renderSelection
mod - src/Mod/Part/Gui/SoBrepEdgeSet.cpp Diff File

master e451efd9

2014-05-13 17:38:22

Stefan Tröger

Details Diff
fix inverted sketcher font-size issue and make font size undependend of window size
mod - src/Mod/Sketcher/Gui/SoDatumLabel.cpp Diff File

master c212e75f

2014-05-13 16:20:51

wmayer

Details Diff
+ allow to always run macros, fix disappearing grid in sketcher
mod - src/Gui/Command.cpp Diff File
mod - src/Mod/Part/Gui/ViewProvider2DObject.cpp Diff File
mod - src/Mod/PartDesign/Gui/TaskPadParameters.cpp Diff File

master 0874bfac

2014-05-13 14:35:48

wmayer

Details Diff
+ path selection on sweep panel
mod - src/Mod/Part/Gui/TaskSweep.cpp Diff File
mod - src/Mod/Part/Gui/TaskSweep.h Diff File
mod - src/Mod/Part/Gui/TaskSweep.ui Diff File

master a2243e9f

2014-05-13 02:54:51

yorik

Details Diff
Draft: enabled double-click on dimensions
mod - src/Mod/Draft/Draft.py Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 609 610 611 612 613 614 615 ... 630 ... 649 650 651  Next  Last