Roman Telezhynskyi
|
a0262e260b
|
Coverity scan warnings.
--HG--
branch : release
|
2017-04-19 12:48:13 +03:00 |
|
Roman Telezhynskyi
|
c5957846b6
|
Refactoring. New parent class VInteractiveTool.
Helps to share info about tool dialog.
--HG--
branch : release
|
2017-04-15 17:39:59 +03:00 |
|
Roman Telezhynskyi
|
d355b4dce8
|
Cppcheck warnings.
--HG--
branch : develop
|
2017-04-06 15:50:15 +03:00 |
|
Roman Telezhynskyi
|
862b5823e7
|
Fixed issue #647. Shoulder tool broken in latest test builds.
--HG--
branch : develop
|
2017-04-03 13:50:05 +03:00 |
|
Roman Telezhynskyi
|
e2383eb500
|
Refactoring. Use "=default" instead of the default implementation.
--HG--
branch : develop
|
2017-04-01 17:27:55 +03:00 |
|
Roman Telezhynskyi
|
f9aa896477
|
Refactoring. Avoid implicit conversions.
--HG--
branch : develop
|
2017-03-31 17:04:11 +03:00 |
|
Roman Telezhynskyi
|
c20f94e5f0
|
Optimize searching special shoulder point.
--HG--
branch : develop
|
2017-03-27 10:30:31 +03:00 |
|
Roman Telezhynskyi
|
d696af9a33
|
"static" members should be accessed statically.
--HG--
branch : develop
|
2017-03-23 10:25:46 +02:00 |
|
Roman Telezhynskyi
|
ea5010d8f7
|
Resolved request "Tool Options should show information about parent objects".
--HG--
branch : develop
|
2017-03-19 17:13:02 +02:00 |
|
Roman Telezhynskyi
|
34b70cfb02
|
Add an explicit "return" statement with an expression.
--HG--
branch : develop
|
2017-02-22 19:40:50 +02:00 |
|
Roman Telezhynskyi
|
67d69781f3
|
Remove the code after "return".
--HG--
branch : develop
|
2017-02-22 19:27:53 +02:00 |
|
Roman Telezhynskyi
|
a0380f4d24
|
Warning. Initialize member in an initialization list.
--HG--
branch : develop
|
2017-02-22 12:22:04 +02:00 |
|
Roman Telezhynskyi
|
38abf5c9a0
|
Removed redundant forward declaration.
--HG--
branch : develop
|
2017-02-18 11:22:59 +02:00 |
|
Roman Telezhynskyi
|
a8bd44b63a
|
Refactoring. Method VDrawTool::AddRecord has sense to call only when do
Document::FullParse.
--HG--
branch : develop
|
2017-02-13 08:55:42 +02:00 |
|
Roman Telezhynskyi
|
1882833ce7
|
Fixed issue #607. Cut tools do not support operation tools.
--HG--
branch : develop
|
2017-01-04 13:38:10 +02:00 |
|
Roman Telezhynskyi
|
5c40a91335
|
Remove empty statement.
--HG--
branch : develop
|
2016-12-21 17:36:38 +02:00 |
|
Roman Telezhynskyi
|
2d61b87256
|
Remove empty statement.
--HG--
branch : develop
|
2016-12-20 21:19:21 +02:00 |
|
Roman Telezhynskyi
|
ffab000e0f
|
Remove empty statement.
--HG--
branch : develop
|
2016-12-20 20:57:20 +02:00 |
|
Roman Telezhynskyi
|
f0b35ddc11
|
Added support elliptical arc in other tools.
--HG--
branch : develop
|
2016-12-20 13:04:56 +02: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
|
eee2144483
|
Fix crash. Each tool should delete visualization even if scene also can delete
it.
--HG--
branch : develop
|
2016-09-24 16:09:09 +03:00 |
|
Roman Telezhynskyi
|
0563df117d
|
<QLoggingCategory> available since Qt 5.2. Use vmisc/logging.h instead.
--HG--
branch : develop
|
2016-08-21 11:54:32 +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
|
3ef57202d1
|
Resolved issue #544. Error: Color Lines are black until touched.
(grafted from f62bbdf4122fa02aa12d110d123b900b94c423d1)
--HG--
branch : develop
|
2016-08-16 18:23:20 +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
|
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
|
ffb6f1fbd5
|
cppcheck warnings.
--HG--
branch : develop
|
2016-08-02 15:12:13 +03:00 |
|
Roman Telezhynskyi
|
fc7e0bb6cb
|
Fixed Valentina crash after undo deleting detail.
Emitting signal in lambda was not really good idea.
--HG--
branch : develop
|
2016-07-19 20:50:42 +03:00 |
|
Roman Telezhynskyi
|
e4d6df06b7
|
Refactoring. Instead of using proxy slots emit signals directly from lambda
expressions.
--HG--
branch : develop
|
2016-07-13 14:41:44 +03:00 |
|
Roman Telezhynskyi
|
c0bae287be
|
Refactoring.
--HG--
branch : develop
|
2016-07-07 14:36:11 +03:00 |
|
Roman Telezhynskyi
|
ed0d4df88f
|
Fixed wrong color segment that connects label with point in Base point tool.
--HG--
branch : develop
|
2016-07-07 14:35:55 +03:00 |
|
Roman Telezhynskyi
|
b3f1b15c1e
|
Fixed Bisector tool bug. The tool created internal variable for wrong segment.
(grafted from 53b851e1c883bd92a7f9267a8fcefaa98735ecde)
--HG--
branch : develop
|
2016-07-01 15:49:15 +03:00 |
|
Roman Telezhynskyi
|
79d63f49a6
|
GCC warnings.
--HG--
branch : develop
|
2016-06-28 09:36:12 +03:00 |
|
Valentina Zhuravska
|
289bf05642
|
Fixed issue #516. Valentina crashes when use "Point intersect line and axis" instrument.
--HG--
branch : feature
|
2016-06-27 15:09:32 +03:00 |
|
Roman Telezhynskyi
|
7eaadf1761
|
Resolved issue #480. New tool: Midpoint between two points.
--HG--
branch : develop
|
2016-06-23 20:20:21 +03:00 |
|
Valentina Zhuravska
|
43cba1b10f
|
Fixed build in Windows.
--HG--
branch : develop
|
2016-06-11 16:27:14 +03:00 |
|
Roman Telezhynskyi
|
d13937fb40
|
Clicking on notselectable object do not clean previous selections.
--HG--
branch : develop
|
2016-05-24 12:43:30 +03:00 |
|
Roman Telezhynskyi
|
b820d5a6ea
|
Fixed issue #491. Valentina doesn't update fractional separator.
(grafted from c658843945e37cd7f1d3e4e0ca4967d7a01b1c4d)
--HG--
branch : develop
|
2016-05-23 18:23:39 +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
|
84a56545ea
|
Merge with develop.
--HG--
branch : feature
|
2016-05-18 13:18:08 +03:00 |
|
Valentina Zhuravska
|
0d8d9cb5e1
|
Resolved issue #487. True dart point always goes to origin when the label is moved.
--HG--
branch : develop
|
2016-05-17 13:46:52 +03:00 |
|
Roman Telezhynskyi
|
ac49d298f8
|
Refactoring. Use tag names from class VAbstractPattern.
--HG--
branch : feature
|
2016-05-16 20:59:04 +03:00 |
|
Roman Telezhynskyi
|
e9d23a7a32
|
Refactoring. Each a static method has access to each method in a class. So, we
can declare a constructor in private section for each a tool class that has
"Create" methods.
--HG--
branch : feature
|
2016-05-14 22:54:57 +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
|
c8a041e4f2
|
Refactoring undocommands move label.
--HG--
branch : feature
|
2016-05-13 18:05:35 +03:00 |
|
Roman Telezhynskyi
|
49bee0cada
|
Delete key did not work.
--HG--
branch : develop
|
2016-05-08 18:04:18 +03:00 |
|
Roman Telezhynskyi
|
6f56b46d26
|
Fixed Clang warnings.
--HG--
branch : develop
|
2016-05-03 19:50:37 +03:00 |
|
Roman Telezhynskyi
|
48e411a3ce
|
Working with group widget.
--HG--
branch : feature
|
2016-04-07 17:57:53 +03:00 |
|
Roman Telezhynskyi
|
cb67249b54
|
New undo command Add Group.
--HG--
branch : feature
|
2016-04-06 12:03:34 +03:00 |
|
Roman Telezhynskyi
|
ada64305c0
|
Dialog Group.
--HG--
branch : feature
|
2016-04-05 20:14:12 +03:00 |
|
Roman Telezhynskyi
|
371c352efc
|
Tool "Curve intersect axis" store data about subpaths.
--HG--
branch : develop
|
2016-04-02 20:47:56 +03:00 |
|
Roman Telezhynskyi
|
bb29984b4a
|
Cut tools do not create subcurves anymore.
--HG--
branch : develop
|
2016-04-01 17:32:36 +03:00 |
|
Roman Telezhynskyi
|
9a6a5be59d
|
No need anymore to disable the drawing of the selection border.
--HG--
branch : feature
|
2016-03-31 20:27:40 +03:00 |
|
Roman Telezhynskyi
|
9f5fd98865
|
Fixed tools Spline and Spline Path. For their work need section by mouse press
event, all other better work with mouse release event.
--HG--
branch : feature
|
2016-03-31 20:10:20 +03:00 |
|
Roman Telezhynskyi
|
351f01e0e3
|
Disable hover and selection when work with a tool.
--HG--
branch : feature
|
2016-03-31 17:01:41 +03:00 |
|
Roman Telezhynskyi
|
0d4c6c2208
|
By default user can select only labels by rubber band.
--HG--
branch : develop
|
2016-03-28 17:10:19 +03:00 |
|
Roman Telezhynskyi
|
2339a95585
|
Fixed broken redo/undo command moving of a label.
--HG--
branch : develop
|
2016-03-28 15:49:35 +03:00 |
|
Roman Telezhynskyi
|
0c9b8453bf
|
Optimization. No need to refresh a pattern when move a label.
--HG--
branch : develop
|
2016-03-28 12:21:24 +03:00 |
|
Roman Telezhynskyi
|
0325e0a441
|
Changed code tree structure for visualization classes.
--HG--
branch : develop
|
2016-03-24 16:49:15 +02:00 |
|
Roman Telezhynskyi
|
70fd0be830
|
Use Q_REQUIRED_RESULT where it make sense.
--HG--
branch : develop
|
2016-03-23 17:27:17 +02:00 |
|
Roman Telezhynskyi
|
be7277eeba
|
Refactoring. Use more safe function VFuzzyComparePossibleNulls.
--HG--
branch : develop
|
2016-03-23 16:09:30 +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
|
2c4312046c
|
New classes VAbstractCubicBezierPath and VCubicBezierPath.
--HG--
branch : feature
|
2016-03-16 20:07:50 +02:00 |
|
Roman Telezhynskyi
|
2548697a9e
|
The tool Cut Spline now supports Cubic Bezier curve.
--HG--
branch : feature
|
2016-03-10 18:09:38 +02:00 |
|
Roman Telezhynskyi
|
40436a5c57
|
Successfull build, bugs was not fixed.
--HG--
branch : feature
|
2016-03-04 18:08:29 +02:00 |
|
Roman Telezhynskyi
|
8d628404df
|
Curve factor was removed.
--HG--
branch : feature
|
2016-02-27 16:49:10 +02:00 |
|
Roman Telezhynskyi
|
fcd254f08c
|
Fixed bug disabling tool True darts.
(grafted from 8c5aeccb775c10068c8f20a881994b3b4fac808a)
--HG--
branch : develop
|
2016-02-22 11:38:18 +02:00 |
|
Roman Telezhynskyi
|
7d991584fb
|
Fixed wrong calulation tool True darts.
--HG--
branch : develop
|
2016-02-22 11:02:24 +02:00 |
|
Roman Telezhynskyi
|
c80fe9c61b
|
Show name in a property browser.
--HG--
branch : feature
|
2016-02-16 15:04:21 +02:00 |
|
Roman Telezhynskyi
|
8683b69f13
|
Select an item inside mousePressEvent() instead mouseReleaseEvent().
--HG--
branch : feature
|
2016-02-11 13:05:08 +02:00 |
|
Roman Telezhynskyi
|
fb6e3b29ff
|
Updated the tool "Point of intersection curves" to new correct way work with
references.
--HG--
branch : develop
|
2016-02-02 15:50:15 +02:00 |
|
Roman Telezhynskyi
|
78799d3d83
|
Resolved issue #441. Broken reference incrementation for tool "True Dart point".
(grafted from 0c13c14f9829e53dbbbe850053947b646bd800bd)
--HG--
branch : develop
|
2016-02-02 15:38:30 +02:00 |
|
Roman Telezhynskyi
|
c1fecafda9
|
Refactoring.
--HG--
branch : feature
|
2016-01-25 19:10:39 +02:00 |
|
Roman Telezhynskyi
|
d86c79f290
|
Unit test. Check VToolPointOfIntersectionCurves::FindPoint() method.
--HG--
branch : feature
|
2016-01-25 19:06:36 +02:00 |
|
Roman Telezhynskyi
|
ea0000fea6
|
First successful build. Tool working was not tested!
--HG--
branch : feature
|
2016-01-24 18:15:08 +02:00 |
|
Roman Telezhynskyi
|
7982e48e4e
|
If item's rect is bigger than view's rect ensureVisible works very unstable.
(grafted from d807a6fc7a9c1abc588dfda621ac7b70f90b401b)
--HG--
branch : develop
|
2016-01-15 14:57:47 +02:00 |
|
Roman Telezhynskyi
|
4977604106
|
Correct disabling line to the label.
--HG--
branch : develop
|
2016-01-11 13:24:37 +02:00 |
|
Roman Telezhynskyi
|
1c92165467
|
Have found case where the program returns wrong curve segment.
--HG--
branch : develop
|
2016-01-08 17:59:51 +02:00 |
|
Roman Telezhynskyi
|
00b8aae5a7
|
Fixed issue with deleting detail and blocked objects. Part about tool union
still is not fixed.
--HG--
branch : feature
|
2015-12-26 15:08:41 +02:00 |
|
Valentina Zhuravska
|
a1417fc127
|
We don't need to change pen inside RefreshLine method
--HG--
branch : feature
|
2015-12-11 13:35:48 +02:00 |
|
Valentina Zhuravska
|
ece2c42e5f
|
We need one method RefreshLine in VAbstractTool instead of two similar methods in VNodePoint and VToolSinglePoint
--HG--
branch : feature
|
2015-12-11 11:31:21 +02:00 |
|
Roman Telezhynskyi
|
a820b20fc2
|
The program crashes if scene is not connected to view.
--HG--
branch : develop
|
2015-12-05 18:27:38 +02:00 |
|
Roman Telezhynskyi
|
dc25101d78
|
Refactoring. Call parent's method.
--HG--
branch : develop
|
2015-12-04 21:47:44 +02:00 |
|
Roman Telezhynskyi
|
2b0e358cdd
|
Saving position of the base point should be handled in ItemPositionChange
section.
--HG--
branch : develop
|
2015-12-04 21:46:52 +02:00 |
|
Roman Telezhynskyi
|
ae43c66bd9
|
Fixed issue #412. Error in Detail using 'Segment a Simple Curve' tool.
--HG--
branch : develop
|
2015-12-03 21:56:40 +02:00 |
|
Roman Telezhynskyi
|
783e3d57c2
|
Support QGraphicsView autoscroll of a draged object.
--HG--
branch : develop
|
2015-11-25 19:26:37 +02:00 |
|
Roman Telezhynskyi
|
36704cd02e
|
Invisible "VSimpleCurve" causes exponential growth scene size, and it causes
the program crash. Because we don't need anymore this calss i just have removed
it.
--HG--
branch : develop
|
2015-11-25 15:45:38 +02:00 |
|
Roman Telezhynskyi
|
a342948437
|
Improved loging. Base point's DeleteTool should ignore value "_referens".
--HG--
branch : develop
|
2015-11-03 17:11:35 +02:00 |
|
Roman Telezhynskyi
|
345b0e5c7f
|
Fixed crash after undo creating a pattern piece.
--HG--
branch : develop
|
2015-11-02 18:25:29 +02:00 |
|
Roman Telezhynskyi
|
88324a11f2
|
Static Code Analysis.
--HG--
branch : develop
|
2015-10-28 16:22:36 +02:00 |
|
Roman Telezhynskyi
|
467ffbd132
|
ICC warnings.
--HG--
branch : develop
|
2015-10-20 17:32:01 +03:00 |
|
Roman Telezhynskyi
|
4d90589f01
|
Clang warnings.
--HG--
branch : develop
|
2015-10-19 16:21:06 +03:00 |
|
Roman Telezhynskyi
|
03b6ce08cc
|
Coverity scan.
--HG--
branch : develop
|
2015-10-19 09:10:39 +03:00 |
|
Roman Telezhynskyi
|
65d2213ef9
|
Coverity scan missing includes.
--HG--
branch : develop
|
2015-10-18 22:30:51 +03:00 |
|
Roman Telezhynskyi
|
026804bc37
|
Fix for build on drone.io.
--HG--
branch : develop
|
2015-10-08 21:11:50 +03:00 |
|
Roman Telezhynskyi
|
06a54ba40c
|
Use qUtf8Printable.
--HG--
branch : develop
|
2015-10-01 18:34:03 +03:00 |
|
val177
|
d053d51cba
|
Fixed issue #342
--HG--
branch : develop
|
2015-09-07 12:40:54 +03:00 |
|