Commit graph

61 commits

Author SHA1 Message Date
dismine 3c6212b7e1 .
--HG--
branch : develop
2013-10-29 19:46:58 +02:00
dismine 04140824cd New template InitTool.
--HG--
branch : develop
2013-10-29 17:01:56 +02:00
dismine 2d12b35e78 Missed license.
--HG--
branch : develop
2013-10-29 15:47:49 +02:00
dismine 1539ba0c47 Static attribute of xml.
--HG--
branch : develop
2013-10-29 15:45:07 +02:00
dismine f9f724fcab Refactoring.
--HG--
branch : develop
2013-10-28 19:27:31 +02:00
dismine 8f76443160 Refactoring.
--HG--
branch : develop
2013-10-28 17:45:27 +02:00
dismine 8e07ed5fd4 Refactoring.
--HG--
branch : develop
2013-10-27 15:50:00 +02:00
dismine 36143a93ec Error in license.
--HG--
branch : develop
2013-10-27 14:36:29 +02:00
dismine e5cf9a9ca4 GNU General Public License.
--HG--
branch : develop
2013-10-27 13:59:34 +02:00
dismine 50cd9a7f20 Refactoring.
--HG--
branch : develop
2013-10-27 13:56:05 +02:00
dismine b42bc9560a Refactoring.
--HG--
branch : develop
2013-10-26 20:55:06 +03:00
dismine d20667f056 New method RemoveAllChild.
--HG--
branch : develop
2013-10-25 14:16:07 +03:00
dismine 473c90c72c Supplement for seams.
--HG--
branch : develop
2013-10-25 14:10:45 +03:00
dismine 4a89486f8d Add point of intersection to detail.
--HG--
branch : develop
2013-10-22 16:09:49 +03:00
dismine c66439ba7a Tool point of intersection.
--HG--
branch : develop
2013-10-21 17:09:05 +03:00
dismine c6ae85b5ac Update id of line. Find point of tool triangle. Ignore full update for dialog of
tool single point.

--HG--
branch : develop
2013-10-21 10:45:49 +03:00
dismine 0263b60e3c New tool triangle.
--HG--
branch : develop
2013-10-18 21:20:54 +03:00
dismine 25190e16a9 Use static method FindPoint common for tools.
--HG--
branch : develop
2013-10-18 13:43:51 +03:00
dismine 54bf459e17 New tool Height.
--HG--
branch : develop
2013-10-18 13:03:01 +03:00
dismine 2fffdecc86 Zooming points, line and label of points after zooming scene.
--HG--
branch : develop
2013-10-16 12:17:34 +03:00
dismine 4552f887db Replaced Q_CHECK_PRT on Q_ASSERT.
--HG--
branch : develop
2013-10-14 17:44:33 +03:00
dismine 1e70aea0db Fixed wrong value of arc length. Fixed wrong spline length.
--HG--
branch : develop
2013-10-13 21:51:59 +03:00
dismine 8e715bf71f Fixed bug with context menu of single point.
--HG--
branch : develop
2013-10-13 10:11:09 +03:00
dismine 7f3b2f76ee Fixed bugs in VArc and VSpline. Bug in DataPoints.
--HG--
branch : develop
2013-10-10 21:45:58 +03:00
dismine ca61b27599 Fixed bug with bisector.
--HG--
branch : develop
2013-10-09 21:24:53 +03:00
dismine 7b56218e09 Fixed bug with dialog of arc.
--HG--
branch : develop
2013-10-09 21:11:25 +03:00
dismine b791ac648d Fix bugs. Wrong creation detail and wrong creation line.
--HG--
branch : develop
2013-10-09 19:24:28 +03:00
dismine 233e1f7cbc Replaced Qmap on to Qhash. Better performance.
--HG--
branch : develop
2013-10-04 14:32:42 +03:00
dismine aa6778427c Used new compilator GCC 4.8 and key -Og. Optimization included files. Deleted
key -Wsign-conversion.

--HG--
branch : feature
2013-10-01 21:15:59 +03:00
dismine 3782400aae Added option delete object ( for tools, details ).
--HG--
branch : feature
2013-09-30 19:29:03 +03:00
dismine b46d1968ba New field referens in class VDataTool.
--HG--
branch : feature
2013-09-29 15:21:17 +03:00
dismine 66cecc3f3d Changes in VDataTool.
--HG--
branch : feature
2013-09-29 14:53:42 +03:00
dismine 41ae42af4b Tool::Enum changed on Tool::Sources
--HG--
branch : feature
2013-09-29 13:58:45 +03:00
dismine 14c8fdeee7 Fixed error in merging branches.
--HG--
branch : feature
2013-09-29 13:29:29 +03:00
dismine 18aa3d71d5 Merged change from default branch.
--HG--
branch : feature
2013-09-27 18:33:45 +03:00
dismine ed63b97827 Remove tool will be disabled, when value reference more than 1. 2013-09-27 18:00:51 +03:00
dismine b541610f51 Used QFlags for enums.
--HG--
branch : feature
2013-09-27 12:17:00 +03:00
dismine 1488823b34 Used macros Q_DISABLE_COPY for classes.
--HG--
branch : feature
2013-09-26 21:50:52 +03:00
dismine 642c8dbe55 Added GNU General Public License version 3 to project 2013-09-18 22:16:19 +03:00
dismine fb99e19f27 Fix some gcc warning. 2013-09-12 17:18:31 +03:00
dismine ea072a35f4 Fix some warning after checking cppcheck. 2013-09-12 16:25:24 +03:00
dismine 2ed982faeb Add base realization of equdistant. Fix two bugs. 2013-09-11 17:14:21 +03:00
dismine 6956d309bd Big change in architecture of tools. Add modeling tools. 2013-09-10 15:29:06 +03:00
dismine ebf803122e Add table of layout of details. 2013-08-29 13:31:50 +03:00
dismine 51a17f453d Add class VDetail. 2013-08-28 11:55:11 +03:00
dismine 1c751891e2 Add tool point of contact. 2013-08-21 11:03:53 +03:00
dismine 8f186148ba Fixed gcc warning in code. 2013-08-20 13:26:02 +03:00
dismine ece5024156 Add history window 2013-08-15 23:39:00 +03:00
dismine 67dd88145c Add class VDataTool. Change in class VPointF. 2013-08-13 19:48:36 +03:00
dismine 309f190921 Add tool splinepath 2013-08-09 09:49:34 +03:00