Update website link.

We now have new website.
develop
Roman Telezhynskyi 2021-06-22 16:30:22 +03:00
parent 5672e616af
commit 4bf9a70a65
17 changed files with 21 additions and 22 deletions

View File

@ -1,10 +1,9 @@
Pattern making program
Author Roman Telezhynskyi <dismine(at)gmail.com>
Copyright (C) 2013-2019 Valentina project
Valentina Web page: https://valentinaproject.bitbucket.io/
Copyright (C) 2013-2021 Valentina project
Valentina Web page: https://smart-pattern.com.ua/
Wiki: https://wiki.valentinaproject.org
Valentina main repository: https://bitbucket.org/dismine/valentina/overview
Forum http://valentinaproject.forumotion.me/
Valentina main repository: https://gitlab.com/smart-pattern/valentina
PPA for Ubuntu (develop): https://launchpad.net/~dismine/+archive/valentina-dev
Help translate https://www.transifex.com/organization/valentina

View File

@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8.0.0),
libqt5xmlpatterns5-dev (>= 5.4.0),
libqt5opengl5-dev (>= 5.4.0)
Standards-Version: 3.9.5
Homepage: https://valentinaproject.bitbucket.io/
Homepage: https://smart-pattern.com.ua/
Vcs-Browser: https://gitlab.com/smart-pattern/valentina
Package: valentina

View File

@ -4,7 +4,7 @@ Binary: valentina
Architecture: i386 amd64
Version: 0.7.47
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
Homepage: https://valentinaproject.bitbucket.io
Homepage: https://smart-pattern.com.ua
Standards-Version: 3.9.5
Vcs-Browser: https://gitlab.com/smart-pattern/valentina
Build-Depends: debhelper (>= 8.0.0),

View File

@ -14,7 +14,7 @@ valentina: allows pattern creation, using either standard sizing tables or an
valentina: individuals set of measurements. It blends new technologies with
valentina: traditional methods to create a unique pattern making tool.
valentina:
valentina: Homepage: https://valentinaproject.bitbucket.io/
valentina: Homepage: https://smart-pattern.com.ua/
valentina:
valentina:
valentina:

View File

@ -1,6 +1,6 @@
PRGNAM="valentina"
VERSION="0.5.0"
HOMEPAGE="https://valentinaproject.bitbucket.io"
HOMEPAGE="https://smart-pattern.com.ua"
DOWNLOAD="https://bitbucket.org/dismine/valentina/get/v0.5.0.tar.gz"
MD5SUM="f23019c92e3209dbfa7699a1c13bb98b"
DOWNLOAD_x86_64=""

2
dist/debian/control vendored
View File

@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8.0.0),
libqt5xmlpatterns5-dev (>= 5.4.0),
libqt5opengl5-dev (>= 5.4.0)
Standards-Version: 3.9.5
Homepage: https://valentinaproject.bitbucket.io/
Homepage: https://smart-pattern.com.ua/
Vcs-Browser: https://gitlab.com/smart-pattern/valentina
Package: valentina

View File

@ -7,7 +7,7 @@ EAPI=5
inherit qmake-utils gnome2-utils fdo-mime
DESCRIPTION="Cloth patternmaking software"
HOMEPAGE="https://valentinaproject.bitbucket.io/"
HOMEPAGE="https://smart-pattern.com.ua/"
SRC_URI="https://bitbucket.org/dismine/valentina/get/v0.0.0.zip -> ${P}.zip"
LICENSE="GPL-3"

View File

@ -7,7 +7,7 @@ EAPI=5
inherit mercurial qmake-utils gnome2-utils fdo-mime
DESCRIPTION="Cloth patternmaking software"
HOMEPAGE="https://valentinaproject.bitbucket.io/"
HOMEPAGE="https://smart-pattern.com.ua/"
SRC_URI=""
EHG_REPO_URI="https://bitbucket.org/dismine/valentina"
EHG_REVISION="develop"

2
dist/valentina.dsc vendored
View File

@ -4,7 +4,7 @@ Binary: valentina
Architecture: i386 amd64
Version: 0.7.47
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
Homepage: https://valentinaproject.bitbucket.io
Homepage: https://smart-pattern.com.ua
Standards-Version: 3.9.5
Vcs-Browser: https://gitlab.com/smart-pattern/valentina
Build-Depends: debhelper (>= 8.0.0),

View File

@ -4,9 +4,9 @@
#define MyAppName "Valentina"
#define MyAppVersion GetFileVersion('valentina\valentina.exe')
#define MyAppPublisher "Roman Telezhynskyi"
#define MyAppURL "https://valentinaproject.bitbucket.io/"
#define MyAppURL "https://smart-pattern.com.ua/"
#define MyAppExeName "valentina.exe"
#define MyAppCopyright "(C) 2013-2020 Valentina project"
#define MyAppCopyright "(C) 2013-2021 Valentina project"
#define MyDateTimeString GetDateTimeString('yyyymmddhhnnss', '', '');
; Appstatus: "" = release, "b" = beta, "a" = alpha
; this only modifies the resulting exe name of the installer package ;-)

View File

@ -85,7 +85,7 @@ namespace
//---------------------------------------------------------------------------------------------------------------------
QString FileComment()
{
return QStringLiteral("Pattern created with Valentina v%1 (https://valentinaproject.bitbucket.io/).")
return QStringLiteral("Pattern created with Valentina v%1 (https://smart-pattern.com.ua/).")
.arg(APP_VERSION_STR);
}

View File

@ -58,7 +58,7 @@ auto VAbstractMConverter::Units() const -> Unit
void VAbstractMConverter::AddRootComment()
{
const QString rootComment =
QStringLiteral("Measurements created with Valentina (https://valentinaproject.bitbucket.io/).");
QStringLiteral("Measurements created with Valentina (https://smart-pattern.com.ua/).");
QDomElement rootElement = this->documentElement();
rootElement.insertBefore(createComment(rootComment), rootElement.firstChild());

View File

@ -114,7 +114,7 @@ Q_GLOBAL_STATIC_WITH_ARGS(const QString, defBirthDate, (QLatin1String("1800-01-0
//---------------------------------------------------------------------------------------------------------------------
QString FileComment()
{
return QString("Measurements created with Valentina v%1 (https://valentinaproject.bitbucket.io/).")
return QString("Measurements created with Valentina v%1 (https://smart-pattern.com.ua/).")
.arg(APP_VERSION_STR);
}
}

View File

@ -61,7 +61,7 @@ namespace
//---------------------------------------------------------------------------------------------------------------------
inline QString FileComment()
{
return QStringLiteral("Recipe created with Valentina v%1 (https://valentinaproject.bitbucket.io/).")
return QStringLiteral("Recipe created with Valentina v%1 (https://smart-pattern.com.ua/).")
.arg(APP_VERSION_STR);
}

View File

@ -45,7 +45,7 @@ namespace
//---------------------------------------------------------------------------------------------------------------------
QString FileComment()
{
return QString("Watermark created with Valentina v%1 (https://valentinaproject.bitbucket.io/).")
return QString("Watermark created with Valentina v%1 (https://smart-pattern.com.ua/).")
.arg(APP_VERSION_STR);
}
}

View File

@ -66,7 +66,7 @@ extern const QString APP_VERSION_STR;
//#define VER_ORIGINALFILENAME_STR "valentina.exe" // Defined in program
//#define VER_PRODUCTNAME_STR "Valentina" // Defined in program
#define VER_COMPANYDOMAIN_STR "valentinaproject.bitbucket.io"
#define VER_COMPANYDOMAIN_STR "smart-pattern.com.ua"
QString compilerString();
QString buildCompatibilityString();

View File

@ -128,10 +128,10 @@ bool VObjEngine::begin(QPaintDevice *pdev)
stream = QSharedPointer<QTextStream>(new QTextStream(outputDevice.data()));
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
*stream << "# Valentina OBJ File" << endl;
*stream << "# valentinaproject.bitbucket.io/" << endl;
*stream << "# smart-pattern.com.ua/" << endl;
#else
*stream << "# Valentina OBJ File" << Qt::endl;
*stream << "# valentinaproject.bitbucket.io/" << Qt::endl;
*stream << "# smart-pattern.com.ua/" << Qt::endl;
#endif
return true;
}