Commit Graph

613 Commits

Author SHA1 Message Date
8e94e4f0dc Update debugbreak to the latest version.
Since Clang 10 Clang doesn't like `gnu_inline` attribute.
2021-05-13 11:13:20 +03:00
69da5ba9b7 Fix regression. Incorrect data caching. 2021-05-07 11:19:06 +03:00
e1fa77510b Remember last selected export format. 2021-04-23 18:03:16 +03:00
f85c29649b Bump version. 2021-03-31 17:22:18 +03:00
95fb3f3d89 Pattern label template placeholder with dimension label value. Closes #109 2021-03-29 15:06:32 +03:00
80b6c97b3a Bump version. 2021-02-26 16:21:54 +02:00
af1a77f1f1 Fix regression with country flags.
Since Qt 5.12 QLocale::countryToString returns names of countries with spaces.
2021-02-21 19:39:06 +02:00
c8f12690bc Clean pattern messages.
Replace \" with ".
2021-02-17 19:07:55 +02:00
c10611605b Bump version. 2021-02-09 19:53:05 +02:00
2bb95154cd Fix Tape crash. 2021-02-06 15:52:21 +02:00
42e5c0be5b Bump version. 2021-01-31 15:59:25 +02:00
1935d7cb13 Bump version. 2021-01-26 15:38:47 +02:00
8b15f4aed6 Final measurement printout on pattern piece. Closes #85 2021-01-23 21:37:36 +02:00
8123c67e7c Move Pattern Label Data tab to piece dialog. Closes #89 2021-01-23 20:27:51 +02:00
3c0c624682 Don't check warnings for a legacy mac os x build. 2020-12-26 19:44:55 +02:00
abe92c667d Temporary enable full output for macosx. 2020-12-25 09:40:18 +02:00
de6e4d6fed Fix a test crash. 2020-12-24 13:04:56 +02:00
abb4397901 Introducing VPrintLayout class.
Refactoring printing a layout.
2020-12-23 15:30:06 +02:00
4b2e8c0c82 Don't use static_cast for downcast. 2020-12-19 17:15:28 +02:00
c3142b8b07 Remove deprecated QPrinter methods. 2020-12-19 13:13:03 +02:00
58cae6f66c New option "Don't use the native file dialog". 2020-12-17 18:43:15 +02:00
7002097362 Bump version. 2020-12-04 09:39:13 +02:00
76f195121e Bump version. 2020-11-23 10:48:58 +02:00
80d9fbc107 New function Warning. 2020-11-20 13:18:38 +02:00
4def392945 Bump version. 2020-11-17 14:12:51 +02:00
e730cba188 Bump version. 2020-11-12 16:34:56 +02:00
8c70272e60 Bump version. 2020-11-11 09:53:43 +02:00
2f9708337d Cleaning code. 2020-10-31 10:14:08 +02:00
188d7097e1 New versioning schema. Closes #5 2020-10-24 12:23:35 +03:00
34e1391ecb Remove translation for label placeholders. 2020-10-16 13:55:51 +03:00
d10f20f399 Extend placeholders list with list of measurements. 2020-10-16 13:43:54 +03:00
1b2343e537 Extend list of placeholders.
Added customer email and birth date, all dimensions.
2020-10-16 11:37:49 +03:00
18e1a4a601 Remove gradation information from pattern. 2020-10-16 08:22:43 +03:00
4cea74d63b Loading measurements in Valentina. 2020-10-15 18:05:21 +03:00
23e6d0f830 Allow a user to select dimensions for individual measurements. 2020-10-15 09:35:08 +03:00
4a12c1ca74 Continue improving dialog Dimension restrictions. 2020-10-06 18:00:53 +03:00
484b92a38e Dialog setup miltisize measurements. 2020-09-28 16:38:32 +03:00
1a2c5de357 Replaced hand-crafted reverse algorithm with std::reverse 2020-08-28 14:09:16 +02:00
dc14f164be Fix error in Reverse function. 2020-07-13 18:23:15 +03:00
9389cb546c Refactoring. Redesign a container reversing method. 2020-07-13 16:28:59 +03:00
acac092ff3 Fix path to AppImage root folder.
Valentina relies on absolute paths to find path to components. In case of AppImage path will be mimicked, but root must be corrected to take into account tmp folder AppImage mounts data.
2020-07-13 16:28:59 +03:00
cc506e96ea Fix hardcoded path to package data directory. It should be controlled over prefix. #56 2020-07-11 10:52:53 +03:00
158edcc093 Use of QButtonGroup::buttonClicked has been deprecated since Qt 5.15. 2020-07-08 11:29:40 +03:00
e31a22654e Use of Qt::MatchRegExp deprecated since Qt 5.15. Use Qt::MatchRegularExpression instead. 2020-07-08 10:31:53 +03:00
dd9cfb39f5 More deprecation warnings. 2020-07-07 19:15:43 +03:00
e2669b4e2b Fix build on Linux. 2020-07-07 18:55:31 +03:00
c3e935029e More deprecation warnings. 2020-07-07 17:48:26 +03:00
3383df193b More deprecation warnings. 2020-07-07 10:51:00 +03:00
2da8f70f86 Optimize tool box position for big screen resolutions. Closes smart-pattern/valentina#45.
Instead of forcing users to one possible choice add an option to control size policy for the tool box.
2020-06-01 12:21:09 +03:00
952298a477 Fix invalid header. 2020-03-29 20:52:26 +03:00