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
Yorik van Havre
d05d2c5da4
Arch: Fixed wrong movement of references on reload
2019-01-07 11:19:32 -02:00
Yorik van Havre
22e78cd592
Draft: Fixed wrong Qt import
2019-01-07 11:18:49 -02:00
Yorik van Havre
abdd60e061
AddonManager: Don't overwrite displayed text after a module install/removal
2019-01-06 22:26:03 -02:00
wmayer
5105ef279c
make handling more user-friendly if Sketch is outside of Body object
2019-01-06 22:43:14 +01:00
Przemo Firszt
671d5b1b88
Fix medfile loction on different versions of fedora
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2019-01-05 19:58:33 +01:00
Przemo Firszt
7a210a1f8a
Tidy up BuildRequires in fedora spec
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2019-01-05 19:58:33 +01:00
Przemo Firszt
48a4dc3435
Add med to fedora spec file
...
Signed-off-by: Przemo Firszt <przemo@firszt.eu >
2019-01-05 19:58:33 +01:00
wmayer
6145aee5a1
respect transparency when setting color per face
2019-01-05 19:50:12 +01:00
lorenz
f875775fdb
py3: AddonManager-macro: use unicode
...
proposal from here: https://forum.freecadweb.org/viewtopic.php?f=3&t=33172&start=10#p278156
2019-01-05 14:50:25 +01:00
wmayer
e3d4cbeb3d
Py3: use feature detection instead of version detection
2019-01-05 13:11:04 +01:00
Markus Lampert
a86f53271c
Using fixed size images for qt5/4 compatibility
2019-01-05 12:30:41 +01:00
Markus Lampert
729b5a2221
Setting fixed size for tool images
2019-01-05 12:30:41 +01:00
Markus Lampert
c3e413340f
Fixed Queue import for py3
2019-01-05 12:30:41 +01:00
Markus Lampert
096c21f338
Fixed indexing dictionary keys
2019-01-05 12:30:40 +01:00
cclauss
2aa53c7316
Fix TabError for Python 3
...
Was split out of #1885...
```
./src/Tools/ArchiveNameFromVersionHeader.py:41:34: E999 TabError: inconsistent use of tabs and spaces in indentation
version['FCRepositoryHash'] = SHA
^
```
2019-01-05 12:20:49 +01:00
Bernd Hahnebach
d80f851b96
Arch: import ifc, code formating, flake8, only the most important ones
2019-01-05 12:17:52 +01:00
Bernd Hahnebach
0bfcc2872a
Material: code formating, flake8
2019-01-05 12:17:52 +01:00
Bernd Hahnebach
8166145d0c
Material: code formating, file beginnings Python block comment with space, flake8 E265
2019-01-05 12:17:52 +01:00
Bernd Hahnebach
19826213ee
FEM: code formating, flake8, make line breaks before binary operator, it really reads better :-)
2019-01-05 12:17:51 +01:00
eszlari
56c006261b
XDGData: remove CMAKE_CURRENT_SOURCE_DIR
2019-01-05 12:15:58 +01:00
eszlari
a881d572b5
Linux mime: add icon
2019-01-05 12:15:58 +01:00
Yorik van Havre
c83c7f3057
Arch: Fixed wire/edge bug in IFC import
2019-01-04 22:48:49 -02:00
Yorik van Havre
4892a24f18
Updated credits page
2019-01-04 15:25:12 -02:00
wmayer
e1d0591752
fix flake8 issues suggested by cclauss
2019-01-04 15:30:17 +01:00
Bernd Hahnebach
d4c86acfd4
FEM: ccx tools, better error handling on run ccx
2019-01-04 15:28:17 +01:00
Bernd Hahnebach
eef8aaef03
FEM: ccx tools, ccx run, set ret code to 0 for check analysis and return ret code
2019-01-04 15:28:17 +01:00
Bernd Hahnebach
00d7e0a6fd
FEM: ccx tools, debug prints
2019-01-04 15:28:16 +01:00
Bernd Hahnebach
0dfe012205
FEM: code formating, flake8
2019-01-04 15:28:16 +01:00
Bernd Hahnebach
0e157aac5b
FEM: result reading, debugg prints
2019-01-04 15:28:16 +01:00
Bernd Hahnebach
fc51b429d3
Arch: IFC, print code formating in the regard of Py3
2019-01-04 15:28:16 +01:00