Bump version.
This commit is contained in:
parent
713ad813ff
commit
f13118d12b
|
@ -1,4 +1,4 @@
|
|||
# Valentina 0.7.50 (unreleased)
|
||||
# Valentina 0.7.50 October 16, 2021
|
||||
- Fix regression. Minimal seam allowance width is less than the point accuracy values.
|
||||
- Call autosave only in GUI mode.
|
||||
- Warn about stale layout only in GUI mode.
|
||||
|
|
4
dist/OBS_debian/debian.changelog
vendored
4
dist/OBS_debian/debian.changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
valentina (0.7.49) trusty; urgency=low
|
||||
valentina (0.7.50) trusty; urgency=low
|
||||
|
||||
* Auto build.
|
||||
|
||||
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 1 July 2021 17:08:00 +0300
|
||||
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Sat, 16 October 2021 13:54:00 +0300
|
||||
|
|
3
dist/OBS_debian/debian.include-binaries
vendored
3
dist/OBS_debian/debian.include-binaries
vendored
|
@ -1,10 +1,13 @@
|
|||
debian/usr/share/pixmaps/valentina.png
|
||||
debian/usr/share/pixmaps/tape.png
|
||||
debian/usr/share/pixmaps/puzzle.png
|
||||
debian/usr/share/pixmaps/application-x-valentina-pattern.png
|
||||
debian/usr/share/pixmaps/application-x-valentina-i-measurements.png
|
||||
debian/usr/share/pixmaps/application-x-valentina-s-measurements.png
|
||||
debian/usr/share/pixmaps/application-x-valentina-layout.png
|
||||
debian/valentina/usr/bin/valentina
|
||||
debian/valentina/usr/bin/tape
|
||||
debian/valentina/usr/bin/puzzle
|
||||
debian/valentina/usr/share/valentina/diagrams.rcc
|
||||
debian/valentina/usr/share/valentina/translations/measurements_p0_cs_CZ.qm
|
||||
debian/valentina/usr/share/valentina/translations/measurements_p0_de_DE.qm
|
||||
|
|
1
dist/OBS_debian/debian.menu
vendored
1
dist/OBS_debian/debian.menu
vendored
|
@ -1,2 +1,3 @@
|
|||
?package(valentina): needs="X11" section="Applications/Graphics" title="Valentina" command="valentina"
|
||||
?package(valentina): needs="X11" section="Applications/Data Management" title="Tape" command="tape"
|
||||
?package(valentina): needs="X11" section="Applications/Data Management" title="Puzzle" command="puzzle"
|
||||
|
|
55
dist/OBS_debian/debian.puzzle.1
vendored
Normal file
55
dist/OBS_debian/debian.puzzle.1
vendored
Normal file
|
@ -0,0 +1,55 @@
|
|||
.\" Manpage for puzzle
|
||||
.\" Contact dismine@gmail.com to correct errors.
|
||||
.TH puzzle 1 "23 March, 2020" "puzzle man page"
|
||||
.SH NAME
|
||||
Puzzle \- Valentina's manual layout
|
||||
.SH SYNOPSIS
|
||||
puzzle [options] file
|
||||
.SH DESCRIPTION
|
||||
.B Valentina
|
||||
Puzzle is the name of the new application to create manual layouts. Similar to "Tape", it is an application that is separated from Valentina and work on it's own, but is a part of the Valentina package and work closely together with Valentina.
|
||||
|
||||
.B Puzzle
|
||||
is a part of Valentina. And used for creating and editing manual layouts.
|
||||
.IP "-h, --help"
|
||||
Displays this help.
|
||||
.IP "-v, --version"
|
||||
Displays version information.
|
||||
.IP "-e, --exportFile <The filename of layout file>"
|
||||
The filename of exported layout file. Use it to enable console export mode.
|
||||
.IP "-r, --rawLayout <The raw layout data file>"
|
||||
Load pattern pieces form the raw layout data file.
|
||||
.IP "-f, --format <Format number>"
|
||||
Number corresponding to tiled pdf page template (default = 0, export mode with tiled pdf format): <not defined>
|
||||
.IP "--bdxf"
|
||||
Export dxf in binary form.
|
||||
.IP "--text2paths"
|
||||
Export text as paths.
|
||||
.IP "-c, --crop"
|
||||
Auto crop unused length (export mode).
|
||||
.IP "--cropWidth"
|
||||
Auto crop unused width (export mode).
|
||||
.IP "--tiledPageformat <Template number>"
|
||||
Number corresponding to tiled pdf page template (default = 0, export mode with tiled pdf format): <not defined>
|
||||
.IP "--tiledlmargin <The left margin>"
|
||||
Tiled page left margin in current units like 3.0 (export mode). If not set will be used default value 1 cm.
|
||||
.IP "--tiledrmargin <The right margin>"
|
||||
Tiled page right margin in current units like 3.0 (export mode). If not set will be used default value 1 cm.
|
||||
.IP "--tiledtmargin <The top margin>"
|
||||
Tiled page top margin in current units like 3.0 (export mode). If not set will be used value default value 1 cm.
|
||||
.IP "--tiledbmargin <The bottom margin>"
|
||||
Tiled page bottom margin in current units like 3.0 (export mode). If not set will be used value default value 1 cm.
|
||||
.IP "--tiledLandscape"
|
||||
Set tiled page orienatation to landscape (export mode). Default value if not set portrait.
|
||||
.IP "-t, --test"
|
||||
Run the program in a test mode. The program in this mode loads a single layout file and silently quit without showing the main window. The key have priority before key 'exportFile'.
|
||||
.IP "--no-scaling"
|
||||
Disable high dpi scaling. Call this option if has problem with scaling (by default scaling enabled). Alternatively you can use the QT_AUTO_SCREEN_SCALE_FACTOR=0 environment variable.
|
||||
.IP Arguments:
|
||||
.I filename
|
||||
\- the manual layout file.
|
||||
.SH AUTHOR
|
||||
.RI "This manual page was written by Roman Telezhynskyi <" dismine@gmail.com ">"
|
||||
|
||||
.BR valentina (1)
|
||||
|
5
dist/OBS_debian/debian.valentina.1
vendored
5
dist/OBS_debian/debian.valentina.1
vendored
|
@ -132,10 +132,7 @@ The path to output destination folder. By default the directory at which the app
|
|||
.BR "*" " PDF tiled files (*.pdf) = 33,"
|
||||
.RE
|
||||
.RS
|
||||
.BR "*" " TIFF файли (*.tif) = 35,"
|
||||
.RE
|
||||
.RS
|
||||
.BR "*" " TIFF файли (*.tif) = 36."
|
||||
.BR "*" " TIFF файли (*.tif) = 35."
|
||||
.RE
|
||||
.IP "--bdxf"
|
||||
.RB "Export dxf in binary form."
|
||||
|
|
1
dist/OBS_debian/debian.valentina.manpages
vendored
1
dist/OBS_debian/debian.valentina.manpages
vendored
|
@ -1,2 +1,3 @@
|
|||
debian/valentina.1
|
||||
debian/tape.1
|
||||
debian/puzzle.1
|
||||
|
|
1
dist/OBS_debian/debian.valentina.mime
vendored
1
dist/OBS_debian/debian.valentina.mime
vendored
|
@ -1,3 +1,4 @@
|
|||
application/x-valentina-pattern; valentina %s; nametemplate=%s.val; description="Valentina pattern" edit=valentina '%s'; priority=6
|
||||
application/x-valentina-i-pattern; tape %s; nametemplate=%s.vit; description="Valentina individual measurments" edit=tape '%s'; priority=6
|
||||
application/x-valentina-s-pattern; tape %s; nametemplate=%s.vst; description="Valentina standard measurments" edit=tape '%s'; priority=6
|
||||
application/x-valentina-layout; puzzle %s; nametemplate=%s.vlt; description="Valentina layout" edit=puzzle '%s'; priority=6
|
||||
|
|
94
dist/OBS_debian/debian.valentina.sharedmimeinfo
vendored
94
dist/OBS_debian/debian.valentina.sharedmimeinfo
vendored
|
@ -282,4 +282,98 @@
|
|||
<glob pattern="*.vst"/>
|
||||
<icon name="application-x-valentina-s-measurements"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-valentina-layout">
|
||||
<sub-class-of type="text/xml"/>
|
||||
<_comment>Valentina layout</_comment>
|
||||
<comment xml:lang="af">Valentina layout</comment>
|
||||
<comment xml:lang="ar">Valentina layout</comment>
|
||||
<comment xml:lang="as">Valentina layout</comment>
|
||||
<comment xml:lang="ast">Valentina layout</comment>
|
||||
<comment xml:lang="be">Valentina layout</comment>
|
||||
<comment xml:lang="bg">Valentina layout</comment>
|
||||
<comment xml:lang="bn">Valentina layout</comment>
|
||||
<comment xml:lang="br">Valentina layout</comment>
|
||||
<comment xml:lang="bs">Valentina layout</comment>
|
||||
<comment xml:lang="ca">Valentina layout</comment>
|
||||
<comment xml:lang="ca-valencia">Valentina layout</comment>
|
||||
<comment xml:lang="cs">Valentina layout</comment>
|
||||
<comment xml:lang="cy">Valentina layout</comment>
|
||||
<comment xml:lang="da">Valentina layout</comment>
|
||||
<comment xml:lang="de">Valentina layout</comment>
|
||||
<comment xml:lang="dz">Valentina layout</comment>
|
||||
<comment xml:lang="el">Valentina layout</comment>
|
||||
<comment xml:lang="en-GB">Valentina layout</comment>
|
||||
<comment xml:lang="en-ZA">Valentina layout</comment>
|
||||
<comment xml:lang="eo">Valentina layout</comment>
|
||||
<comment xml:lang="es">Valentina layout</comment>
|
||||
<comment xml:lang="et">Valentina layout</comment>
|
||||
<comment xml:lang="eu">Valentina layout</comment>
|
||||
<comment xml:lang="fa">Valentina layout</comment>
|
||||
<comment xml:lang="fi">Valentina layout</comment>
|
||||
<comment xml:lang="fr">Valentina layout</comment>
|
||||
<comment xml:lang="ga">Valentina layout</comment>
|
||||
<comment xml:lang="gd">Valentina layout</comment>
|
||||
<comment xml:lang="gl">Valentina layout</comment>
|
||||
<comment xml:lang="gu">Valentina layout</comment>
|
||||
<comment xml:lang="he">Valentina layout</comment>
|
||||
<comment xml:lang="hi">Valentina layout</comment>
|
||||
<comment xml:lang="hr">Valentina layout</comment>
|
||||
<comment xml:lang="hu">Valentina layout</comment>
|
||||
<comment xml:lang="id">Valentina layout</comment>
|
||||
<comment xml:lang="is">Valentina layout</comment>
|
||||
<comment xml:lang="it">Valentina layout</comment>
|
||||
<comment xml:lang="ja">Valentina layout</comment>
|
||||
<comment xml:lang="ka">Valentina layout</comment>
|
||||
<comment xml:lang="kk">Valentina layout</comment>
|
||||
<comment xml:lang="km">Valentina layout</comment>
|
||||
<comment xml:lang="kmr-Latn">Valentina layout</comment>
|
||||
<comment xml:lang="ko">Valentina layout</comment>
|
||||
<comment xml:lang="lt">Valentina layout</comment>
|
||||
<comment xml:lang="lv">Valentina layout</comment>
|
||||
<comment xml:lang="mk">Valentina layout</comment>
|
||||
<comment xml:lang="ml">Valentina layout</comment>
|
||||
<comment xml:lang="mn">Valentina layout</comment>
|
||||
<comment xml:lang="mr">Valentina layout</comment>
|
||||
<comment xml:lang="nb">Valentina layout</comment>
|
||||
<comment xml:lang="ne">Valentina layout</comment>
|
||||
<comment xml:lang="nl">Valentina layout</comment>
|
||||
<comment xml:lang="nn">Valentina layout</comment>
|
||||
<comment xml:lang="nr">Valentina layout</comment>
|
||||
<comment xml:lang="nso">Valentina layout</comment>
|
||||
<comment xml:lang="oc">Valentina layout</comment>
|
||||
<comment xml:lang="om">Valentina layout</comment>
|
||||
<comment xml:lang="or">Valentina layout</comment>
|
||||
<comment xml:lang="pa-IN">Valentina layout</comment>
|
||||
<comment xml:lang="pl">Valentina layout</comment>
|
||||
<comment xml:lang="pt">Valentina layout</comment>
|
||||
<comment xml:lang="pt-BR">Valentina layout</comment>
|
||||
<comment xml:lang="ro">Valentina layout</comment>
|
||||
<comment xml:lang="ru">Valentina раскладка</comment>
|
||||
<comment xml:lang="rw">Valentina layout</comment>
|
||||
<comment xml:lang="si">Valentina layout</comment>
|
||||
<comment xml:lang="sk">Valentina layout</comment>
|
||||
<comment xml:lang="sl">Valentina layout</comment>
|
||||
<comment xml:lang="sr">Valentina layout</comment>
|
||||
<comment xml:lang="ss">Valentina layout</comment>
|
||||
<comment xml:lang="st">Valentina layout</comment>
|
||||
<comment xml:lang="sv">Valentina layout</comment>
|
||||
<comment xml:lang="ta">Valentina layout</comment>
|
||||
<comment xml:lang="te">Valentina layout</comment>
|
||||
<comment xml:lang="tg">Valentina layout</comment>
|
||||
<comment xml:lang="th">Valentina layout</comment>
|
||||
<comment xml:lang="tn">Valentina layout</comment>
|
||||
<comment xml:lang="tr">Valentina layout</comment>
|
||||
<comment xml:lang="ts">Valentina layout</comment>
|
||||
<comment xml:lang="ug">Valentina layout</comment>
|
||||
<comment xml:lang="uk">Valentina розкладка</comment>
|
||||
<comment xml:lang="uz">Valentina layout</comment>
|
||||
<comment xml:lang="ve">Valentina layout</comment>
|
||||
<comment xml:lang="vi">Valentina layout</comment>
|
||||
<comment xml:lang="xh">Valentina layout</comment>
|
||||
<comment xml:lang="zh-CN">Valentina layout</comment>
|
||||
<comment xml:lang="zh-TW">Valentina layout</comment>
|
||||
<comment xml:lang="zu">Valentina layout</comment>
|
||||
<glob pattern="*.vlt"/>
|
||||
<icon name="application-x-valentina-layout"/>
|
||||
</mime-type>
|
||||
</mime-info>
|
||||
|
|
6
dist/OBS_debian/valentina.dsc
vendored
6
dist/OBS_debian/valentina.dsc
vendored
|
@ -2,7 +2,7 @@ Format: 3.0 (native)
|
|||
Source: valentina
|
||||
Binary: valentina
|
||||
Architecture: i386 amd64
|
||||
Version: 0.7.49
|
||||
Version: 0.7.50
|
||||
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
|
||||
Homepage: https://smart-pattern.com.ua
|
||||
Standards-Version: 3.9.5
|
||||
|
@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 8.0.0),
|
|||
qttools5-dev-tools (>= 5.4.0),
|
||||
libqt5xmlpatterns5-dev (>= 5.4.0),
|
||||
libqt5opengl5-dev (>= 5.4.0)
|
||||
Debtransform-Tar: valentina-0.7.49.v0.7.49.tar.gz
|
||||
Debtransform-Tar: valentina-0.7.50.v0.7.50.tar.gz
|
||||
Package-List:
|
||||
valentina deb graphics optional
|
||||
Files:
|
||||
00000000000000000000000000000000 0 valentina-0.7.49.v0.7.49.tar.gz
|
||||
00000000000000000000000000000000 0 valentina-0.7.50.v0.7.50.tar.gz
|
||||
|
||||
|
|
4
dist/debian/changelog
vendored
4
dist/debian/changelog
vendored
|
@ -1,5 +1,5 @@
|
|||
valentina (0.7.49) trusty; urgency=low
|
||||
valentina (0.7.50) trusty; urgency=low
|
||||
|
||||
* Auto build.
|
||||
|
||||
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Tue, 1 July 2021 17:08:00 +0300
|
||||
-- dismine <dismine@dismine-To-be-filled-by-O-E-M> Sat, 16 October 2021 13:54:00 +0300
|
||||
|
|
4
dist/macx/puzzle/Info.plist
vendored
4
dist/macx/puzzle/Info.plist
vendored
|
@ -19,9 +19,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7.47</string>
|
||||
<string>0.7.50</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7.47.0</string>
|
||||
<string>0.7.50.0</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
|
4
dist/macx/tape/Info.plist
vendored
4
dist/macx/tape/Info.plist
vendored
|
@ -19,9 +19,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7.49</string>
|
||||
<string>0.7.50</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7.49.0</string>
|
||||
<string>0.7.50.0</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
|
4
dist/macx/valentina/Info.plist
vendored
4
dist/macx/valentina/Info.plist
vendored
|
@ -19,9 +19,9 @@
|
|||
<key>CFBundleIdentifier</key>
|
||||
<string>io.bitbucket.valentinaproject.@EXECUTABLE@</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.7.49</string>
|
||||
<string>0.7.50</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.7.49.0</string>
|
||||
<string>0.7.50.0</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
|
2
dist/rpm/_service
vendored
2
dist/rpm/_service
vendored
|
@ -1,7 +1,7 @@
|
|||
<services>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/dismine/Valentina_git.git</param>
|
||||
<param name="versionprefix">0.7.49</param>
|
||||
<param name="versionprefix">0.7.50</param>
|
||||
<param name="filename">valentina</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
|
|
2
dist/rpm/valentina.spec
vendored
2
dist/rpm/valentina.spec
vendored
|
@ -95,7 +95,7 @@ Requires: poppler-tools
|
|||
Requires: poppler-utils
|
||||
%endif
|
||||
|
||||
Version: 0.7.49
|
||||
Version: 0.7.50
|
||||
Release: 0
|
||||
URL: https://gitlab.com/smart-pattern/valentina
|
||||
License: GPL-3.0+
|
||||
|
|
6
dist/valentina.dsc
vendored
6
dist/valentina.dsc
vendored
|
@ -2,7 +2,7 @@ Format: 3.0 (native)
|
|||
Source: valentina
|
||||
Binary: valentina
|
||||
Architecture: i386 amd64
|
||||
Version: 0.7.49
|
||||
Version: 0.7.50
|
||||
Maintainer: Roman Telezhynskyi <dismine@gmail.com>
|
||||
Homepage: https://smart-pattern.com.ua
|
||||
Standards-Version: 3.9.5
|
||||
|
@ -14,9 +14,9 @@ Build-Depends: debhelper (>= 8.0.0),
|
|||
qttools5-dev-tools (>= 5.4.0),
|
||||
libqt5xmlpatterns5-dev (>= 5.4.0),
|
||||
libqt5opengl5-dev (>= 5.4.0)
|
||||
Debtransform-Tar: valentina-0.7.49.v0.7.49.tar.gz
|
||||
Debtransform-Tar: valentina-0.7.50.v0.7.50.tar.gz
|
||||
Package-List:
|
||||
valentina deb graphics optional
|
||||
Files:
|
||||
00000000000000000000000000000000 0 valentina-0.7.49.v0.7.49.tar.gz
|
||||
00000000000000000000000000000000 0 valentina-0.7.50.v0.7.50.tar.gz
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ class QString;
|
|||
|
||||
constexpr unsigned MAJOR_VERSION = 0;
|
||||
constexpr unsigned MINOR_VERSION = 7;
|
||||
constexpr unsigned DEBUG_VERSION = 49;
|
||||
constexpr unsigned DEBUG_VERSION = 50;
|
||||
|
||||
extern const QString APP_VERSION_STR;
|
||||
|
||||
|
@ -50,8 +50,8 @@ constexpr inline auto AppVersion() -> unsigned
|
|||
// Change version number in projectversion.cpp too.
|
||||
// Synchronize valentina.nsi
|
||||
|
||||
#define VER_FILEVERSION 0,7,49
|
||||
#define VER_FILEVERSION_STR "0.7.49\0"
|
||||
#define VER_FILEVERSION 0,7,50
|
||||
#define VER_FILEVERSION_STR "0.7.50\0"
|
||||
|
||||
#define V_PRERELEASE // Mark prerelease builds
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user