Commit Graph

6423 Commits

Author SHA1 Message Date
bfb70fa9d6 Fix downloading localizations from Transifex. 2020-03-29 22:22:16 +03:00
952298a477 Fix invalid header. 2020-03-29 20:52:26 +03:00
2f4ac3deb9 Fix possible cause of crashes. 2020-03-28 19:43:01 +02:00
25bef8f227 Fix build with clang. 2020-03-27 12:30:36 +02:00
ca186be41d Lupdate. 2020-03-27 11:25:31 +02:00
6583b8ab01 Fix another crash.
When we add group there is no reason to update a tool tooltip.
2020-03-26 19:51:40 +02:00
1edceea8bc error: 'QLatin1Literal' is deprecated: Use QLatin1String. 2020-03-26 12:23:33 +02:00
e0ca7e5d80 Valentina crashes when remove a group operation. 2020-03-26 11:57:02 +02:00
7c065e22d1 Clang warning. 2020-03-24 19:32:38 +02:00
4becfab76a Lupdate. 2020-03-24 19:30:45 +02:00
4190993979 Fix passing tests. 2020-03-24 19:30:32 +02:00
6e0bf20bc4 Clang warnings. 2020-03-24 17:57:32 +02:00
f762d81b38 Cppcheck warnings. 2020-03-24 17:41:12 +02:00
c1453f1715 Organization of groups - groups categories. Closes smart-pattern/valentina#15. 2020-03-24 17:31:32 +02:00
a84857afda Show linked visibility group in group operation tooltip. 2020-03-24 17:27:16 +02:00
11718f6f44 Refactoring. Set Visibility group data in parent class. 2020-03-24 16:58:34 +02:00
82570bf9db Remove the linked visibility group when deleting a group operation. 2020-03-24 16:54:17 +02:00
31f92c3610 Improve calculation of the layout efficiency for cases with several pages. 2020-03-22 18:21:22 +02:00
49828889e2 New layout generator option: Prefer one sheet solution. 2020-03-22 16:22:03 +02:00
a476d47dab Fix minor issues. 2020-03-22 12:02:55 +02:00
b4387c3d22 Suppress MSVC warning C5204.
Warning C5204: 'Concurrency::details::_DefaultPPLTaskScheduler': class has virtual functions, but its trivial destructor is not virtual; instances of objects derived from this class may not be destructed correctly.

Cannot left because present in MS headers.
2020-03-22 10:25:53 +02:00
c8526f2eb0 Setting scale factor for export and print. 2020-03-21 18:15:29 +02:00
47b3eab0ad Refactoring for VPoster class.
Pass QSize instead QRect. To calculate tiles we need width and size only.
2020-03-21 17:31:25 +02:00
77be615877 Improve empty sheet edge.
User expects to have piece positioned tight to the top left corner of a paper sheet.
2020-03-21 17:28:08 +02:00
4fcbbc99fd Make sure that printer page layout switched to millimeters before getting margins. 2020-03-20 10:19:31 +02:00
5e587591f0 According to feedback users experience different horizontal and vertical scale. Thus, the correction must also be separate. 2020-03-20 10:13:09 +02:00
5a367a8d85 Clang warning. 2020-03-18 15:36:00 +02:00
80880f9b7b GCC warning. 2020-03-18 15:22:27 +02:00
cb4e9690f8 Lupdate. 2020-03-18 15:12:55 +02:00
cbb9536e62 Forgot to update man pages. 2020-03-18 14:53:09 +02:00
526892ed5a Auto-created Visibility Group for group operation. Closes smart-pattern/valentina#18. 2020-03-18 14:45:47 +02:00
9869ae249f Refactoring. Move all related to the visibility group undo command classes in one file. 2020-03-18 14:37:30 +02:00
4fa2b76f01 Fix error in VDomDocument::elementById.
Searching in cache did not check tag if provided.
2020-03-18 14:29:28 +02:00
b756460da8 Cppcheck warning.
We don't need support for reading ASTM notches.
2020-03-15 13:43:18 +02:00
1b663bb5e1 Export pattern to DXF-ASTM. 2020-03-15 13:35:31 +02:00
3429e5ae11 Tool Point at distance and angle now allows negative length.
Because length cannot be negative a line will change direction on opposite.
2020-03-12 16:31:57 +02:00
f4908dafd4 Change default values for grainline length and pattern label size to 10 cm. 2020-03-12 10:49:12 +02:00
d1c858fc33 Fix build. 2020-03-09 20:57:11 +02:00
9dd796cb8c Improve preparing history list.
Basically when we have cleared by garbage collector modeling objects Valentina will try to add them to list, because they still present in tool record list. Additionally this patch brings using multithreading support.
2020-03-09 20:07:17 +02:00
dc2ebc8458 Ignore Valentina's backup file. 2020-03-09 20:03:03 +02:00
30bac523c8 Improve seam allowance.
Increase max allowed length of corner to cover real world case.
2020-03-07 11:17:06 +02:00
4ce51e2662 Refactoring. Add additional constructor for class QSettings. 2020-03-07 10:58:18 +02:00
f978db470d Refactoring name. 2020-02-27 17:28:20 +02:00
11efba97a8 Lupdate. 2020-02-27 17:27:25 +02:00
afecf90aaf Set minimum percentage for translations. 2020-02-27 17:27:10 +02:00
ad87577ec8 Translation functions descriptions. 2020-02-27 17:26:32 +02:00
8c9eec2448 Option Pattern Piece -> Show main path doesn't show second passmarks on main path. 2020-02-25 08:44:13 +02:00
06c09b63ba GCC warning. 2020-02-21 20:09:10 +02:00
10e05b6f6f Improve recipe export.
Add support for final measurements.
2020-02-21 13:53:12 +02:00
06bc9f8baf Suppress Clang warning. 2020-02-21 10:47:13 +02:00