Roman Telezhynskyi
|
80d9fbc107
|
New function Warning.
|
2020-11-20 13:18:38 +02:00 |
|
Roman Telezhynskyi
|
3a76f5f0cb
|
Change value for an uninitialized local variable to NAN.
|
2020-11-09 13:39:32 +02:00 |
|
Roman Telezhynskyi
|
87889196b8
|
Cppcheck warning.
|
2020-11-07 17:43:49 +02:00 |
|
Roman Telezhynskyi
|
3e682b180c
|
Alias field for tool Cut Spline Path.
|
2020-11-04 18:14:34 +02:00 |
|
Roman Telezhynskyi
|
2574ecda0e
|
Alias field for tool Cut Arc.
|
2020-11-04 18:14:34 +02:00 |
|
Roman Telezhynskyi
|
b1f9327393
|
Alias field for tool Spline Path.
|
2020-11-04 17:36:54 +02:00 |
|
Roman Telezhynskyi
|
a5f65c319c
|
Alias field for tool Cubic Bezier.
|
2020-11-04 17:36:54 +02:00 |
|
Roman Telezhynskyi
|
7542fc5dc2
|
Alias field for tool Arc with length.
|
2020-11-04 17:36:54 +02:00 |
|
Roman Telezhynskyi
|
8b49ea68c8
|
Add alias support for internal variables.
|
2020-11-04 16:17:16 +02:00 |
|
Roman Telezhynskyi
|
49d3ad1f80
|
Merge branch 'multisize-measurements-tables-improvement' into develop
|
2020-10-16 14:45:35 +03:00 |
|
Roman Telezhynskyi
|
34e1391ecb
|
Remove translation for label placeholders.
|
2020-10-16 13:55:51 +03:00 |
|
Roman Telezhynskyi
|
d10f20f399
|
Extend placeholders list with list of measurements.
|
2020-10-16 13:43:54 +03:00 |
|
Roman Telezhynskyi
|
3133ae1609
|
Clean code.
|
2020-10-16 12:02:32 +03:00 |
|
Roman Telezhynskyi
|
18e1a4a601
|
Remove gradation information from pattern.
|
2020-10-16 08:22:43 +03:00 |
|
Roman Telezhynskyi
|
4cea74d63b
|
Loading measurements in Valentina.
|
2020-10-15 18:05:21 +03:00 |
|
Roman Telezhynskyi
|
23e6d0f830
|
Allow a user to select dimensions for individual measurements.
|
2020-10-15 09:35:08 +03:00 |
|
Roman Telezhynskyi
|
8c0bcfec37
|
Fix regression in VAbstractCurve::CurveIntersectLine.
|
2020-10-13 12:12:52 +03:00 |
|
Roman Telezhynskyi
|
4a12c1ca74
|
Continue improving dialog Dimension restrictions.
|
2020-10-06 18:00:53 +03:00 |
|
Roman Telezhynskyi
|
1483f7a0cc
|
Improve warning about error in calculating a curve segment.
Added in the message information about the path name.
(cherry picked from commit 75e296e839 )
|
2020-10-05 16:50:14 +03:00 |
|
Roman Telezhynskyi
|
75e296e839
|
Improve warning about error in calculating a curve segment.
Added in the message information about the path name.
|
2020-10-05 16:39:01 +03:00 |
|
Roman Telezhynskyi
|
a083d2ff18
|
Hash must contains only active dimensions.
|
2020-10-03 18:53:36 +03:00 |
|
Roman Telezhynskyi
|
16ce597a37
|
Reading/Writing a measurement data.
|
2020-10-03 18:53:36 +03:00 |
|
Roman Telezhynskyi
|
eb04357f51
|
Small improvement for debugging paths.
Show node index number.
|
2020-07-31 16:34:37 +03:00 |
|
Roman Telezhynskyi
|
9389cb546c
|
Refactoring. Redesign a container reversing method.
|
2020-07-13 16:28:59 +03:00 |
|
Roman Telezhynskyi
|
5618df2b66
|
Fix build. Add missing headers. Closes #54
|
2020-07-10 20:15:46 +03:00 |
|
Roman Telezhynskyi
|
f978db470d
|
Refactoring name.
|
2020-02-27 17:28:20 +02:00 |
|
Roman Telezhynskyi
|
ad87577ec8
|
Translation functions descriptions.
|
2020-02-27 17:26:32 +02:00 |
|
Roman Telezhynskyi
|
8c9eec2448
|
Option Pattern Piece -> Show main path doesn't show second passmarks on main path.
|
2020-02-25 08:44:13 +02:00 |
|
Roman Telezhynskyi
|
475bdadf9b
|
Fix link to project repo in license header.
|
2020-01-31 08:02:08 +02:00 |
|
Roman Telezhynskyi
|
0373f727c5
|
Allow visibility control of passmarks.
Passmark with 0 length and enabled manual control must not be visible. Equal to
not passmark state.
--HG--
branch : develop
|
2020-01-10 12:19:07 +02:00 |
|
Roman Telezhynskyi
|
40363230dc
|
Resolved issue #984. Issue with up to date list of unique names.
--HG--
branch : develop
|
2020-01-09 15:14:05 +02:00 |
|
Roman Telezhynskyi
|
5658e0b0d5
|
Fix copy paste error.
--HG--
branch : develop
|
2020-01-07 14:21:47 +02:00 |
|
Roman Telezhynskyi
|
b3f236dbb5
|
Refactoring. Rename ArrowType enum class.
--HG--
branch : develop
|
2020-01-07 13:54:23 +02:00 |
|
Roman Telezhynskyi
|
cf1e383d7b
|
Don't use 'char' as a type of enum class.
QDataStream doesn't support serialization for this type.
--HG--
branch : develop
|
2020-01-07 12:54:01 +02:00 |
|
Roman Telezhynskyi
|
5177057be1
|
Since Qt 5.14 enumerations can be serialized through QDataStream without the
need of manually defining streaming operators. Enum classes are
serialized using the declared size.
--HG--
branch : develop
|
2020-01-07 09:45:26 +02:00 |
|
Roman Telezhynskyi
|
1f6285aef9
|
Fix deprecation warnings.
(grafted from 686129d90f37b8d0c428092668673d44f06545d8)
--HG--
branch : develop
|
2020-01-06 20:10:09 +02:00 |
|
Roman Telezhynskyi
|
84001dac61
|
Refactoring. Added move constructor.
--HG--
branch : develop
|
2019-12-30 17:13:18 +02:00 |
|
Roman Telezhynskyi
|
74bb3e4369
|
Fix move sematic.
(grafted from fb8691f522f3515d7c3014a0ea90b60b352a444e)
--HG--
branch : develop
|
2019-12-30 13:00:57 +02:00 |
|
Roman Telezhynskyi
|
1217616813
|
Refactoring.
Pass VContainer::AddVariable only a variable, the variable already knows its
name.
--HG--
branch : develop
|
2019-11-24 13:09:16 +02:00 |
|
Roman Telezhynskyi
|
c924a6f700
|
New class VRawSAPoint.
Post processing a seam allowance.
--HG--
branch : develop
|
2019-11-03 10:01:32 +02:00 |
|
Roman Telezhynskyi
|
8f6ae65224
|
New feature Pattern Messages.
Added special field to show pattern warnings instead of warning dialogs.
Fixed issue with tabified dockwidgets.
--HG--
branch : develop
|
2019-10-28 17:44:31 +02:00 |
|
Roman Telezhynskyi
|
c802df2b73
|
Lupdate warnings.
Lupdate lacks of some features to support all C++ valid declarations.
--HG--
branch : develop
|
2019-09-10 16:57:31 +03:00 |
|
Roman Telezhynskyi
|
20abb9979e
|
Fix broken tests.
--HG--
branch : develop
|
2019-09-05 14:13:22 +03:00 |
|
Roman Telezhynskyi
|
12234d2f10
|
Clazy warning.
--HG--
branch : develop
|
2019-08-29 15:04:39 +03:00 |
|
Roman Telezhynskyi
|
df3684d2a1
|
VPiece to JSON.
Strict version to support Unit tests.
--HG--
branch : develop
|
2019-08-29 15:01:27 +03:00 |
|
Roman Telezhynskyi
|
04af0170ff
|
New debugging section.
--HG--
branch : develop
|
2019-08-06 16:38:32 +03:00 |
|
Roman Telezhynskyi
|
ed1439613e
|
Fixed issue #718, "Error when using measurement A23 waist_to_floor".
(grafted from 39075c5793253189542fb8dabb2bf032f42f047f)
--HG--
branch : develop
|
2019-07-21 21:30:26 +03:00 |
|
Roman Telezhynskyi
|
965cf34c15
|
Completed generation of recipe.
--HG--
branch : feature
|
2019-07-11 13:47:55 +03:00 |
|
Roman Telezhynskyi
|
e8804c90bb
|
New layout option --nestQuantity.
--HG--
branch : develop
|
2019-07-04 14:33:45 +03:00 |
|
Roman Telezhynskyi
|
3212fc6136
|
Fix issue with a passmark.
--HG--
branch : develop
|
2019-07-02 19:41:49 +03:00 |
|