Roman Telezhynskyi
|
b820107b4d
|
Notes for tool Base point.
|
2020-10-27 16:21:51 +02:00 |
|
Roman Telezhynskyi
|
d10f20f399
|
Extend placeholders list with list of measurements.
|
2020-10-16 13:43:54 +03:00 |
|
Roman Telezhynskyi
|
4cea74d63b
|
Loading measurements in Valentina.
|
2020-10-15 18:05:21 +03:00 |
|
Roman Telezhynskyi
|
047ace3f26
|
Fix removing a pin in the Seam Allowance tool dialog.
(cherry picked from commit b83fec62bf )
|
2020-09-23 14:58:34 +03:00 |
|
Roman Telezhynskyi
|
158edcc093
|
Use of QButtonGroup::buttonClicked has been deprecated since Qt 5.15.
|
2020-07-08 11:29:40 +03:00 |
|
Roman Telezhynskyi
|
42ed025afa
|
Fix validation of Curved path tool. Closes smart-pattern/valentina#41.
|
2020-05-30 18:14:50 +03:00 |
|
Roman Telezhynskyi
|
ca186be41d
|
Lupdate.
|
2020-03-27 11:25:31 +02:00 |
|
Roman Telezhynskyi
|
1edceea8bc
|
error: 'QLatin1Literal' is deprecated: Use QLatin1String.
|
2020-03-26 12:23:33 +02:00 |
|
Roman Telezhynskyi
|
6e0bf20bc4
|
Clang warnings.
|
2020-03-24 17:57:32 +02:00 |
|
Roman Telezhynskyi
|
c1453f1715
|
Organization of groups - groups categories. Closes smart-pattern/valentina#15.
|
2020-03-24 17:31:32 +02:00 |
|
Roman Telezhynskyi
|
80880f9b7b
|
GCC warning.
|
2020-03-18 15:22:27 +02:00 |
|
Roman Telezhynskyi
|
526892ed5a
|
Auto-created Visibility Group for group operation. Closes smart-pattern/valentina#18.
|
2020-03-18 14:45:47 +02:00 |
|
Roman Telezhynskyi
|
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 |
|
Roman Telezhynskyi
|
f4908dafd4
|
Change default values for grainline length and pattern label size to 10 cm.
|
2020-03-12 10:49:12 +02:00 |
|
Roman Telezhynskyi
|
475bdadf9b
|
Fix link to project repo in license header.
|
2020-01-31 08:02:08 +02:00 |
|
Roman Telezhynskyi
|
658eafc3d3
|
Refactoring. Hide compatibility layer behind a function.
toVector().
--HG--
branch : develop
|
2020-01-16 19:20:55 +02:00 |
|
Roman Telezhynskyi
|
98a88ed529
|
Refactoring. Hide compatibility layer behind a function.
QLineF::intersects.
--HG--
branch : develop
|
2020-01-16 17:34:08 +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
|
d74225e63e
|
QLineF::IntersectType QLineF::intersect(const QLineF&, QPointF*) const' is
deprecated: Use intersects() instead.
(grafted from b8646bf40865848ad48eae89cae8419483d56f6b)
--HG--
branch : develop
|
2020-01-06 18:34:35 +02:00 |
|
Roman Telezhynskyi
|
57b9868316
|
Cppcheck warning.
(grafted from e996125b7dbe0fb7b439bc80db0b561144628c18)
--HG--
branch : develop
|
2020-01-06 18:33:37 +02:00 |
|
Roman Telezhynskyi
|
5c7af760d0
|
Improve Passmark tab by adding a tooltip about a way to define a passmark.
--HG--
branch : develop
|
2019-12-04 17:50:50 +02:00 |
|
Roman Telezhynskyi
|
eeedebbac3
|
Fix regression in dialog Placelabel.
--HG--
branch : develop
|
2019-12-03 15:20:47 +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
|
2d63440549
|
Fix a crash. ref #984.
Cover cases with VCubicBezier and VCubicBezierPath.
--HG--
branch : develop
|
2019-11-24 12:49:40 +02:00 |
|
Roman Telezhynskyi
|
f8ca985ad7
|
Fix a crash. ref #984.
--HG--
branch : develop
|
2019-11-07 18:07:07 +02:00 |
|
Roman Telezhynskyi
|
e04f5c70f5
|
Resolved issue #984. Special variable "CurrentLength" for tools Cut Arc, Cut
Spline and Cut Spline Path.
--HG--
branch : develop
|
2019-10-29 15:43:25 +02:00 |
|
Roman Telezhynskyi
|
08604f67bb
|
Fix copy paste error.
--HG--
branch : develop
|
2019-09-20 14:17:32 +03: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
|
94abb23ae6
|
Fix translation disambiguation.
--HG--
branch : develop
|
2019-09-08 10:02:57 +03:00 |
|
Roman Telezhynskyi
|
503e31aee0
|
Fix error: 'currentIndexChanged' is deprecated: Use currentTextChanged()
instead.
--HG--
branch : develop
|
2019-07-24 16:45:22 +03:00 |
|
Roman Telezhynskyi
|
e37afae597
|
Allow controlling priority selecting pieces in layout.
--HG--
branch : develop
|
2019-07-19 10:45:57 +03:00 |
|
Roman Telezhynskyi
|
e8804c90bb
|
New layout option --nestQuantity.
--HG--
branch : develop
|
2019-07-04 14:33:45 +03:00 |
|
Roman Telezhynskyi
|
ad07fb3ae5
|
Fix regression.
Found another way to fix tool Flipping by axis.
--HG--
branch : develop
|
2019-06-19 18:39:37 +03:00 |
|
Roman Telezhynskyi
|
0ffd46215c
|
Fix for tool Flipping by axis.
--HG--
branch : develop
|
2019-06-18 19:22:08 +03:00 |
|
Roman Telezhynskyi
|
0deb90af92
|
Fix regression. Piece duplicate complains about currentSeamAllowance variable.
--HG--
branch : develop
|
2019-06-03 19:17:17 +03:00 |
|
Roman Telezhynskyi
|
aee0861aef
|
Fixing regression in method DialogTool::GetNodeName.
(grafted from 85f1cc324da4971357555e1e1f0aec51eac0f743)
--HG--
branch : develop
|
2019-05-27 19:14:07 +03:00 |
|
Roman Telezhynskyi
|
2c58263df1
|
Two new passmark types: U and Box.
--HG--
branch : develop
|
2019-04-23 20:56:11 +03:00 |
|
Roman Telezhynskyi
|
57d6d79a53
|
New placelabel shape Circle.
--HG--
branch : develop
|
2019-04-23 17:42:09 +03:00 |
|
Roman Telezhynskyi
|
000062b7b7
|
Refactoring. Move static functions to dialogtoolbox.h.
--HG--
branch : develop
|
2019-04-20 19:30:35 +03:00 |
|
Roman Telezhynskyi
|
1fe7223096
|
Fix checking double curve.
--HG--
branch : develop
|
2019-04-20 19:04:03 +03:00 |
|
Roman Telezhynskyi
|
52dfb912ee
|
Resolved issue #965. Control passmark length with formula.
--HG--
branch : develop
|
2019-04-17 13:02:22 +03:00 |
|
Roman Telezhynskyi
|
419095300e
|
Disable seam allowance options if seam allowance is built in.
--HG--
branch : develop
|
2019-04-15 21:15:56 +03:00 |
|
Roman Telezhynskyi
|
0987428a93
|
Increase required Qt version up to 5.4.
--HG--
branch : develop
|
2019-04-05 15:42:22 +03:00 |
|
Roman Telezhynskyi
|
782b257c04
|
Fixed issue #954. Valentina produces empty rotation operation.
(grafted from 0108ef767e2447e5b5f39378bcf245e25947a25d)
--HG--
branch : develop
|
2019-02-24 17:29:12 +02:00 |
|
Roman Telezhynskyi
|
5472bef03e
|
Fixed issue #948. Not possible to create point at 0 degrees.
--HG--
branch : develop
|
2019-02-19 17:18:14 +02:00 |
|
Roman Telezhynskyi
|
e1cd58db03
|
Fixed issue #946. Impossible to create pattern in detail mode.
--HG--
branch : develop
|
2019-02-18 14:37:39 +02:00 |
|
Roman Telezhynskyi
|
c118b36579
|
Fix regression.
--HG--
branch : develop
|
2019-02-14 17:20:56 +02:00 |
|
Roman Telezhynskyi
|
9b1cdb1848
|
Improve localization of modifier keys.
--HG--
branch : develop
|
2019-02-14 13:18:16 +02:00 |
|
Roman Telezhynskyi
|
62d6463753
|
Fix more regressions in dialogs.
--HG--
branch : develop
|
2019-02-12 11:27:51 +02:00 |
|