wmayer
dff1832255
fix build failure with old Coin3d versions
2019-01-14 10:10:15 +01:00
wmayer
e5a1f3b496
fixes 0003700: Tree object deletion possible with keyboard but not right-click menu in Part Design
2019-01-14 00:47:22 +01:00
wmayer
c26ac76083
fixes 0003515: Changing Name of Spreadsheet in History Tree Does Not Trigger Name Update in Tab at Bottom of 3D Window
2019-01-14 00:21:56 +01:00
wmayer
037391ec4f
fixes 0003222: Invert zoom setting is not respected in paper/page mode
2019-01-13 23:29:20 +01:00
wmayer
667c4c18b2
fix crash when removing from document and accessing Python based feature
2019-01-13 17:50:48 +01:00
wmayer
1787144dee
set non-modifying functions of Python wrappers as const
2019-01-13 15:45:32 +01:00
luz.paz
b47864628f
Crowdin: cont...
...
https://crowdin.com/translate/freecad/27906/en-en#6502552
2019-01-13 02:24:50 +01:00
luz.paz
0a97cd9353
Crowdin: more fixes
...
https://crowdin.com/translate/freecad/27906/en-en#6497659
https://crowdin.com/translate/freecad/27906/en-en#6497662
https://crowdin.com/translate/freecad/27906/en-en#6497656
2019-01-13 02:24:50 +01:00
luz.paz
3fb71fbe2a
[For v0.18] Crowdin fixes
...
https://crowdin.com/translate/freecad/568/en-en#1172237
https://crowdin.com/translate/freecad/568/en-en#1172239
https://crowdin.com/translate/freecad/568/en-en#195053
https://crowdin.com/translate/freecad/568/en-en#1172247
https://crowdin.com/translate/freecad/568/en-en#1172249
https://crowdin.com/translate/freecad/568/en-en#1172251
https://crowdin.com/translate/freecad/6766/en-en#6511058
https://crowdin.com/translate/freecad/6766/en-en#6511060
https://crowdin.com/translate/freecad/6766/en-en#6502381
+ random typo fixes
2019-01-13 02:24:50 +01:00
wmayer
4898bb76c9
allow to set user-defined standard orientation
2019-01-13 02:21:54 +01:00
wmayer
11c0c9adde
harmonize functions to set camera orientations
2019-01-12 22:59:44 +01:00
Abdullah Tahiri
563cbba250
Sketcher: fixes #3762
2019-01-12 17:26:19 +01:00
wandererfan
699ad72d8c
Fix #3763 Page Tab not removed on undo
2019-01-12 17:21:32 +01:00
wmayer
2df6c87fea
update PD example project
2019-01-12 16:29:40 +01:00
Yorik van Havre
6b1b0ba475
Re-added linux thumbnailer utility that had been washed out together with debian folder
2019-01-12 13:27:31 -02:00
Yorik van Havre
7703efaca2
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2019-01-12 13:26:20 -02:00
wmayer
4f10d2fac9
support face colors when writing in OpenInventor format
2019-01-12 15:06:25 +01:00
Yorik van Havre
84a63277ea
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2019-01-11 15:55:26 -02:00
Yorik van Havre
88e871938c
Arch: Small bugfix in ifc exporter
2019-01-10 15:33:53 -02:00
wmayer
94c28e9fc8
implement Isometric, Dimetric and Trimetric projection
2019-01-10 18:31:17 +01:00
Syres916
0cd59fedb8
Py3 Fix to import Airfoil DAT files
...
To prevent error message as per https://forum.freecadweb.org/viewtopic.php?f=3&t=33309#p278902
As it's my first PR, I've tried to follow the advice @triplus gave in https://forum.freecadweb.org/viewtopic.php?f=10&t=30340&start=300#p279079 but please let me know if I'm not providing sufficient information.
2019-01-10 10:19:30 -02:00
Yorik van Havre
84ad0c2f6f
AddonManager: Show warning for obsolete addons
2019-01-09 19:57:19 -02:00
wmayer
5874e6b115
fixes #0003766 : Closing and re-opening a TechDraw page causes segfault
2019-01-09 22:09:16 +01:00
wmayer
3f9549868d
Py3: fix saving sketch while in edit mode
2019-01-09 18:29:11 +01:00
wmayer
5a1c43b131
fix incorrect terminology in NaviCube, add support of isometric view
2019-01-09 14:18:26 +01:00
Yorik van Havre
d8ae97e206
Arch: Fixed behaviour of alternative wall icon
2019-01-09 10:28:27 -02:00
cclauss
d93f0c7f86
matplotlib, PySide, Shiboken, six
...
* https://pypi.org/project/matplotlib
* https://pypi.org/project/pyside
* https://pypi.org/project/shiboken
* https://pypi.org/project/six
2019-01-09 10:32:44 +01:00
cclauss
550ae22986
Create requirements.txt
...
__pip install -r requirements.txt__
2019-01-09 10:32:44 +01:00
cclauss
823f3372ca
flake8 noqa a Python 3 syntax error
2019-01-09 10:31:27 +01:00
cclauss
7fe9ba65b7
apply() was removed in Python 3
2019-01-09 10:30:02 +01:00
Yorik van Havre
5cebe1b4c2
Arch: Fixed recursion loop in windows
2019-01-08 16:39:11 -02:00
wmayer
52b51c0f5b
fix double vs. float problem to solve problems in Mesh.nearestFacetOnRay
2019-01-08 19:13:50 +01:00
Yorik van Havre
faf9c5bcac
Arch: Fixed Reference object that cannot be deleted
2019-01-08 15:44:45 -02:00
cclauss
4d246412d3
Undefined name: to --> 'to' (again)
...
Just like #1884 but on a different file.
```
./src/Tools/FCFileTools.py:47:50: F821 undefined name 'to'
print('Error copying', pathFrom, to, pathTo, '--skipped')
^
./src/Tools/FCFileTools.py:86:54: F821 undefined name 'to'
print('Error copying', pathFrom, to, pathTo, '--skipped')
^
```
2019-01-08 11:57:18 -02:00
Yorik van Havre
7d0d870b67
Draft: Fixed grid not appearing on working plane setup
2019-01-08 11:43:36 -02:00
wmayer
3f47e67d91
Remove decode as returned object by translate() function is a unicode oject
2019-01-08 13:23:51 +01:00
wmayer
2455be94b7
Add command to create coordinate system as datum item
2019-01-08 12:48:37 +01:00
Yorik van Havre
03b84e3a7b
Start: Show 'New' button even if recent files list is empty
2019-01-07 19:44:49 -02:00
cclauss
a8a02e881d
Drop depencence on six module
2019-01-07 15:51:34 +01:00
cclauss
00d8f39840
Fix file, long, raw_input, and xrange for Python 3
2019-01-07 15:42:37 +01:00
easyw
2da5a78d86
minor fix on SVG import
2019-01-07 12:26:34 -02:00
cclauss
7f30f15c0d
Undefined name: Typo ‘newob‘ —> ‘newobj’
...
Discovered via #1883
2019-01-07 12:26:07 -02:00
cclauss
c8a2b21904
Missing import FreeCAD and/or FreeCADGui (again)
2019-01-07 12:25:27 -02:00
cclauss
070a79e271
fast_finish: true
...
Mark the build as passing even if the allow_failures macOS job is still running.
* https://blog.travis-ci.com/2013-11-27-fast-finishing-builds
2019-01-07 12:13:34 -02:00
cclauss
e31ed6a7de
macOS: drop the old osx_image: xcode7.3
...
xcode9.4 is the Travis default and 10.1 is the latest available.
* https://docs.travis-ci.com/user/reference/osx/#os-x-version
2019-01-07 12:13:34 -02:00
cclauss
18a68873d3
Also run the osx build in allow_failures mode
...
This let's us see where things are failing without failing the entire Travis build.
* https://docs.travis-ci.com/user/customizing-the-build/#rows-that-are-allowed-to-fail
2019-01-07 12:13:34 -02:00
cclauss
d903736452
Travis CI: matrix: allow_failures: python: 3.7
2019-01-07 12:13:34 -02:00
cclauss
3868f4db7e
Travis CI: The real Python 3.7 in a separate parallel run
2019-01-07 12:13:34 -02:00
cclauss
41b74c62c0
python3 -m pip install flake8
2019-01-07 12:13:34 -02:00
cclauss
690ef69791
Travis CI: Use flake8 to find Python syntax errors
2019-01-07 12:13:34 -02:00