Yorik van Havre
|
e80fc80be3
|
Arch: search for movable children in groups too
|
2015-07-27 16:18:48 -03:00 |
|
Przemo Firszt
|
0bfe92e83e
|
Test, FEM: Add mesh test
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-07-27 14:03:44 +01:00 |
|
Przemo Firszt
|
632a554802
|
Test, FEM: Add new analysis test
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-07-27 14:03:44 +01:00 |
|
Przemo Firszt
|
14c36da81d
|
Test: Fix formatting in TestApp.py
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-07-27 14:03:44 +01:00 |
|
Przemo Firszt
|
472b4943ce
|
FEM: Remove no longer relevant comment. QuickAnalysis solved the problem
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-07-27 14:03:44 +01:00 |
|
Przemo Firszt
|
a9b28e541b
|
FEM: No need to have ViewObject in _ViewProviderFemAnalysis init
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-07-27 14:03:44 +01:00 |
|
Przemo Firszt
|
f5ad8ca415
|
FEM: Don't import FemGui when it's not required
This is part of preparation to create automated FEM wb tests
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-07-27 14:03:44 +01:00 |
|
wmayer
|
ddac5eed60
|
+ fix crash in MeshCurvature::ComputePerVertex for empty meshes
|
2015-07-27 12:17:16 +02:00 |
|
wmayer
|
51f0e99d7b
|
+ use nodefaultlib linker flag for modules
|
2015-07-27 11:52:19 +02:00 |
|
wmayer
|
d95003e92c
|
+ replace deprecated PYTHON_INCLUDE_PATH
|
2015-07-25 18:29:42 +02:00 |
|
wmayer
|
7c517e7620
|
+ change axonometric view
|
2015-07-25 17:51:18 +02:00 |
|
wmayer
|
4319548f08
|
+ fix typo in 'axonometric'
|
2015-07-25 16:54:18 +02:00 |
|
wmayer
|
b5475db2de
|
+ create MODULE libraries in given directory
|
2015-07-24 22:56:18 +02:00 |
|
wmayer
|
2bbbeaafd2
|
+ make area build with LibPack
|
2015-07-24 19:23:06 +02:00 |
|
wmayer
|
b045896ce2
|
Merge branch 'master' of https://github.com/FreeCAD/FreeCAD
|
2015-07-24 16:45:31 +02:00 |
|
Yorik van Havre
|
cad1db484b
|
Path: fixed clang warnings in libarea
|
2015-07-23 23:28:33 -03:00 |
|
Dan Falck
|
6d4bd04c9b
|
changed the way points are compared for equality
|
2015-07-23 23:17:15 -03:00 |
|
Dan Falck
|
56fad0cceb
|
cleaned up area cmake again
|
2015-07-23 23:17:15 -03:00 |
|
Dan Falck
|
98a32d7982
|
added BSD license, removed shared lib for C++
|
2015-07-23 23:17:15 -03:00 |
|
Dan Falck
|
a6bb9a5e80
|
added CMakeLists for libarea
|
2015-07-23 23:17:15 -03:00 |
|
Dan Falck
|
afd2f27bdc
|
somehow I forgot to add this earlier
|
2015-07-23 23:17:15 -03:00 |
|
Dan Falck
|
0d5aee2f62
|
removed dxf related files and code that used them
|
2015-07-23 23:17:15 -03:00 |
|
Dan Falck
|
797a6f1ddb
|
initial add of libarea files
|
2015-07-23 23:17:15 -03:00 |
|
Yorik van Havre
|
34f1450cbd
|
Arch: Fixed encoding in filenames
|
2015-07-22 17:51:55 -03:00 |
|
wmayer
|
de636242b3
|
Merge branch 'master' of git://github.com/FreeCAD/FreeCAD
|
2015-07-21 00:05:57 +02:00 |
|
Yorik van Havre
|
fcefdc0a8d
|
Draft: small fix in DXF importer
|
2015-07-20 10:27:25 -03:00 |
|
Sebastian Hoogen
|
519d93fa4f
|
remove sourceforge git url
|
2015-07-19 20:27:04 +02:00 |
|
Yorik van Havre
|
c2bedaeb96
|
Arch: small fix in windows - fixes #2193
|
2015-07-19 12:10:46 -03:00 |
|
wmayer
|
36249a64ce
|
+ use variables instead of hard-coded library names
|
2015-07-17 14:54:02 +02:00 |
|
wmayer
|
1b58ec8bb7
|
+ simplify dependencies in CMakeLists.txt files
|
2015-07-17 12:18:44 +02:00 |
|
wmayer
|
bb9f43746f
|
+ eliminate cmake variable Boost_DEBUG_LIBRARIES
|
2015-07-17 11:05:25 +02:00 |
|
wmayer
|
40cd060c5b
|
+ replace PYTHON_LIBRARY with correct variable PYTHON_LIBRARIES
|
2015-07-16 19:29:56 +02:00 |
|
wmayer
|
0b1da87302
|
+ eliminate cmake variable QT_DEBUG_LIBRARIES
|
2015-07-16 19:06:20 +02:00 |
|
wmayer
|
6b3d7b17a7
|
+ implement onDelete for Python proxy of view provider
|
2015-07-16 16:13:39 +02:00 |
|
wmayer
|
3241b1ece1
|
+ Support preference pages for Python widget class
|
2015-07-16 00:10:23 +02:00 |
|
Przemo Firszt
|
ea0cc96c15
|
3rdParty: Remove boost-numeric, ANN and atlas
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
|
2015-07-15 10:27:54 +01:00 |
|
wmayer
|
945638c405
|
Path: Fix a further warning
|
2015-07-14 19:12:46 +02:00 |
|
wmayer
|
e6621ea78c
|
Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
|
2015-07-14 19:05:39 +02:00 |
|
wmayer
|
3a00aa5918
|
+ fix wrong vertical size policy of task groups
|
2015-07-14 19:05:12 +02:00 |
|
Yorik van Havre
|
9b476e140d
|
Path: Several fixes suggested by wmayer
|
2015-07-14 12:23:40 -03:00 |
|
wmayer
|
44ae0d7ae7
|
+ fix mesh smoothing panel
|
2015-07-14 17:02:38 +02:00 |
|
wmayer
|
2ce0fac098
|
+ set a minimalistic style sheet on task panel
|
2015-07-14 16:27:49 +02:00 |
|
wmayer
|
5273c47c1b
|
+ fix layouting problem due to bad implementation of minimumSizeHint() in ActionPanel and ActionGroup
|
2015-07-14 14:22:00 +02:00 |
|
sgrogan
|
4d2e81796d
|
[PATCH] Fix dependency on QtCored4 and icons
|
2015-07-13 10:52:02 +02:00 |
|
wmayer
|
a369791665
|
+ issue #0002053: Support of themes
|
2015-07-12 23:59:26 +02:00 |
|
wmayer
|
a5619f3bb6
|
+ issue #0002053: Support of themes
|
2015-07-12 23:12:05 +02:00 |
|
wmayer
|
f7644fc9f3
|
+ issue #0002053: Support of themes
|
2015-07-12 22:54:56 +02:00 |
|
wmayer
|
18f0ec61eb
|
+ fix crash in ViewProviderFemMesh::setHighlightNodes when values out of range
|
2015-07-12 10:47:57 +02:00 |
|
wmayer
|
2f25170763
|
+ write out product name if defined to IGES/STEP files
|
2015-07-11 14:05:47 +02:00 |
|
wmayer
|
7bd6dccac7
|
+ support user template parameter file for branding
|
2015-07-11 12:46:55 +02:00 |
|