Skip to content

Commit

Permalink
Merge pull request #1014 from FashionFreedom/update-url
Browse files Browse the repository at this point in the history
update to new URL
  • Loading branch information
slspencer authored Aug 15, 2023
2 parents 967e339 + 0d69763 commit c758473
Show file tree
Hide file tree
Showing 63 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ project may be further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [hello@seamly.net]. All
reported by contacting the project team at [hello@seamly.io]. All
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
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion .github/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Problems while making your pattern?
url: https://forum.seamly.net
url: https://forum.seamly.io
about: Please ask for pattern problem support on our user Forum
2 changes: 1 addition & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Project maintainer, Product designer, Prototype developer, Community manager:
Primary code developer:
Douglas Caskey

User community moderators at https://forum.seamly.net:
User community moderators at https://forum.seamly.io:
@Grace
@Pneumarian

Expand Down
2 changes: 1 addition & 1 deletion share/img/measurement-body-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/seamly2d/core/vapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ void VApplication::SendReport(const QString &reportName) const
content.append(QString("Build revision:%1").arg(BUILD_REVISION)+"\r\n");
content.append(QString("Based on Qt %1 (32 bit)").arg(QT_VERSION_STR)+"\r\n");
content.append(QString("Built on %1 at %2").arg(__DATE__).arg(__TIME__)+"\r\n");
content.append(QString("Web site:http://seamly.net/ ")+"\r\n");
content.append(QString("Web site:https://seamly.io/ ")+"\r\n");
content.append("\r\n");

// Creating json with report
Expand Down
2 changes: 1 addition & 1 deletion src/app/seamly2d/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5880,7 +5880,7 @@ void MainWindow::CreateActions()
connect(ui->forum_Action, &QAction::triggered, this, []()
{
qCDebug(vMainWindow, "Opening forum");
QDesktopServices::openUrl(QUrl(QStringLiteral("https://forum.seamly.net/")));
QDesktopServices::openUrl(QUrl(QStringLiteral("https://forum.seamly.io/")));
});

connect(ui->reportBug_Action, &QAction::triggered, this, []()
Expand Down
2 changes: 1 addition & 1 deletion src/app/seamly2d/xml/vpattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace
//---------------------------------------------------------------------------------------------------------------------
QString FileComment()
{
return QString("Pattern created with Seamly2D v%1 (https://seamly.net).").arg(APP_VERSION_STR);
return QString("Pattern created with Seamly2D v%1 (https://seamly.io).").arg(APP_VERSION_STR);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/Basic_block_women-2016.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern readOnly="true">
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.3.5</version>
<unit>cm</unit>
<author>Timo Virtaneva</author>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/Gent_Jacket_with_tummy.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.3.5</version>
<unit>cm</unit>
<author/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.4</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/Lara_Jil.vit
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<vit>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/MaleShirt/MaleShirt.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.4.0</version>
<unit>cm</unit>
<author>Timo Virtaneva</author>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/MaleShirt/MaleShirt.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/Steampunk_trousers.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.3.4</version>
<unit>cm</unit>
<author>S.L.Spencer</author>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/Steampunk_trousers.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/Susan.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/TShirt_test.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.4</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/TestGrid_10cm_2.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.4</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/Trousers/Trousers.val

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/share/collection/Trousers/trousers.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/blusa.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/bra.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/keiko.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/medidas_eli2015.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/pantalon_base_Eli.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.4</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/test/merki27.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/test/seamtest1.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.4.0</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/test/seamtest2.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.4.0</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/collection/test/seamtest3.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.4.0</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/tables/multisize/GOST_man_ru.vst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vst>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.4.2</version>
<read-only>false</read-only>
<notes>Типовые фигуры мужчин 1-й полнотной группы, обхват груди 100 см</notes>
Expand Down
2 changes: 1 addition & 1 deletion src/app/share/tables/templates/t_Aldrich_Women.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<vit>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>true</read-only>
<notes/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>true</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/ifc/xml/vabstractmconverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ VAbstractMConverter::VAbstractMConverter(const QString &fileName)
void VAbstractMConverter::AddRootComment()
{
const QString rootComment =
QStringLiteral("Measurements created with Seamly2D (https://seamly.net).");
QStringLiteral("Measurements created with Seamly2D (https://seamly.io).");

QDomElement rootElement = this->documentElement();
rootElement.insertBefore(createComment(rootComment), rootElement.firstChild());
Expand Down
2 changes: 1 addition & 1 deletion src/libs/vformat/vmeasurements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace
//---------------------------------------------------------------------------------------------------------------------
QString FileComment()
{
return QString("Measurements created with Seamly2D v%1 (http://seamly.net/).").arg(APP_VERSION_STR);
return QString("Measurements created with Seamly2D v%1 (https://seamly.io/).").arg(APP_VERSION_STR);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/libs/vmisc/projectversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ extern const QString APP_VERSION_STR;
#define VER_LEGALCOPYRIGHT_STR "Copyright © 2014-2022 Seamly2D Team"
#define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
#define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
#define VER_COMPANYDOMAIN_STR "https://seamly.net"
#define VER_COMPANYDOMAIN_STR "https://seamly.io"

QString compilerString();
QString buildCompatibilityString();
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/empty.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<pattern>
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.0</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/glimited.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/glimited.vst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<vst>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.4.2</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/glimited_no_m.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<pattern>
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.1</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/glimited_vit.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.1</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/glimited_vst.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.2</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/issue_256.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.2</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/issue_256_correct.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/issue_256_correct.vst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<vst>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.4.2</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/issue_256_wrong.vit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<vit>
<!--Measurements created with Seamly2D (https://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.3.3</version>
<read-only>false</read-only>
<notes/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/issue_256_wrong.vst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<vst>
<!--Measurements created with Seamly2D (http://seamly.net/).-->
<!--Measurements created with Seamly2D (https://seamly.io/).-->
<version>0.4.2</version>
<read-only>false</read-only>
<notes/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<pattern>
<!--Pattern created with Seamly2D (https://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.2</version>
<unit>cm</unit>
<author/>
Expand Down
2 changes: 1 addition & 1 deletion src/test/CollectionTest/tst_seamly2d/issue_372.val
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<pattern>
<!--Pattern created with Seamly2D (http://seamly.net/).-->
<!--Pattern created with Seamly2D (https://seamly.io/).-->
<version>0.2.0</version>
<unit>cm</unit>
<author/>
Expand Down
Loading

0 comments on commit c758473

Please sign in to comment.