Commit Graph

17861 Commits

Author SHA1 Message Date
Patrick Felixberger
2fb5fcf639 Merge remote-tracking branch 'upstream/master' 2019-08-22 18:54:18 +02:00
Patrick Felixberger
74759b1d46 Merge branch 'master' of https://github.com/Schildkroet/FreeCAD 2019-08-22 18:52:25 +02:00
wmayer
16049ac959 add TestPathHelix.py to CMake 2019-08-22 18:49:45 +02:00
Markus Lampert
736f02936a Unit test helix based on a clone 2019-08-22 18:03:18 +02:00
Markus Lampert
3101744582 More helix unit tests 2019-08-22 18:03:03 +02:00
Markus Lampert
f0602457d7 Fixed PathHelix assert statements 2019-08-22 18:02:49 +02:00
Markus Lampert
1ccab04869 Added basic test case for PathHelix 2019-08-22 18:02:35 +02:00
Pablo Gil
b836d5f634 update CMakeList to include new Darker stylesheets 2019-08-22 17:57:14 +02:00
wmayer
8e582d68c4 use GNU directory structure on non-Windows systems 2019-08-22 16:57:11 +02:00
wmayer
ca51dec921 do not force CMAKE_INSTALL_LIBDIR to be an absolute path 2019-08-22 16:57:10 +02:00
luz.paz
d38ac4d6b4 Stylesheets: typo and uniformity fixes
Follow-up to b28e914ce and 266beccb
CC @pgilfernandez
2019-08-22 11:25:39 -03:00
vocx-fc
271929016a Draft: DraftFillet, changed some things about the implementation. 2019-08-22 10:54:41 -03:00
vocx-fc
12746d6148 Draft: added Draft_Fillet.svg as an icon, as a variation of the Sketcher fillet icon. Add it to Draft.qrc. 2019-08-22 10:54:41 -03:00
vocx-fc
4c5e719e45 Draft: added DraftFillet.py to the sources, also InitGui.py, Draft.py, DraftTools.py, and CMakeLists.txt 2019-08-22 10:54:41 -03:00
Tomas Pavlicek
b23243b1af TechDraw: Radius drawing refactored - ASME support 2019-08-21 19:27:12 -04:00
Yorik van Havre
e84128a413 Arch: Optimization in SVG generation code 2019-08-21 19:56:25 -03:00
wmayer
a79ce8d823 add missing std:: namespace to build on Debian 10 2019-08-21 23:56:46 +02:00
Yorik van Havre
411827fbae Arch/TD: Added Coin mode to TD arch views 2019-08-21 18:44:02 -03:00
wmayer
bbea71ce5f add missing std:: namespace to build on Debian 10 2019-08-21 19:22:01 +02:00
wmayer
fb3eb85586 add missing std:: namespace to build on Debian 10 2019-08-21 16:31:00 +02:00
Yorik van Havre
bd4e019f0c Arch: Fixed remaining bug in IFC importer 2019-08-21 11:04:59 -03:00
Bernd Hahnebach
ca5e869973 Arch: export IFC helper, do not use multiple line imports 2019-08-21 12:09:14 +02:00
Bernd Hahnebach
bafc964762 Arch: import and export IFC, add licence text and make it pep8 kompatible 2019-08-21 12:09:06 +02:00
Bernd Hahnebach
4db985b8e0 Arch: import IFC, move methods used by import and export to helper 2019-08-21 12:08:59 +02:00
Bernd Hahnebach
ef5d4b8370 Arch: import IFC, get back description of empty relation tables 2019-08-21 09:28:58 +02:00
Bernd Hahnebach
df4ee8f25d Arch: import IFC, split relation table method 2019-08-21 08:51:46 +02:00
Bernd Hahnebach
658a29fd12 Arch: import IFC, pep8, indent 2019-08-21 08:40:07 +02:00
Bernd Hahnebach
6ed7109bb5 Arch: import IFC helper, fix imports 2019-08-21 08:40:01 +02:00
Bernd Hahnebach
5b2bc8d537 Arch: import IFC helper, white spaces and new lines 2019-08-21 08:39:55 +02:00
Bernd Hahnebach
7fad08731b Arch: import IFC, pep8, add and delete some spaces 2019-08-21 07:20:05 +02:00
Bernd Hahnebach
dc5883983f Arch: import IFC, white spaces and new lines 2019-08-21 07:19:59 +02:00
Bernd Hahnebach
f722e98777 Arch: import IFC, add comment 2019-08-21 06:57:53 +02:00
Yorik van Havre
72ba2aaf6e Gui: Do not use hard-coded blue color in tree 2019-08-20 20:12:51 -03:00
Yorik van Havre
efd9473f23 Arch: Further cleaning of IFC importer - moved aux functions to importIFCHelper 2019-08-20 19:44:19 -03:00
wmayer
6795a28c99 add missing std:: namespace to build on Debian 10 2019-08-21 00:12:50 +02:00
Yorik van Havre
aa344ffb39 Arch: Moved building of IFC relationship tables into separate function 2019-08-20 17:59:30 -03:00
Yorik van Havre
037be677cd Arch: Moved recycler class to exportIFC helper 2019-08-20 16:58:23 -03:00
triplus
83fb054a22 OpenSCAD fix missing icons
Forum discussion:

https://forum.freecadweb.org/viewtopic.php?f=21&t=38616
2019-08-20 10:32:02 -03:00
Pablo Gil
e1e007c1fe typo fixed 2019-08-20 10:31:35 -03:00
Pablo Gil
7a4df18fc2 New Darker stylesheet 2019-08-20 10:31:35 -03:00
Pablo Gil
a495d01724 update to v2.20:
- minor fixes
- new background icon
2019-08-20 10:31:35 -03:00
Pablo Gil
99b62e61b4 new background icon 2019-08-20 10:31:35 -03:00
Pablo Gil
72ce5efc73 add missing icon for light themes 2019-08-20 10:31:35 -03:00
vocx-fc
f5f4fd5e07 Draft: _PointArray, removed the tabs, and replaced with four spaces; mixing spaces and tabs may cause a syntax error in Python 3 2019-08-20 10:31:01 -03:00
luz.paz
4f9aac9a4b AddonManager: Add workfeature icon
Closes https://github.com/Rentlau/WorkFeature-WB/issues/9
2019-08-20 10:30:16 -03:00
carlopav
b57132d53d Draft Edit: enable Part::Line editing
Implemented editing part lines. Preview still to come.
2019-08-20 10:29:50 -03:00
carlopav
ed021a042c Draft Edit: enable editing Part::Box
Added code to handle editing of part objects, ATM only for Part::Box
2019-08-20 10:29:50 -03:00
carlopav
4383652ff4 Draft Edit: bugfix when Draft is activated without document
Fixed bug when Draft is activated but no document is active
2019-08-20 10:29:50 -03:00
carlopav
644c2bae46 [Draft] Small bugfix in bezcurve editing
Solved bug when clicking on empty space while editing continuity.
2019-08-20 10:29:50 -03:00
carlopav
5e24782f40 [Draft] Draft Edit: completed subcommand key event
Completed subcommand key edit
2019-08-20 10:29:50 -03:00