View | Details | Raw Unified | Return to bug 222195
Collapse All | Expand All

(-)cad/freecad/Makefile (-4 / +5 lines)
Lines 1-11 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	FreeCAD
3
PORTNAME=	FreeCAD
4
DISTVERSION=	0.17.g20170616
4
DISTVERSION=	0.17.12018
5
PORTREVISION=	1
6
CATEGORIES=	cad
5
CATEGORIES=	cad
7
6
8
MAINTAINER=	tj+freebsd_ports@a13.fr
7
MAINTAINER=	ports@FreeBSD.org
9
COMMENT=	General purpose 3D CAD modeller
8
COMMENT=	General purpose 3D CAD modeller
10
9
11
LICENSE=	LGPL20+
10
LICENSE=	LGPL20+
Lines 33-39 Link Here
33
RUN_DEPENDS=	pivy>0:graphics/py-pivy
32
RUN_DEPENDS=	pivy>0:graphics/py-pivy
34
33
35
USE_GITHUB=	yes
34
USE_GITHUB=	yes
36
GH_TAGNAME=	d28bae3
35
GH_TAGNAME=	f27617e
37
36
38
USES=		dos2unix compiler:c++11-lib cmake:outsource fortran jpeg \
37
USES=		dos2unix compiler:c++11-lib cmake:outsource fortran jpeg \
39
		python localbase
38
		python localbase
Lines 69-74 Link Here
69
		${WRKSRC}/src/Gui/CMakeLists.txt
68
		${WRKSRC}/src/Gui/CMakeLists.txt
70
69
71
pre-configure:
70
pre-configure:
71
	@${CP} ${FILESDIR}/version.h \
72
		${WRKSRC}/src/Build/Version.h
72
	# To be removed when french/med will be built against science/hdf5
73
	# To be removed when french/med will be built against science/hdf5
73
	@${REINPLACE_CMD} -e 's|find_package(HDF5 REQUIRED)|#find_package(HDF5 REQUIRED)|' \
74
	@${REINPLACE_CMD} -e 's|find_package(HDF5 REQUIRED)|#find_package(HDF5 REQUIRED)|' \
74
		${WRKSRC}/CMakeLists.txt
75
		${WRKSRC}/CMakeLists.txt
(-)cad/freecad/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497621665
1
TIMESTAMP = 1504952593
2
SHA256 (FreeCAD-FreeCAD-0.17.g20170616-d28bae3_GH0.tar.gz) = 3da1d1384bfdf573a4edca04ba97be8abfa4847d0479ec3cc8d11aa73a193a82
2
SHA256 (FreeCAD-FreeCAD-0.17.12018-f27617e_GH0.tar.gz) = d52c88ab3a96ef43c4d87998913a523ba2c0f47418abffecf4d72dc3429bc796
3
SIZE (FreeCAD-FreeCAD-0.17.g20170616-d28bae3_GH0.tar.gz) = 120122816
3
SIZE (FreeCAD-FreeCAD-0.17.12018-f27617e_GH0.tar.gz) = 120335253
(-)cad/freecad/files/patch-CMakeLists.txt (+37 lines)
Line 0 Link Here
1
--- CMakeLists.txt.orig	2017-07-28 17:35:48 UTC
2
+++ CMakeLists.txt
3
@@ -661,33 +661,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Darw
4
             if (WIN32)
5
                 find_package(HDF5 COMPONENTS NO_MODULE REQUIRED static)
6
             else()
7
-                find_package(PkgConfig)
8
-                pkg_search_module(HDF5 hdf5-serial)
9
-                if(NOT HDF5_FOUND)
10
-                    find_package(HDF5 REQUIRED)
11
-                else()
12
-                    add_compile_options(${HDF5_CFLAGS})
13
-                    link_directories(${HDF5_LIBRARY_DIRS})
14
-                    link_libraries(${HDF5_LIBRARIES})
15
-                    find_file(Hdf5dotH hdf5.h PATHS ${HDF5_INCLUDE_DIRS} NO_DEFAULT_PATH)
16
-                    if(NOT Hdf5dotH)
17
-                        message( FATAL_ERROR "hdf5-serial not found in an error message above.")
18
-                    endif()
19
-                endif()
20
-                check_include_file_cxx(hdf5.h HDF5_FOUND)
21
-                if(NOT HDF5_FOUND)
22
-                    message( FATAL_ERROR "hdf5.h was not found.")
23
-                endif()
24
-
25
-                # Med Fichier can require MPI
26
-                pkg_search_module(OPENMPI ompi-cxx)
27
-                add_compile_options(${OPENMPI_CFLAGS})
28
-                link_directories(${OPENMPI_LIBRARY_DIRS})
29
-                link_libraries(${OPENMPI_LIBRARIES})
30
-                find_file(MpidotH mpi.h PATHS ${OPENMPI_INCLUDE_DIRS} NO_DEFAULT_PATH)
31
-                if(NOT MpidotH)
32
-                    message( WARNING "mpi.h was not found. Check for error above.")
33
-                endif()
34
+                find_package(HDF5 REQUIRED)
35
             endif()
36
             find_package(MEDFile REQUIRED)
37
             set(SMESH_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdParty/salomesmesh/inc)
(-)cad/freecad/files/patch-src_Base_Console.cpp (-11 lines)
Lines 1-11 Link Here
1
--- src/Base/Console.cpp.orig	2017-06-16 13:04:23 UTC
2
+++ src/Base/Console.cpp
3
@@ -714,7 +714,7 @@ void ConsoleObserverFile::Log    (const 
4
 ConsoleObserverStd::ConsoleObserverStd() :
5
 #   if defined(FC_OS_WIN32)
6
     useColorStderr( true )
7
-#   elif defined(FC_OS_LINUX) || defined(FC_OS_MACOSX)
8
+#   else
9
     useColorStderr( isatty(STDERR_FILENO) )
10
 #   endif
11
 {
(-)cad/freecad/files/version.h (+12 lines)
Line 0 Link Here
1
// Version Number
2
#define FCVersionMajor "0"
3
#define FCVersionMinor "17"
4
#define FCVersionName  "Vulcan"
5
// test: $Format:Hash (%H), Date: %ci$
6
#define FCRevision      "12018 (Git)"      //Highest committed revision number
7
#define FCRevisionDate  "2017/09/08 12:52:12"     //Date of highest committed revision
8
#define FCRepositoryURL "git://github.com/FreeCAD/FreeCAD.git master"      //Repository URL of the working copy
9
10
// Git relevant stuff
11
#define FCRepositoryHash   "f27617e63e4cd0ea00dd307577abe465d9a709fa"
12
#define FCRepositoryBranch "master"
(-)cad/freecad/pkg-plist (-26 / +89 lines)
Lines 12-17 Link Here
12
FreeCAD/Mod/Arch/ArchFloor.py
12
FreeCAD/Mod/Arch/ArchFloor.py
13
FreeCAD/Mod/Arch/ArchFrame.py
13
FreeCAD/Mod/Arch/ArchFrame.py
14
FreeCAD/Mod/Arch/ArchMaterial.py
14
FreeCAD/Mod/Arch/ArchMaterial.py
15
FreeCAD/Mod/Arch/ArchNesting.py
15
FreeCAD/Mod/Arch/ArchPanel.py
16
FreeCAD/Mod/Arch/ArchPanel.py
16
FreeCAD/Mod/Arch/ArchPipe.py
17
FreeCAD/Mod/Arch/ArchPipe.py
17
FreeCAD/Mod/Arch/ArchPrecast.py
18
FreeCAD/Mod/Arch/ArchPrecast.py
Lines 38-43 Link Here
38
FreeCAD/Mod/Arch/importDAE.py
39
FreeCAD/Mod/Arch/importDAE.py
39
FreeCAD/Mod/Arch/importIFC.py
40
FreeCAD/Mod/Arch/importIFC.py
40
FreeCAD/Mod/Arch/importIFClegacy.py
41
FreeCAD/Mod/Arch/importIFClegacy.py
42
FreeCAD/Mod/Arch/importJSON.py
41
FreeCAD/Mod/Arch/importOBJ.py
43
FreeCAD/Mod/Arch/importOBJ.py
42
FreeCAD/Mod/Arch/importSH3D.py
44
FreeCAD/Mod/Arch/importSH3D.py
43
FreeCAD/Mod/Arch/importWebGL.py
45
FreeCAD/Mod/Arch/importWebGL.py
Lines 71-76 Link Here
71
FreeCAD/Mod/Fem/FemInputWriterZ88.py
73
FreeCAD/Mod/Fem/FemInputWriterZ88.py
72
FreeCAD/Mod/Fem/FemMesh2Mesh.py
74
FreeCAD/Mod/Fem/FemMesh2Mesh.py
73
FreeCAD/Mod/Fem/FemMeshTools.py
75
FreeCAD/Mod/Fem/FemMeshTools.py
76
FreeCAD/Mod/Fem/FemResultTools.py
74
FreeCAD/Mod/Fem/FemSelectionObserver.py
77
FreeCAD/Mod/Fem/FemSelectionObserver.py
75
FreeCAD/Mod/Fem/FemTools.py
78
FreeCAD/Mod/Fem/FemTools.py
76
FreeCAD/Mod/Fem/FemToolsCcx.py
79
FreeCAD/Mod/Fem/FemToolsCcx.py
Lines 83-90 Link Here
83
FreeCAD/Mod/Fem/PyGui/TaskPanelFemElementGeometry1D.ui
86
FreeCAD/Mod/Fem/PyGui/TaskPanelFemElementGeometry1D.ui
84
FreeCAD/Mod/Fem/PyGui/TaskPanelFemElementGeometry2D.ui
87
FreeCAD/Mod/Fem/PyGui/TaskPanelFemElementGeometry2D.ui
85
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMaterial.ui
88
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMaterial.ui
89
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMeshBoundaryLayer.ui
86
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMeshGmsh.ui
90
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMeshGmsh.ui
87
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMeshGroup.ui
91
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMeshGroup.ui
92
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMeshGroupXDMFExport.ui
88
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMeshRegion.ui
93
FreeCAD/Mod/Fem/PyGui/TaskPanelFemMeshRegion.ui
89
FreeCAD/Mod/Fem/PyGui/TaskPanelFemResultShow.ui
94
FreeCAD/Mod/Fem/PyGui/TaskPanelFemResultShow.ui
90
FreeCAD/Mod/Fem/PyGui/TaskPanelFemSolverCalculix.ui
95
FreeCAD/Mod/Fem/PyGui/TaskPanelFemSolverCalculix.ui
Lines 97-102 Link Here
97
FreeCAD/Mod/Fem/PyGui/_CommandFemMaterialMechanicalNonlinear.py
102
FreeCAD/Mod/Fem/PyGui/_CommandFemMaterialMechanicalNonlinear.py
98
FreeCAD/Mod/Fem/PyGui/_CommandFemMaterialSolid.py
103
FreeCAD/Mod/Fem/PyGui/_CommandFemMaterialSolid.py
99
FreeCAD/Mod/Fem/PyGui/_CommandFemMesh2Mesh.py
104
FreeCAD/Mod/Fem/PyGui/_CommandFemMesh2Mesh.py
105
FreeCAD/Mod/Fem/PyGui/_CommandFemMeshBoundaryLayer.py
100
FreeCAD/Mod/Fem/PyGui/_CommandFemMeshClear.py
106
FreeCAD/Mod/Fem/PyGui/_CommandFemMeshClear.py
101
FreeCAD/Mod/Fem/PyGui/_CommandFemMeshGmshFromShape.py
107
FreeCAD/Mod/Fem/PyGui/_CommandFemMeshGmshFromShape.py
102
FreeCAD/Mod/Fem/PyGui/_CommandFemMeshGroup.py
108
FreeCAD/Mod/Fem/PyGui/_CommandFemMeshGroup.py
Lines 113-118 Link Here
113
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemElementGeometry1D.py
119
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemElementGeometry1D.py
114
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemElementGeometry2D.py
120
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemElementGeometry2D.py
115
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMaterial.py
121
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMaterial.py
122
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMeshBoundaryLayer.py
116
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMeshGmsh.py
123
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMeshGmsh.py
117
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMeshGroup.py
124
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMeshGroup.py
118
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMeshRegion.py
125
FreeCAD/Mod/Fem/PyGui/_TaskPanelFemMeshRegion.py
Lines 124-132 Link Here
124
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemElementGeometry2D.py
131
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemElementGeometry2D.py
125
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMaterial.py
132
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMaterial.py
126
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMaterialMechanicalNonlinear.py
133
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMaterialMechanicalNonlinear.py
134
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMeshBoundaryLayer.py
127
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMeshGmsh.py
135
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMeshGmsh.py
128
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMeshGroup.py
136
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMeshGroup.py
129
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMeshRegion.py
137
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMeshRegion.py
138
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemMeshResult.py
130
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemResultMechanical.py
139
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemResultMechanical.py
131
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemSolverCalculix.py
140
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemSolverCalculix.py
132
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemSolverZ88.py
141
FreeCAD/Mod/Fem/PyGui/_ViewProviderFemSolverZ88.py
Lines 137-145 Link Here
137
FreeCAD/Mod/Fem/PyObjects/_FemElementGeometry2D.py
146
FreeCAD/Mod/Fem/PyObjects/_FemElementGeometry2D.py
138
FreeCAD/Mod/Fem/PyObjects/_FemMaterial.py
147
FreeCAD/Mod/Fem/PyObjects/_FemMaterial.py
139
FreeCAD/Mod/Fem/PyObjects/_FemMaterialMechanicalNonlinear.py
148
FreeCAD/Mod/Fem/PyObjects/_FemMaterialMechanicalNonlinear.py
149
FreeCAD/Mod/Fem/PyObjects/_FemMeshBoundaryLayer.py
140
FreeCAD/Mod/Fem/PyObjects/_FemMeshGmsh.py
150
FreeCAD/Mod/Fem/PyObjects/_FemMeshGmsh.py
141
FreeCAD/Mod/Fem/PyObjects/_FemMeshGroup.py
151
FreeCAD/Mod/Fem/PyObjects/_FemMeshGroup.py
142
FreeCAD/Mod/Fem/PyObjects/_FemMeshRegion.py
152
FreeCAD/Mod/Fem/PyObjects/_FemMeshRegion.py
153
FreeCAD/Mod/Fem/PyObjects/_FemMeshResult.py
143
FreeCAD/Mod/Fem/PyObjects/_FemResultMechanical.py
154
FreeCAD/Mod/Fem/PyObjects/_FemResultMechanical.py
144
FreeCAD/Mod/Fem/PyObjects/_FemSolverCalculix.py
155
FreeCAD/Mod/Fem/PyObjects/_FemSolverCalculix.py
145
FreeCAD/Mod/Fem/PyObjects/_FemSolverZ88.py
156
FreeCAD/Mod/Fem/PyObjects/_FemSolverZ88.py
Lines 157-162 Link Here
157
FreeCAD/Mod/Fem/readFenicsXDMF.py
168
FreeCAD/Mod/Fem/readFenicsXDMF.py
158
FreeCAD/Mod/Fem/readFenicsXML.py
169
FreeCAD/Mod/Fem/readFenicsXML.py
159
FreeCAD/Mod/Fem/test_files/__init__.py
170
FreeCAD/Mod/Fem/test_files/__init__.py
171
FreeCAD/Mod/Fem/test_files/ccx/Flow1D_mesh.py
172
FreeCAD/Mod/Fem/test_files/ccx/Flow1D_thermomech.dat
173
FreeCAD/Mod/Fem/test_files/ccx/Flow1D_thermomech.fcstd
174
FreeCAD/Mod/Fem/test_files/ccx/Flow1D_thermomech.frd
175
FreeCAD/Mod/Fem/test_files/ccx/Flow1D_thermomech.inp
176
FreeCAD/Mod/Fem/test_files/ccx/Flow1D_thermomech_expected_values
177
FreeCAD/Mod/Fem/test_files/ccx/Flow1D_thermomech_inout_nodes.txt
160
FreeCAD/Mod/Fem/test_files/ccx/__init__.py
178
FreeCAD/Mod/Fem/test_files/ccx/__init__.py
161
FreeCAD/Mod/Fem/test_files/ccx/cube.fcstd
179
FreeCAD/Mod/Fem/test_files/ccx/cube.fcstd
162
FreeCAD/Mod/Fem/test_files/ccx/cube_frequency.dat
180
FreeCAD/Mod/Fem/test_files/ccx/cube_frequency.dat
Lines 214-219 Link Here
214
FreeCAD/Mod/Idf/Init.py
232
FreeCAD/Mod/Idf/Init.py
215
FreeCAD/Mod/Image/Init.py
233
FreeCAD/Mod/Image/Init.py
216
FreeCAD/Mod/Image/InitGui.py
234
FreeCAD/Mod/Image/InitGui.py
235
FreeCAD/Mod/Import/Import_rc.py
217
FreeCAD/Mod/Import/Init.py
236
FreeCAD/Mod/Import/Init.py
218
FreeCAD/Mod/Import/InitGui.py
237
FreeCAD/Mod/Import/InitGui.py
219
FreeCAD/Mod/Inspection/Init.py
238
FreeCAD/Mod/Inspection/Init.py
Lines 275-280 Link Here
275
FreeCAD/Mod/PartDesign/InitGui.py
294
FreeCAD/Mod/PartDesign/InitGui.py
276
FreeCAD/Mod/PartDesign/InvoluteGearFeature.py
295
FreeCAD/Mod/PartDesign/InvoluteGearFeature.py
277
FreeCAD/Mod/PartDesign/InvoluteGearFeature.ui
296
FreeCAD/Mod/PartDesign/InvoluteGearFeature.ui
297
FreeCAD/Mod/PartDesign/PartDesignTests/TestBoolean.py
298
FreeCAD/Mod/PartDesign/PartDesignTests/TestChamfer.py
299
FreeCAD/Mod/PartDesign/PartDesignTests/TestDatum.py
300
FreeCAD/Mod/PartDesign/PartDesignTests/TestDraft.py
301
FreeCAD/Mod/PartDesign/PartDesignTests/TestFillet.py
302
FreeCAD/Mod/PartDesign/PartDesignTests/TestHole.py
303
FreeCAD/Mod/PartDesign/PartDesignTests/TestLinearPattern.py
304
FreeCAD/Mod/PartDesign/PartDesignTests/TestLoft.py
305
FreeCAD/Mod/PartDesign/PartDesignTests/TestMirrored.py
306
FreeCAD/Mod/PartDesign/PartDesignTests/TestMultiTransform.py
307
FreeCAD/Mod/PartDesign/PartDesignTests/TestPad.py
308
FreeCAD/Mod/PartDesign/PartDesignTests/TestPipe.py
309
FreeCAD/Mod/PartDesign/PartDesignTests/TestPocket.py
310
FreeCAD/Mod/PartDesign/PartDesignTests/TestPolarPattern.py
311
FreeCAD/Mod/PartDesign/PartDesignTests/TestPrimitive.py
312
FreeCAD/Mod/PartDesign/PartDesignTests/TestRevolve.py
313
FreeCAD/Mod/PartDesign/PartDesignTests/TestShapeBinder.py
314
FreeCAD/Mod/PartDesign/PartDesignTests/TestThickness.py
315
FreeCAD/Mod/PartDesign/PartDesignTests/__init__.py
278
FreeCAD/Mod/PartDesign/Scripts/DistanceBolt.py
316
FreeCAD/Mod/PartDesign/Scripts/DistanceBolt.py
279
FreeCAD/Mod/PartDesign/Scripts/Epitrochoid.py
317
FreeCAD/Mod/PartDesign/Scripts/Epitrochoid.py
280
FreeCAD/Mod/PartDesign/Scripts/FilletArc.py
318
FreeCAD/Mod/PartDesign/Scripts/FilletArc.py
Lines 302-313 Link Here
302
FreeCAD/Mod/Path/Init.py
340
FreeCAD/Mod/Path/Init.py
303
FreeCAD/Mod/Path/InitGui.py
341
FreeCAD/Mod/Path/InitGui.py
304
FreeCAD/Mod/Path/PathCommands.py
342
FreeCAD/Mod/Path/PathCommands.py
305
FreeCAD/Mod/Path/PathScripts/PathAreaUtils.py
343
FreeCAD/Mod/Path/PathScripts/PathAreaOp.py
306
FreeCAD/Mod/Path/PathScripts/PathArray.py
344
FreeCAD/Mod/Path/PathScripts/PathArray.py
345
FreeCAD/Mod/Path/PathScripts/PathCircularHoleBase.py
346
FreeCAD/Mod/Path/PathScripts/PathCircularHoleBaseGui.py
307
FreeCAD/Mod/Path/PathScripts/PathCommands.py
347
FreeCAD/Mod/Path/PathScripts/PathCommands.py
308
FreeCAD/Mod/Path/PathScripts/PathComment.py
348
FreeCAD/Mod/Path/PathScripts/PathComment.py
309
FreeCAD/Mod/Path/PathScripts/PathCompoundExtended.py
310
FreeCAD/Mod/Path/PathScripts/PathContour.py
311
FreeCAD/Mod/Path/PathScripts/PathCopy.py
349
FreeCAD/Mod/Path/PathScripts/PathCopy.py
312
FreeCAD/Mod/Path/PathScripts/PathCustom.py
350
FreeCAD/Mod/Path/PathScripts/PathCustom.py
313
FreeCAD/Mod/Path/PathScripts/PathDressup.py
351
FreeCAD/Mod/Path/PathScripts/PathDressup.py
Lines 314-343 Link Here
314
FreeCAD/Mod/Path/PathScripts/PathDressupDogbone.py
352
FreeCAD/Mod/Path/PathScripts/PathDressupDogbone.py
315
FreeCAD/Mod/Path/PathScripts/PathDressupDragknife.py
353
FreeCAD/Mod/Path/PathScripts/PathDressupDragknife.py
316
FreeCAD/Mod/Path/PathScripts/PathDressupHoldingTags.py
354
FreeCAD/Mod/Path/PathScripts/PathDressupHoldingTags.py
355
FreeCAD/Mod/Path/PathScripts/PathDressupRampEntry.py
356
FreeCAD/Mod/Path/PathScripts/PathDressupTag.py
357
FreeCAD/Mod/Path/PathScripts/PathDressupTagGui.py
358
FreeCAD/Mod/Path/PathScripts/PathDressupTagPreferences.py
317
FreeCAD/Mod/Path/PathScripts/PathDrilling.py
359
FreeCAD/Mod/Path/PathScripts/PathDrilling.py
360
FreeCAD/Mod/Path/PathScripts/PathDrillingGui.py
318
FreeCAD/Mod/Path/PathScripts/PathEngrave.py
361
FreeCAD/Mod/Path/PathScripts/PathEngrave.py
319
FreeCAD/Mod/Path/PathScripts/PathFacePocket.py
362
FreeCAD/Mod/Path/PathScripts/PathEngraveGui.py
320
FreeCAD/Mod/Path/PathScripts/PathFaceProfile.py
321
FreeCAD/Mod/Path/PathScripts/PathFixture.py
363
FreeCAD/Mod/Path/PathScripts/PathFixture.py
322
FreeCAD/Mod/Path/PathScripts/PathFromShape.py
323
FreeCAD/Mod/Path/PathScripts/PathGeom.py
364
FreeCAD/Mod/Path/PathScripts/PathGeom.py
365
FreeCAD/Mod/Path/PathScripts/PathGetPoint.py
324
FreeCAD/Mod/Path/PathScripts/PathHelix.py
366
FreeCAD/Mod/Path/PathScripts/PathHelix.py
367
FreeCAD/Mod/Path/PathScripts/PathHelixGui.py
325
FreeCAD/Mod/Path/PathScripts/PathHop.py
368
FreeCAD/Mod/Path/PathScripts/PathHop.py
369
FreeCAD/Mod/Path/PathScripts/PathIconViewProvider.py
326
FreeCAD/Mod/Path/PathScripts/PathInspect.py
370
FreeCAD/Mod/Path/PathScripts/PathInspect.py
327
FreeCAD/Mod/Path/PathScripts/PathJob.py
371
FreeCAD/Mod/Path/PathScripts/PathJob.py
328
FreeCAD/Mod/Path/PathScripts/PathKurveUtils.py
372
FreeCAD/Mod/Path/PathScripts/PathJobCmd.py
329
FreeCAD/Mod/Path/PathScripts/PathLoadTool.py
373
FreeCAD/Mod/Path/PathScripts/PathJobGui.py
330
FreeCAD/Mod/Path/PathScripts/PathLog.py
374
FreeCAD/Mod/Path/PathScripts/PathLog.py
331
FreeCAD/Mod/Path/PathScripts/PathMillFace.py
375
FreeCAD/Mod/Path/PathScripts/PathMillFace.py
376
FreeCAD/Mod/Path/PathScripts/PathMillFaceGui.py
377
FreeCAD/Mod/Path/PathScripts/PathOp.py
378
FreeCAD/Mod/Path/PathScripts/PathOpGui.py
332
FreeCAD/Mod/Path/PathScripts/PathPlane.py
379
FreeCAD/Mod/Path/PathScripts/PathPlane.py
333
FreeCAD/Mod/Path/PathScripts/PathPocket.py
380
FreeCAD/Mod/Path/PathScripts/PathPocket.py
381
FreeCAD/Mod/Path/PathScripts/PathPocketBase.py
382
FreeCAD/Mod/Path/PathScripts/PathPocketBaseGui.py
383
FreeCAD/Mod/Path/PathScripts/PathPocketGui.py
334
FreeCAD/Mod/Path/PathScripts/PathPost.py
384
FreeCAD/Mod/Path/PathScripts/PathPost.py
335
FreeCAD/Mod/Path/PathScripts/PathPostProcessor.py
385
FreeCAD/Mod/Path/PathScripts/PathPostProcessor.py
336
FreeCAD/Mod/Path/PathScripts/PathPreferences.py
386
FreeCAD/Mod/Path/PathScripts/PathPreferences.py
337
FreeCAD/Mod/Path/PathScripts/PathPreferencesPathDressup.py
387
FreeCAD/Mod/Path/PathScripts/PathPreferencesPathDressup.py
338
FreeCAD/Mod/Path/PathScripts/PathPreferencesPathJob.py
388
FreeCAD/Mod/Path/PathScripts/PathPreferencesPathJob.py
339
FreeCAD/Mod/Path/PathScripts/PathProfile.py
389
FreeCAD/Mod/Path/PathScripts/PathProfileBase.py
390
FreeCAD/Mod/Path/PathScripts/PathProfileBaseGui.py
391
FreeCAD/Mod/Path/PathScripts/PathProfileContour.py
392
FreeCAD/Mod/Path/PathScripts/PathProfileContourGui.py
340
FreeCAD/Mod/Path/PathScripts/PathProfileEdges.py
393
FreeCAD/Mod/Path/PathScripts/PathProfileEdges.py
394
FreeCAD/Mod/Path/PathScripts/PathProfileEdgesGui.py
395
FreeCAD/Mod/Path/PathScripts/PathProfileFaces.py
396
FreeCAD/Mod/Path/PathScripts/PathProfileFacesGui.py
341
FreeCAD/Mod/Path/PathScripts/PathSanity.py
397
FreeCAD/Mod/Path/PathScripts/PathSanity.py
342
FreeCAD/Mod/Path/PathScripts/PathSelection.py
398
FreeCAD/Mod/Path/PathScripts/PathSelection.py
343
FreeCAD/Mod/Path/PathScripts/PathSimpleCopy.py
399
FreeCAD/Mod/Path/PathScripts/PathSimpleCopy.py
Lines 344-377 Link Here
344
FreeCAD/Mod/Path/PathScripts/PathStock.py
400
FreeCAD/Mod/Path/PathScripts/PathStock.py
345
FreeCAD/Mod/Path/PathScripts/PathStop.py
401
FreeCAD/Mod/Path/PathScripts/PathStop.py
346
FreeCAD/Mod/Path/PathScripts/PathSurface.py
402
FreeCAD/Mod/Path/PathScripts/PathSurface.py
403
FreeCAD/Mod/Path/PathScripts/PathToolController.py
347
FreeCAD/Mod/Path/PathScripts/PathToolLenOffset.py
404
FreeCAD/Mod/Path/PathScripts/PathToolLenOffset.py
348
FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py
405
FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py
406
FreeCAD/Mod/Path/PathScripts/PathUtil.py
349
FreeCAD/Mod/Path/PathScripts/PathUtils.py
407
FreeCAD/Mod/Path/PathScripts/PathUtils.py
350
FreeCAD/Mod/Path/PathScripts/PostUtils.py
408
FreeCAD/Mod/Path/PathScripts/PostUtils.py
351
FreeCAD/Mod/Path/PathScripts/__init__.py
409
FreeCAD/Mod/Path/PathScripts/__init__.py
352
FreeCAD/Mod/Path/PathScripts/centroid_post.py
410
FreeCAD/Mod/Path/PathScripts/post/__init__.py
353
FreeCAD/Mod/Path/PathScripts/comparams_post.py
411
FreeCAD/Mod/Path/PathScripts/post/centroid_post.py
354
FreeCAD/Mod/Path/PathScripts/dumper_post.py
412
FreeCAD/Mod/Path/PathScripts/post/comparams_post.py
355
FreeCAD/Mod/Path/PathScripts/dynapath_post.py
413
FreeCAD/Mod/Path/PathScripts/post/dumper_post.py
356
FreeCAD/Mod/Path/PathScripts/example_post.py
414
FreeCAD/Mod/Path/PathScripts/post/dynapath_post.py
357
FreeCAD/Mod/Path/PathScripts/example_pre.py
415
FreeCAD/Mod/Path/PathScripts/post/example_post.py
358
FreeCAD/Mod/Path/PathScripts/kdtree.py
416
FreeCAD/Mod/Path/PathScripts/post/example_pre.py
359
FreeCAD/Mod/Path/PathScripts/linuxcnc_post.py
417
FreeCAD/Mod/Path/PathScripts/post/grbl_post.py
360
FreeCAD/Mod/Path/PathScripts/opensbp_post.py
418
FreeCAD/Mod/Path/PathScripts/post/linuxcnc_post.py
361
FreeCAD/Mod/Path/PathScripts/opensbp_pre.py
419
FreeCAD/Mod/Path/PathScripts/post/opensbp_post.py
362
FreeCAD/Mod/Path/PathScripts/phillips_post.py
420
FreeCAD/Mod/Path/PathScripts/post/opensbp_pre.py
363
FreeCAD/Mod/Path/PathScripts/PathDressupRampEntry.py
421
FreeCAD/Mod/Path/PathScripts/post/phillips_post.py
364
FreeCAD/Mod/Path/PathScripts/rml_post.py
422
FreeCAD/Mod/Path/PathScripts/post/rml_post.py
365
FreeCAD/Mod/Path/PathScripts/slic3r_pre.py
423
FreeCAD/Mod/Path/PathScripts/post/slic3r_pre.py
366
FreeCAD/Mod/Path/PathScripts/smoothie_post.py
424
FreeCAD/Mod/Path/PathScripts/post/smoothie_post.py
367
FreeCAD/Mod/Path/PathTests/PathTestUtils.py
425
FreeCAD/Mod/Path/PathTests/PathTestUtils.py
368
FreeCAD/Mod/Path/PathTests/TestPathCore.py
426
FreeCAD/Mod/Path/PathTests/TestPathCore.py
369
FreeCAD/Mod/Path/PathTests/TestPathDepthParams.py
427
FreeCAD/Mod/Path/PathTests/TestPathDepthParams.py
428
FreeCAD/Mod/Path/PathTests/TestPathDressupDogbone.py
370
FreeCAD/Mod/Path/PathTests/TestPathDressupHoldingTags.py
429
FreeCAD/Mod/Path/PathTests/TestPathDressupHoldingTags.py
371
FreeCAD/Mod/Path/PathTests/TestPathGeom.py
430
FreeCAD/Mod/Path/PathTests/TestPathGeom.py
372
FreeCAD/Mod/Path/PathTests/TestPathLog.py
431
FreeCAD/Mod/Path/PathTests/TestPathLog.py
373
FreeCAD/Mod/Path/PathTests/TestPathPost.py
432
FreeCAD/Mod/Path/PathTests/TestPathPost.py
433
FreeCAD/Mod/Path/PathTests/TestPathStock.py
434
FreeCAD/Mod/Path/PathTests/TestPathUtil.py
374
FreeCAD/Mod/Path/PathTests/__init__.py
435
FreeCAD/Mod/Path/PathTests/__init__.py
436
FreeCAD/Mod/Path/PathTests/boxtest.fcstd
437
FreeCAD/Mod/Path/PathTests/test_centroid_00.ngc
375
FreeCAD/Mod/Path/PathTests/test_linuxcnc_00.ngc
438
FreeCAD/Mod/Path/PathTests/test_linuxcnc_00.ngc
376
FreeCAD/Mod/Path/TestPathApp.py
439
FreeCAD/Mod/Path/TestPathApp.py
377
FreeCAD/Mod/Plot/InitGui.py
440
FreeCAD/Mod/Plot/InitGui.py
Lines 506-515 Link Here
506
FreeCAD/Mod/Test/qtunittest.py
569
FreeCAD/Mod/Test/qtunittest.py
507
FreeCAD/Mod/Test/testmakeWireString.py
570
FreeCAD/Mod/Test/testmakeWireString.py
508
FreeCAD/Mod/Test/unittestgui.py
571
FreeCAD/Mod/Test/unittestgui.py
572
FreeCAD/Mod/Tux/InitGui.py
573
FreeCAD/Mod/Tux/NavigationIndicatorGui.py
509
FreeCAD/Mod/Tux/PersistentToolbars.py
574
FreeCAD/Mod/Tux/PersistentToolbars.py
510
FreeCAD/Mod/Tux/PersistentToolbarsGui.py
575
FreeCAD/Mod/Tux/PersistentToolbarsGui.py
511
FreeCAD/Mod/Tux/InitGui.py
512
FreeCAD/Mod/Tux/NavigationIndicatorGui.py
513
FreeCAD/Mod/Tux/Tux_rc.py
576
FreeCAD/Mod/Tux/Tux_rc.py
514
FreeCAD/Mod/Web/Init.py
577
FreeCAD/Mod/Web/Init.py
515
FreeCAD/Mod/Web/InitGui.py
578
FreeCAD/Mod/Web/InitGui.py

Return to bug 222195