Commit Graph

79 Commits

Author SHA1 Message Date
Roman Telezhynskyi
f16cccd89f Curved path can move by mouse.
--HG--
branch : feature
2015-02-12 17:42:44 +02:00
Roman Telezhynskyi
254d9b7b7a Now spline can move by mouse.
--HG--
branch : feature
2015-02-12 12:55:09 +02:00
Roman Telezhynskyi
cf2aea280d Refactoring.
--HG--
branch : feature
2015-02-03 12:17:04 +02:00
dismine
2a27ebfe1f Fixed issue #230. Program hangs when I try to open saved file.
--HG--
branch : develop
2015-01-27 15:56:44 +02:00
dismine
28b2f97aaa Fixed getting seam allowence points.
--HG--
branch : feature
2015-01-16 21:35:50 +02:00
dismine
9effd8af02 Layout detail.
--HG--
branch : feature
2015-01-07 18:54:43 +02:00
dismine
06e945d8a3 Detail must return contour points and seam allowence points yourself.
--HG--
branch : feature
2015-01-03 14:22:55 +02:00
dismine
4ba488d0c0 VAbstractDetail parent class for VDetail.
--HG--
branch : feature
2015-01-02 19:02:07 +02:00
dismine
1a59396196 Method CheckLoops return wrong list of points if points less then 4.
--HG--
branch : develop
2015-01-02 13:00:20 +02:00
dismine
5d12cf5e99 Coverity Scan warnings.
--HG--
branch : develop
2014-12-21 22:33:31 +02:00
dismine
d8dfa651ff Cppcheck warnings.
--HG--
branch : develop
2014-12-21 13:35:12 +02:00
dismine
d6c78ca1a1 All points in detail should go clockwise. This mean in some cases need reverse
curves that go anticlockwise. Old method reversing curves doesn't work
correct in all cases. I don't see now way automatically handle this. That's
why now user can choose himself need reverse points for this curve or not.

Also this mean increment in format version to 0.1.2.

--HG--
branch : feature
2014-12-17 14:56:14 +02:00
dismine
fa9a1d7807 Cutting too long an acute angle.
--HG--
branch : feature
2014-12-17 12:02:45 +02:00
dismine
8fac8f87ae Fixed disappearing curve in detail if path counterclockwise.
--HG--
branch : feature
2014-12-16 15:33:00 +02:00
dismine
aed090aed3 New better way select objects for creation a detail.
Now the detail cutting points and use only cutted part for creation paths.

--HG--
branch : feature
2014-12-15 16:25:40 +02:00
dismine
0efbe1745c Fixed issue #198.
--HG--
branch : develop
2014-12-12 14:35:54 +02:00
dismine
394d54e9c1 Convertor need throw exceptions.
--HG--
branch : feature
2014-12-10 20:01:33 +02:00
dismine
7e86dcc97f One TS file for whole project.
Main reason make posible translate strings from qmuparser library.

--HG--
branch : develop
2014-12-03 16:11:57 +02:00
dismine
a25fe5dc2b Fix for method VGObject::BuildRay. Correct way make rect bigger.
--HG--
branch : develop
2014-11-30 13:34:27 +02:00
dismine
0fbc4b5fc8 Cppcheck++.
--HG--
branch : develop
2014-11-26 15:32:15 +02:00
dismine
f8b02e7f40 Fixed issue #192. Cannot create circled part.
--HG--
branch : develop
2014-11-21 09:54:12 +02:00
dismine
f823040725 In some correct cases it is normal do not have intersection.
--HG--
branch : develop
2014-11-11 10:40:27 +02:00
dismine
7f2546d02c Wrong axis if scene rect smaller than need.
--HG--
branch : develop
2014-11-11 10:16:37 +02:00
dismine
33a235e8a3 Wrong visualization if value negative.
--HG--
branch : develop
2014-11-09 13:25:29 +02:00
dismine
68f25ddf36 New tool curve intersect axis.
--HG--
branch : develop
2014-10-23 11:38:57 +03:00
dismine
952e7d06b4 error: use of undeclared identifier 'fabs'.
--HG--
branch : develop
2014-10-05 23:53:58 +03:00
dismine
3590ebac74 int instead ptrdiff_t.
--HG--
branch : develop
2014-10-05 23:25:07 +03:00
dismine
ddd71403ad Fix for build on Windows.
--HG--
branch : develop
2014-10-04 23:11:30 +03:00
dismine
ea9ba2a11a Building with Clang.
--HG--
branch : develop
2014-10-03 13:32:12 +03:00
dismine
7e6cfe9f70 Change build dependence to Qt 5.0.2.
--HG--
branch : develop
2014-09-25 18:44:06 +03:00
dismine
1964b15704 Cppcheck warnings.
--HG--
branch : develop
2014-09-11 20:15:07 +03:00
dismine
2766628037 Clang warnings.
--HG--
branch : develop
2014-09-11 19:52:02 +03:00
dismine
2a4eef7695 Visualization for VToolCutSpline.
--HG--
branch : feature
2014-09-06 15:47:25 +03:00
dismine
f59009c5fc Show lite tool options in options browser.
--HG--
branch : feature
2014-09-03 14:10:51 +03:00
dismine
3d3282ae61 Setter and getter for options VToolArc.
--HG--
branch : feature
2014-09-01 17:34:45 +03:00
dismine
b61b705303 Hide diagnostic "-Weffc++" for private shared data.
--HG--
branch : develop
2014-08-23 09:18:07 +03:00
dismine
ca32f1c9df Fixed issue 168.
--HG--
branch : develop
2014-08-21 15:44:40 +03:00
dismine
cd03b8a473 Implicit Sharing for class VPointF.
--HG--
branch : develop
2014-08-20 17:20:53 +03:00
dismine
d3b3011d15 Implicit Sharing for class VSplinePath.
--HG--
branch : develop
2014-08-20 17:05:19 +03:00
dismine
2aaf98f20c Implicit Sharing for class VSplinePoint.
--HG--
branch : develop
2014-08-20 16:21:43 +03:00
dismine
40eab84c41 Implicit Sharing for class VSpline.
--HG--
branch : develop
2014-08-20 16:02:41 +03:00
dismine
7a8ba8f707 Implicit Sharing for class VArc.
--HG--
branch : develop
2014-08-20 15:23:21 +03:00
dismine
d75969b331 Implicit Sharing for class VGObject.
--HG--
branch : develop
2014-08-20 15:01:35 +03:00
dismine
fb750ece99 Implicit Sharing for class VDetail.
--HG--
branch : develop
2014-08-20 14:11:12 +03:00
dismine
ada855b4e6 Implicit Sharing for class VNodeDetail.
--HG--
branch : develop
2014-08-20 13:33:29 +03:00
dismine
a33ab27909 New define NULL_ID.
--HG--
branch : develop
2014-08-17 18:20:55 +03:00
dismine
036979a68c Fixed issue 107.
--HG--
branch : develop
2014-08-17 17:22:30 +03:00
dismine
e9dc8d7b98 Visualization for VToolCutArc.
--HG--
branch : develop
2014-08-15 17:37:22 +03:00
dismine
3546c2a557 Visualization for VToolArc.
--HG--
branch : develop
2014-08-15 16:54:24 +03:00
dismine
484f149929 Store information about object's id that created internal variable.
--HG--
branch : develop
2014-07-29 14:28:18 +03:00