Commit Graph

10276 Commits

Author SHA1 Message Date
wmayer
05cdc342ef fixes #0002921, fixes #0002922 2017-02-24 19:54:16 +01:00
wmayer
74f7d9fd65 set continuous constraint mode consistently to true by default 2017-02-24 16:30:13 +01:00
wmayer
d6b8609c63 add missing word, fix layout 2017-02-24 16:24:24 +01:00
wmayer
b3aadee318 fix wrong return type 2017-02-24 15:44:28 +01:00
AjinkyaDahale
f5fc2b2bce Sketcher: costraint creation mode uses toolbar icons 2017-02-24 15:20:26 +01:00
AjinkyaDahale
286e71074a Sketcher: Added option to turn constraint creation modes on/off
Can be found below geometry creation "continous mode" option
2017-02-24 15:20:26 +01:00
AjinkyaDahale
10d9a6ec05 Sketcher: External edges in constraint modes (Symmetry) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
0d96f0ca97 Sketcher: External edges in constraint modes (Angle) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
9feaf8340f Sketcher: External edges in constraint modes (Equal) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
f94ed49150 Sketcher: External edges in constraint modes (radius) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
ca00469460 Sketcher: External edges in constraint modes (tangent) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
f9857f0427 Sketcher: External edges in constraint modes (perpendicular) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
4dfde986cf Sketcher: External edges in constraint modes (parallel) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
e8c4c4d6fc Sketcher: External edges in constraint modes (DistanceX/Y) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
350094a000 Sketcher: External edges in constraint modes (point on object) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
e580727c1f Sketcher: External edges in constraint modes (distance) 2017-02-24 15:20:26 +01:00
AjinkyaDahale
f1dd824e78 [Sketcher] Moved angle to constraint creation mode
plus some cosmetic changes
2017-02-24 15:20:26 +01:00
wmayer
0535817033 add missing header files for Linux build 2017-02-24 15:07:31 +01:00
wmayer
073e749913 need to also copy __init__.py files to make local build working properly 2017-02-24 15:05:33 +01:00
Bernd Hahnebach
733147fe88 FEM: examples, update them to the updated 2017-02-24 14:41:22 +01:00
Bernd Hahnebach
c66db38d4d FEM: module moving, fix cmake, init, modulimports 2017-02-24 14:41:22 +01:00
Bernd Hahnebach
c2b2bb84e3 FEM: move python modules:
- object modules to new PyObjects directory
- Gui modules to new PyGui directory
2017-02-24 14:41:22 +01:00
Bruce B. Lacey
a30264394c Qt5: cmake install dependencies on macOS
* Define QT_PLUGINS_DIR when building Qt5 on macOS
   * Add Xcode XCTest search path
2017-02-24 14:38:43 +01:00
looooo
f1fcefb228 py3: Mesh: fix py3 Long/Int problem with python2 2017-02-24 14:20:50 +01:00
looooo
ab0adc1887 py3: gathering diff from Mod/Mesh
98a8275938388992ef1b7bb76dcd43438f61bf7e  py3: make most of the unit test to succeed
2017-02-24 14:20:50 +01:00
wmayer
59fb7ec2cd py3: ported MeshPart to python3 2017-02-24 14:20:50 +01:00
Yorik van Havre
707d6a0a4d py3: ported Mesh to python3 2017-02-24 14:20:50 +01:00
Priit Laes
171d908615 python: TemplatePyMod: *.py: Fix python3 syntax 2017-02-24 13:48:41 +01:00
wmayer
f0188ae8ad py3: ported Drawing to python3 2017-02-24 13:48:41 +01:00
Priit Laes
fa21cd5ec1 Drawing: Remove broken and unused DrawingAlgos.py file 2017-02-24 13:48:41 +01:00
Priit Laes
780348ef96 python: Drawing: *.py: Fix python3 syntax 2017-02-24 13:48:41 +01:00
Ian Rees
e257864d9f Add git commit info to Doxygen index page. 2017-02-24 13:33:33 +01:00
wwmayer
ba4fe40e11 Merge pull request #551 from bblacey/macOS-app-icon-2920
Use scalable application icon resources on macOS
2017-02-24 13:28:16 +01:00
wwmayer
a64aac271c Merge pull request #547 from bblacey/bundler
Packaging: macOS relocation of libraries without children
2017-02-24 13:24:00 +01:00
wmayer
1fa57c3d22 if possible then keep canonical curve and avoid to get a B-spline 2017-02-24 12:32:06 +01:00
wmayer
1a39dba72e call BRepLib::BuildCurves3d after mapping a 2d curve onto a surface to correctly create a 3d curve 2017-02-24 09:42:54 +01:00
Bruce B. Lacey
e8f80da3a1 Packaging: macOS relocation of libraries without children
* macOS install path must be <bundle>/MacOS in order for
    QLibrary to find qt.conf to set the correct bundle paths
  * Refactored to add an explicit graph traversal to set the
    dynamic loader id to handle the case where a bundled
    resource does not have any children
  * Fixed the case where rpaths were not removed from
    libraries without children
  * Improved diagnostics when bundling fail to finds
    a dependent library in the search path

Mantis: #0002886
Refs: #535
2017-02-23 20:28:17 -08:00
Bruce B. Lacey
b601ea32f5 Use scalable application icon resources on macOS
Fixes #2920
2017-02-23 20:27:55 -08:00
Yorik van Havre
f045e31970 Arch: Support for object colors in DAE importer/exporter 2017-02-23 22:46:32 -03:00
wmayer
303bbd250e allow to pass also a face to Curve2d.toShape 2017-02-23 21:31:03 +01:00
wmayer
cd810955f0 use Ctrl+MMB for zooming 2017-02-22 10:22:11 +01:00
wwmayer
07f5764c63 Merge pull request #544 from luzpaz/short-url-cont
Cleanup non-short-url wiki links in translations
2017-02-21 22:52:58 +01:00
wmayer
67fc7130cf fix various warnings 2017-02-21 22:51:26 +01:00
Yorik van Havre
2eb6daa548 Fixed typos 2017-02-21 15:59:16 -03:00
Kunda
cfa03cd86f Cleanup non-short-url wiki links in translations
...to avoid translators translating the url varable names
2017-02-21 12:35:25 -05:00
Alexander Gryson
8369ca4168 Updates based on forum feedback 2017-02-21 14:13:23 +01:00
Alexander Gryson
6f9ac6aa86 Update metadata 2017-02-21 14:13:23 +01:00
Alexander Gryson
04ab477113 Align PartDesign Workbench icons to guidelines 2017-02-21 14:13:23 +01:00
Bernd Hahnebach
276df06459 FEM: examples, update them to the updated python result mechanical object 2017-02-21 14:09:27 +01:00
Bernd Hahnebach
f88d6fde4c FEM: result mechanical object, use same name sheme as for all other FEM objects 2017-02-21 14:09:27 +01:00