From 1e3179e9bc4c2217c397ec837f47dccebd39e93a Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Sun, 29 Oct 2023 22:39:22 -0600 Subject: [PATCH] Find and replace http://freecad.org to https://freecad.org Find and replace: http:\/\/(.{0,10})freecad https://$1freecad Done in all remaining files (after doing it in SVGs in the last commit) --- package/fedora/freecad.spec | 2 +- .../src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp | 2 +- src/Doc/makingDocs.dox | 2 +- src/Doc/sphinx/_templates/searchbox.html | 2 +- src/Doc/sphinx/index.rst | 2 +- src/Ext/freecad/project_utility.py | 2 +- src/Gui/Application.cpp | 2 +- src/Gui/Document.cpp | 2 +- src/Gui/SoFCOffscreenRenderer.cpp | 2 +- src/Gui/SoFCVectorizeSVGAction.cpp | 2 +- src/Gui/View3DInventor.cpp | 4 ++-- src/Gui/View3DInventorViewer.cpp | 6 +++--- src/Main/MainGui.cpp | 2 +- src/Mod/AddonManager/AddonManager.py | 2 +- src/Mod/Arch/ArchCutPlane.py | 2 +- src/Mod/Arch/ArchMaterial.py | 2 +- src/Mod/Arch/OfflineRenderingUtils.py | 4 ++-- src/Mod/Arch/importIFClegacy.py | 2 +- src/Mod/Arch/importOBJ.py | 2 +- src/Mod/Draft/draftutils/todo.py | 2 +- src/Mod/Fem/App/FemMesh.cpp | 6 +++--- src/Mod/Fem/Gui/ViewProviderFemMesh.cpp | 2 +- src/Mod/Fem/femexamples/examplesgui.py | 2 +- src/Mod/Fem/femmesh/gmshtools.py | 8 ++++---- src/Mod/Fem/femmesh/meshtools.py | 2 +- src/Mod/Fem/femsolver/mystran/add_con_fixed.py | 2 +- src/Mod/Fem/femsolver/mystran/add_con_force.py | 2 +- .../Fem/femsolver/mystran/add_femelement_geometry.py | 2 +- .../Fem/femsolver/mystran/add_femelement_material.py | 2 +- src/Mod/Fem/femsolver/mystran/add_mesh.py | 2 +- src/Mod/Fem/femsolver/mystran/add_solver_control.py | 2 +- src/Mod/Fem/femsolver/mystran/writer.py | 2 +- src/Mod/Fem/femtaskpanels/task_element_geometry1D.py | 2 +- src/Mod/Material/MaterialEditor.py | 2 +- src/Mod/Material/Templatematerial.yml | 2 +- src/Mod/Material/materialtools/MaterialModels.py | 2 +- src/Mod/Material/materialtools/cardutils.py | 2 +- src/Mod/Mesh/App/Core/IO/WriterOBJ.cpp | 4 ++-- src/Mod/Mesh/App/Core/MeshIO.cpp | 10 +++++----- src/Mod/Mesh/MeshEnums.py | 2 +- src/Mod/Part/App/Attacher.cpp | 2 +- src/Mod/Part/App/PartFeatures.cpp | 2 +- src/Mod/Part/App/TopoShape.cpp | 2 +- src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py | 2 +- src/Mod/Part/BOPTools/BOPFeatures.py | 2 +- src/Mod/Part/BOPTools/GeneralFuseResult.py | 2 +- src/Mod/Part/BOPTools/JoinAPI.py | 2 +- src/Mod/Part/BOPTools/JoinFeatures.py | 4 ++-- src/Mod/Part/BOPTools/ShapeMerge.py | 2 +- src/Mod/Part/BOPTools/SplitAPI.py | 2 +- src/Mod/Part/BOPTools/SplitFeatures.py | 4 ++-- src/Mod/Part/BOPTools/Utils.py | 2 +- src/Mod/Part/BOPTools/__init__.py | 2 +- src/Mod/Part/BasicShapes/CommandShapes.py | 2 +- src/Mod/Part/BasicShapes/Shapes.py | 2 +- src/Mod/Part/BasicShapes/Utils.py | 2 +- src/Mod/Part/BasicShapes/ViewProviderShapes.py | 2 +- src/Mod/Part/BasicShapes/__init__.py | 2 +- src/Mod/Part/CompoundTools/CompoundFilter.py | 2 +- src/Mod/Part/CompoundTools/_CommandCompoundFilter.py | 4 ++-- src/Mod/Part/CompoundTools/_CommandExplodeCompound.py | 2 +- src/Mod/Part/CompoundTools/__init__.py | 2 +- src/Mod/Part/JoinFeatures.py | 2 +- src/Mod/Part/PartEnums.py | 2 +- src/Mod/PartDesign/App/FeatureDraft.cpp | 2 +- src/Mod/PartDesign/App/PreCompiled.h | 2 +- src/Mod/PartDesign/InvoluteGearFeature.py | 2 +- src/Mod/PartDesign/SprocketFeature.py | 2 +- src/Mod/Path/Path/Base/Generator/threadmilling.py | 2 +- src/Mod/Path/Path/Op/Custom.py | 2 +- src/Mod/Path/Path/Op/Deburr.py | 2 +- src/Mod/Path/Path/Op/Gui/Custom.py | 2 +- src/Mod/Path/Path/Op/Gui/Probe.py | 2 +- src/Mod/Path/Path/Op/Gui/Profile.py | 2 +- src/Mod/Path/Path/Op/Gui/Slot.py | 2 +- src/Mod/Path/Path/Op/Gui/ThreadMilling.py | 2 +- src/Mod/Path/Path/Op/Gui/Vcarve.py | 2 +- src/Mod/Path/Path/Op/Gui/Waterline.py | 2 +- src/Mod/Path/Path/Op/Probe.py | 2 +- src/Mod/Path/Path/Op/Profile.py | 2 +- src/Mod/Path/Path/Op/Slot.py | 2 +- src/Mod/Path/Path/Op/SurfaceSupport.py | 2 +- src/Mod/Path/Path/Op/ThreadMilling.py | 2 +- src/Mod/Path/Path/Op/Waterline.py | 2 +- src/Mod/Sketcher/App/Sketch.cpp | 2 +- src/Mod/Sketcher/App/planegcs/Constraints.cpp | 4 ++-- src/Mod/Sketcher/App/planegcs/GCS.cpp | 8 ++++---- src/Mod/Sketcher/ProfileLib/Hexagon.py | 2 +- src/Mod/Sketcher/ProfileLib/RegularPolygon.py | 2 +- src/Mod/Sketcher/Profiles.py | 2 +- src/Mod/Start/Gui/Resources/translations/StartPage.ts | 2 +- .../Start/Gui/Resources/translations/StartPage_af.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_ar.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_be.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_bg.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_ca.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_cs.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_de.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_el.ts | 4 ++-- .../Gui/Resources/translations/StartPage_es-AR.ts | 4 ++-- .../Gui/Resources/translations/StartPage_es-ES.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_eu.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_fi.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_fil.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_fr.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_gl.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_hr.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_hu.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_id.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_it.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_ja.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_ka.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_kab.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_ko.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_lt.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_nl.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_no.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_pl.ts | 4 ++-- .../Gui/Resources/translations/StartPage_pt-BR.ts | 4 ++-- .../Gui/Resources/translations/StartPage_pt-PT.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_ro.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_ru.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_sk.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_sl.ts | 4 ++-- .../Gui/Resources/translations/StartPage_sr-CS.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_sr.ts | 4 ++-- .../Gui/Resources/translations/StartPage_sv-SE.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_tr.ts | 6 +++--- .../Start/Gui/Resources/translations/StartPage_uk.ts | 4 ++-- .../Gui/Resources/translations/StartPage_val-ES.ts | 4 ++-- .../Start/Gui/Resources/translations/StartPage_vi.ts | 4 ++-- .../Gui/Resources/translations/StartPage_zh-CN.ts | 4 ++-- .../Gui/Resources/translations/StartPage_zh-TW.ts | 4 ++-- src/Mod/Start/StartPage/TranslationTexts.py | 2 +- src/Mod/TechDraw/App/DrawProjGroup.h | 2 +- src/Mod/TechDraw/App/DrawUtil.h | 2 +- src/Mod/TechDraw/App/DrawViewArch.cpp | 2 +- src/Mod/TechDraw/App/DrawViewDraft.cpp | 2 +- src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp | 2 +- src/Mod/TechDraw/moveViews.py | 2 +- src/Mod/TemplatePyMod/MengerSponge.py | 2 +- src/Mod/Web/Gui/Command.cpp | 2 +- src/Tools/fcinfo | 2 +- 143 files changed, 207 insertions(+), 207 deletions(-) diff --git a/package/fedora/freecad.spec b/package/fedora/freecad.spec index 3fe8f638b2..d3de6abf9e 100644 --- a/package/fedora/freecad.spec +++ b/package/fedora/freecad.spec @@ -39,7 +39,7 @@ Summary: A general purpose 3D CAD modeler Group: Applications/Engineering License: LGPLv2+ -URL: http://www.freecad.org/ +URL: https://www.freecad.org/ Source0: https://github.com/%{github_name}/FreeCAD/archive/%{branch}.tar.gz diff --git a/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp b/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp index 78253c3506..2c63582068 100644 --- a/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp +++ b/src/3rdParty/salomesmesh/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp @@ -102,7 +102,7 @@ Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform() { // Kernel_Utils::Localizer loc; Status aResult = DRS_OK; - // See http://forum.freecad.org/viewtopic.php?f=18&t=14404&p=135981#p136086 (wmayer) + // See https://forum.freecad.org/viewtopic.php?f=18&t=14404&p=135981#p136086 (wmayer) // Line endings in UNIX format cause problems on Windows, thus the file must be opened // in binary mode. std::ifstream in_stream(myFile.c_str(), std::ios::in | std::ios::binary); diff --git a/src/Doc/makingDocs.dox b/src/Doc/makingDocs.dox index 6f149338a4..30f40f2ec4 100644 --- a/src/Doc/makingDocs.dox +++ b/src/Doc/makingDocs.dox @@ -1,7 +1,7 @@ /** \page makingdocs Building this source documentation After running cmake (as per build instructions on the -FreeCAD wiki, +FreeCAD wiki, run 'make DevDoc' in your build directory. HTML documentation will be built in doc/SourceDocu/html. diff --git a/src/Doc/sphinx/_templates/searchbox.html b/src/Doc/sphinx/_templates/searchbox.html index fae3d96b07..2236b6cde5 100644 --- a/src/Doc/sphinx/_templates/searchbox.html +++ b/src/Doc/sphinx/_templates/searchbox.html @@ -20,7 +20,7 @@ {{ _('Enter search terms or a module, class or function name.') }}

- Go back to the FreeCAD homepage + Go back to the FreeCAD homepage

diff --git a/src/Doc/sphinx/index.rst b/src/Doc/sphinx/index.rst index f5bf79c905..9224ff0a7e 100644 --- a/src/Doc/sphinx/index.rst +++ b/src/Doc/sphinx/index.rst @@ -35,4 +35,4 @@ This is the complete python API reference of the FreeCAD application * :ref:`genindex` * :ref:`modindex` * :ref:`search` -* `FreeCAD homepage `_ +* `FreeCAD homepage `_ diff --git a/src/Ext/freecad/project_utility.py b/src/Ext/freecad/project_utility.py index 20c0e78006..3f48692413 100644 --- a/src/Ext/freecad/project_utility.py +++ b/src/Ext/freecad/project_utility.py @@ -2,7 +2,7 @@ __title__="Document handling module" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Tools for extracting or creating project files" diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index baa00927cd..913834f604 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -2024,7 +2024,7 @@ void Application::runApplication() // if application not yet created by the splasher int argc = App::Application::GetARGC(); GUISingleApplication mainApp(argc, App::Application::GetARGV()); - // http://forum.freecad.org/viewtopic.php?f=3&t=15540 + // https://forum.freecad.org/viewtopic.php?f=3&t=15540 mainApp.setAttribute(Qt::AA_DontShowIconsInMenus, false); // Make sure that we use '.' as decimal point. See also diff --git a/src/Gui/Document.cpp b/src/Gui/Document.cpp index 87a63ea398..f6c17ccf83 100644 --- a/src/Gui/Document.cpp +++ b/src/Gui/Document.cpp @@ -1551,7 +1551,7 @@ void Document::SaveDocFile (Base::Writer &writer) const { writer.Stream() << "" << std::endl << "" << std::endl; writer.Stream() << "getSVGOutput()->getFileStream(); str << R"()" << std::endl; - str << "" << std::endl; + str << "" << std::endl; str << "setDocument(this->_pcDocument); stack->addWidget(_viewer->getWidget()); - // http://forum.freecad.org/viewtopic.php?f=3&t=6055&sid=150ed90cbefba50f1e2ad4b4e6684eba + // https://forum.freecad.org/viewtopic.php?f=3&t=6055&sid=150ed90cbefba50f1e2ad4b4e6684eba // describes a minor error but trying to fix it leads to a major issue - // http://forum.freecad.org/viewtopic.php?f=3&t=6085&sid=3f4bcab8007b96aaf31928b564190fd7 + // https://forum.freecad.org/viewtopic.php?f=3&t=6085&sid=3f4bcab8007b96aaf31928b564190fd7 // so the change is commented out // By default, the wheel events are processed by the 3d view AND the mdi area. //_viewer->getGLWidget()->setAttribute(Qt::WA_NoMousePropagation); diff --git a/src/Gui/View3DInventorViewer.cpp b/src/Gui/View3DInventorViewer.cpp index 7343f1cefe..1b64afafd1 100644 --- a/src/Gui/View3DInventorViewer.cpp +++ b/src/Gui/View3DInventorViewer.cpp @@ -516,9 +516,9 @@ void View3DInventorViewer::init() // Important note: // When creating a new GL render action we have to copy over the cache context id // because otherwise we may get strange rendering behaviour. For more details see - // http://forum.freecad.org/viewtopic.php?f=10&t=7486&start=120#p74398 and for + // https://forum.freecad.org/viewtopic.php?f=10&t=7486&start=120#p74398 and for // the fix and some details what happens behind the scene have a look at this - // http://forum.freecad.org/viewtopic.php?f=10&t=7486&p=74777#p74736 + // https://forum.freecad.org/viewtopic.php?f=10&t=7486&p=74777#p74736 uint32_t id = this->getSoRenderManager()->getGLRenderAction()->getCacheContext(); this->getSoRenderManager()->setGLRenderAction(new SoBoxSelectionRenderAction); this->getSoRenderManager()->getGLRenderAction()->setCacheContext(id); @@ -2303,7 +2303,7 @@ void View3DInventorViewer::renderGLImage() // #define ENABLE_GL_DEPTH_RANGE // The calls of glDepthRange inside renderScene() causes problems with transparent objects -// so that's why it is disabled now: http://forum.freecad.org/viewtopic.php?f=3&t=6037&hilit=transparency +// so that's why it is disabled now: https://forum.freecad.org/viewtopic.php?f=3&t=6037&hilit=transparency // Documented in superclass. Overrides this method to be able to draw // the axis cross, if selected, and to keep a continuous animation diff --git a/src/Main/MainGui.cpp b/src/Main/MainGui.cpp index 48ae847ef4..3b6d5bb6c3 100644 --- a/src/Main/MainGui.cpp +++ b/src/Main/MainGui.cpp @@ -157,7 +157,7 @@ int main( int argc, char ** argv ) App::Application::Config()["ExeName"] = "FreeCAD"; App::Application::Config()["ExeVendor"] = "FreeCAD"; App::Application::Config()["AppDataSkipVendor"] = "true"; - App::Application::Config()["MaintainerUrl"] = "http://www.freecad.org/wiki/Main_Page"; + App::Application::Config()["MaintainerUrl"] = "https://www.freecad.org/wiki/Main_Page"; // set the banner (for logging and console) App::Application::Config()["CopyrightInfo"] = sBanner; diff --git a/src/Mod/AddonManager/AddonManager.py b/src/Mod/AddonManager/AddonManager.py index dc66b8b7be..13fcfb6e0f 100644 --- a/src/Mod/AddonManager/AddonManager.py +++ b/src/Mod/AddonManager/AddonManager.py @@ -76,7 +76,7 @@ def QT_TRANSLATE_NOOP(_, txt): __title__ = "FreeCAD Addon Manager Module" __author__ = "Yorik van Havre", "Jonathan Wiedemann", "Kurt Kremitzki", "Chris Hennes" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" """ FreeCAD Addon Manager Module diff --git a/src/Mod/Arch/ArchCutPlane.py b/src/Mod/Arch/ArchCutPlane.py index 796739e360..1cc2db2c5a 100644 --- a/src/Mod/Arch/ArchCutPlane.py +++ b/src/Mod/Arch/ArchCutPlane.py @@ -35,7 +35,7 @@ else: __title__="FreeCAD CutPlane" __author__ = "Jonathan Wiedemann" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## @package ArchCutPlane # \ingroup ARCH diff --git a/src/Mod/Arch/ArchMaterial.py b/src/Mod/Arch/ArchMaterial.py index e9637aef84..a9809fb44d 100644 --- a/src/Mod/Arch/ArchMaterial.py +++ b/src/Mod/Arch/ArchMaterial.py @@ -36,7 +36,7 @@ else: __title__ = "Arch Material Management" __author__ = "Yorik van Havre" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## @package ArchMaterial # \ingroup ARCH diff --git a/src/Mod/Arch/OfflineRenderingUtils.py b/src/Mod/Arch/OfflineRenderingUtils.py index f270637b8f..296c48886c 100755 --- a/src/Mod/Arch/OfflineRenderingUtils.py +++ b/src/Mod/Arch/OfflineRenderingUtils.py @@ -633,7 +633,7 @@ def buildGuiDocumentFromColors(document,colors,camera=None): guidoc = "\n" guidoc += "\n" guidoc += "\n" @@ -712,7 +712,7 @@ def buildGuiDocumentFromGuiData(document,guidata): guidoc = "\n" guidoc += "\n" guidoc += "\n" diff --git a/src/Mod/Arch/importIFClegacy.py b/src/Mod/Arch/importIFClegacy.py index 5d4c63039f..e77f522f95 100644 --- a/src/Mod/Arch/importIFClegacy.py +++ b/src/Mod/Arch/importIFClegacy.py @@ -31,7 +31,7 @@ from draftutils.translate import translate __title__="FreeCAD IFC importer" __author__ = "Yorik van Havre" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" # config subtractiveTypes = ["IfcOpeningElement"] # elements that must be subtracted from their parents diff --git a/src/Mod/Arch/importOBJ.py b/src/Mod/Arch/importOBJ.py index f2e4022222..ac514b774e 100644 --- a/src/Mod/Arch/importOBJ.py +++ b/src/Mod/Arch/importOBJ.py @@ -146,7 +146,7 @@ def export(exportList,filename,colors=None): outfile = codecs.open(filename,"wb",encoding="utf8") ver = FreeCAD.Version() outfile.write("# FreeCAD v" + ver[0] + "." + ver[1] + " build" + ver[2] + " Arch module\n") - outfile.write("# http://www.freecad.org\n") + outfile.write("# https://www.freecad.org\n") offsetv = 1 offsetvn = 1 objectslist = Draft.get_group_contents(exportList, walls=True, diff --git a/src/Mod/Draft/draftutils/todo.py b/src/Mod/Draft/draftutils/todo.py index 3af6ad78bf..77af0e9f21 100644 --- a/src/Mod/Draft/draftutils/todo.py +++ b/src/Mod/Draft/draftutils/todo.py @@ -45,7 +45,7 @@ from draftutils.messages import _msg, _wrn, _err, _log __title__ = "FreeCAD Draft Workbench, Todo class" __author__ = "Yorik van Havre " -__url__ = ["http://www.freecad.org"] +__url__ = ["https://www.freecad.org"] _DEBUG = 0 _DEBUG_inner = 0 diff --git a/src/Mod/Fem/App/FemMesh.cpp b/src/Mod/Fem/App/FemMesh.cpp index 56e315f830..f1643f2105 100644 --- a/src/Mod/Fem/App/FemMesh.cpp +++ b/src/Mod/Fem/App/FemMesh.cpp @@ -272,7 +272,7 @@ void FemMesh::copyMeshData(const FemMesh& mesh) SMESHDS_Mesh* meshds = this->myMesh->GetMeshDS(); // Some further information is still not copied: - // http://forum.freecad.org/viewtopic.php?f=18&t=18982#p148114 + // https://forum.freecad.org/viewtopic.php?f=18&t=18982#p148114 SMDS_NodeIteratorPtr aNodeIter = mesh.myMesh->GetMeshDS()->nodesIterator(); for (; aNodeIter->more();) { const SMDS_MeshNode* aNode = aNodeIter->next(); @@ -2047,7 +2047,7 @@ void FemMesh::writeABAQUS(const std::string& Filename, int elemParam, bool group // since master 0.15 // added by werner (wmayer) March 2015, - // http://forum.freecad.org/viewtopic.php?f=18&t=10110&start=10#p81681 + // https://forum.freecad.org/viewtopic.php?f=18&t=10110&start=10#p81681 // https://github.com/FreeCAD/FreeCAD/commit/5d159f5cf352a93b1aff4fb7b82e8b747ee4f35b // https://github.com/FreeCAD/FreeCAD/commit/b007bd19e4e4608caa4cdad350a9f480287fac6b // tetra4 FreeCAD --> C3D4 CalculiX @@ -2250,7 +2250,7 @@ void FemMesh::writeABAQUS(const std::string& Filename, int elemParam, bool group anABAQUS_Output << "** Nodes" << std::endl; anABAQUS_Output << "*Node, NSET=Nall" << std::endl; // This way we get sorted output. - // See http://forum.freecad.org/viewtopic.php?f=18&t=12646&start=40#p103004 + // See https://forum.freecad.org/viewtopic.php?f=18&t=12646&start=40#p103004 for (const auto& it : vertexMap) { anABAQUS_Output << it.first << ", " << it.second.x << ", " << it.second.y << ", " << it.second.z << std::endl; diff --git a/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp b/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp index 0f02402c89..cfc8bf172d 100644 --- a/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp +++ b/src/Mod/Fem/Gui/ViewProviderFemMesh.cpp @@ -821,7 +821,7 @@ void ViewProviderFEMMeshBuilder::createMesh(const App::Property* prop, numTries = numTetr * 4 + numHexa * 6 + numPyrd * 5 + numPris * 5; } // It is not 100% sure that a prism in smesh is a pentahedron in any case, but it will be in - // most cases! See http://forum.freecad.org/viewtopic.php?f=18&t=13583#p109707 + // most cases! See https://forum.freecad.org/viewtopic.php?f=18&t=13583#p109707 // corner case only edges (Beams) in the mesh. This need some special cases in building up // visual diff --git a/src/Mod/Fem/femexamples/examplesgui.py b/src/Mod/Fem/femexamples/examplesgui.py index 7b90e1fb67..32f7cce7e7 100644 --- a/src/Mod/Fem/femexamples/examplesgui.py +++ b/src/Mod/Fem/femexamples/examplesgui.py @@ -43,7 +43,7 @@ class FemExamples(QtGui.QWidget): def __del__(self,): # need as fix for qt event error - # --> see http://forum.freecad.org/viewtopic.php?f=18&t=10732&start=10#p86493 + # --> see https://forum.freecad.org/viewtopic.php?f=18&t=10732&start=10#p86493 return def init_ui(self): diff --git a/src/Mod/Fem/femmesh/gmshtools.py b/src/Mod/Fem/femmesh/gmshtools.py index 7aab42efe4..0c95b62b18 100644 --- a/src/Mod/Fem/femmesh/gmshtools.py +++ b/src/Mod/Fem/femmesh/gmshtools.py @@ -450,8 +450,8 @@ class GmshTools(): # Console.PrintMessage(" Mesh regions, we need to get the elements.\n") # by the use of MeshRegion object and a BooleanSplitCompound # there could be problems with node numbers see - # http://forum.freecad.org/viewtopic.php?f=18&t=18780&start=40#p149467 - # http://forum.freecad.org/viewtopic.php?f=18&t=18780&p=149520#p149520 + # https://forum.freecad.org/viewtopic.php?f=18&t=18780&start=40#p149467 + # https://forum.freecad.org/viewtopic.php?f=18&t=18780&p=149520#p149520 part = self.part_obj if ( self.mesh_obj.MeshRegionList and part.Shape.ShapeType == "Compound" @@ -545,8 +545,8 @@ class GmshTools(): else: # Console.PrintMessage(" Mesh boundary layers, we need to get the elements.\n") if self.part_obj.Shape.ShapeType == "Compound": - # see http://forum.freecad.org/viewtopic.php?f=18&t=18780&start=40#p149467 and - # http://forum.freecad.org/viewtopic.php?f=18&t=18780&p=149520#p149520 + # see https://forum.freecad.org/viewtopic.php?f=18&t=18780&start=40#p149467 and + # https://forum.freecad.org/viewtopic.php?f=18&t=18780&p=149520#p149520 self.outputCompoundWarning for mr_obj in self.mesh_obj.MeshBoundaryLayerList: if mr_obj.MinimumThickness and Units.Quantity(mr_obj.MinimumThickness).Value > 0: diff --git a/src/Mod/Fem/femmesh/meshtools.py b/src/Mod/Fem/femmesh/meshtools.py index 77349a9d65..cc5ffc3075 100644 --- a/src/Mod/Fem/femmesh/meshtools.py +++ b/src/Mod/Fem/femmesh/meshtools.py @@ -1297,7 +1297,7 @@ def get_ref_facenodes_areas( # G. Lakshmi Narasaiah, Finite Element Analysis, p206ff # FIXME: only gives exact results in case of a real triangle. If for S6 or C3D10 elements # the midnodes are not on the line between the end nodes the area will not be a triangle - # see http://forum.freecad.org/viewtopic.php?f=18&t=10939&start=40#p91355 and ff + # see https://forum.freecad.org/viewtopic.php?f=18&t=10939&start=40#p91355 and ff # same applies for the quads # results are exact only if mid nodes are on the line between corner nodes diff --git a/src/Mod/Fem/femsolver/mystran/add_con_fixed.py b/src/Mod/Fem/femsolver/mystran/add_con_fixed.py index 76e9256ecc..0b9c94da97 100644 --- a/src/Mod/Fem/femsolver/mystran/add_con_fixed.py +++ b/src/Mod/Fem/femsolver/mystran/add_con_fixed.py @@ -23,7 +23,7 @@ __title__ = "Mystran add fixed constraint" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## \addtogroup FEM # @{ diff --git a/src/Mod/Fem/femsolver/mystran/add_con_force.py b/src/Mod/Fem/femsolver/mystran/add_con_force.py index 4adc42f667..20299cb99b 100644 --- a/src/Mod/Fem/femsolver/mystran/add_con_force.py +++ b/src/Mod/Fem/femsolver/mystran/add_con_force.py @@ -23,7 +23,7 @@ __title__ = "Mystran add force constraint" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## \addtogroup FEM # @{ diff --git a/src/Mod/Fem/femsolver/mystran/add_femelement_geometry.py b/src/Mod/Fem/femsolver/mystran/add_femelement_geometry.py index 8b6db92128..7a21110aeb 100644 --- a/src/Mod/Fem/femsolver/mystran/add_femelement_geometry.py +++ b/src/Mod/Fem/femsolver/mystran/add_femelement_geometry.py @@ -23,7 +23,7 @@ __title__ = "Mystran add femelement geometry" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## \addtogroup FEM # @{ diff --git a/src/Mod/Fem/femsolver/mystran/add_femelement_material.py b/src/Mod/Fem/femsolver/mystran/add_femelement_material.py index f689c37afd..b384a565ba 100644 --- a/src/Mod/Fem/femsolver/mystran/add_femelement_material.py +++ b/src/Mod/Fem/femsolver/mystran/add_femelement_material.py @@ -23,7 +23,7 @@ __title__ = "Mystran add femelement materials" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## \addtogroup FEM # @{ diff --git a/src/Mod/Fem/femsolver/mystran/add_mesh.py b/src/Mod/Fem/femsolver/mystran/add_mesh.py index da968634cf..05a1cf361b 100644 --- a/src/Mod/Fem/femsolver/mystran/add_mesh.py +++ b/src/Mod/Fem/femsolver/mystran/add_mesh.py @@ -23,7 +23,7 @@ __title__ = "Mystran add fem mesh" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## \addtogroup FEM # @{ diff --git a/src/Mod/Fem/femsolver/mystran/add_solver_control.py b/src/Mod/Fem/femsolver/mystran/add_solver_control.py index 3341c4c9df..3b1acd91fd 100644 --- a/src/Mod/Fem/femsolver/mystran/add_solver_control.py +++ b/src/Mod/Fem/femsolver/mystran/add_solver_control.py @@ -23,7 +23,7 @@ __title__ = "Mystran add solver control" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## \addtogroup FEM # @{ diff --git a/src/Mod/Fem/femsolver/mystran/writer.py b/src/Mod/Fem/femsolver/mystran/writer.py index 5592e37d94..f8b242605b 100644 --- a/src/Mod/Fem/femsolver/mystran/writer.py +++ b/src/Mod/Fem/femsolver/mystran/writer.py @@ -23,7 +23,7 @@ __title__ = "Mystran Writer" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## \addtogroup FEM # @{ diff --git a/src/Mod/Fem/femtaskpanels/task_element_geometry1D.py b/src/Mod/Fem/femtaskpanels/task_element_geometry1D.py index 97bd0d7a5f..5104ac4498 100644 --- a/src/Mod/Fem/femtaskpanels/task_element_geometry1D.py +++ b/src/Mod/Fem/femtaskpanels/task_element_geometry1D.py @@ -23,7 +23,7 @@ __title__ = "FreeCAD FEM element geometry 1D task panel for the document object" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" ## @package task_element_geometry1D # \ingroup FEM diff --git a/src/Mod/Material/MaterialEditor.py b/src/Mod/Material/MaterialEditor.py index a21ded9da7..697693f519 100644 --- a/src/Mod/Material/MaterialEditor.py +++ b/src/Mod/Material/MaterialEditor.py @@ -22,7 +22,7 @@ __title__ = "FreeCAD material editor" __author__ = "Yorik van Havre, Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" import os from pathlib import PurePath diff --git a/src/Mod/Material/Templatematerial.yml b/src/Mod/Material/Templatematerial.yml index 85771f84ca..fcd4ea97c3 100644 --- a/src/Mod/Material/Templatematerial.yml +++ b/src/Mod/Material/Templatematerial.yml @@ -23,7 +23,7 @@ # material template for reading and writing FreeCAD material cards # information about FreeCAD material module and material cards can be found here: -# http://www.freecad.org/wiki/index.php?title=Material +# https://www.freecad.org/wiki/index.php?title=Material # localized Name, Description and KindOfMaterial uses 2 letter codes diff --git a/src/Mod/Material/materialtools/MaterialModels.py b/src/Mod/Material/materialtools/MaterialModels.py index 2599dd1c2b..44b49cf120 100644 --- a/src/Mod/Material/materialtools/MaterialModels.py +++ b/src/Mod/Material/materialtools/MaterialModels.py @@ -21,7 +21,7 @@ __title__ = "material model utilities" __author__ = "David Carter" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" import os import io diff --git a/src/Mod/Material/materialtools/cardutils.py b/src/Mod/Material/materialtools/cardutils.py index 56dfea0ab5..42a6ee8aff 100644 --- a/src/Mod/Material/materialtools/cardutils.py +++ b/src/Mod/Material/materialtools/cardutils.py @@ -21,7 +21,7 @@ __title__ = "material cards utilities" __author__ = "Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" import os from os.path import join diff --git a/src/Mod/Mesh/App/Core/IO/WriterOBJ.cpp b/src/Mod/Mesh/App/Core/IO/WriterOBJ.cpp index 73908022bb..3e0b8d797f 100644 --- a/src/Mod/Mesh/App/Core/IO/WriterOBJ.cpp +++ b/src/Mod/Mesh/App/Core/IO/WriterOBJ.cpp @@ -111,7 +111,7 @@ bool WriterOBJ::Save(std::ostream& out) } // Header - out << "# Created by FreeCAD \n"; + out << "# Created by FreeCAD \n"; if (exportColorPerFace) { out << "mtllib " << _material->library << '\n'; } @@ -272,7 +272,7 @@ bool WriterOBJ::SaveMaterial(std::ostream& out) out.precision(6); out.setf(std::ios::fixed | std::ios::showpoint); - out << "# Created by FreeCAD : 'None'\n"; + out << "# Created by FreeCAD : 'None'\n"; out << "# Material Count: " << Kd.size() << '\n'; for (std::size_t i = 0; i < Kd.size(); i++) { diff --git a/src/Mod/Mesh/App/Core/MeshIO.cpp b/src/Mod/Mesh/App/Core/MeshIO.cpp index 81eb43b674..4630cff29e 100644 --- a/src/Mod/Mesh/App/Core/MeshIO.cpp +++ b/src/Mod/Mesh/App/Core/MeshIO.cpp @@ -2198,7 +2198,7 @@ bool MeshOutput::SaveSMF(std::ostream& out) const out << "#$vertices " << rPoints.size() << '\n'; out << "#$faces " << rFacets.size() << '\n'; out << "#\n"; - out << "# Created by FreeCAD \n"; + out << "# Created by FreeCAD \n"; out.precision(6); out.setf(std::ios::fixed | std::ios::showpoint); @@ -2232,7 +2232,7 @@ bool MeshOutput::SaveSMF(std::ostream& out) const bool MeshOutput::SaveAsymptote(std::ostream& out) const { out << "/*\n" - " * Created by FreeCAD \n" + " * Created by FreeCAD \n" " */\n\n"; out << "import three;\n\n"; @@ -2433,7 +2433,7 @@ bool MeshOutput::SaveBinaryPLY(std::ostream& out) const && _material->diffuseColor.size() == rPoints.size()); out << "ply\n" << "format binary_little_endian 1.0\n" - << "comment Created by FreeCAD \n" + << "comment Created by FreeCAD \n" << "element vertex " << v_count << '\n' << "property float32 x\n" << "property float32 y\n" @@ -2495,7 +2495,7 @@ bool MeshOutput::SaveAsciiPLY(std::ostream& out) const && _material->diffuseColor.size() == rPoints.size()); out << "ply\n" << "format ascii 1.0\n" - << "comment Created by FreeCAD \n" + << "comment Created by FreeCAD \n" << "element vertex " << v_count << '\n' << "property float32 x\n" << "property float32 y\n" @@ -3132,7 +3132,7 @@ bool MeshOutput::SaveVRML(std::ostream& rstrOut) const rstrOut << "WorldInfo {\n" << " title \"Exported triangle mesh to VRML97\"\n" << " info [\"Created by FreeCAD\"\n" - << " \"\"]\n" + << " \"\"]\n" << "}\n\n"; // Transform diff --git a/src/Mod/Mesh/MeshEnums.py b/src/Mod/Mesh/MeshEnums.py index e61b17a337..1a90c3b9a5 100644 --- a/src/Mod/Mesh/MeshEnums.py +++ b/src/Mod/Mesh/MeshEnums.py @@ -22,7 +22,7 @@ __title__ = "MeshEnums module" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Enum types" from enum import IntEnum diff --git a/src/Mod/Part/App/Attacher.cpp b/src/Mod/Part/App/Attacher.cpp index c102396cd6..cce4e10f04 100644 --- a/src/Mod/Part/App/Attacher.cpp +++ b/src/Mod/Part/App/Attacher.cpp @@ -1588,7 +1588,7 @@ double AttachEngine3D::calculateFoldAngle(gp_Vec axA, gp_Vec axB, gp_Vec edA, gp //DeepSOIC: this hardcore math can probably be replaced with a couple of //clever OCC calls... See forum thread "Sketch mapping enhancement" for a //picture on how this math was derived. - //http://forum.freecad.org/viewtopic.php?f=8&t=10511&sid=007946a934530ff2a6c9259fb32624ec&start=40#p87584 + //https://forum.freecad.org/viewtopic.php?f=8&t=10511&sid=007946a934530ff2a6c9259fb32624ec&start=40#p87584 axA.Normalize(); axB.Normalize(); edA.Normalize(); diff --git a/src/Mod/Part/App/PartFeatures.cpp b/src/Mod/Part/App/PartFeatures.cpp index f0b5600de7..35b34e61ca 100644 --- a/src/Mod/Part/App/PartFeatures.cpp +++ b/src/Mod/Part/App/PartFeatures.cpp @@ -494,7 +494,7 @@ App::DocumentObjectExecReturn *Sweep::execute() } // There is a weird behaviour of BRepOffsetAPI_MakePipeShell when trying to add the wire as is. // If we re-create the wire then everything works fine. - // http://forum.freecad.org/viewtopic.php?f=10&t=2673&sid=fbcd2ff4589f0b2f79ed899b0b990648#p20268 + // https://forum.freecad.org/viewtopic.php?f=10&t=2673&sid=fbcd2ff4589f0b2f79ed899b0b990648#p20268 if (shape.ShapeType() == TopAbs_FACE) { TopoDS_Wire faceouterWire = ShapeAnalysis::OuterWire(TopoDS::Face(shape)); profiles.Append(faceouterWire); diff --git a/src/Mod/Part/App/TopoShape.cpp b/src/Mod/Part/App/TopoShape.cpp index e6e63a0840..00799e765c 100644 --- a/src/Mod/Part/App/TopoShape.cpp +++ b/src/Mod/Part/App/TopoShape.cpp @@ -2863,7 +2863,7 @@ TopoDS_Shape TopoShape::makeOffset2D(double offset, short joinType, bool fill, b throw Base::CADKernelError("makeOffset2D: result of offsetting is null!"); //Copying shape to fix strange orientation behavior, OCC7.0.0. See bug #2699 - // http://www.freecad.org/tracker/view.php?id=2699 + // https://www.freecad.org/tracker/view.php?id=2699 offsetShape = BRepBuilderAPI_Copy(offsetShape).Shape(); } else { diff --git a/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py b/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py index bf79827a21..a572a02bcc 100644 --- a/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py +++ b/src/Mod/Part/AttachmentEditor/TaskAttachmentEditor.py @@ -47,7 +47,7 @@ if App.GuiUp: #-------------------------- translation-related code ---------------------------------------- #Thanks, yorik! (see forum thread "A new Part tool is being born... JoinFeatures!" -#http://forum.freecad.org/viewtopic.php?f=22&t=11112&start=30#p90239 ) +#https://forum.freecad.org/viewtopic.php?f=22&t=11112&start=30#p90239 ) try: _fromUtf8 = QtCore.QString.fromUtf8 except AttributeError: diff --git a/src/Mod/Part/BOPTools/BOPFeatures.py b/src/Mod/Part/BOPTools/BOPFeatures.py index 55d6dd424a..59cc0a4144 100644 --- a/src/Mod/Part/BOPTools/BOPFeatures.py +++ b/src/Mod/Part/BOPTools/BOPFeatures.py @@ -23,7 +23,7 @@ __title__ = "BOPTools.BOPFeatures module" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Helper class to create the features for Boolean operations." import FreeCAD diff --git a/src/Mod/Part/BOPTools/GeneralFuseResult.py b/src/Mod/Part/BOPTools/GeneralFuseResult.py index 584194088d..377890db51 100644 --- a/src/Mod/Part/BOPTools/GeneralFuseResult.py +++ b/src/Mod/Part/BOPTools/GeneralFuseResult.py @@ -22,7 +22,7 @@ __title__="BOPTools.GeneralFuseResult module" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Implementation of GeneralFuseResult class, which parses return of generalFuse." import Part diff --git a/src/Mod/Part/BOPTools/JoinAPI.py b/src/Mod/Part/BOPTools/JoinAPI.py index 2fb8bb151a..efce295512 100644 --- a/src/Mod/Part/BOPTools/JoinAPI.py +++ b/src/Mod/Part/BOPTools/JoinAPI.py @@ -22,7 +22,7 @@ __title__="BOPTools.JoinAPI module" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "JoinFeatures functions that operate on shapes." import Part diff --git a/src/Mod/Part/BOPTools/JoinFeatures.py b/src/Mod/Part/BOPTools/JoinFeatures.py index 3d27f129e6..2406e889d0 100644 --- a/src/Mod/Part/BOPTools/JoinFeatures.py +++ b/src/Mod/Part/BOPTools/JoinFeatures.py @@ -22,7 +22,7 @@ __title__ = "BOPTools.JoinFeatures module" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Implementation of document objects (features) for connect, ebmed and cutout operations." from . import JoinAPI @@ -36,7 +36,7 @@ if FreeCAD.GuiUp: # -------------------------- translation-related code ------------------------- # Thanks, yorik! (see forum thread "A new Part tool is being born... JoinFeatures!" -# http://forum.freecad.org/viewtopic.php?f=22&t=11112&start=30#p90239 ) +# https://forum.freecad.org/viewtopic.php?f=22&t=11112&start=30#p90239 ) try: _fromUtf8 = QtCore.QString.fromUtf8 diff --git a/src/Mod/Part/BOPTools/ShapeMerge.py b/src/Mod/Part/BOPTools/ShapeMerge.py index 9bd24e6948..4cbd97b428 100644 --- a/src/Mod/Part/BOPTools/ShapeMerge.py +++ b/src/Mod/Part/BOPTools/ShapeMerge.py @@ -22,7 +22,7 @@ __title__="BOPTools.ShapeMerge module" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Tools for merging shapes with shared elements. Useful for final processing of results of Part.Shape.generalFuse()." import Part diff --git a/src/Mod/Part/BOPTools/SplitAPI.py b/src/Mod/Part/BOPTools/SplitAPI.py index bbaa214c92..8a5009bfe0 100644 --- a/src/Mod/Part/BOPTools/SplitAPI.py +++ b/src/Mod/Part/BOPTools/SplitAPI.py @@ -22,7 +22,7 @@ __title__="BOPTools.SplitAPI module" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Split functions that operate on list_of_shapes." import Part diff --git a/src/Mod/Part/BOPTools/SplitFeatures.py b/src/Mod/Part/BOPTools/SplitFeatures.py index a8020ffd7f..699a94aeef 100644 --- a/src/Mod/Part/BOPTools/SplitFeatures.py +++ b/src/Mod/Part/BOPTools/SplitFeatures.py @@ -22,7 +22,7 @@ __title__="BOPTools.SplitFeatures module" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Shape splitting document objects (features)." from . import SplitAPI @@ -35,7 +35,7 @@ if FreeCAD.GuiUp: # -------------------------- translation-related code ------------------------- # See forum thread "A new Part tool is being born... JoinFeatures!" -# http://forum.freecad.org/viewtopic.php?f=22&t=11112&start=30#p90239 +# https://forum.freecad.org/viewtopic.php?f=22&t=11112&start=30#p90239 try: _fromUtf8 = QtCore.QString.fromUtf8 except Exception: diff --git a/src/Mod/Part/BOPTools/Utils.py b/src/Mod/Part/BOPTools/Utils.py index 94031dd950..159b6b7b44 100644 --- a/src/Mod/Part/BOPTools/Utils.py +++ b/src/Mod/Part/BOPTools/Utils.py @@ -22,7 +22,7 @@ __title__="BOPTools.Utils module" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Utility code, used by various modules of BOPTools." class HashableShape(object): diff --git a/src/Mod/Part/BOPTools/__init__.py b/src/Mod/Part/BOPTools/__init__.py index 2eb2dd23f6..abdf8a033c 100644 --- a/src/Mod/Part/BOPTools/__init__.py +++ b/src/Mod/Part/BOPTools/__init__.py @@ -21,7 +21,7 @@ # ***************************************************************************/ __title__ = "BOPTools package" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = """BOPTools Package (part of FreeCAD). Routines that power Connect, Embed, Cutout, BooleanFragments, Slice and XOR features of Part Workbench. Useful for other custom BOP-like operations""" diff --git a/src/Mod/Part/BasicShapes/CommandShapes.py b/src/Mod/Part/BasicShapes/CommandShapes.py index fb1b07883b..03c776f427 100644 --- a/src/Mod/Part/BasicShapes/CommandShapes.py +++ b/src/Mod/Part/BasicShapes/CommandShapes.py @@ -22,7 +22,7 @@ __title__ = "BasicShapes.CommandShapes" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Basic shapes" diff --git a/src/Mod/Part/BasicShapes/Shapes.py b/src/Mod/Part/BasicShapes/Shapes.py index 3d97c881b7..7b6ff090a3 100644 --- a/src/Mod/Part/BasicShapes/Shapes.py +++ b/src/Mod/Part/BasicShapes/Shapes.py @@ -22,7 +22,7 @@ __title__ = "BasicShapes.Shapes" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Basic shapes" diff --git a/src/Mod/Part/BasicShapes/Utils.py b/src/Mod/Part/BasicShapes/Utils.py index 45aaf97f9f..5656ca1085 100644 --- a/src/Mod/Part/BasicShapes/Utils.py +++ b/src/Mod/Part/BasicShapes/Utils.py @@ -22,7 +22,7 @@ __title__ = "BasicShapes.Utils" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Utilities for shapes" diff --git a/src/Mod/Part/BasicShapes/ViewProviderShapes.py b/src/Mod/Part/BasicShapes/ViewProviderShapes.py index 196b1720bb..9bd5d766ee 100644 --- a/src/Mod/Part/BasicShapes/ViewProviderShapes.py +++ b/src/Mod/Part/BasicShapes/ViewProviderShapes.py @@ -22,7 +22,7 @@ __title__ = "BasicShapes.ViewProviderShapes" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Basic shapes" diff --git a/src/Mod/Part/BasicShapes/__init__.py b/src/Mod/Part/BasicShapes/__init__.py index 5ace788888..866f7e08e6 100644 --- a/src/Mod/Part/BasicShapes/__init__.py +++ b/src/Mod/Part/BasicShapes/__init__.py @@ -21,7 +21,7 @@ __title__ = "BasicShapes package" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = """BasicShapes Package (part of FreeCAD).""" ## @package BasicShapes diff --git a/src/Mod/Part/CompoundTools/CompoundFilter.py b/src/Mod/Part/CompoundTools/CompoundFilter.py index 272d689495..9a0fc0d917 100644 --- a/src/Mod/Part/CompoundTools/CompoundFilter.py +++ b/src/Mod/Part/CompoundTools/CompoundFilter.py @@ -21,7 +21,7 @@ __title__ = "CompoundTools.CompoundFilter" __author__ = "DeepSOIC, Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Compound Filter: remove some children from a compound (features)." diff --git a/src/Mod/Part/CompoundTools/_CommandCompoundFilter.py b/src/Mod/Part/CompoundTools/_CommandCompoundFilter.py index 4e6a8400de..23308f55f4 100644 --- a/src/Mod/Part/CompoundTools/_CommandCompoundFilter.py +++ b/src/Mod/Part/CompoundTools/_CommandCompoundFilter.py @@ -21,7 +21,7 @@ __title__ = "CompoundTools._CommandCompoundFilter" __author__ = "DeepSOIC, Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Compound Filter: remove some children from a compound (features)." @@ -34,7 +34,7 @@ if FreeCAD.GuiUp: # translation-related code #(see forum thread "A new Part tool is being born... JoinFeatures!" -#http://forum.freecad.org/viewtopic.php?f=22&t=11112&start=30#p90239 ) +#https://forum.freecad.org/viewtopic.php?f=22&t=11112&start=30#p90239 ) try: _fromUtf8 = QtCore.QString.fromUtf8 except Exception: diff --git a/src/Mod/Part/CompoundTools/_CommandExplodeCompound.py b/src/Mod/Part/CompoundTools/_CommandExplodeCompound.py index 24660a9815..69c34be5e4 100644 --- a/src/Mod/Part/CompoundTools/_CommandExplodeCompound.py +++ b/src/Mod/Part/CompoundTools/_CommandExplodeCompound.py @@ -21,7 +21,7 @@ __title__ = "CompoundTools._CommandExplodeCompound" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "ExplodeCompound: create a bunch of CompoundFilter objects to split a compound into pieces." from .Explode import explodeCompound diff --git a/src/Mod/Part/CompoundTools/__init__.py b/src/Mod/Part/CompoundTools/__init__.py index 7af7cac3e6..f0a39b1348 100644 --- a/src/Mod/Part/CompoundTools/__init__.py +++ b/src/Mod/Part/CompoundTools/__init__.py @@ -21,7 +21,7 @@ __title__ = "CompoundTools package" __author__ = "DeepSOIC, Bernd Hahnebach" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = """CompoundTools Package (part of FreeCAD).""" ## @package CompoundTools diff --git a/src/Mod/Part/JoinFeatures.py b/src/Mod/Part/JoinFeatures.py index 7a70348ece..66f4ea1413 100644 --- a/src/Mod/Part/JoinFeatures.py +++ b/src/Mod/Part/JoinFeatures.py @@ -27,7 +27,7 @@ import FreeCAD, Part __title__ = "JoinFeatures module (legacy)" __author__ = "DeepSOIC" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Legacy JoinFeatures module provided for ability to load projects made with \ FreeCAD v0.16. Do not use. Use BOPTools.JoinFeatures instead." diff --git a/src/Mod/Part/PartEnums.py b/src/Mod/Part/PartEnums.py index c9bc5f7f92..53c0562cfa 100644 --- a/src/Mod/Part/PartEnums.py +++ b/src/Mod/Part/PartEnums.py @@ -22,7 +22,7 @@ __title__ = "PartEnums module" __author__ = "Werner Mayer" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Enum types" from enum import IntEnum diff --git a/src/Mod/PartDesign/App/FeatureDraft.cpp b/src/Mod/PartDesign/App/FeatureDraft.cpp index 143aac8209..4be7bc56d3 100644 --- a/src/Mod/PartDesign/App/FeatureDraft.cpp +++ b/src/Mod/PartDesign/App/FeatureDraft.cpp @@ -298,7 +298,7 @@ App::DocumentObjectExecReturn *Draft::execute() if (!mkDraft.AddDone()) { // Note: the function ProblematicShape returns the face on which the error occurred // Note: mkDraft.Remove() stumbles on a bug in Draft_Modification::Remove() and is - // therefore unusable. See http://forum.freecad.org/viewtopic.php?f=10&t=3209&start=10#p25341 + // therefore unusable. See https://forum.freecad.org/viewtopic.php?f=10&t=3209&start=10#p25341 // The only solution is to discard mkDraft and start over without the current face // mkDraft.Remove(face); Base::Console().Error("Adding face failed on %s. Omitted\n", it->c_str()); diff --git a/src/Mod/PartDesign/App/PreCompiled.h b/src/Mod/PartDesign/App/PreCompiled.h index 4bbba98fee..e9594d34c6 100644 --- a/src/Mod/PartDesign/App/PreCompiled.h +++ b/src/Mod/PartDesign/App/PreCompiled.h @@ -28,7 +28,7 @@ #ifdef _MSC_VER // disable warning triggered by use of Part::FaceMaker // see forum thread "Warning C4275 non-dll class used as base for dll class" -// http://forum.freecad.org/viewtopic.php?f=10&t=17542 +// https://forum.freecad.org/viewtopic.php?f=10&t=17542 # pragma warning( disable : 4275) #endif diff --git a/src/Mod/PartDesign/InvoluteGearFeature.py b/src/Mod/PartDesign/InvoluteGearFeature.py index bd91d495b9..28a7ddf455 100644 --- a/src/Mod/PartDesign/InvoluteGearFeature.py +++ b/src/Mod/PartDesign/InvoluteGearFeature.py @@ -31,7 +31,7 @@ if FreeCAD.GuiUp: __title__="PartDesign InvoluteGearObject management" __author__ = "Juergen Riegel" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" def makeInvoluteGear(name): diff --git a/src/Mod/PartDesign/SprocketFeature.py b/src/Mod/PartDesign/SprocketFeature.py index d473a03305..8677194fd5 100644 --- a/src/Mod/PartDesign/SprocketFeature.py +++ b/src/Mod/PartDesign/SprocketFeature.py @@ -30,7 +30,7 @@ if FreeCAD.GuiUp: __title__="PartDesign SprocketObject management" __author__ = "Adam Spontarelli" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" def makeSprocket(name): diff --git a/src/Mod/Path/Path/Base/Generator/threadmilling.py b/src/Mod/Path/Path/Base/Generator/threadmilling.py index f322af513f..c691602104 100644 --- a/src/Mod/Path/Path/Base/Generator/threadmilling.py +++ b/src/Mod/Path/Path/Base/Generator/threadmilling.py @@ -27,7 +27,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP __title__ = "Path Thread Milling generator" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Path thread milling operation." if False: diff --git a/src/Mod/Path/Path/Op/Custom.py b/src/Mod/Path/Path/Op/Custom.py index 6bd4f3d85f..d823d3fca6 100644 --- a/src/Mod/Path/Path/Op/Custom.py +++ b/src/Mod/Path/Path/Op/Custom.py @@ -30,7 +30,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP __title__ = "Path Custom Operation" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Path Custom object and FreeCAD command" diff --git a/src/Mod/Path/Path/Op/Deburr.py b/src/Mod/Path/Path/Op/Deburr.py index 3c8a318f0e..8f8ede5e5c 100644 --- a/src/Mod/Path/Path/Op/Deburr.py +++ b/src/Mod/Path/Path/Op/Deburr.py @@ -37,7 +37,7 @@ Part = LazyLoader("Part", globals(), "Part") __title__ = "Path Deburr Operation" __author__ = "sliptonic (Brad Collette), Schildkroet" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Deburr operation." diff --git a/src/Mod/Path/Path/Op/Gui/Custom.py b/src/Mod/Path/Path/Op/Gui/Custom.py index adc3fbfeb5..f2b18a9297 100644 --- a/src/Mod/Path/Path/Op/Gui/Custom.py +++ b/src/Mod/Path/Path/Op/Gui/Custom.py @@ -30,7 +30,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP __title__ = "Path Custom Operation UI" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Custom operation page controller and command implementation." diff --git a/src/Mod/Path/Path/Op/Gui/Probe.py b/src/Mod/Path/Path/Op/Gui/Probe.py index a31903bc88..47cebcfd5c 100644 --- a/src/Mod/Path/Path/Op/Gui/Probe.py +++ b/src/Mod/Path/Path/Op/Gui/Probe.py @@ -33,7 +33,7 @@ from PySide import QtCore, QtGui __title__ = "Path Probing Operation UI" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Probing operation page controller and command implementation." diff --git a/src/Mod/Path/Path/Op/Gui/Profile.py b/src/Mod/Path/Path/Op/Gui/Profile.py index b9f4ed8144..6b652e0811 100644 --- a/src/Mod/Path/Path/Op/Gui/Profile.py +++ b/src/Mod/Path/Path/Op/Gui/Profile.py @@ -31,7 +31,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP __title__ = "Path Profile Operation UI" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Profile operation page controller and command implementation." diff --git a/src/Mod/Path/Path/Op/Gui/Slot.py b/src/Mod/Path/Path/Op/Gui/Slot.py index d278325d54..0dc2a57edb 100644 --- a/src/Mod/Path/Path/Op/Gui/Slot.py +++ b/src/Mod/Path/Path/Op/Gui/Slot.py @@ -31,7 +31,7 @@ from PySide import QtCore __title__ = "Path Slot Operation UI" __author__ = "russ4262 (Russell Johnson)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Slot operation page controller and command implementation." __contributors__ = "" diff --git a/src/Mod/Path/Path/Op/Gui/ThreadMilling.py b/src/Mod/Path/Path/Op/Gui/ThreadMilling.py index 969c4215c7..a0a57883dc 100644 --- a/src/Mod/Path/Path/Op/Gui/ThreadMilling.py +++ b/src/Mod/Path/Path/Op/Gui/ThreadMilling.py @@ -37,7 +37,7 @@ from PySide import QtCore __title__ = "Path Thread Milling Operation UI." __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "UI and Command for Path Thread Milling Operation." if False: diff --git a/src/Mod/Path/Path/Op/Gui/Vcarve.py b/src/Mod/Path/Path/Op/Gui/Vcarve.py index a77b11c923..4b06bc0145 100644 --- a/src/Mod/Path/Path/Op/Gui/Vcarve.py +++ b/src/Mod/Path/Path/Op/Gui/Vcarve.py @@ -32,7 +32,7 @@ from PySide import QtCore, QtGui __title__ = "Path Vcarve Operation UI" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Vcarve operation page controller and command implementation." diff --git a/src/Mod/Path/Path/Op/Gui/Waterline.py b/src/Mod/Path/Path/Op/Gui/Waterline.py index b9b1c793ae..5845322b46 100644 --- a/src/Mod/Path/Path/Op/Gui/Waterline.py +++ b/src/Mod/Path/Path/Op/Gui/Waterline.py @@ -32,7 +32,7 @@ import Path.Op.Waterline as PathWaterline __title__ = "Path Waterline Operation UI" __author__ = "sliptonic (Brad Collette), russ4262 (Russell Johnson)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Waterline operation page controller and command implementation." translate = FreeCAD.Qt.translate diff --git a/src/Mod/Path/Path/Op/Probe.py b/src/Mod/Path/Path/Op/Probe.py index 5eef3132bf..8b089431f0 100644 --- a/src/Mod/Path/Path/Op/Probe.py +++ b/src/Mod/Path/Path/Op/Probe.py @@ -30,7 +30,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP __title__ = "Path Probing Operation" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Path Probing operation." if False: diff --git a/src/Mod/Path/Path/Op/Profile.py b/src/Mod/Path/Path/Op/Profile.py index 2d9adaf588..7a22572b55 100644 --- a/src/Mod/Path/Path/Op/Profile.py +++ b/src/Mod/Path/Path/Op/Profile.py @@ -42,7 +42,7 @@ translate = FreeCAD.Qt.translate __title__ = "Path Profile Operation" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = ( "Path Profile operation based on entire model, selected faces or selected edges." ) diff --git a/src/Mod/Path/Path/Op/Slot.py b/src/Mod/Path/Path/Op/Slot.py index 04a5ca623d..7792fceca3 100644 --- a/src/Mod/Path/Path/Op/Slot.py +++ b/src/Mod/Path/Path/Op/Slot.py @@ -23,7 +23,7 @@ __title__ = "Path Slot Operation" __author__ = "russ4262 (Russell Johnson)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Class and implementation of Slot operation." __contributors__ = "" diff --git a/src/Mod/Path/Path/Op/SurfaceSupport.py b/src/Mod/Path/Path/Op/SurfaceSupport.py index adcd432394..6e68f754a0 100644 --- a/src/Mod/Path/Path/Op/SurfaceSupport.py +++ b/src/Mod/Path/Path/Op/SurfaceSupport.py @@ -23,7 +23,7 @@ __title__ = "Path Surface Support Module" __author__ = "russ4262 (Russell Johnson)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Support functions and classes for 3D Surface and Waterline operations." __contributors__ = "" diff --git a/src/Mod/Path/Path/Op/ThreadMilling.py b/src/Mod/Path/Path/Op/ThreadMilling.py index f68547c26d..f2305672b2 100644 --- a/src/Mod/Path/Path/Op/ThreadMilling.py +++ b/src/Mod/Path/Path/Op/ThreadMilling.py @@ -31,7 +31,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP __title__ = "Path Thread Milling Operation" __author__ = "sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Path thread milling operation." # math.sqrt(3)/2 ... 60deg triangle height diff --git a/src/Mod/Path/Path/Op/Waterline.py b/src/Mod/Path/Path/Op/Waterline.py index a191dda46f..f4fa23a93f 100644 --- a/src/Mod/Path/Path/Op/Waterline.py +++ b/src/Mod/Path/Path/Op/Waterline.py @@ -25,7 +25,7 @@ import FreeCAD __title__ = "Path Waterline Operation" __author__ = "russ4262 (Russell Johnson), sliptonic (Brad Collette)" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" __doc__ = "Class and implementation of Waterline operation." __contributors__ = "" diff --git a/src/Mod/Sketcher/App/Sketch.cpp b/src/Mod/Sketcher/App/Sketch.cpp index bab148ca46..80eba1de32 100644 --- a/src/Mod/Sketcher/App/Sketch.cpp +++ b/src/Mod/Sketcher/App/Sketch.cpp @@ -4520,7 +4520,7 @@ int Sketch::internalSolve(std::string& solvername, int level) if (soltype > 0) { Base::Console().Log("If you see this message please report a way of " "reproducing this result at\n"); - Base::Console().Log("http://www.freecad.org/tracker/main_page.php\n"); + Base::Console().Log("https://www.freecad.org/tracker/main_page.php\n"); } break; diff --git a/src/Mod/Sketcher/App/planegcs/Constraints.cpp b/src/Mod/Sketcher/App/planegcs/Constraints.cpp index ce081f7fdf..7086ab4c28 100644 --- a/src/Mod/Sketcher/App/planegcs/Constraints.cpp +++ b/src/Mod/Sketcher/App/planegcs/Constraints.cpp @@ -1780,7 +1780,7 @@ void ConstraintEllipseTangentLine::rescale(double coef) void ConstraintEllipseTangentLine::errorgrad(double* err, double* grad, double* param) { // DeepSOIC equation - // http://forum.freecad.org/viewtopic.php?f=10&t=7520&start=140 + // https://forum.freecad.org/viewtopic.php?f=10&t=7520&start=140 if (pvecChangedFlag) { ReconstructGeomPointers(); @@ -2436,7 +2436,7 @@ double ConstraintPointOnHyperbola::error() double b = *rmin(); // Full sage worksheet at: - // http://forum.freecad.org/viewtopic.php?f=10&t=8038&p=110447#p110447 + // https://forum.freecad.org/viewtopic.php?f=10&t=8038&p=110447#p110447 // // Err = |PF2| - |PF1| - 2*a // sage code: diff --git a/src/Mod/Sketcher/App/planegcs/GCS.cpp b/src/Mod/Sketcher/App/planegcs/GCS.cpp index fdbf350a70..19d59ecae5 100644 --- a/src/Mod/Sketcher/App/planegcs/GCS.cpp +++ b/src/Mod/Sketcher/App/planegcs/GCS.cpp @@ -61,7 +61,7 @@ // NOTE: In CMakeList.txt -DEIGEN_NO_DEBUG is set (it does not work with a define here), to solve // this: this is needed to fix this SparseQR crash -// http://forum.freecad.org/viewtopic.php?f=10&t=11341&p=92146#p92146, until Eigen library fixes +// https://forum.freecad.org/viewtopic.php?f=10&t=11341&p=92146#p92146, until Eigen library fixes // its own problem with the assertion (definitely not solved in 3.2.0 branch) NOTE2: solved in // eigen3.3 @@ -74,9 +74,9 @@ #endif #if EIGEN_VERSION > 30290 // This regulates that only starting in Eigen 3.3, the problem with - // http://forum.freecad.org/viewtopic.php?f=3&t=4651&start=40 + // https://forum.freecad.org/viewtopic.php?f=3&t=4651&start=40 // was solved in Eigen: - // http://forum.freecad.org/viewtopic.php?f=10&t=12769&start=60#p106492 + // https://forum.freecad.org/viewtopic.php?f=10&t=12769&start=60#p106492 // https://forum.kde.org/viewtopic.php?f=74&t=129439 #define EIGEN_STOCK_FULLPIVLU_COMPUTE #endif @@ -2450,7 +2450,7 @@ int System::solve_DL(SubSystem* subsys, bool isRedundantsolving) h_sd = alpha * g; // get the gauss-newton step - // http://forum.freecad.org/viewtopic.php?f=10&t=12769&start=50#p106220 + // https://forum.freecad.org/viewtopic.php?f=10&t=12769&start=50#p106220 // https://forum.kde.org/viewtopic.php?f=74&t=129439#p346104 switch (dogLegGaussStep) { case FullPivLU: diff --git a/src/Mod/Sketcher/ProfileLib/Hexagon.py b/src/Mod/Sketcher/ProfileLib/Hexagon.py index 7c34d536c9..a77b1e5b1e 100644 --- a/src/Mod/Sketcher/ProfileLib/Hexagon.py +++ b/src/Mod/Sketcher/ProfileLib/Hexagon.py @@ -24,7 +24,7 @@ import FreeCAD, FreeCADGui, Sketcher, Part __title__ = "Hexagon profile lib" __author__ = "Juergen Riegel" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" App = FreeCAD Gui = FreeCADGui diff --git a/src/Mod/Sketcher/ProfileLib/RegularPolygon.py b/src/Mod/Sketcher/ProfileLib/RegularPolygon.py index 7ec90e1b16..385001c2ab 100644 --- a/src/Mod/Sketcher/ProfileLib/RegularPolygon.py +++ b/src/Mod/Sketcher/ProfileLib/RegularPolygon.py @@ -25,7 +25,7 @@ import FreeCAD, FreeCADGui, Sketcher, Part, math __title__ = "Regular polygon profile lib" __author__ = "Johan Kristensen" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" App = FreeCAD Gui = FreeCADGui diff --git a/src/Mod/Sketcher/Profiles.py b/src/Mod/Sketcher/Profiles.py index 7ee77a5ea1..6e64da066d 100644 --- a/src/Mod/Sketcher/Profiles.py +++ b/src/Mod/Sketcher/Profiles.py @@ -31,7 +31,7 @@ if FreeCAD.GuiUp: __title__ = "Sketcher profile lib handling" __author__ = "Juergen Riegel" -__url__ = "http://www.freecad.org" +__url__ = "https://www.freecad.org" def isProfileActive(): diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage.ts b/src/Mod/Start/Gui/Resources/translations/StartPage.ts index 1569570f56..9d28b82e9f 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage.ts @@ -175,7 +175,7 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_af.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_af.ts index 74b92c28d7..da5a1d42a4 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_af.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_af.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_ar.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_ar.ts index 7064b061bf..87008ca460 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_ar.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_ar.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - إنّ <a href="http://forum.freecadweb.org">منتدى فري‌كاد</a> لهو مكان رائع لتلتمس يد المساعدة من مستخدمي ومطوّري فري‌كاد الآخرين. في المنتدى عدّة أقسام لمختلف المشاكل والمواضيع النقاشية. إن كتت محتارًا أين تضع موضوعك، فضعه في قسم <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> العام. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + إنّ <a href="https://forum.freecadweb.org">منتدى فري‌كاد</a> لهو مكان رائع لتلتمس يد المساعدة من مستخدمي ومطوّري فري‌كاد الآخرين. في المنتدى عدّة أقسام لمختلف المشاكل والمواضيع النقاشية. إن كتت محتارًا أين تضع موضوعك، فضعه في قسم <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> العام. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_be.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_be.ts index 445752bcec..948a83b531 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_be.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_be.ts @@ -176,8 +176,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">Форум FreeCAD</a> - выдатнае месца, дзе можна атрымаць дапамогу ад іншых карыстальнікаў і распрацоўшчыкаў FreeCAD. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">Форум FreeCAD</a> - выдатнае месца, дзе можна атрымаць дапамогу ад іншых карыстальнікаў і распрацоўшчыкаў FreeCAD. На форуме ёсць мноства падзелаў для розных тыпаў пытанняў і тэм для абмеркавання. Калі вы сумняваецеся, напішыце ў больш агульным падзеле <a href="https://forum.freecad.org/viewforum.php?f=3">Дапамога па ўжыванню FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_bg.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_bg.ts index 0ea905281f..40d56a2b80 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_bg.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_bg.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_ca.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_ca.ts index 7b00919a56..c31ba5b19f 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_ca.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_ca.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - El <a href="http://forum.freecad.org">fòrum de FreeCAD</a> és un lloc fantàstic per obtenir ajuda d'altres usuaris i desenvolupadors de FreeCAD. El fòrum té moltes seccions per a diferents tipus de qüestions i temes de discussió. En cas de dubte, publica a la secció més general <a href="https://forum.freecad.org/viewforum.php?f=3">Ajuda per utilitzar FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + El <a href="https://forum.freecad.org">fòrum de FreeCAD</a> és un lloc fantàstic per obtenir ajuda d'altres usuaris i desenvolupadors de FreeCAD. El fòrum té moltes seccions per a diferents tipus de qüestions i temes de discussió. En cas de dubte, publica a la secció més general <a href="https://forum.freecad.org/viewforum.php?f=3">Ajuda per utilitzar FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_cs.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_cs.ts index 0f2588c343..d941dacf01 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_cs.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_cs.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">FreeCAD fórum</a> je skvělým místem pro získání pomoci od dalších uživatelů a vývojářů FreeCADu. Fórum má řadu sekcí pro různé druhy problémů a diskuzních témat. V případě pochybností použijte obecnou sekci <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">FreeCAD fórum</a> je skvělým místem pro získání pomoci od dalších uživatelů a vývojářů FreeCADu. Fórum má řadu sekcí pro různé druhy problémů a diskuzních témat. V případě pochybností použijte obecnou sekci <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_de.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_de.ts index 32aa109002..8858577aac 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_de.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_de.ts @@ -176,8 +176,8 @@ Wie Sie FreeCAD selbst kompilieren können, der FreeCAD-Quellcode strukturiert i - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - Das <a href="http://forum.freecad.org">FreeCAD-Forum</a> ist ein großartiger Ort, um Hilfe von anderen FreeCAD-Benutzern und -Entwicklern zu erhalten. Das Forum enthält viele Bereiche für verschiedene Arten von Problemen und Diskussionsthemen. Wenn Sie sich nicht sicher sind, posten Sie im allgemeinen Abschnitt <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + Das <a href="https://forum.freecad.org">FreeCAD-Forum</a> ist ein großartiger Ort, um Hilfe von anderen FreeCAD-Benutzern und -Entwicklern zu erhalten. Das Forum enthält viele Bereiche für verschiedene Arten von Problemen und Diskussionsthemen. Wenn Sie sich nicht sicher sind, posten Sie im allgemeinen Abschnitt <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_el.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_el.ts index bfbe2669b6..d67f306543 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_el.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_el.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - Το φόρουμ <a href="http://forum.freecad.org">FreeCAD</a> είναι ένα εξαιρετικό μέρος για να λάβετε βοήθεια από άλλους χρήστες και προγραμματιστές του FreeCAD. Το φόρουμ έχει πολλές ενότητες για διαφορετικούς τύπους θεμάτων και θεμάτων συζήτησης. Αν έχετε αμφιβολίες, δημοσιεύστε τη βοήθεια <a href="https://forum.freecad.org/viewforum.php?f=3">στην ενότητα FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + Το φόρουμ <a href="https://forum.freecad.org">FreeCAD</a> είναι ένα εξαιρετικό μέρος για να λάβετε βοήθεια από άλλους χρήστες και προγραμματιστές του FreeCAD. Το φόρουμ έχει πολλές ενότητες για διαφορετικούς τύπους θεμάτων και θεμάτων συζήτησης. Αν έχετε αμφιβολίες, δημοσιεύστε τη βοήθεια <a href="https://forum.freecad.org/viewforum.php?f=3">στην ενότητα FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_es-AR.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_es-AR.ts index 8ab4a60b62..d6fae5220f 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_es-AR.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_es-AR.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - El foro <a href="http://forum.freecad.org">FreeCAD</a> es un buen lugar para obtener ayuda de otros usuarios y desarrolladores de FreeCAD. El foro tiene muchas secciones para diferentes tipos de temas y temas de discusión. En caso de duda, publique en la sección <a href="https://forum.freecad.org/viewforum.php?f=3">Ayuda general sobre el uso de FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + El foro <a href="https://forum.freecad.org">FreeCAD</a> es un buen lugar para obtener ayuda de otros usuarios y desarrolladores de FreeCAD. El foro tiene muchas secciones para diferentes tipos de temas y temas de discusión. En caso de duda, publique en la sección <a href="https://forum.freecad.org/viewforum.php?f=3">Ayuda general sobre el uso de FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_es-ES.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_es-ES.ts index 33bd7df418..964524dfd3 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_es-ES.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_es-ES.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - El <a href="http://forum.freecad.org"> foro de FreeCAD </a> es un excelente lugar para obtener ayuda de otros usuarios y desarrolladores de FreeCAD. El foro tiene muchas secciones para diferentes tipos de problemas y temas de discusión. En caso de duda, publique en la sección <a href="https://forum.freecad.org/viewforum.php?f=3"> Ayuda sobre el uso de FreeCAD </a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + El <a href="https://forum.freecad.org"> foro de FreeCAD </a> es un excelente lugar para obtener ayuda de otros usuarios y desarrolladores de FreeCAD. El foro tiene muchas secciones para diferentes tipos de problemas y temas de discusión. En caso de duda, publique en la sección <a href="https://forum.freecad.org/viewforum.php?f=3"> Ayuda sobre el uso de FreeCAD </a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_eu.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_eu.ts index a7cbf45fa7..19ff18fe6a 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_eu.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_eu.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">FreeCAD foroa</a> leku ona da FreeCADen beste erabiltzaile batzuen eta garatzaileen laguntza jasotzeko. Foroak atal desberdinak ditu arazo eta eztabaida mota askotarikoak bideratzeko. Zalantzarik baduzu, argitaratu zure mezuak <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> atal orokorrean. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">FreeCAD foroa</a> leku ona da FreeCADen beste erabiltzaile batzuen eta garatzaileen laguntza jasotzeko. Foroak atal desberdinak ditu arazo eta eztabaida mota askotarikoak bideratzeko. Zalantzarik baduzu, argitaratu zure mezuak <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> atal orokorrean. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_fi.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_fi.ts index e338a374c7..0379ae40f2 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_fi.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_fi.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_fil.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_fil.ts index ce67dc0d1e..9b4d393c25 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_fil.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_fil.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_fr.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_fr.ts index 4a69a83845..e9024b772b 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_fr.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_fr.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - Le <a href="http://forum.freecad.org">forum FreeCAD</a> est un bon endroit pour obtenir de l’aide d’autres utilisateurs et de développeurs de FreeCAD. Le forum propose de nombreuses sections pour différents types de questions et de sujets de discussion. En cas de doute, postez dans la section générale <a href="https://forum.freecad.org/viewforum.php?f=3">Aide sur l'utilisation de FreeCAD</a> (en anglais). + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + Le <a href="https://forum.freecad.org">forum FreeCAD</a> est un bon endroit pour obtenir de l’aide d’autres utilisateurs et de développeurs de FreeCAD. Le forum propose de nombreuses sections pour différents types de questions et de sujets de discussion. En cas de doute, postez dans la section générale <a href="https://forum.freecad.org/viewforum.php?f=3">Aide sur l'utilisation de FreeCAD</a> (en anglais). diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_gl.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_gl.ts index 0a76396a8c..c965b2b964 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_gl.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_gl.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_hr.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_hr.ts index 69873016d9..3242a45a08 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_hr.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_hr.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">Forum FreeCAD-a</a> je sjajno mjesto za dobijanje pomoći od drugih korisnika i programera FreeCAD-a. Forum ima puno odjeljaka za različite vrste problema i teme diskusije. Ako imaš nedoumice, objavi u glavnom odeljku <a href="https://forum.freecad.org/viewforum.php?f=3">Pomoć pri korištenju FreeCAD-a</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">Forum FreeCAD-a</a> je sjajno mjesto za dobijanje pomoći od drugih korisnika i programera FreeCAD-a. Forum ima puno odjeljaka za različite vrste problema i teme diskusije. Ako imaš nedoumice, objavi u glavnom odeljku <a href="https://forum.freecad.org/viewforum.php?f=3">Pomoć pri korištenju FreeCAD-a</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_hu.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_hu.ts index 0d99eabbea..4aa8b834df 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_hu.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_hu.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - A <a href="http://forum.freecad.org">FreeCAD fórum</a> egy nagyszerű hely, ahol segítséget kérhetsz FreeCAD felhasználóktól és fejlesztőktől. A fórumnak külön szakaszai foglalkoznak különböző fajta problémákkal és témákkal. Ha kétségeid vannak, hogy melyik szakaszba írj, akkor használd az általános <a href="https://forum.freecad.org/viewforum.php?f=3">Súgó a FreeCAD használatában</a> szakaszt. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + A <a href="https://forum.freecad.org">FreeCAD fórum</a> egy nagyszerű hely, ahol segítséget kérhetsz FreeCAD felhasználóktól és fejlesztőktől. A fórumnak külön szakaszai foglalkoznak különböző fajta problémákkal és témákkal. Ha kétségeid vannak, hogy melyik szakaszba írj, akkor használd az általános <a href="https://forum.freecad.org/viewforum.php?f=3">Súgó a FreeCAD használatában</a> szakaszt. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_id.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_id.ts index 176623cab2..5a798b4339 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_id.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_id.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_it.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_it.ts index 1a33c11f64..1f055fedc1 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_it.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_it.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - Il <a href="http://forum.freecad.org">forum di FreeCAD</a> è un ottimo posto per ottenere aiuto dagli altri utenti di FreeCAD e dagli sviluppatori. Il forum è suddiviso in sezioni per i diversi tipi di problemi e temi di discussione. In caso di dubbio, postare nella sezione più generale <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + Il <a href="https://forum.freecad.org">forum di FreeCAD</a> è un ottimo posto per ottenere aiuto dagli altri utenti di FreeCAD e dagli sviluppatori. Il forum è suddiviso in sezioni per i diversi tipi di problemi e temi di discussione. In caso di dubbio, postare nella sezione più generale <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_ja.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_ja.ts index 84f51975cd..ea72413313 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_ja.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_ja.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">FreeCAD フォーラム</a> は他の FreeCAD ユーザーや開発者から手助けを得られるすばらしい場所です。フォーラムはさまざまな種類の問題や議題を扱うたくさんのセクションがあります。もしどこに投稿すればいいかわからなければ一般的な話題を扱う <a href="https://forum.freecad.org/viewforum.php?f=3">FreeCAD 使用時のヘルプ</a> に投稿してください。 + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">FreeCAD フォーラム</a> は他の FreeCAD ユーザーや開発者から手助けを得られるすばらしい場所です。フォーラムはさまざまな種類の問題や議題を扱うたくさんのセクションがあります。もしどこに投稿すればいいかわからなければ一般的な話題を扱う <a href="https://forum.freecad.org/viewforum.php?f=3">FreeCAD 使用時のヘルプ</a> に投稿してください。 diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_ka.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_ka.ts index c4d573ad26..99e6af9c32 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_ka.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_ka.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - FreeCAD-ის<a href="http://forum.freecad.org"> ფორუმი</a> შესანიშნავი ადგილია FreeCAD-ის სხვა მომხმარებლებისა და დეველოპერებისგან დახმარების მისაღებად. ფორუმს აქვს მრავალი სექცია სხვადასხვა ტიპის საკითხებისა და სადისკუსიო თემებისთვის. თუ ეჭვი გეპარებათ, გამოაქვეყნეთ უფრო ზოგადი<a href="https://forum.freecad.org/viewforum.php?f=3"> დახმარება FreeCAD</a> განყოფილების გამოყენების შესახებ. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + FreeCAD-ის<a href="https://forum.freecad.org"> ფორუმი</a> შესანიშნავი ადგილია FreeCAD-ის სხვა მომხმარებლებისა და დეველოპერებისგან დახმარების მისაღებად. ფორუმს აქვს მრავალი სექცია სხვადასხვა ტიპის საკითხებისა და სადისკუსიო თემებისთვის. თუ ეჭვი გეპარებათ, გამოაქვეყნეთ უფრო ზოგადი<a href="https://forum.freecad.org/viewforum.php?f=3"> დახმარება FreeCAD</a> განყოფილების გამოყენების შესახებ. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_kab.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_kab.ts index fcaab694e4..0cf31ebb49 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_kab.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_kab.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_ko.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_ko.ts index c4cf43d9de..c85b3ec5d9 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_ko.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_ko.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org"> FreeCAD 포럼 </a>은 다른 FreeCAD 사용자 및 개발자의 도움을 받을 수 있는 좋은 곳입니다. 이 포럼에는 다양한 유형의 쟁점과 토론 주제에 대한 섹션이 많이 있습니다. 질문이 있는 경우 <a href="https://forum.freecad.org/viewforum.php?f=3"> FreeCAD 사용에 대한 도움말 </a> 섹션에 게시하십시오. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org"> FreeCAD 포럼 </a>은 다른 FreeCAD 사용자 및 개발자의 도움을 받을 수 있는 좋은 곳입니다. 이 포럼에는 다양한 유형의 쟁점과 토론 주제에 대한 섹션이 많이 있습니다. 질문이 있는 경우 <a href="https://forum.freecad.org/viewforum.php?f=3"> FreeCAD 사용에 대한 도움말 </a> 섹션에 게시하십시오. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_lt.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_lt.ts index 17112682ec..729090f286 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_lt.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_lt.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecadweb.org">„FreeCAD“ forumas</a>yra puiki vieta gauti pagalbos iš kitų programos naudotojų ir kūrėjų. Forume rasite daug skilčių įvairiausioms bėdoms ar temoms aptrarti. Jei esate pasimetę, į kurią skiltį kreiptis, palikite įrašą bendresnėje skiltyje <a href="https://forum.freecadweb.org/viewforum.php?f=3">Pagalba, kaip naudoti „FreeCAD“</a>. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecadweb.org">„FreeCAD“ forumas</a>yra puiki vieta gauti pagalbos iš kitų programos naudotojų ir kūrėjų. Forume rasite daug skilčių įvairiausioms bėdoms ar temoms aptrarti. Jei esate pasimetę, į kurią skiltį kreiptis, palikite įrašą bendresnėje skiltyje <a href="https://forum.freecadweb.org/viewforum.php?f=3">Pagalba, kaip naudoti „FreeCAD“</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_nl.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_nl.ts index 3457987975..d66235caba 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_nl.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_nl.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - Het <a href="http://forum.freecad.org">FreeCAD forum</a> is een geweldige plek om hulp te krijgen van andere FreeCAD gebruikers en ontwikkelaars. Het forum heeft vele afdelingen voor verschillende soorten onderwerpen en discussieonderwerpen. Post in geval van twijfel in de meer algemene <a href="https://forum.freecad.org/viewforum.php?f=3">Help over het gebruik van FreeCAD</a> sectie. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + Het <a href="https://forum.freecad.org">FreeCAD forum</a> is een geweldige plek om hulp te krijgen van andere FreeCAD gebruikers en ontwikkelaars. Het forum heeft vele afdelingen voor verschillende soorten onderwerpen en discussieonderwerpen. Post in geval van twijfel in de meer algemene <a href="https://forum.freecad.org/viewforum.php?f=3">Help over het gebruik van FreeCAD</a> sectie. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_no.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_no.ts index 921a3808b5..8a1cf8020b 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_no.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_no.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_pl.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_pl.ts index 0325864b18..3da5af2dbe 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_pl.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_pl.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org"> Forum FreeCAD </a> to świetne miejsce, aby uzyskać pomoc od innych użytkowników i programistów. Posiada ono wiele sekcji dla różnych typów zagadnień i tematów dyskusji. W razie wątpliwości opublikuj wiadomość w sekcji ogólnej <a href="https://forum.freecad.org/viewforum.php?f=3">Pomoc w użytkowaniu FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org"> Forum FreeCAD </a> to świetne miejsce, aby uzyskać pomoc od innych użytkowników i programistów. Posiada ono wiele sekcji dla różnych typów zagadnień i tematów dyskusji. W razie wątpliwości opublikuj wiadomość w sekcji ogólnej <a href="https://forum.freecad.org/viewforum.php?f=3">Pomoc w użytkowaniu FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_pt-BR.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_pt-BR.ts index eab826fd4c..bcdac0c121 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_pt-BR.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_pt-BR.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - O <a href="http://forum.freecad.org"> fórum do FreeCAD </a> é um ótimo lugar para obter ajuda de outros usuários e desenvolvedores do FreeCAD. O fórum tem muitas seções para diferentes tipos de questões e assuntos de discussão. Em caso de dúvida, poste na seção mais geral "<a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a>". + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + O <a href="https://forum.freecad.org"> fórum do FreeCAD </a> é um ótimo lugar para obter ajuda de outros usuários e desenvolvedores do FreeCAD. O fórum tem muitas seções para diferentes tipos de questões e assuntos de discussão. Em caso de dúvida, poste na seção mais geral "<a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a>". diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_pt-PT.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_pt-PT.ts index 8c56d5e71e..4b709e6c4f 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_pt-PT.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_pt-PT.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - O <a href="http://forum.freecad.org">fórum FreeCAD</a> é um ótimo lugar para obter ajuda de outros usuários e programadores do FreeCAD. O fórum tem muitas secções para diferentes tipos de questões e temas de discussão. Em caso de dúvida, poste no mais geral <a href="https://forum.freecad.org/viewforum.php?f=3">Ajude a usar a secção do FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + O <a href="https://forum.freecad.org">fórum FreeCAD</a> é um ótimo lugar para obter ajuda de outros usuários e programadores do FreeCAD. O fórum tem muitas secções para diferentes tipos de questões e temas de discussão. Em caso de dúvida, poste no mais geral <a href="https://forum.freecad.org/viewforum.php?f=3">Ajude a usar a secção do FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_ro.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_ro.ts index 6a53dd48fa..cdd91c64df 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_ro.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_ro.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_ru.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_ru.ts index ce90d0db6e..6105bb40bc 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_ru.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_ru.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">Форум FreeCAD</a> - это отличное место для получения помощи от других пользователей и разработчиков FreeCAD. Форум имеет много разделов для различных видов вопросов и обсуждений. Если не нашли необходимую информацию, воспользуйтесь <a href="https://forum.freecad.org/viewforum.php?f=3">Справкой по использованию FreeCAD</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">Форум FreeCAD</a> - это отличное место для получения помощи от других пользователей и разработчиков FreeCAD. Форум имеет много разделов для различных видов вопросов и обсуждений. Если не нашли необходимую информацию, воспользуйтесь <a href="https://forum.freecad.org/viewforum.php?f=3">Справкой по использованию FreeCAD</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_sk.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_sk.ts index 6511b083f8..f8c302a0be 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_sk.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_sk.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecadweb.org">Diskusné fórum FreeCADu</a> je výborným miestom na získanie pomoci od iných užívateľov FreeCADu a jeho vývojárov. Fórum obsahuje veľa sekcií pre diskusie o rozličných témach a problémoch. Ak neviete, kam kliknúť, napíšte do všeobecnejšej sekcie <a href="https://forum.freecadweb.org/viewforum.php?f=3">Pomoc s používaním FreeCADu</a>. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecadweb.org">Diskusné fórum FreeCADu</a> je výborným miestom na získanie pomoci od iných užívateľov FreeCADu a jeho vývojárov. Fórum obsahuje veľa sekcií pre diskusie o rozličných témach a problémoch. Ak neviete, kam kliknúť, napíšte do všeobecnejšej sekcie <a href="https://forum.freecadweb.org/viewforum.php?f=3">Pomoc s používaním FreeCADu</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_sl.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_sl.ts index 6f1c3cd187..8bdf45545c 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_sl.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_sl.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">FreeCADov forum</a> je odlično mesto, kjer lahko dobite pomoč drugih FreeCADovih uporabnikov in razvijalcev. Forum ima veliko odsekov, namenjenih različnim vrstam težav in temam razprave. Če ste v dvomih, objavite v bolj splošen odsek <a href="https://forum.freecad.org/viewforum.php?f=3">Pomoč pri uporabi FreeCADa</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">FreeCADov forum</a> je odlično mesto, kjer lahko dobite pomoč drugih FreeCADovih uporabnikov in razvijalcev. Forum ima veliko odsekov, namenjenih različnim vrstam težav in temam razprave. Če ste v dvomih, objavite v bolj splošen odsek <a href="https://forum.freecad.org/viewforum.php?f=3">Pomoč pri uporabi FreeCADa</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_sr-CS.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_sr-CS.ts index bafc4f078e..3d08746c5c 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_sr-CS.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_sr-CS.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">Forum FreeCAD-a</a> je sjajno mesto za dobijanje pomoći od drugih korisnika i programera FreeCAD-a. Forum ima mnogo odeljaka za različite vrste problema i teme diskusije. Ako imaš nedoumice, objavi u opštem odeljku <a href="https://forum.freecad.org/viewforum.php?f=3">Pomoć pri korišćenju FreeCAD-a</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">Forum FreeCAD-a</a> je sjajno mesto za dobijanje pomoći od drugih korisnika i programera FreeCAD-a. Forum ima mnogo odeljaka za različite vrste problema i teme diskusije. Ako imaš nedoumice, objavi u opštem odeljku <a href="https://forum.freecad.org/viewforum.php?f=3">Pomoć pri korišćenju FreeCAD-a</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_sr.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_sr.ts index 9ad68c00d8..0f2133a7b7 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_sr.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_sr.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org">Форум FreeCAD-а</a> је сјајно место за добијање помоћи од других корисника и програмера FreeCAD-а. Форум има много одељака за различите врсте проблема и теме дискусије. Ако имаш недоумице, објави у општем одељку <a href="https://forum.freecad.org/viewforum.php?f=3">Помоћ при коришћењу FreeCAD-а</a>. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org">Форум FreeCAD-а</a> је сјајно место за добијање помоћи од других корисника и програмера FreeCAD-а. Форум има много одељака за различите врсте проблема и теме дискусије. Ако имаш недоумице, објави у општем одељку <a href="https://forum.freecad.org/viewforum.php?f=3">Помоћ при коришћењу FreeCAD-а</a>. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_sv-SE.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_sv-SE.ts index 9100bf1182..e4e0a8a934 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_sv-SE.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_sv-SE.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_tr.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_tr.ts index 8a3cfe55ed..07dcbb28bd 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_tr.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_tr.ts @@ -175,13 +175,13 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. If it is the first time you are posting on the forum, be sure to <a href="https://forum.freecad.org/viewtopic.php?f=3&t=2264">read the guidelines</a> first! - Eğer bu, forumda yayınlayacağınız ilk gönderi ise, öncelikle < A href="http://forum.freecadweb.org/viewtopic.php?f=3&t=2264" > yönergeleri okuyun! < / a >! + Eğer bu, forumda yayınlayacağınız ilk gönderi ise, öncelikle < A href="https://forum.freecadweb.org/viewtopic.php?f=3&t=2264" > yönergeleri okuyun! < / a >! diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_uk.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_uk.ts index 1b1a22bd94..f905141bbb 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_uk.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_uk.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_val-ES.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_val-ES.ts index 07c8f83eeb..49b1b5bfbe 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_val-ES.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_val-ES.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_vi.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_vi.ts index a0a594d68d..75345541ca 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_vi.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_vi.ts @@ -105,8 +105,8 @@ - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecadweb.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecadweb.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_zh-CN.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_zh-CN.ts index e282032079..d03dd90575 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_zh-CN.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_zh-CN.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - <a href="http://forum.freecad.org"> FreeCAD 论坛</a>是从其他 FreeCAD 用户和开发人员那里获得帮助的好地方。 该论坛有许多部分,讨论不同类型的问题和讨论主题。 如有疑问,请在<a href="https://forum.freecad.org/viewforum.php?f=3">使用 FreeCAD 的帮助</a> 部分中发布。 + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + <a href="https://forum.freecad.org"> FreeCAD 论坛</a>是从其他 FreeCAD 用户和开发人员那里获得帮助的好地方。 该论坛有许多部分,讨论不同类型的问题和讨论主题。 如有疑问,请在<a href="https://forum.freecad.org/viewforum.php?f=3">使用 FreeCAD 的帮助</a> 部分中发布。 diff --git a/src/Mod/Start/Gui/Resources/translations/StartPage_zh-TW.ts b/src/Mod/Start/Gui/Resources/translations/StartPage_zh-TW.ts index dc07e486b9..8fe4c2d5f7 100644 --- a/src/Mod/Start/Gui/Resources/translations/StartPage_zh-TW.ts +++ b/src/Mod/Start/Gui/Resources/translations/StartPage_zh-TW.ts @@ -175,8 +175,8 @@ - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. - The <a href="http://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. + The <a href="https://forum.freecad.org">FreeCAD forum</a> is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general <a href="https://forum.freecad.org/viewforum.php?f=3">Help on using FreeCAD</a> section. diff --git a/src/Mod/Start/StartPage/TranslationTexts.py b/src/Mod/Start/StartPage/TranslationTexts.py index 0750b19d96..b69449e02e 100644 --- a/src/Mod/Start/StartPage/TranslationTexts.py +++ b/src/Mod/Start/StartPage/TranslationTexts.py @@ -93,7 +93,7 @@ T_DESCR_WBHELP = translate( T_COMMUNITYHELP = translate("StartPage", "Getting help from the community") T_DESCR_COMMUNITYHELP1 = translate( "StartPage", - 'The FreeCAD forum is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general Help on using FreeCAD section.', + 'The FreeCAD forum is a great place to get help from other FreeCAD users and developers. The forum has many sections for different types of issues and discussion subjects. If in doubt, post in the more general Help on using FreeCAD section.', ) T_DESCR_COMMUNITYHELP2 = translate( "StartPage", diff --git a/src/Mod/TechDraw/App/DrawProjGroup.h b/src/Mod/TechDraw/App/DrawProjGroup.h index b7cea65fcf..3bb4f863ea 100644 --- a/src/Mod/TechDraw/App/DrawProjGroup.h +++ b/src/Mod/TechDraw/App/DrawProjGroup.h @@ -152,7 +152,7 @@ protected: /// Annoying helper - keep in sync with DrawProjGroupItem::TypeEnums /*! - * \todo {See note regarding App::PropertyEnumeration on my wiki page http://freecad.org/wiki/User:Ian.rees} + * \todo {See note regarding App::PropertyEnumeration on my wiki page https://freecad.org/wiki/User:Ian.rees} * \return true iff 'in' is a valid name for an orthographic/isometric view */ bool checkViewProjType(const char *in); diff --git a/src/Mod/TechDraw/App/DrawUtil.h b/src/Mod/TechDraw/App/DrawUtil.h index 6bbfae570c..805a788fa1 100644 --- a/src/Mod/TechDraw/App/DrawUtil.h +++ b/src/Mod/TechDraw/App/DrawUtil.h @@ -56,7 +56,7 @@ #define VECTORTOLERANCE (Precision::Confusion()) #define SVG_NS_URI "http://www.w3.org/2000/svg" -#define FREECAD_SVG_NS_URI "http://www.freecad.org/wiki/index.php?title=Svg_Namespace" +#define FREECAD_SVG_NS_URI "https://www.freecad.org/wiki/index.php?title=Svg_Namespace" //some shapes are being passed in where edges that should be connected are in fact //separated by more than 2*Precision::Confusion (expected tolerance for 2 TopoDS_Vertex) diff --git a/src/Mod/TechDraw/App/DrawViewArch.cpp b/src/Mod/TechDraw/App/DrawViewArch.cpp index 2600db07ac..62726a3449 100644 --- a/src/Mod/TechDraw/App/DrawViewArch.cpp +++ b/src/Mod/TechDraw/App/DrawViewArch.cpp @@ -142,7 +142,7 @@ std::string DrawViewArch::getSVGHead() { return std::string("\\n"); + std::string(" xmlns:freecad=\"https://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\\n"); } std::string DrawViewArch::getSVGTail() diff --git a/src/Mod/TechDraw/App/DrawViewDraft.cpp b/src/Mod/TechDraw/App/DrawViewDraft.cpp index 1a73ce0424..f8bb9b74b9 100644 --- a/src/Mod/TechDraw/App/DrawViewDraft.cpp +++ b/src/Mod/TechDraw/App/DrawViewDraft.cpp @@ -126,7 +126,7 @@ std::string DrawViewDraft::getSVGHead() { return std::string("\\n"); + std::string(" xmlns:freecad=\"https://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\\n"); } std::string DrawViewDraft::getSVGTail() diff --git a/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp b/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp index 2671a8df98..e7fff69763 100644 --- a/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp +++ b/src/Mod/TechDraw/App/DrawViewSpreadsheet.cpp @@ -129,7 +129,7 @@ std::string DrawViewSpreadsheet::getSVGHead() { return std::string("\n"); + std::string(" xmlns:freecad=\"https://www.freecad.org/wiki/index.php?title=Svg_Namespace\">\n"); } std::string DrawViewSpreadsheet::getSVGTail() diff --git a/src/Mod/TechDraw/moveViews.py b/src/Mod/TechDraw/moveViews.py index 4f32d67d29..8313afb6e9 100644 --- a/src/Mod/TechDraw/moveViews.py +++ b/src/Mod/TechDraw/moveViews.py @@ -34,7 +34,7 @@ import FreeCADGui svgHead = ( "\n' + + ' xmlns:freecad="https://www.freecad.org/wiki/index.php?title=Svg_Namespace">\n' ) svgTail = "\n" diff --git a/src/Mod/TemplatePyMod/MengerSponge.py b/src/Mod/TemplatePyMod/MengerSponge.py index a8eefbbbe7..c6d4e9aeae 100644 --- a/src/Mod/TemplatePyMod/MengerSponge.py +++ b/src/Mod/TemplatePyMod/MengerSponge.py @@ -2,7 +2,7 @@ # (c) 2012 Werner Mayer LGPL # The script is based on the work of daxmick at -# http://forum.freecad.org/viewtopic.php?f=3&t=2307 +# https://forum.freecad.org/viewtopic.php?f=3&t=2307 import threading import Mesh diff --git a/src/Mod/Web/Gui/Command.cpp b/src/Mod/Web/Gui/Command.cpp index d611f5fb74..724bd8dafa 100644 --- a/src/Mod/Web/Gui/Command.cpp +++ b/src/Mod/Web/Gui/Command.cpp @@ -56,7 +56,7 @@ void CmdWebOpenWebsite::activated(int iMsg) { Q_UNUSED(iMsg); doCommand(Doc, "import WebGui"); - doCommand(Command::Gui, "WebGui.openBrowser('http://www.freecad.org/')"); + doCommand(Command::Gui, "WebGui.openBrowser('https://www.freecad.org/')"); } //=========================================================================== diff --git a/src/Tools/fcinfo b/src/Tools/fcinfo index 33c3c99db0..79fda42a1b 100755 --- a/src/Tools/fcinfo +++ b/src/Tools/fcinfo @@ -26,7 +26,7 @@ __title__ = "FreeCAD File info utility" __author__ = "Yorik van Havre" -__url__ = ["http://www.freecad.org"] +__url__ = ["https://www.freecad.org"] __doc__ = """ This utility prints information about a given FreeCAD file (*.FCStd) on screen, including document properties, number of included objects,