Migrate domain name from freecadweb to freecad (#9352)
* Migrate domain name from freecadweb to freecad * Migrate src/Mod/Material files * Migrate Stylesheet related files * Migrate *.svg files * Migrate miscellaneous files * Migrate some build files * Migrate recently added TD AR_IRAM template files Closes #6415
@@ -1,5 +1,5 @@
|
|||||||
# As of January 2023 we require CMake 3.16.3
|
# As of January 2023 we require CMake 3.16.3
|
||||||
# see https://forum.freecadweb.org/viewtopic.php?f=10&t=72173
|
# see https://forum.freecad.org/viewtopic.php?f=10&t=72173
|
||||||
# for further info why
|
# for further info why
|
||||||
cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR)
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ further defined and clarified by project maintainers.
|
|||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||||
reported by contacting any of the community admins or moderators at
|
reported by contacting any of the community admins or moderators at
|
||||||
https://forum.freecadweb.org/memberlist.php?mode=team . All
|
https://forum.freecad.org/memberlist.php?mode=team . All
|
||||||
complaints will be reviewed and investigated and will result in a response that
|
complaints will be reviewed and investigated and will result in a response that
|
||||||
is deemed necessary and appropriate to the circumstances. The project team is
|
is deemed necessary and appropriate to the circumstances. The project team is
|
||||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||||
|
|||||||
36
README.md
@@ -1,10 +1,10 @@
|
|||||||
<a href="https://freecadweb.org"><img src="https://www.freecadweb.org/svg/icon-freecad.svg" height="100px" width="100px"></a>
|
<a href="https://freecad.org"><img src="https://www.freecad.org/svg/icon-freecad.svg" height="100px" width="100px"></a>
|
||||||
|
|
||||||
### Your own 3D parametric modeler
|
### Your own 3D parametric modeler
|
||||||
|
|
||||||
[Website](https://www.freecadweb.org) •
|
[Website](https://www.freecad.org) •
|
||||||
[Documentation](https://wiki.freecadweb.org) •
|
[Documentation](https://wiki.freecad.org) •
|
||||||
[Forum](https://forum.freecadweb.org/) •
|
[Forum](https://forum.freecad.org/) •
|
||||||
[Bug tracker](https://github.com/FreeCAD/FreeCAD/issues) •
|
[Bug tracker](https://github.com/FreeCAD/FreeCAD/issues) •
|
||||||
[Git repository](https://github.com/FreeCAD/FreeCAD)
|
[Git repository](https://github.com/FreeCAD/FreeCAD)
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ software center application.
|
|||||||
|
|
||||||
For development releases check the [weekly-builds page](https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds).
|
For development releases check the [weekly-builds page](https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds).
|
||||||
|
|
||||||
Other options are described at the [wiki Download page](https://wiki.freecadweb.org/Download).
|
Other options are described at the [wiki Download page](https://wiki.freecad.org/Download).
|
||||||
|
|
||||||
Build Status
|
Build Status
|
||||||
------------
|
------------
|
||||||
@@ -78,11 +78,11 @@ you will usually have to compile them yourself.
|
|||||||
|
|
||||||
The pages below contain up-to-date build instructions:
|
The pages below contain up-to-date build instructions:
|
||||||
|
|
||||||
- [Linux](https://wiki.freecadweb.org/Compile_on_Linux)
|
- [Linux](https://wiki.freecad.org/Compile_on_Linux)
|
||||||
- [Windows](https://wiki.freecadweb.org/Compile_on_Windows)
|
- [Windows](https://wiki.freecad.org/Compile_on_Windows)
|
||||||
- [macOS](https://wiki.freecadweb.org/Compile_on_MacOS)
|
- [macOS](https://wiki.freecad.org/Compile_on_MacOS)
|
||||||
- [Cygwin](https://wiki.freecadweb.org/Compile_on_Cygwin)
|
- [Cygwin](https://wiki.freecad.org/Compile_on_Cygwin)
|
||||||
- [MinGW](https://wiki.freecadweb.org/Compile_on_MinGW)
|
- [MinGW](https://wiki.freecad.org/Compile_on_MinGW)
|
||||||
|
|
||||||
|
|
||||||
Reporting Issues
|
Reporting Issues
|
||||||
@@ -100,7 +100,7 @@ For more detail see:
|
|||||||
- [Bug Tracker](https://github.com/FreeCAD/FreeCAD/issues)
|
- [Bug Tracker](https://github.com/FreeCAD/FreeCAD/issues)
|
||||||
- [Reporting Issues and Requesting Features](https://github.com/FreeCAD/FreeCAD/issues/new/choose)
|
- [Reporting Issues and Requesting Features](https://github.com/FreeCAD/FreeCAD/issues/new/choose)
|
||||||
- [Contributing](https://github.com/FreeCAD/FreeCAD/blob/master/CONTRIBUTING.md)
|
- [Contributing](https://github.com/FreeCAD/FreeCAD/blob/master/CONTRIBUTING.md)
|
||||||
- [Help Forum](https://forum.freecadweb.org/viewforum.php?f=3)
|
- [Help Forum](https://forum.freecad.org/viewforum.php?f=3)
|
||||||
|
|
||||||
|
|
||||||
Usage & Getting help
|
Usage & Getting help
|
||||||
@@ -110,14 +110,14 @@ The FreeCAD wiki contains documentation on
|
|||||||
general FreeCAD usage, Python scripting, and development. These
|
general FreeCAD usage, Python scripting, and development. These
|
||||||
pages might help you get started:
|
pages might help you get started:
|
||||||
|
|
||||||
- [Getting started](https://wiki.freecadweb.org/Getting_started)
|
- [Getting started](https://wiki.freecad.org/Getting_started)
|
||||||
- [Features list](https://wiki.freecadweb.org/Feature_list)
|
- [Features list](https://wiki.freecad.org/Feature_list)
|
||||||
- [Frequent questions](https://wiki.freecadweb.org/FAQ/en)
|
- [Frequent questions](https://wiki.freecad.org/FAQ/en)
|
||||||
- [Workbenches](https://wiki.freecadweb.org/Workbenches)
|
- [Workbenches](https://wiki.freecad.org/Workbenches)
|
||||||
- [Scripting](https://wiki.freecadweb.org/Power_users_hub)
|
- [Scripting](https://wiki.freecad.org/Power_users_hub)
|
||||||
- [Development](https://wiki.freecadweb.org/Developer_hub)
|
- [Development](https://wiki.freecad.org/Developer_hub)
|
||||||
|
|
||||||
The [FreeCAD forum](https://forum.freecadweb.org) is also a great place
|
The [FreeCAD forum](https://forum.freecad.org) is also a great place
|
||||||
to find help and solve specific problems you might encounter when
|
to find help and solve specific problems you might encounter when
|
||||||
learning to use FreeCAD.
|
learning to use FreeCAD.
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ macro(SetupSalomeSMESH)
|
|||||||
# Salome SMESH sources are under src/3rdParty now
|
# Salome SMESH sources are under src/3rdParty now
|
||||||
if(BUILD_SMESH)
|
if(BUILD_SMESH)
|
||||||
# set the internal smesh version:
|
# set the internal smesh version:
|
||||||
# see src/3rdParty/salomonemesh/CMakeLists.txt and commit https://github.com/FreeCAD/FreeCAD/commit/666a3e5 and https://forum.freecadweb.org/viewtopic.php?f=10&t=30838
|
# see src/3rdParty/salomonemesh/CMakeLists.txt and commit https://github.com/FreeCAD/FreeCAD/commit/666a3e5 and https://forum.freecad.org/viewtopic.php?f=10&t=30838
|
||||||
set(SMESH_VERSION_MAJOR 7)
|
set(SMESH_VERSION_MAJOR 7)
|
||||||
set(SMESH_VERSION_MINOR 7)
|
set(SMESH_VERSION_MINOR 7)
|
||||||
set(SMESH_VERSION_PATCH 1)
|
set(SMESH_VERSION_PATCH 1)
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ Summary: A general purpose 3D CAD modeler
|
|||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.freecadweb.org/
|
URL: http://www.freecad.org/
|
||||||
Source0: https://github.com/%{github_name}/FreeCAD/archive/%{branch}.tar.gz
|
Source0: https://github.com/%{github_name}/FreeCAD/archive/%{branch}.tar.gz
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -102,7 +102,7 @@ Driver_Mesh::Status DriverUNV_R_SMDS_Mesh::Perform()
|
|||||||
{
|
{
|
||||||
// Kernel_Utils::Localizer loc;
|
// Kernel_Utils::Localizer loc;
|
||||||
Status aResult = DRS_OK;
|
Status aResult = DRS_OK;
|
||||||
// See http://forum.freecadweb.org/viewtopic.php?f=18&t=14404&p=135981#p136086 (wmayer)
|
// See http://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
|
// Line endings in UNIX format cause problems on Windows, thus the file must be opened
|
||||||
// in binary mode.
|
// in binary mode.
|
||||||
std::ifstream in_stream(myFile.c_str(), std::ios::in | std::ios::binary);
|
std::ifstream in_stream(myFile.c_str(), std::ios::in | std::ios::binary);
|
||||||
|
|||||||
@@ -2286,7 +2286,7 @@ void parseProgramOptions(int ac, char ** av, const string& exe, variables_map& v
|
|||||||
if (vm.count("help")) {
|
if (vm.count("help")) {
|
||||||
std::stringstream str;
|
std::stringstream str;
|
||||||
str << exe << endl << endl;
|
str << exe << endl << endl;
|
||||||
str << "For a detailed description see https://www.freecadweb.org/wiki/Start_up_and_Configuration" << endl<<endl;
|
str << "For a detailed description see https://www.freecad.org/wiki/Start_up_and_Configuration" << endl<<endl;
|
||||||
str << "Usage: " << exe << " [options] File1 File2 ..." << endl << endl;
|
str << "Usage: " << exe << " [options] File1 File2 ..." << endl << endl;
|
||||||
str << visible << endl;
|
str << visible << endl;
|
||||||
throw Base::ProgramInformation(str.str());
|
throw Base::ProgramInformation(str.str());
|
||||||
@@ -2948,7 +2948,7 @@ void Application::LoadParameters()
|
|||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
// fix weird error while linking boost (all versions of VC)
|
// fix weird error while linking boost (all versions of VC)
|
||||||
// VS2010: https://forum.freecadweb.org/viewtopic.php?f=4&t=1886&p=12553&hilit=boost%3A%3Afilesystem%3A%3Aget#p12553
|
// VS2010: https://forum.freecad.org/viewtopic.php?f=4&t=1886&p=12553&hilit=boost%3A%3Afilesystem%3A%3Aget#p12553
|
||||||
namespace boost { namespace program_options { std::string arg="arg"; } }
|
namespace boost { namespace program_options { std::string arg="arg"; } }
|
||||||
namespace boost { namespace program_options {
|
namespace boost { namespace program_options {
|
||||||
const unsigned options_description::m_default_line_length = 80;
|
const unsigned options_description::m_default_line_length = 80;
|
||||||
|
|||||||
@@ -1901,7 +1901,7 @@ bool Document::saveToFile(const char* filename) const
|
|||||||
|
|
||||||
writer.Stream() << "<?xml version='1.0' encoding='utf-8'?>" << endl
|
writer.Stream() << "<?xml version='1.0' encoding='utf-8'?>" << endl
|
||||||
<< "<!--" << endl
|
<< "<!--" << endl
|
||||||
<< " FreeCAD Document, see https://www.freecadweb.org for more information..." << endl
|
<< " FreeCAD Document, see https://www.freecad.org for more information..." << endl
|
||||||
<< "-->" << endl;
|
<< "-->" << endl;
|
||||||
Document::Save(writer);
|
Document::Save(writer);
|
||||||
|
|
||||||
|
|||||||
@@ -1314,7 +1314,7 @@ void NumberExpression::_toString(std::ostream &ss, bool,int) const
|
|||||||
{
|
{
|
||||||
// Restore the old implementation because using digits10 + 2 causes
|
// Restore the old implementation because using digits10 + 2 causes
|
||||||
// undesired side-effects:
|
// undesired side-effects:
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=3&t=44057&p=375882#p375882
|
// https://forum.freecad.org/viewtopic.php?f=3&t=44057&p=375882#p375882
|
||||||
// See also:
|
// See also:
|
||||||
// https://en.cppreference.com/w/cpp/types/numeric_limits/digits10
|
// https://en.cppreference.com/w/cpp/types/numeric_limits/digits10
|
||||||
// https://en.cppreference.com/w/cpp/types/numeric_limits/max_digits10
|
// https://en.cppreference.com/w/cpp/types/numeric_limits/max_digits10
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ QString ExpressionTokenizer::perform(const QString& prefix, int pos)
|
|||||||
{
|
{
|
||||||
// ExpressionParser::tokenize() only supports std::string but we need a tuple QString
|
// ExpressionParser::tokenize() only supports std::string but we need a tuple QString
|
||||||
// because due to UTF-8 encoding a std::string may be longer than a QString
|
// because due to UTF-8 encoding a std::string may be longer than a QString
|
||||||
// See https://forum.freecadweb.org/viewtopic.php?f=3&t=69931
|
// See https://forum.freecad.org/viewtopic.php?f=3&t=69931
|
||||||
auto tokenizeExpression = [](const QString& expr) {
|
auto tokenizeExpression = [](const QString& expr) {
|
||||||
std::vector<std::tuple<int, int, std::string>> result =
|
std::vector<std::tuple<int, int, std::string>> result =
|
||||||
ExpressionParser::tokenize(expr.toStdString());
|
ExpressionParser::tokenize(expr.toStdString());
|
||||||
|
|||||||
@@ -183,7 +183,7 @@ struct AppExport GenericMetadata {
|
|||||||
*
|
*
|
||||||
* The metadata format is based on https://ros.org/reps/rep-0149.html, modified for FreeCAD
|
* The metadata format is based on https://ros.org/reps/rep-0149.html, modified for FreeCAD
|
||||||
* use. Full format documentation is available at the FreeCAD Wiki:
|
* use. Full format documentation is available at the FreeCAD Wiki:
|
||||||
* https://wiki.freecadweb.org/Package_Metadata
|
* https://wiki.freecad.org/Package_Metadata
|
||||||
*/
|
*/
|
||||||
class AppExport Metadata
|
class AppExport Metadata
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<p>The FreeCAD application is licensed under the terms of the LGPL2+ license, as stated below.</p>
|
<p>The FreeCAD application is licensed under the terms of the LGPL2+ license, as stated below.</p>
|
||||||
|
|
||||||
<h2>Third-party libraries licenses</h2>
|
<h2>Third-party libraries licenses</h2>
|
||||||
<p>The different libraries used in FreeCAD and their respective licenses are described on the <a href="https://wiki.freecadweb.org/Third_Party_Libraries">Third Party Libraries wiki page</a>.</p>
|
<p>The different libraries used in FreeCAD and their respective licenses are described on the <a href="https://wiki.freecad.org/Third_Party_Libraries">Third Party Libraries wiki page</a>.</p>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
@@ -24,27 +24,27 @@
|
|||||||
|
|
||||||
\mainpage FreeCAD source documentation
|
\mainpage FreeCAD source documentation
|
||||||
|
|
||||||
This is the source documentation of <a href=https://www.freecadweb.org>FreeCAD</a>.
|
This is the source documentation of <a href=https://www.freecad.org>FreeCAD</a>.
|
||||||
It is automatically generated from the source code, and describes the different
|
It is automatically generated from the source code, and describes the different
|
||||||
components of the FreeCAD source code, for both the parts written in C++ and Python.
|
components of the FreeCAD source code, for both the parts written in C++ and Python.
|
||||||
|
|
||||||
For general help and documentation about the FreeCAD application and how to use it, head
|
For general help and documentation about the FreeCAD application and how to use it, head
|
||||||
first to the <a href=https://www.freecadweb.org/wiki>Wiki Documentation</a>.
|
first to the <a href=https://www.freecad.org/wiki>Wiki Documentation</a>.
|
||||||
|
|
||||||
Refer to the
|
Refer to the
|
||||||
<a href=https://www.freecadweb.org/wiki/The_FreeCAD_source_code>general
|
<a href=https://www.freecad.org/wiki/The_FreeCAD_source_code>general
|
||||||
introduction to the FreeCAD source code</a> page for a broad view of how the source
|
introduction to the FreeCAD source code</a> page for a broad view of how the source
|
||||||
code is organized, and browse the modules, classes and namespaces from the menu above.
|
code is organized, and browse the modules, classes and namespaces from the menu above.
|
||||||
|
|
||||||
The <a href=https://www.freecadweb.org/wiki/Developer_hub>Developers section</a>
|
The <a href=https://www.freecad.org/wiki/Developer_hub>Developers section</a>
|
||||||
of the wiki also contains additional information for developers, and the
|
of the wiki also contains additional information for developers, and the
|
||||||
<a href=https://www.freecadweb.org/wiki/Power_users_hub>Powerusers / python scripting
|
<a href=https://www.freecad.org/wiki/Power_users_hub>Powerusers / python scripting
|
||||||
section</a> contains coding documentation that is specifically aimed at python scripting, but
|
section</a> contains coding documentation that is specifically aimed at python scripting, but
|
||||||
that will also be useful to C++ coders, as most of the APIs are identical or very similar.
|
that will also be useful to C++ coders, as most of the APIs are identical or very similar.
|
||||||
|
|
||||||
For space reasons, this on-line version doesn't include the source code headers nor the full
|
For space reasons, this on-line version doesn't include the source code headers nor the full
|
||||||
inheritance graphics. But you can build a full version yourself with everything included,
|
inheritance graphics. But you can build a full version yourself with everything included,
|
||||||
as explained in <a href=https://freecadweb.org/wiki/Source_documentation>building
|
as explained in <a href=https://freecad.org/wiki/Source_documentation>building
|
||||||
the source code documentation</a>. You can also browse through the <a href=https://github.com/FreeCAD/FreeCAD>source
|
the source code documentation</a>. You can also browse through the <a href=https://github.com/FreeCAD/FreeCAD>source
|
||||||
code on github</a>.
|
code on github</a>.
|
||||||
|
|
||||||
@@ -64,13 +64,13 @@
|
|||||||
utility to browse through the sources.
|
utility to browse through the sources.
|
||||||
|
|
||||||
If you seek information on FreeCAD at large, please consult our
|
If you seek information on FreeCAD at large, please consult our
|
||||||
<a href="https://www.freecadweb.org/wiki/Main_Page">Wiki</a>
|
<a href="https://www.freecad.org/wiki/Main_Page">Wiki</a>
|
||||||
|
|
||||||
FreeCAD being a fast moving target, don't hesitate to rebuild an up to
|
FreeCAD being a fast moving target, don't hesitate to rebuild an up to
|
||||||
date doc from source as often as needed (\ref makingdocs "more info"). CPU cycles are cheap
|
date doc from source as often as needed (\ref makingdocs "more info"). CPU cycles are cheap
|
||||||
nowadays!
|
nowadays!
|
||||||
|
|
||||||
The homepage of FreeCAD is <a href="https://www.freecadweb.org">here</a>.
|
The homepage of FreeCAD is <a href="https://www.freecad.org">here</a>.
|
||||||
|
|
||||||
\endif
|
\endif
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/** \page makingdocs Building this source documentation
|
/** \page makingdocs Building this source documentation
|
||||||
|
|
||||||
After running cmake (as per build instructions on the
|
After running cmake (as per build instructions on the
|
||||||
<a href="http://freecadweb.org/wiki/Main_Page">FreeCAD wiki</a>,
|
<a href="http://freecad.org/wiki/Main_Page">FreeCAD wiki</a>,
|
||||||
run 'make DevDoc' in your build directory. HTML documentation
|
run 'make DevDoc' in your build directory. HTML documentation
|
||||||
will be built in doc/SourceDocu/html.
|
will be built in doc/SourceDocu/html.
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
{{ _('Enter search terms or a module, class or function name.') }}
|
{{ _('Enter search terms or a module, class or function name.') }}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="http://www.freecadweb.org">Go back to the FreeCAD homepage</a>
|
<a href="http://www.freecad.org">Go back to the FreeCAD homepage</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||||||
|
|||||||
@@ -36,4 +36,4 @@ This is the complete python API reference of the FreeCAD application
|
|||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
* `FreeCAD homepage <http://www.freecadweb.org>`_
|
* `FreeCAD homepage <http://www.freecad.org>`_
|
||||||
|
|||||||
@@ -23,13 +23,13 @@
|
|||||||
<!--<link href='//fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>-->
|
<!--<link href='//fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>-->
|
||||||
<link rel="stylesheet" href="$relpath^freecad.css">
|
<link rel="stylesheet" href="$relpath^freecad.css">
|
||||||
<script type="text/javascript" src="$relpath^doxy-boot.js"></script>
|
<script type="text/javascript" src="$relpath^doxy-boot.js"></script>
|
||||||
<link rel="shortcut icon" href="https://freecadweb.org/images/favicon.ico">
|
<link rel="shortcut icon" href="https://freecad.org/images/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<ul class="navbar" role="navigation">
|
<ul class="navbar" role="navigation">
|
||||||
<li>
|
<li>
|
||||||
<a href="https://freecadweb.org" title="FreeCAD">
|
<a href="https://freecad.org" title="FreeCAD">
|
||||||
<img class="logo" src="https://www.freecad.org/svg/logo-freecad.svg">
|
<img class="logo" src="https://www.freecad.org/svg/logo-freecad.svg">
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
__title__="Document handling module"
|
__title__="Document handling module"
|
||||||
__author__ = "Werner Mayer"
|
__author__ = "Werner Mayer"
|
||||||
__url__ = "http://www.freecadweb.org"
|
__url__ = "http://www.freecad.org"
|
||||||
__doc__ = "Tools for extracting or creating project files"
|
__doc__ = "Tools for extracting or creating project files"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
//#elif defined(__GNU__)
|
//#elif defined(__GNU__)
|
||||||
//# define FC_OS_GNU
|
//# define FC_OS_GNU
|
||||||
#else
|
#else
|
||||||
# error "FreeCAD is not ported to this OS yet. For help see www.freecadweb.org"
|
# error "FreeCAD is not ported to this OS yet. For help see www.freecad.org"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef FC_OS_WIN32
|
#ifdef FC_OS_WIN32
|
||||||
|
|||||||
@@ -273,7 +273,7 @@ p, li { white-space: pre-wrap; }
|
|||||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
|
||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Third-party libraries licenses</span></p>
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt; font-weight:600;">Third-party libraries licenses</span></p>
|
||||||
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:14pt; font-weight:600;"><br /></p>
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:14pt; font-weight:600;"><br /></p>
|
||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The different libraries used in FreeCAD and their respective licenses are described on the<a href="https://www.freecadweb.org/wiki/Third_Party_Libraries"><span style=" text-decoration: underline; color:#0000ff;">Third Party Libraries wiki page</span></a>.</p>
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The different libraries used in FreeCAD and their respective licenses are described on the<a href="https://www.freecad.org/wiki/Third_Party_Libraries"><span style=" text-decoration: underline; color:#0000ff;">Third Party Libraries wiki page</span></a>.</p>
|
||||||
<hr />
|
<hr />
|
||||||
<hr />
|
<hr />
|
||||||
<hr />
|
<hr />
|
||||||
|
|||||||
@@ -1994,7 +1994,7 @@ void Application::runApplication()
|
|||||||
// if application not yet created by the splasher
|
// if application not yet created by the splasher
|
||||||
int argc = App::Application::GetARGC();
|
int argc = App::Application::GetARGC();
|
||||||
GUISingleApplication mainApp(argc, App::Application::GetARGV());
|
GUISingleApplication mainApp(argc, App::Application::GetARGV());
|
||||||
// http://forum.freecadweb.org/viewtopic.php?f=3&t=15540
|
// http://forum.freecad.org/viewtopic.php?f=3&t=15540
|
||||||
mainApp.setAttribute(Qt::AA_DontShowIconsInMenus, false);
|
mainApp.setAttribute(Qt::AA_DontShowIconsInMenus, false);
|
||||||
|
|
||||||
// Make sure that we use '.' as decimal point. See also
|
// Make sure that we use '.' as decimal point. See also
|
||||||
@@ -2073,7 +2073,7 @@ void Application::runApplication()
|
|||||||
QIcon::setThemeName(QLatin1String("FreeCAD-default"));
|
QIcon::setThemeName(QLatin1String("FreeCAD-default"));
|
||||||
#else
|
#else
|
||||||
// Option to opt-out from using a Linux desktop icon theme.
|
// Option to opt-out from using a Linux desktop icon theme.
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=4&t=35624
|
// https://forum.freecad.org/viewtopic.php?f=4&t=35624
|
||||||
bool themePaths = hTheme->GetBool("ThemeSearchPaths",true);
|
bool themePaths = hTheme->GetBool("ThemeSearchPaths",true);
|
||||||
if (!themePaths) {
|
if (!themePaths) {
|
||||||
QStringList searchPaths;
|
QStringList searchPaths;
|
||||||
@@ -2336,7 +2336,7 @@ void Application::runApplication()
|
|||||||
Base::Console().Log("Init: Entering event loop\n");
|
Base::Console().Log("Init: Entering event loop\n");
|
||||||
|
|
||||||
// boot phase reference point
|
// boot phase reference point
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=10&t=21665
|
// https://forum.freecad.org/viewtopic.php?f=10&t=21665
|
||||||
Gui::getMainWindow()->setProperty("eventLoop", true);
|
Gui::getMainWindow()->setProperty("eventLoop", true);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@@ -2433,7 +2433,7 @@ void Application::setStyleSheet(const QString& qssFile, bool tiledBackground)
|
|||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// See https://stackoverflow.com/questions/5497799/how-do-i-customise-the-appearance-of-links-in-qlabels-using-style-sheets
|
// See https://stackoverflow.com/questions/5497799/how-do-i-customise-the-appearance-of-links-in-qlabels-using-style-sheets
|
||||||
// and https://forum.freecadweb.org/viewtopic.php?f=34&t=50744
|
// and https://forum.freecad.org/viewtopic.php?f=34&t=50744
|
||||||
static bool init = true;
|
static bool init = true;
|
||||||
if (init) {
|
if (init) {
|
||||||
init = false;
|
init = false;
|
||||||
@@ -2510,7 +2510,7 @@ void Application::setStyleSheet(const QString& qssFile, bool tiledBackground)
|
|||||||
// At startup time unpolish() mustn't be executed because otherwise the QSint widget
|
// At startup time unpolish() mustn't be executed because otherwise the QSint widget
|
||||||
// appear incorrect due to an outdated cache.
|
// appear incorrect due to an outdated cache.
|
||||||
// See https://doc.qt.io/qt-5/qstyle.html#unpolish-1
|
// See https://doc.qt.io/qt-5/qstyle.html#unpolish-1
|
||||||
// See https://forum.freecadweb.org/viewtopic.php?f=17&t=50783
|
// See https://forum.freecad.org/viewtopic.php?f=17&t=50783
|
||||||
if (!d->startingUp) {
|
if (!d->startingUp) {
|
||||||
if (mdi->style())
|
if (mdi->style())
|
||||||
mdi->style()->unpolish(qApp);
|
mdi->style()->unpolish(qApp);
|
||||||
|
|||||||
@@ -353,12 +353,12 @@ void CallTipsList::extractTipsFromObject(Py::Object& obj, Py::List& list, QMap<Q
|
|||||||
// for Py2 but silently accepts it for Py3.
|
// for Py2 but silently accepts it for Py3.
|
||||||
//
|
//
|
||||||
// FIXME: Add methods of extension to the current instance and not its type object
|
// FIXME: Add methods of extension to the current instance and not its type object
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=22&t=18105
|
// https://forum.freecad.org/viewtopic.php?f=22&t=18105
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=3&t=20009&p=154447#p154447
|
// https://forum.freecad.org/viewtopic.php?f=3&t=20009&p=154447#p154447
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=10&t=12534&p=155290#p155290
|
// https://forum.freecad.org/viewtopic.php?f=10&t=12534&p=155290#p155290
|
||||||
//
|
//
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=39&t=33874&p=286759#p286759
|
// https://forum.freecad.org/viewtopic.php?f=39&t=33874&p=286759#p286759
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=39&t=33874&start=30#p286772
|
// https://forum.freecad.org/viewtopic.php?f=39&t=33874&start=30#p286772
|
||||||
Py::Object attr = obj.getAttr(name);
|
Py::Object attr = obj.getAttr(name);
|
||||||
if (!attr.ptr()) {
|
if (!attr.ptr()) {
|
||||||
Base::Console().Log("Python attribute '%s' returns null!\n", name.c_str());
|
Base::Console().Log("Python attribute '%s' returns null!\n", name.c_str());
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ bool Document::setEdit(Gui::ViewProvider* p, int ModNum, const char *subname)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix regression: https://forum.freecadweb.org/viewtopic.php?f=19&t=43629&p=371972#p371972
|
// Fix regression: https://forum.freecad.org/viewtopic.php?f=19&t=43629&p=371972#p371972
|
||||||
// When an object is already in edit mode a subsequent call for editing is only possible
|
// When an object is already in edit mode a subsequent call for editing is only possible
|
||||||
// when resetting the currently edited object.
|
// when resetting the currently edited object.
|
||||||
if (d->_editViewProvider) {
|
if (d->_editViewProvider) {
|
||||||
@@ -1512,7 +1512,7 @@ void Document::SaveDocFile (Base::Writer &writer) const
|
|||||||
{
|
{
|
||||||
writer.Stream() << "<?xml version='1.0' encoding='utf-8'?>" << std::endl
|
writer.Stream() << "<?xml version='1.0' encoding='utf-8'?>" << std::endl
|
||||||
<< "<!--" << std::endl
|
<< "<!--" << std::endl
|
||||||
<< " FreeCAD Document, see http://www.freecadweb.org for more information..."
|
<< " FreeCAD Document, see http://www.freecad.org for more information..."
|
||||||
<< std::endl << "-->" << std::endl;
|
<< std::endl << "-->" << std::endl;
|
||||||
|
|
||||||
writer.Stream() << "<Document SchemaVersion=\"1\"";
|
writer.Stream() << "<Document SchemaVersion=\"1\"";
|
||||||
|
|||||||
@@ -306,7 +306,7 @@ void GraphvizView::updateSvgItem(const App::Document &doc)
|
|||||||
int ret = QMessageBox::warning(Gui::getMainWindow(),
|
int ret = QMessageBox::warning(Gui::getMainWindow(),
|
||||||
tr("Graphviz not found"),
|
tr("Graphviz not found"),
|
||||||
QString::fromLatin1("<html><head/><body>%1 "
|
QString::fromLatin1("<html><head/><body>%1 "
|
||||||
"<a href=\"https://www.freecadweb.org/wiki/Std_DependencyGraph\">%2"
|
"<a href=\"https://www.freecad.org/wiki/Std_DependencyGraph\">%2"
|
||||||
"</a><p>%3</p></body></html>")
|
"</a><p>%3</p></body></html>")
|
||||||
.arg(tr("Graphviz couldn't be found on your system."),
|
.arg(tr("Graphviz couldn't be found on your system."),
|
||||||
tr("Read more about it here."),
|
tr("Read more about it here."),
|
||||||
|
|||||||
@@ -161,7 +161,7 @@
|
|||||||
<dc:title />
|
<dc:title />
|
||||||
<dc:title>Path-Stock</dc:title>
|
<dc:title>Path-Stock</dc:title>
|
||||||
<dc:date>2015-07-04</dc:date>
|
<dc:date>2015-07-04</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 9.8 KiB |
@@ -173,7 +173,7 @@
|
|||||||
<dc:title />
|
<dc:title />
|
||||||
<dc:title>Path-Stock</dc:title>
|
<dc:title>Path-Stock</dc:title>
|
||||||
<dc:date>2015-07-04</dc:date>
|
<dc:date>2015-07-04</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
@@ -547,7 +547,7 @@
|
|||||||
<dc:title></dc:title>
|
<dc:title></dc:title>
|
||||||
<dc:title>Path-FaceProfile</dc:title>
|
<dc:title>Path-FaceProfile</dc:title>
|
||||||
<dc:date>2016-01-19</dc:date>
|
<dc:date>2016-01-19</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@@ -332,7 +332,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@@ -248,7 +248,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@@ -336,7 +336,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -631,7 +631,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Assembly_Assembly_Tree</dc:title>
|
<dc:title>Assembly_Assembly_Tree</dc:title>
|
||||||
<dc:date>2013-12-24</dc:date>
|
<dc:date>2013-12-24</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@@ -248,7 +248,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Array.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@@ -136,7 +136,7 @@
|
|||||||
<dc:title>Std_Alignment</dc:title>
|
<dc:title>Std_Alignment</dc:title>
|
||||||
<dc:title>Path-Stock</dc:title>
|
<dc:title>Path-Stock</dc:title>
|
||||||
<dc:date>2020/10/04</dc:date>
|
<dc:date>2020/10/04</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -142,7 +142,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Sketcher_Sketch</dc:title>
|
<dc:title>Sketcher_Sketch</dc:title>
|
||||||
<dc:date>2011-10-10</dc:date>
|
<dc:date>2011-10-10</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
@@ -145,7 +145,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2020/11/28</dc:date>
|
<dc:date>2020/11/28</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
@@ -161,7 +161,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2020/11/28</dc:date>
|
<dc:date>2020/11/28</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
@@ -142,7 +142,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Sketcher_Sketch</dc:title>
|
<dc:title>Sketcher_Sketch</dc:title>
|
||||||
<dc:date>2011-10-10</dc:date>
|
<dc:date>2011-10-10</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -235,7 +235,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2020/10/29</dc:date>
|
<dc:date>2020/10/29</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -166,7 +166,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2020/10/31</dc:date>
|
<dc:date>2020/10/31</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
@@ -199,7 +199,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2020/11/19</dc:date>
|
<dc:date>2020/11/19</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
@@ -106,7 +106,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2020/10/03</dc:date>
|
<dc:date>2020/10/03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -276,7 +276,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag>
|
<rdf:Bag>
|
||||||
<rdf:li>red arrow</rdf:li>
|
<rdf:li>red arrow</rdf:li>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -276,7 +276,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag>
|
<rdf:Bag>
|
||||||
<rdf:li>green arrow</rdf:li>
|
<rdf:li>green arrow</rdf:li>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -467,7 +467,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
<cc:License
|
<cc:License
|
||||||
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
|
rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@@ -428,7 +428,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag />
|
<rdf:Bag />
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -142,7 +142,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Sketcher_Sketch</dc:title>
|
<dc:title>Sketcher_Sketch</dc:title>
|
||||||
<dc:date>2011-10-10</dc:date>
|
<dc:date>2011-10-10</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
@@ -267,7 +267,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag>
|
<rdf:Bag>
|
||||||
<rdf:li>loop</rdf:li>
|
<rdf:li>loop</rdf:li>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
@@ -38,7 +38,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag />
|
<rdf:Bag />
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
@@ -232,7 +232,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
</cc:Work>
|
</cc:Work>
|
||||||
<cc:License
|
<cc:License
|
||||||
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
|
rdf:about="http://creativecommons.org/licenses/by-sa/2.0/">
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.3 KiB After Width: | Height: | Size: 9.3 KiB |
@@ -146,7 +146,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2020/11/28</dc:date>
|
<dc:date>2020/11/28</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
@@ -408,7 +408,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag />
|
<rdf:Bag />
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@@ -186,7 +186,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2020/10/31</dc:date>
|
<dc:date>2020/10/31</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
@@ -217,7 +217,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier></dc:identifier>
|
<dc:identifier></dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title></dc:title>
|
<dc:title></dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
@@ -103,7 +103,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag />
|
<rdf:Bag />
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
@@ -88,7 +88,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Arch_SectionPlane</dc:title>
|
<dc:title>Arch_SectionPlane</dc:title>
|
||||||
<dc:date>2020-12-17</dc:date>
|
<dc:date>2020-12-17</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -130,7 +130,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier />
|
<dc:identifier />
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>based on Alexander Gryson, wmayer's work</dc:title>
|
<dc:title>based on Alexander Gryson, wmayer's work</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
@@ -103,7 +103,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag />
|
<rdf:Bag />
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.6 KiB |
@@ -103,7 +103,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag />
|
<rdf:Bag />
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
@@ -122,7 +122,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag />
|
<rdf:Bag />
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -162,7 +162,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Std_ViewIvStereoInterleavedColumns</dc:title>
|
<dc:title>Std_ViewIvStereoInterleavedColumns</dc:title>
|
||||||
<dc:date>2020/12/20</dc:date>
|
<dc:date>2020/12/20</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
@@ -162,7 +162,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Std_ViewIvStereoInterleavedRows</dc:title>
|
<dc:title>Std_ViewIvStereoInterleavedRows</dc:title>
|
||||||
<dc:date>2020/12/20</dc:date>
|
<dc:date>2020/12/20</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
@@ -142,7 +142,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Std_ViewIvStereoOff</dc:title>
|
<dc:title>Std_ViewIvStereoOff</dc:title>
|
||||||
<dc:date>2020/12/20</dc:date>
|
<dc:date>2020/12/20</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
@@ -162,7 +162,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Std_ViewIvStereoQuadBuff</dc:title>
|
<dc:title>Std_ViewIvStereoQuadBuff</dc:title>
|
||||||
<dc:date>2020/12/20</dc:date>
|
<dc:date>2020/12/20</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 9.2 KiB |
@@ -162,7 +162,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Std_ViewIvStereoRedGreen</dc:title>
|
<dc:title>Std_ViewIvStereoRedGreen</dc:title>
|
||||||
<dc:date>2020/12/20</dc:date>
|
<dc:date>2020/12/20</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
@@ -103,7 +103,7 @@
|
|||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:subject>
|
<dc:subject>
|
||||||
<rdf:Bag />
|
<rdf:Bag />
|
||||||
</dc:subject>
|
</dc:subject>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -195,7 +195,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Part_Shape_from_Mesh</dc:title>
|
<dc:title>Part_Shape_from_Mesh</dc:title>
|
||||||
<dc:date>2021/01/04</dc:date>
|
<dc:date>2021/01/04</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@@ -461,7 +461,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Macro.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Macro.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -537,7 +537,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Drawing.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Drawing.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -328,7 +328,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Scale.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Scale.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -158,7 +158,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Arch_Add</dc:title>
|
<dc:title>Arch_Add</dc:title>
|
||||||
<dc:date>2011-10-10</dc:date>
|
<dc:date>2011-10-10</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
@@ -158,7 +158,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>Arch_Remove</dc:title>
|
<dc:title>Arch_Remove</dc:title>
|
||||||
<dc:date>2011-10-10</dc:date>
|
<dc:date>2011-10-10</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.2 KiB |
@@ -263,7 +263,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>arrow-left</dc:title>
|
<dc:title>arrow-left</dc:title>
|
||||||
<dc:date>2016-11-24</dc:date>
|
<dc:date>2016-11-24</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -263,7 +263,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>arrow-left</dc:title>
|
<dc:title>arrow-left</dc:title>
|
||||||
<dc:date>2016-11-24</dc:date>
|
<dc:date>2016-11-24</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
@@ -470,7 +470,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -539,7 +539,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@@ -539,7 +539,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -528,7 +528,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@@ -476,7 +476,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
@@ -470,7 +470,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@@ -606,7 +606,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@@ -471,7 +471,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -555,7 +555,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
@@ -528,7 +528,7 @@
|
|||||||
</dc:creator>
|
</dc:creator>
|
||||||
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
<dc:title>OpenSCAD_RemoveSubtree</dc:title>
|
||||||
<dc:date>2012-05-03</dc:date>
|
<dc:date>2012-05-03</dc:date>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:publisher>
|
<dc:publisher>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>FreeCAD</dc:title>
|
<dc:title>FreeCAD</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
@@ -149,7 +149,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Rotate.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Rotate.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
@@ -149,7 +149,7 @@
|
|||||||
</cc:Agent>
|
</cc:Agent>
|
||||||
</dc:publisher>
|
</dc:publisher>
|
||||||
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Rotate.svg</dc:identifier>
|
<dc:identifier>FreeCAD/src/Mod/Draft/Resources/icons/Draft_Rotate.svg</dc:identifier>
|
||||||
<dc:relation>http://www.freecadweb.org/wiki/index.php?title=Artwork</dc:relation>
|
<dc:relation>http://www.freecad.org/wiki/index.php?title=Artwork</dc:relation>
|
||||||
<dc:contributor>
|
<dc:contributor>
|
||||||
<cc:Agent>
|
<cc:Agent>
|
||||||
<dc:title>[agryson] Alexander Gryson</dc:title>
|
<dc:title>[agryson] Alexander Gryson</dc:title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
@@ -112,7 +112,7 @@ void MDIView::deleteSelf()
|
|||||||
// Use deleteLater() instead of delete operator.
|
// Use deleteLater() instead of delete operator.
|
||||||
QWidget* parent = this->parentWidget();
|
QWidget* parent = this->parentWidget();
|
||||||
if (qobject_cast<QMdiSubWindow*>(parent)) {
|
if (qobject_cast<QMdiSubWindow*>(parent)) {
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=22&t=23070
|
// https://forum.freecad.org/viewtopic.php?f=22&t=23070
|
||||||
parent->close();
|
parent->close();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
@@ -1353,7 +1353,7 @@ void MainWindow::closeEvent (QCloseEvent * e)
|
|||||||
Q_EMIT mainWindowClosed();
|
Q_EMIT mainWindowClosed();
|
||||||
d->activityTimer->stop();
|
d->activityTimer->stop();
|
||||||
|
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=8&t=67748
|
// https://forum.freecad.org/viewtopic.php?f=8&t=67748
|
||||||
// When the session manager jumps in it can happen that the closeEvent()
|
// When the session manager jumps in it can happen that the closeEvent()
|
||||||
// function is triggered twice and for the second call the main window might be
|
// function is triggered twice and for the second call the main window might be
|
||||||
// invisible. In this case the window settings shouldn't be saved.
|
// invisible. In this case the window settings shouldn't be saved.
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ void MenuManager::setup(MenuItem* menuItems) const
|
|||||||
// On Kubuntu 18.10 global menu has issues with FreeCAD 0.18 menu bar.
|
// On Kubuntu 18.10 global menu has issues with FreeCAD 0.18 menu bar.
|
||||||
// Optional parameter, clearing the menu bar, can be set as a workaround.
|
// Optional parameter, clearing the menu bar, can be set as a workaround.
|
||||||
// Clearing the menu bar can cause issues, when trying to access menu bar through Python.
|
// Clearing the menu bar can cause issues, when trying to access menu bar through Python.
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=10&t=30340&start=440#p289330
|
// https://forum.freecad.org/viewtopic.php?f=10&t=30340&start=440#p289330
|
||||||
if (App::GetApplication().GetParameterGroupByPath
|
if (App::GetApplication().GetParameterGroupByPath
|
||||||
("User parameter:BaseApp/Preferences/MainWindow")->GetBool("ClearMenuBar",false)) {
|
("User parameter:BaseApp/Preferences/MainWindow")->GetBool("ClearMenuBar",false)) {
|
||||||
menuBar->clear();
|
menuBar->clear();
|
||||||
|
|||||||
@@ -455,7 +455,7 @@ void StdCmdDownloadOnlineHelp::activated(int iMsg)
|
|||||||
if (!wget->isDownloading()) {
|
if (!wget->isDownloading()) {
|
||||||
ParameterGrp::handle hGrp = App::GetApplication().GetUserParameter().GetGroup("BaseApp");
|
ParameterGrp::handle hGrp = App::GetApplication().GetUserParameter().GetGroup("BaseApp");
|
||||||
hGrp = hGrp->GetGroup("Preferences")->GetGroup("OnlineHelp");
|
hGrp = hGrp->GetGroup("Preferences")->GetGroup("OnlineHelp");
|
||||||
std::string url = hGrp->GetASCII("DownloadURL", "www.freecadweb.org/wiki/");
|
std::string url = hGrp->GetASCII("DownloadURL", "www.freecad.org/wiki/");
|
||||||
std::string prx = hGrp->GetASCII("ProxyText", "");
|
std::string prx = hGrp->GetASCII("ProxyText", "");
|
||||||
bool bUseProxy = hGrp->GetBool ("UseProxy", false);
|
bool bUseProxy = hGrp->GetBool ("UseProxy", false);
|
||||||
bool bAuthor = hGrp->GetBool ("Authorize", false);
|
bool bAuthor = hGrp->GetBool ("Authorize", false);
|
||||||
|
|||||||
@@ -683,7 +683,7 @@ void Placement::reject()
|
|||||||
// but its content is not fully updated.
|
// but its content is not fully updated.
|
||||||
// In order to override again the placement the signalMapper is blocked
|
// In order to override again the placement the signalMapper is blocked
|
||||||
// See related forum thread:
|
// See related forum thread:
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=3&t=44341#p378659
|
// https://forum.freecad.org/viewtopic.php?f=3&t=44341#p378659
|
||||||
QSignalBlocker block(signalMapper);
|
QSignalBlocker block(signalMapper);
|
||||||
QDialog::reject();
|
QDialog::reject();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<name>Built-In Preference Packs</name>
|
<name>Built-In Preference Packs</name>
|
||||||
<description>Preference Packs included with the FreeCAD distribution</description>
|
<description>Preference Packs included with the FreeCAD distribution</description>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<maintainer email="email@freecadweb.org">No Maintainer</maintainer>
|
<maintainer email="email@freecad.org">No Maintainer</maintainer>
|
||||||
<license file="../../LICENSE">LGPL2</license>
|
<license file="../../LICENSE">LGPL2</license>
|
||||||
<url type="repository">https://github.com/FreeCAD/FreeCAD</url>
|
<url type="repository">https://github.com/FreeCAD/FreeCAD</url>
|
||||||
|
|
||||||
|
|||||||
@@ -335,7 +335,7 @@ void PropertyView::onSelectionChanged(const SelectionChanges& msg)
|
|||||||
|
|
||||||
void PropertyView::onTimer()
|
void PropertyView::onTimer()
|
||||||
{
|
{
|
||||||
// See https://forum.freecadweb.org/viewtopic.php?f=8&t=72526
|
// See https://forum.freecad.org/viewtopic.php?f=8&t=72526
|
||||||
if (this->updating) {
|
if (this->updating) {
|
||||||
Base::Console().Log("Ignore recursive call of PropertyView::onTimer()\n");
|
Base::Console().Log("Ignore recursive call of PropertyView::onTimer()\n");
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -1131,7 +1131,7 @@ void PythonConsole::insertFromMimeData (const QMimeData * source)
|
|||||||
// Some applications copy text into the clipboard with the formats
|
// Some applications copy text into the clipboard with the formats
|
||||||
// 'text/plain' and 'text/uri-list'. In case the url is not an existing
|
// 'text/plain' and 'text/uri-list'. In case the url is not an existing
|
||||||
// file we can handle it as normal text, then. See forum thread:
|
// file we can handle it as normal text, then. See forum thread:
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=3&t=34618
|
// https://forum.freecad.org/viewtopic.php?f=3&t=34618
|
||||||
if (source->hasText() && !existingFile) {
|
if (source->hasText() && !existingFile) {
|
||||||
runSourceFromMimeData(source->text());
|
runSourceFromMimeData(source->text());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -273,7 +273,7 @@ QuantitySpinBox::QuantitySpinBox(QWidget *parent)
|
|||||||
#ifndef Q_OS_MAC
|
#ifndef Q_OS_MAC
|
||||||
lineEdit()->setTextMargins(0, 2, 0, 2);
|
lineEdit()->setTextMargins(0, 2, 0, 2);
|
||||||
#else
|
#else
|
||||||
// https://forum.freecadweb.org/viewtopic.php?f=8&t=50615
|
// https://forum.freecad.org/viewtopic.php?f=8&t=50615
|
||||||
lineEdit()->setTextMargins(0, 2, 0, 0);
|
lineEdit()->setTextMargins(0, 2, 0, 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ void SoFCOffscreenRenderer::writeToImageFile(const char* filename, const char* c
|
|||||||
// set keywords for PNG format
|
// set keywords for PNG format
|
||||||
if (file.hasExtension("PNG")) {
|
if (file.hasExtension("PNG")) {
|
||||||
img.setText(QLatin1String("Title"), QString::fromUtf8(filename));
|
img.setText(QLatin1String("Title"), QString::fromUtf8(filename));
|
||||||
img.setText(QLatin1String("Author"), QLatin1String("FreeCAD (http://www.freecadweb.org)"));
|
img.setText(QLatin1String("Author"), QLatin1String("FreeCAD (http://www.freecad.org)"));
|
||||||
if (strcmp(comment,"")==0)
|
if (strcmp(comment,"")==0)
|
||||||
img.setText(QLatin1String("Description"), QLatin1String("Screenshot created by FreeCAD"));
|
img.setText(QLatin1String("Description"), QLatin1String("Screenshot created by FreeCAD"));
|
||||||
else if (strcmp(comment,"$MIBA")==0)
|
else if (strcmp(comment,"$MIBA")==0)
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ void SoFCVectorizeSVGAction::printHeader() const
|
|||||||
{
|
{
|
||||||
std::ostream& str = this->getSVGOutput()->getFileStream();
|
std::ostream& str = this->getSVGOutput()->getFileStream();
|
||||||
str << "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>" << std::endl;
|
str << "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>" << std::endl;
|
||||||
str << "<!-- Created with FreeCAD (http://www.freecadweb.org) -->" << std::endl;
|
str << "<!-- Created with FreeCAD (http://www.freecad.org) -->" << std::endl;
|
||||||
str << "<svg xmlns=\"http://www.w3.org/2000/svg\"" << std::endl;
|
str << "<svg xmlns=\"http://www.w3.org/2000/svg\"" << std::endl;
|
||||||
str << " xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ev=\"http://www.w3.org/2001/xml-events\"" << std::endl;
|
str << " xmlns:xlink=\"http://www.w3.org/1999/xlink\" xmlns:ev=\"http://www.w3.org/2001/xml-events\"" << std::endl;
|
||||||
str << " version=\"1.1\" baseProfile=\"full\"" << std::endl;
|
str << " version=\"1.1\" baseProfile=\"full\"" << std::endl;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
ABOUT
|
ABOUT
|
||||||
============================================================================================================
|
============================================================================================================
|
||||||
version 2.21
|
version 2.21
|
||||||
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/).
|
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecad.org/).
|
||||||
It might work with other software that uses Qt styling.
|
It might work with other software that uses Qt styling.
|
||||||
|
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@ FACB68 //yellow orangish - warning
|
|||||||
|
|
||||||
KNOWN BUGS and TO DO
|
KNOWN BUGS and TO DO
|
||||||
============================================================================================================
|
============================================================================================================
|
||||||
Please, follow the link to get updated information: https://forum.freecadweb.org/viewtopic.php?f=10&t=12417
|
Please, follow the link to get updated information: https://forum.freecad.org/viewtopic.php?f=10&t=12417
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
ABOUT
|
ABOUT
|
||||||
============================================================================================================
|
============================================================================================================
|
||||||
version 2.21
|
version 2.21
|
||||||
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/).
|
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecad.org/).
|
||||||
It might work with other software that uses Qt styling.
|
It might work with other software that uses Qt styling.
|
||||||
|
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ If you would like to change the overall look/style of the theme, just find and r
|
|||||||
|
|
||||||
KNOWN BUGS and TO DO
|
KNOWN BUGS and TO DO
|
||||||
============================================================================================================
|
============================================================================================================
|
||||||
Please, follow the link to get updated information: https://forum.freecadweb.org/viewtopic.php?f=10&t=12417
|
Please, follow the link to get updated information: https://forum.freecad.org/viewtopic.php?f=10&t=12417
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
ABOUT
|
ABOUT
|
||||||
============================================================================================================
|
============================================================================================================
|
||||||
version 2.22
|
version 2.22
|
||||||
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/).
|
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecad.org/).
|
||||||
It might work with other software that uses Qt styling.
|
It might work with other software that uses Qt styling.
|
||||||
|
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ If you would like to change the overall look/style of the theme, just find and r
|
|||||||
|
|
||||||
KNOWN BUGS and TO DO
|
KNOWN BUGS and TO DO
|
||||||
============================================================================================================
|
============================================================================================================
|
||||||
Please, follow the link to get updated information: https://forum.freecadweb.org/viewtopic.php?f=10&t=12417
|
Please, follow the link to get updated information: https://forum.freecad.org/viewtopic.php?f=10&t=12417
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
ABOUT
|
ABOUT
|
||||||
============================================================================================================
|
============================================================================================================
|
||||||
version 2.21
|
version 2.21
|
||||||
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecadweb.org/).
|
Qt theme (stylesheet) specially developed for FreeCAD (https://www.freecad.org/).
|
||||||
It might work with other software that uses Qt styling.
|
It might work with other software that uses Qt styling.
|
||||||
|
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ If you would like to change the overall look/style of the theme, just find and r
|
|||||||
|
|
||||||
KNOWN BUGS and TO DO
|
KNOWN BUGS and TO DO
|
||||||
============================================================================================================
|
============================================================================================================
|
||||||
Please, follow the link to get updated information: https://forum.freecadweb.org/viewtopic.php?f=10&t=12417
|
Please, follow the link to get updated information: https://forum.freecad.org/viewtopic.php?f=10&t=12417
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||