Commit Graph

2810 Commits

Author SHA1 Message Date
jriegel
27becf2e7b Some fixes in the unit system 2013-12-03 19:57:29 +01:00
jriegel
6ff12d9a4b new userString methode 2013-12-03 19:03:12 +01:00
jriegel
87c8d5b022 Switching the UnitsApi to the new Quantity system 2013-12-03 19:03:08 +01:00
jriegel
aea66d9e1a deactivate Project view 2013-12-03 18:59:23 +01:00
jriegel
d4d4ccc3b1 History and Save managment in InputField 2013-12-03 18:48:18 +01:00
jmaustpc
6f74ac4a82 add SVG icons for the Class Browser
Created new svg icons to replace the 7 png icons in
src/Gui/Icons/ClassBrowser
and made FreeCAD use them
2013-12-03 10:54:18 +01:00
jriegel
a5739ee1ea fis for fix for spelling.... 2013-12-02 21:06:10 +01:00
jriegel
7aef3c1aff fix in get visible faces 2013-12-02 20:35:12 +01:00
jriegel
15648c1bcc Fix some spelling 2013-12-02 19:50:51 +01:00
wmayer
e9b356f666 + Apply Jim's fix of typos 2013-12-02 17:22:30 +01:00
wmayer
62944cea4d + allow to close download dialog 2013-12-01 16:36:21 +01:00
wmayer
55b04b00fe + remove .png extension in spnav dialog 2013-12-01 12:14:25 +01:00
wmayer
20087d70d3 fixes #0001321: more visual feedback for check geometry command 2013-12-01 11:57:30 +01:00
wmayer
d0c406b9d0 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-12-01 11:45:21 +01:00
wmayer
628da091b6 fixes #0001302: crash in model refine. 2013-12-01 11:44:50 +01:00
jriegel
0612ebcb28 Adding Unit definition to the python modul 2013-11-30 21:46:36 +01:00
jriegel
62e71613b2 Shifting standard unit definitions 2013-11-30 17:58:24 +01:00
jriegel
98d28b324e Using return to write the logBook in UnitsCalculator 2013-11-30 17:58:23 +01:00
jmaustpc
46e101d360 remove path error from 18 svg icons
There was an extra path with no line or fill colour
in these 18 icons. In some svg applications displayed
this as a square in the top righ corner of the icon.
2013-11-30 14:14:34 -02:00
jriegel
128075f196 Add limits to the InputField 2013-11-29 18:24:17 +01:00
jriegel
8e1fe50100 Finish Displacement and animation of it. 2013-11-28 23:30:21 +01:00
jriegel
43951a0be0 Starting Displacement post-processing to the FemMesh ViewProvider 2013-11-28 19:52:58 +01:00
jriegel
b8c80bd35c Adding python capabilities to the Result objects 2013-11-28 19:52:41 +01:00
Yorik van Havre
395c95a154 Arch: Added Draft_PathArray to the Arch WB 2013-11-28 11:55:40 -02:00
Yorik van Havre
74339f66a1 Draft: Added Jim's PathArray icon 2013-11-28 11:53:36 -02:00
WandererFan
70e0431341 Add Draft makePathArray and _PathArray
Add Draft PathArray GUI tool
2013-11-28 11:42:14 -02:00
wmayer
c7dfd17f97 Ignore plugins by git export 2013-11-28 14:03:32 +01:00
wmayer
67a756db91 Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-28 13:33:12 +01:00
wmayer
285219bf3d + Webkit based SVG image format 2013-11-28 13:32:32 +01:00
jriegel
84601cc346 Objects for Results of FEM analysis 2013-11-27 20:14:58 +01:00
wmayer
fdc6dac004 + Fix FEM install target 2013-11-27 16:26:43 +01:00
wmayer
223fde0d88 + Fallback for meshing dialog if MeshPart fails to load 2013-11-27 15:19:52 +01:00
Yorik van Havre
e2b424cdc3 Arch: Better view provider for axis object 2013-11-25 16:48:24 -02:00
wmayer
49b72a8193 + Support of export to X3D for meshes 2013-11-25 13:39:31 +01:00
wmayer
6fbee9d8dd Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-25 10:26:42 +01:00
wmayer
a68de802d8 + Remove duplicate icon 2013-11-25 10:26:09 +01:00
Yorik van Havre
3da027d612 Draft: Fixed indentation problem in importDXF 2013-11-24 22:13:45 -02:00
Yorik van Havre
a8739b38b8 Draft: fixed typo 2013-11-24 18:02:48 -02:00
wmayer
f5a5ee24b3 + Do not write transient properties of Python feature classes to project file 2013-11-24 17:08:28 +01:00
wmayer
98b8326792 + Add method load() to Document class in Python 2013-11-22 17:53:31 +01:00
wmayer
85f4a35b61 +Add method to get mdi view by view provider, add method to get flag widgets 2013-11-22 15:14:15 +01:00
wmayer
ac93eae55b + Return an emtpy array if something fails inside getPickedPoints() 2013-11-22 10:18:14 +01:00
wmayer
10a8c462b8 + Get exact point on data model when picking in 3d view 2013-11-21 12:50:49 +01:00
wmayer
961a3a9e04 + Expose method getPointOnScreen() to Python 2013-11-20 19:08:09 +01:00
Yorik van Havre
348329b7b9 Material: Created material editor
Materal editor is now funcional, abeit not complete. Can be used to
create and save new cards. Lauch from within FreeCAD with
import MaterialEditor; MaterialEditor.openEditor()
2013-11-19 19:27:15 -02:00
wmayer
70b626af09 + fix possible endless loop in mesh grid, allow to set an array of points to the kernel 2013-11-19 18:11:46 +01:00
Yorik van Havre
980f20d89d Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code 2013-11-18 11:12:14 -02:00
Yorik van Havre
f2eee76d31 Draft: Fixed regular polygon default name 2013-11-18 11:11:40 -02:00
wmayer
bb2ae31b65 + allow to set custom tolerances on validate sketch tool 2013-11-18 14:09:52 +01:00
jmaustpc
d91dd8c97d fix error Part_Prism in OpenSCAD,
update references to the properties of Part_Prism
in exportCSG.py
2013-11-18 11:08:29 +11:00