Roman Telezhynskyi
|
9cdf222467
|
New test case. Zigzag in main path.
--HG--
branch : develop
|
2016-12-07 18:55:01 +02:00 |
|
Roman Telezhynskyi
|
abce5439a5
|
Resolved issue #573. New tool: 'Move Point'.
--HG--
branch : develop
|
2016-10-04 17:34:37 +03:00 |
|
Roman Telezhynskyi
|
3bb657ea1a
|
New internal variable "Length to spline control point".
--HG--
branch : develop
|
2016-09-24 20:44:06 +03:00 |
|
Roman Telezhynskyi
|
fe56607d7d
|
Flipping VSpline, VSplinePath, VEllipticalArc, VCubicBezierPath and
VCubicBezier.
--HG--
branch : feature
|
2016-09-10 21:40:30 +03:00 |
|
Roman Telezhynskyi
|
800181e867
|
Flipping VArc.
--HG--
branch : feature
|
2016-09-10 18:18:11 +03:00 |
|
Roman Telezhynskyi
|
4c47c33c5e
|
Flipping VPointF.
--HG--
branch : feature
|
2016-09-10 16:40:38 +03:00 |
|
Roman Telezhynskyi
|
868fc3db1d
|
Fix definition VFSplinePoint and VSplinePoint. Improving efficiency.
--HG--
branch : develop
|
2016-09-10 14:19:32 +03:00 |
|
Roman Telezhynskyi
|
ae13021205
|
Fixing rotating VSplinePath. ref #128.
--HG--
branch : develop
|
2016-09-09 15:18:59 +03:00 |
|
Roman Telezhynskyi
|
c622d173dd
|
Several useful constans.
--HG--
branch : develop
|
2016-09-06 17:48:28 +03:00 |
|
Roman Telezhynskyi
|
fb5a9c64b2
|
Cppcheck warnings.
--HG--
branch : develop
|
2016-08-21 19:45:16 +03:00 |
|
Roman Telezhynskyi
|
3dab49c23e
|
QVector::removeLast() supported since Qt 5.1.
--HG--
branch : develop
|
2016-08-20 22:30:40 +03:00 |
|
Roman Telezhynskyi
|
e333c9bc08
|
QtDebug and QDebug lead to the same header. Leave only QtDebug.
--HG--
branch : develop
|
2016-08-16 20:35:21 +03:00 |
|
Roman Telezhynskyi
|
d66280033b
|
Fixed issue #546. Compile error under Windows in current develop revision.
--HG--
branch : develop
|
2016-08-16 19:57:32 +03:00 |
|
Roman Telezhynskyi
|
222bbeaa75
|
Fixed issue #543. Detail loses details.
(grafted from 7e5b3ed76ac3b86fd6112b90b51e8c0c4702bbf0)
--HG--
branch : develop
|
2016-08-16 18:23:38 +03:00 |
|
Roman Telezhynskyi
|
7585db6a58
|
Fix build on Qt\5.3\msvc2013_64_opengl.
--HG--
branch : develop
|
2016-08-09 16:55:46 +03:00 |
|
Roman Telezhynskyi
|
eec896edd0
|
Fix errors. error: QPrinter: No such file or directory.
error: QMetaTypeId: No such file or directory.
--HG--
branch : develop
|
2016-08-08 15:26:48 +03:00 |
|
Roman Telezhynskyi
|
80f00b361d
|
Use "Include What You Use" tool for optimizing #includes.
--HG--
branch : develop
|
2016-08-08 14:44:49 +03:00 |
|
Roman Telezhynskyi
|
c9cdd2cd8d
|
Using macros QT_WARNING_DISABLE_*.
--HG--
branch : develop
|
2016-08-06 21:42:40 +03:00 |
|
Roman Telezhynskyi
|
1c987b919b
|
Use gcc’s Address Sanitizer only in Debug mode.
--HG--
branch : develop
|
2016-08-06 19:23:42 +03:00 |
|
Roman Telezhynskyi
|
69e0ff74e6
|
MSVC warnings.
--HG--
branch : develop
|
2016-08-06 15:59:30 +03:00 |
|
Roman Telezhynskyi
|
483e56866d
|
Added MSVC warnings.
--HG--
branch : develop
|
2016-07-29 21:04:53 +03:00 |
|
Roman Telezhynskyi
|
ffb6f1fbd5
|
cppcheck warnings.
--HG--
branch : develop
|
2016-08-02 15:12:13 +03:00 |
|
Roman Telezhynskyi
|
9375e0319d
|
As part of testing make all compiler warnings treat as errors.
Added new CONFIG option "checkWarnings".
--HG--
branch : develop
|
2016-07-20 15:40:33 +03:00 |
|
Roman Telezhynskyi
|
8a8f63e88e
|
Resolved issue #519. Error: Crash with Union tool.
--HG--
branch : develop
|
2016-06-30 16:02:59 +03:00 |
|
Roman Telezhynskyi
|
ce720450f0
|
Fixed issue #493. Error in seam allowance drawing.
(grafted from 776b5b71c7e5aa6b9755c280f3f4e20e159c8150)
--HG--
branch : develop
|
2016-05-26 11:26:54 +03:00 |
|
Roman Telezhynskyi
|
73ad3a8376
|
Fixed issue with method IsPointOnLineSegment.
--HG--
branch : develop
|
2016-05-25 13:55:15 +03:00 |
|
Roman Telezhynskyi
|
64f72c69d5
|
Clang warnings.
--HG--
branch : develop
|
2016-05-20 19:39:13 +03:00 |
|
Roman Telezhynskyi
|
5e6752793e
|
Fixed build on Mac OS X.
--HG--
branch : develop
|
2016-05-20 18:55:21 +03:00 |
|
Roman Telezhynskyi
|
0266b27b36
|
Save information about curve color inside geometric objects. Help to copy this
data to copy objects after rotation.
--HG--
branch : feature
|
2016-05-19 13:11:50 +03:00 |
|
Roman Telezhynskyi
|
6187f16c6a
|
Refactoring. Use conversion operator for conversion VPointF to QPointF.
--HG--
branch : feature
|
2016-05-14 22:28:09 +03:00 |
|
Roman Telezhynskyi
|
80b415f258
|
Merge with develop.
--HG--
branch : feature
|
2016-05-12 22:52:31 +03:00 |
|
Roman Telezhynskyi
|
910c40a5b3
|
Commit successful build.
--HG--
branch : feature
|
2016-05-12 22:11:21 +03:00 |
|
Roman Telezhynskyi
|
043a3d4ee4
|
Fixed issue #485. Error when drawing a curved path.
(grafted from 28d51c1471759c1d6ff544ea92c7fc146dcac532)
--HG--
branch : develop
|
2016-05-07 11:56:14 +03:00 |
|
Roman Telezhynskyi
|
6f56b46d26
|
Fixed Clang warnings.
--HG--
branch : develop
|
2016-05-03 19:50:37 +03:00 |
|
Valentina Zhuravska
|
66fbcab64c
|
Better to use qDegreesToRadians than M_PI/180
--HG--
branch : feature
|
2016-04-11 05:52:32 +03:00 |
|
Valentina Zhuravska
|
c95b162c0d
|
Fixed build in win7
--HG--
branch : feature
|
2016-04-11 05:27:51 +03:00 |
|
Roman Telezhynskyi
|
2717382d71
|
Rotation VSpline and VSplinePath classes.
--HG--
branch : feature
|
2016-04-10 18:03:15 +03:00 |
|
Roman Telezhynskyi
|
8713c628dc
|
Refactoring VArc and VEllipticalArc classes.
--HG--
branch : feature
|
2016-04-10 17:40:55 +03:00 |
|
Roman Telezhynskyi
|
a7c4cc7aaf
|
Merge with develop.
--HG--
branch : feature
|
2016-04-10 14:50:56 +03:00 |
|
Roman Telezhynskyi
|
f98f897fd3
|
Resolved issue #193. Undeletable zombie arc objects.
--HG--
branch : develop
|
2016-04-10 14:48:34 +03:00 |
|
Roman Telezhynskyi
|
1d76a59ae7
|
Rotation VPointF, VArc, VCubicBezier and VCubicBezierPath.
--HG--
branch : feature
|
2016-04-10 14:40:04 +03:00 |
|
Roman Telezhynskyi
|
e3acc16a76
|
Resolved issue #444. Length along Path seems not valid.
--HG--
branch : develop
|
2016-04-02 20:47:04 +03:00 |
|
Roman Telezhynskyi
|
9470f76ba9
|
New method curve length by given point.
--HG--
branch : develop
|
2016-04-02 14:59:43 +03:00 |
|
Roman Telezhynskyi
|
be7277eeba
|
Refactoring. Use more safe function VFuzzyComparePossibleNulls.
--HG--
branch : develop
|
2016-03-23 16:09:30 +02:00 |
|
Roman Telezhynskyi
|
38dac0ada5
|
Small refactoring. Use M_2PI(2*pi), M_PI_2 (pi/2) and M_PI_4(pi/4) where
possible.
--HG--
branch : develop
|
2016-03-23 13:52:55 +02:00 |
|
Roman Telezhynskyi
|
910dadc871
|
New test. Check if epsilon value in method GetParmT() is enough for calculation.
--HG--
branch : develop
|
2016-03-23 13:23:03 +02:00 |
|
Roman Telezhynskyi
|
4c1c0d4d0a
|
Fixed empty point label in SplinePath name.
--HG--
branch : develop
|
2016-03-22 17:25:16 +02:00 |
|
Roman Telezhynskyi
|
2e0bf11261
|
The tool Cut Spline now supports Cubic Bezier Path curve.
--HG--
branch : develop
|
2016-03-22 17:14:53 +02:00 |
|
Roman Telezhynskyi
|
505cec891d
|
Several bug fixes.
--HG--
branch : feature
|
2016-03-19 16:20:09 +02:00 |
|
Roman Telezhynskyi
|
19265e1f93
|
Succesful build.
--HG--
branch : feature
|
2016-03-18 23:11:14 +02:00 |
|