wmayer
8d19b38550
fix setEdit, unsetEdit and doubleClicked methods of Python view provider
2017-02-20 22:16:56 +01:00
Jean-Marie Verdun
ff595e0b27
Fix Face color display issue with Vbo turned on
2017-02-20 18:54:07 +01:00
wmayer
778e6f6e48
use Coin API to deal with vbo and add methods to cleanup GL resources on destruction
2017-02-20 13:16:30 +01:00
wmayer
64223b7f4c
issue #0001999 : [STEP] Tessellation data or OpenInventor data memory leak
2017-02-20 10:08:18 +01:00
wwmayer
93e7c9bc81
Merge pull request #537 from agryson/sketcher-icon-updates
...
Update icons based on forum feedback
2017-02-19 20:40:16 +01:00
wmayer
45232cd0fa
fix crash in uIso of Sphere
2017-02-19 20:36:40 +01:00
wmayer
5ef6f8ba15
move vbo handling to private class
2017-02-19 19:40:37 +01:00
Alexander Gryson
8ad3b7a8c8
Update icons based on forum feedback
...
See [@NormandC's forum
post](https://forum.freecadweb.org/viewtopic.php?f=34&t=20286&sid=43e2b6766d1b74c4e6e4337dfcbd1084&start=32 )
2017-02-19 15:05:56 +01:00
Bernd Hahnebach
a9d0cc3ed8
py3: FEM, more convert map to list
2017-02-19 14:21:34 +01:00
Bernd Hahnebach
e22d538cb2
py3, FEM, redifine open in all import modules
2017-02-19 14:21:34 +01:00
looooo
f00b935763
py3: FEM, redefine open in import modules
2017-02-19 14:21:34 +01:00
looooo
742effc90a
py3: FEM, convert map to list
2017-02-19 14:21:34 +01:00
looooo
6b4f08f853
py3: FEM, fix import Units module
2017-02-19 14:21:34 +01:00
looooo
507321ae8f
py3: FEM, put print in brackets and import print_function
2017-02-19 14:21:34 +01:00
looooo
1464152b56
py3: FEM, PyMods, preprocessor conditions, Py::Long vs Py::Int
2017-02-19 14:21:34 +01:00
wwmayer
23c58b6ba4
Merge pull request #535 from bblacey/mantis-2886
...
Packaging: Set macOS dynamic loader paths
2017-02-19 14:09:46 +01:00
wmayer
8c8f3ccb5c
command to creation section from plane and mesh
2017-02-19 14:05:00 +01:00
Bruce B. Lacey
bb80968e6e
Packaging: Set macOS dynamic loader paths
...
* DYLD paths are set properly to prevent loading libraries external
to the bundle
a. LC_ID_DYLD is set to the basename of the library name (i.e.
not the absolute path) when it is copied into the bundle
b. Existing LC_RPATH entries in libraries are removed before adding
the bundle-relative RPATH
* Added configurable diagnostic logging to aid in debugging
Fixes 0002886
2017-02-19 01:16:59 -08:00
wmayer
5568acfc10
implement tearDown to close document
2017-02-18 21:34:19 +01:00
looooo
39dcf1fe20
part: bspline: tests use copy instead of deepcopy
2017-02-18 21:20:59 +01:00
looooo
4a9f01f30d
part: bspline: tests
2017-02-18 21:20:59 +01:00
triplus
a527ffe694
Navigation indicator for FreeCAD
2017-02-18 16:03:52 +01:00
Bernd Hahnebach
0c445bd115
Part: code formating, white spaces
2017-02-18 15:57:54 +01:00
Bernd Hahnebach
9c965137b1
Part: compound filter, GUI command
2017-02-18 15:57:54 +01:00
Bernd Hahnebach
8f900945ab
Part: compound filter, core module
2017-02-18 15:57:54 +01:00
Bernd Hahnebach
826ff0de85
Part: compound filter, icon
2017-02-18 15:57:54 +01:00
wmayer
babc62fc93
improve exception handling in BSplineCurvePy class
2017-02-18 12:53:36 +01:00
wmayer
3db2feadb6
clear error state when creating spline
2017-02-18 12:30:00 +01:00
Jean-Marie Verdun
8fd823da1f
Fix ProgressBar rendering following STEP reader enhancement
2017-02-18 10:08:48 +01:00
wmayer
e3477eee1b
improve whitespaces
2017-02-18 09:44:58 +01:00
Mateusz Skowroński
f8778c4d6f
Fix more GCC warnings.
2017-02-18 09:35:31 +01:00
wmayer
cced2698f9
fix crash due to GIL
2017-02-18 08:19:25 +01:00
looooo
69bde456bf
py3: spreadsheet: gathering spreadsheet relevant commits:
...
356b3b5736d6a83a91050973f77db9fc005b8551 Update Arch,Fem,Material,Spreadsheet for py3 print
70967107210481e362eab1cef78d15b8ba08c300 py3: Fixes from last rebase
2017-02-18 08:19:25 +01:00
Yorik van Havre
7ee46643fd
py3: fixed error in spreadsheet
2017-02-18 08:19:25 +01:00
Yorik van Havre
c3ba815730
py3: python3-related fix in Spreadsheet
2017-02-18 08:19:25 +01:00
wmayer
c49d985b40
py3: ported Spreadsheet to python3
2017-02-18 08:19:25 +01:00
Priit Laes
974d4d778b
python: Spreadsheet: *.py: Fix python3 syntax
2017-02-18 08:19:25 +01:00
Yorik van Havre
489d080f77
Arch: Add default storey when exporting to IFC + allow all Arch objects to have Undefined role
2017-02-17 20:47:39 -02:00
Bernd Hahnebach
3e0d8b7213
FEM: python import modules, use same method structure in all modules,
...
methods where only moved around, no changes inside the methods
2017-02-17 22:07:56 +01:00
Bernd Hahnebach
e7474e362a
FEM: result task panel, only activate button if result really exists
2017-02-17 22:07:56 +01:00
Bernd Hahnebach
92589b67b2
FEM: result task panel, reorder signal and slots and add comments
2017-02-17 22:07:56 +01:00
Bernd Hahnebach
4840a780f3
FEM: result task panel, fix restore result settings for some result types
2017-02-17 22:07:56 +01:00
Bernd Hahnebach
be395479b5
FEM: result task panel ui, move user defined equation in separate frame
2017-02-17 22:07:56 +01:00
Bernd Hahnebach
1c58db004b
FEM: result task panel ui, reorder result radio buttons
2017-02-17 22:07:56 +01:00
Bernd Hahnebach
9a27373321
FEM: code formating, white spaces
2017-02-17 22:07:56 +01:00
Lorenz Hüdepohl
7dc026ec58
PathHelix: Fix locale issue for Gui::InputField setText() method
2017-02-17 20:55:37 +01:00
Lorenz Hüdepohl
1875c52f13
PathHelix: Be more liberal in what constitues a straight cylinder
2017-02-17 20:55:17 +01:00
wmayer
8c5d7b7386
implement toNurbs for ellipse
2017-02-17 18:43:20 +01:00
Bernd Hahnebach
2bde0b6269
FEM: result task panel, use better object names
2017-02-16 14:00:40 +01:00
Bernd Hahnebach
15dedfc375
FEM: result view provider, implement checks for open result task panel
2017-02-16 14:00:40 +01:00