Commit Graph

711 Commits

Author SHA1 Message Date
dismine
64ea04b44f Update translation.
--HG--
branch : develop
2014-08-04 20:09:45 +03:00
dismine
6667671e40 Stretch last section in icrement table.
--HG--
branch : develop
2014-08-04 20:00:25 +03:00
dismine
c11e5d39dc Fix broken deletion of increment.
--HG--
branch : develop
2014-08-04 17:35:57 +03:00
dismine
7c52bf240f Parse current pattern piece only for changing position pattern piece.
--HG--
branch : develop
2014-08-04 16:37:36 +03:00
dismine
924240d8f0 Dialog increment was broken when change language from English.
--HG--
branch : develop
2014-08-03 13:42:36 +03:00
dismine
107094f64d Add missing tooltips.
--HG--
branch : develop
2014-08-02 13:27:17 +03:00
dismine
345ae0bd13 Fix for image tool point of contact.
--HG--
branch : develop
2014-08-02 12:52:55 +03:00
dismine
fd0e8b447a Fix button size in dialog.
--HG--
branch : develop
2014-08-02 12:07:20 +03:00
dismine
70db56d74c Missed one include.
--HG--
branch : develop
2014-07-30 23:54:13 +03:00
dismine
4eee16f453 Build on Windows fail.
--HG--
branch : develop
2014-07-30 22:45:27 +03:00
dismine
4bb58c64b3 Check if name of variable is unique.
--HG--
branch : develop
2014-07-30 12:51:22 +03:00
dismine
8570c32774 Math parser test doesn't show result in release mode.
--HG--
branch : develop
2014-07-30 12:22:54 +03:00
dismine
8d4d5623ca Correct error in word.
--HG--
branch : develop
2014-07-30 12:03:50 +03:00
dismine
8acb3f7578 Remove border around qgraphicsitem.
--HG--
branch : develop
2014-07-30 11:58:40 +03:00
dismine
14edede972 Lite parsing. Parse only current pattern piece.
--HG--
branch : develop
2014-07-29 18:23:18 +03:00
dismine
c0debc16e0 Optimization. Define variable if only exist in formula.
--HG--
branch : develop
2014-07-29 18:15:18 +03:00
dismine
1a4953ad73 Use another way get tool's id for filtering tool from lists.
--HG--
branch : develop
2014-07-29 16:08:38 +03:00
dismine
10ba3eacbb Don't show internal variable if we created her.
--HG--
branch : develop
2014-07-29 15:19:11 +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
dismine
13d369f560 Check for self-assignment, by comparing the pointers.
--HG--
branch : develop
2014-07-27 15:30:28 +03:00
dismine
c0c407f8a8 Call ZoomFitBest() twice before show pattern.
--HG--
branch : develop
2014-07-26 11:56:34 +03:00
dismine
2cf032461d Refactoring.
--HG--
branch : develop
2014-07-25 18:43:32 +03:00
dismine
1f9c1e623e Remove border around point label.
--HG--
branch : develop
2014-07-25 16:37:27 +03:00
dismine
41a8a46b2f Code style fix.
--HG--
branch : develop
2014-07-25 15:22:46 +03:00
dismine
e76eec5ebd Refactoring.
--HG--
branch : develop
2014-07-25 15:16:19 +03:00
dismine
933e63d103 Added new contructor for VPointF.
--HG--
branch : develop
2014-07-25 14:53:39 +03:00
dismine
ccbdff7fb5 Use in dialog tool's container with data after creation tool with Apply button.
--HG--
branch : develop
2014-07-25 14:22:25 +03:00
dismine
1cb1166824 Don't show warning about unsaved change if we have brocken formula.
--HG--
branch : develop
2014-07-25 13:34:02 +03:00
dismine
2ff611b923 Visualization for VToolShoulderPoint.
--HG--
branch : develop
2014-07-25 12:55:27 +03:00
dismine
b8f6629dd1 Visualization for VToolBisector.
--HG--
branch : develop
2014-07-24 16:26:59 +03:00
dismine
0dbd72be67 Refactoring.
--HG--
branch : develop
2014-07-24 14:31:02 +03:00
dismine
33ad980c91 Remove border around qgraphicsitem when selected.
--HG--
branch : develop
2014-07-24 13:20:26 +03:00
dismine
36e90eb86b Visualization for VToolAlongLine.
--HG--
branch : develop
2014-07-24 13:19:41 +03:00
dismine
ba7f8f0507 Menu File->Export pattern (layout).
--HG--
branch : develop
2014-07-23 16:13:08 +03:00
dismine
fdc8031880 Icon application-exit.
--HG--
branch : develop
2014-07-23 14:36:57 +03:00
dismine
3e96256b79 Hide saving to ps and eps format if don't installed pdftops.
--HG--
branch : develop
2014-07-23 14:09:19 +03:00
dismine
af62578652 Correct file name if user did not specify correct suffix.
--HG--
branch : develop
2014-07-23 13:38:01 +03:00
dismine
28fa14cff2 Sometimes need convert from different unit that in a pattern.
--HG--
branch : develop
2014-07-23 13:04:23 +03:00
dismine
3953d6fb22 Visualization for VToolEndLine.
--HG--
branch : develop
2014-07-23 11:56:32 +03:00
dismine
6d0029324b Refactoring visualization tool line.
--HG--
branch : develop
2014-07-21 15:52:15 +03:00
dismine
84beb053c3 Little change in Windows .manifest file.
--HG--
branch : develop
2014-07-21 14:47:48 +03:00
dismine
717a94879c If formula equal zero it is also error.
--HG--
branch : develop
2014-07-21 12:05:59 +03:00
dismine
41834c7b36 New undo command "rename pattern piece".
--HG--
branch : develop
2014-07-17 15:41:48 +03:00
dismine
ad01fe75bd Apply button for dialog line.
--HG--
branch : develop
2014-07-16 20:08:24 +03:00
dismine
356209abfa Refactoring.
--HG--
branch : develop
2014-07-16 15:47:31 +03:00
dismine
d7dfcb8898 Refactoring undocommands. Fix deletion node.
--HG--
branch : develop
2014-07-16 15:37:38 +03:00
dismine
d3624f7060 Disable resizing pattern piece after full parsing.
--HG--
branch : develop
2014-07-16 11:45:42 +03:00
dismine
4b9e40175a No need get chosen object for dialog anymore for just showing options.
--HG--
branch : develop
2014-07-15 17:42:41 +03:00
dismine
0c42eb06b2 Fix crash. Redefine updating list of variables.
--HG--
branch : develop
2014-07-15 17:28:19 +03:00
dismine
ff3b3d8797 Make size dialogline unchangeable.
--HG--
branch : develop
2014-07-15 16:55:57 +03:00
dismine
b08019104e Visualization for VToolLine.
--HG--
branch : develop
2014-07-15 16:51:15 +03:00
dismine
6c6ee3c883 Prepare folder for issue #16: Visualization.
--HG--
branch : develop
2014-07-14 21:16:00 +03:00
dismine
9563604d67 Refactoring method PointNameChanged.
--HG--
branch : develop
2014-07-14 19:28:41 +03:00
dismine
84050f042b DialogTriangle - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 19:12:51 +03:00
dismine
9693d6d63e DialogSpline - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 18:57:12 +03:00
dismine
d4d55228a6 DialogShoulderPoint, DialogPointOfIntersection - check if names of points don't
equal.

--HG--
branch : develop
2014-07-14 18:32:00 +03:00
dismine
3f50c316de DialogPointOfContact - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 18:15:55 +03:00
dismine
6c72dfabb4 DialogNormal - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 18:07:56 +03:00
dismine
efd6760e30 DialogLineIntersect - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 18:01:14 +03:00
dismine
c090325875 DialogLine - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 16:33:03 +03:00
dismine
f9283ed938 DialogHeight - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 15:57:16 +03:00
dismine
0c6dc67090 DialogBisector - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 14:54:41 +03:00
dismine
0e3da0d902 DialogAlongLine - check if names of points don't equal.
--HG--
branch : develop
2014-07-14 13:21:46 +03:00
dismine
81f77054af Fix zooming to original size.
--HG--
branch : develop
2014-07-13 17:25:36 +03:00
dismine
e2ffad7146 Fix missing headers, fix for precompiled header on Windows, fix zooming.
--HG--
branch : develop
2014-07-13 15:49:00 +03:00
dismine
e670ab0fd8 Open all patterns from list of command line arguments.
--HG--
branch : develop
2014-07-12 22:48:05 +03:00
dismine
5ba92396c2 After changing active pattern piece calculate pattern piece's bounding rect and
use them for best fit zooming.

--HG--
branch : develop
2014-07-12 19:25:25 +03:00
dismine
c7c7f88977 Refactoring dialog history. Method Record().
--HG--
branch : develop
2014-07-11 18:47:05 +03:00
dismine
7ae44c600a Fix crash in history dialog.
--HG--
branch : develop
2014-07-11 17:22:00 +03:00
dismine
b29778aa1a ZoomOriginal and ZoomFitBest.
--HG--
branch : develop
2014-07-11 16:10:54 +03:00
dismine
2f43ba669d Measurement name can't have "." and ",". This names do not valid for math
parser.

--HG--
branch : develop
2014-07-10 18:07:03 +03:00
dismine
169f61ae7a Fix path to directory with measurements if path in pattern wrong. Show status
unsaved for pattern if path was changed.

--HG--
branch : develop
2014-07-10 15:03:37 +03:00
dismine
227cc6a2c0 Refactoring - hide settings constructor. Using pointer instead.
--HG--
branch : develop
2014-07-10 12:36:46 +03:00
dismine
e64e218bf1 Fix.
--HG--
branch : develop
2014-07-10 11:34:07 +03:00
dismine
b64369d58f Little refactoring. Convert value to measurements table unit.
--HG--
branch : develop
2014-07-10 10:10:29 +03:00
dismine
fda8cc24fa New icons personal information and measurements.
--HG--
branch : develop
2014-07-09 17:20:13 +03:00
dismine
91843fe8d8 Application doesn't support standard table with inches.
--HG--
branch : develop
2014-07-09 16:44:26 +03:00
dismine
6f127035f4 Show default unit in dialog individual measurements.
--HG--
branch : develop
2014-07-09 15:35:52 +03:00
dismine
f8d304e7fc Refactoring. Better support units - conversion (cm and mm). Standard table
doesn't support inches anymore.

--HG--
branch : develop
2014-07-09 15:23:04 +03:00
dismine
c1319d8da7 Return old spline path name -> SplPath.
--HG--
branch : develop
2014-07-08 17:35:46 +03:00
dismine
2c24eead7d Broken path to icon.
--HG--
branch : develop
2014-07-08 15:06:57 +03:00
dismine
cf6260dd26 Show dialogs on screen center.
--HG--
branch : develop
2014-07-08 15:01:20 +03:00
dismine
354d722fd2 We can't Undo if only opening pattern.
--HG--
branch : develop
2014-07-08 14:26:13 +03:00
dismine
e805d36114 Save pointer to main window. Use when need create modal window.
--HG--
branch : develop
2014-07-08 13:59:50 +03:00
dismine
a4f6c2a10c Hide maximize button for tool dialogs.
--HG--
branch : develop
2014-07-04 18:48:53 +03:00
dismine
612fc88038 Using standard table was broken.
--HG--
branch : develop
2014-07-04 18:20:24 +03:00
dismine
c9e2c32dae Fix opening patterns.
--HG--
branch : develop
2014-07-04 17:52:11 +03:00
dismine
7d34444398 No need create make install target for library.
--HG--
branch : develop
2014-07-04 16:11:18 +03:00
dismine
f82364e53b Make tool's dialog modal.
--HG--
branch : develop
2014-07-04 14:55:36 +03:00
dismine
8ab19ced93 Set scene size to size scene view before creation first pattern piece.
--HG--
branch : develop
2014-07-04 13:10:16 +03:00
dismine
99e80daee3 Changes for building single deb package.
--HG--
branch : develop
2014-06-30 17:20:49 +03:00
dismine
57227729b8 Wrong target for make instal QmuParser.
--HG--
branch : develop
2014-06-27 09:28:28 +03:00
dismine
186b427750 Try avoid redefining LOC_REV.
--HG--
branch : develop
2014-06-26 20:50:37 +03:00
dismine
23a709e301 Change name to LOC_REV.
--HG--
branch : develop
2014-06-26 19:08:17 +03:00
dismine
6218101f61 Change way define LOCAL_REVISION value.
--HG--
branch : develop
2014-06-26 17:05:49 +03:00
dismine
db9b526390 Change for new deb package.
--HG--
branch : develop
2014-06-26 14:42:58 +03:00
dismine
a980381cb4 Refactoring.
--HG--
branch : develop
2014-06-26 13:48:31 +03:00
dismine
280b7c9584 Refactoring.
--HG--
branch : develop
2014-06-26 13:41:59 +03:00
dismine
88b8a00a2e Refactoring.
--HG--
branch : develop
2014-06-26 13:26:13 +03:00
dismine
f8882f48f1 Refactoring.
--HG--
branch : develop
2014-06-25 17:18:35 +03:00
dismine
881c203a8c Refactoring.
--HG--
branch : develop
2014-06-25 17:14:02 +03:00
dismine
bc87f5ffbe Refactoring.
--HG--
branch : develop
2014-06-25 17:08:12 +03:00
dismine
129e579612 Refactoring.
--HG--
branch : develop
2014-06-25 16:32:31 +03:00
dismine
390e48cddb Calculate revision number only in release mode.
--HG--
branch : develop
2014-06-25 15:26:44 +03:00
dismine
f4801daea4 Refactoring.
--HG--
branch : develop
2014-06-25 15:23:01 +03:00
dismine
623e2ef6dd Refactoring.
--HG--
branch : develop
2014-06-25 13:30:22 +03:00
dismine
9aaf90bf5b Refactoring VToolArc.
--HG--
branch : develop
2014-06-25 12:56:19 +03:00
dismine
29b36745fe Make windows size unchangeable.
--HG--
branch : develop
2014-06-24 14:20:18 +03:00
dismine
8d665417b5 Logo in property windowIcon.
--HG--
branch : develop
2014-06-24 11:56:52 +03:00
dismine
3267bec1c2 Add actions undo and redo on toolbar.
--HG--
branch : develop
2014-06-24 11:47:28 +03:00
dismine
82836c15a1 Fixed issue #82. Fixed issue #83. Fixed issue #85.
--HG--
branch : develop
2014-06-24 11:23:39 +03:00
dismine
ed25d04e5e Fixed issue #148. Fixed issue #149.
--HG--
branch : develop
2014-06-22 19:46:47 +03:00
dismine
2147e9fd97 Config pages in separate files.
--HG--
branch : develop
2014-06-21 10:59:43 +03:00
dismine
ffd898be7d Formula height cannot be initialized in initialization list.
--HG--
branch : feature
2014-06-19 15:01:38 +03:00
dismine
ac71fd3cad Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-19 14:43:02 +03:00
dismine
ce19b4ccab New arrows icons.
--HG--
branch : feature
2014-06-19 13:23:56 +03:00
dismine
0aca968e61 New icons.
--HG--
branch : feature
2014-06-19 13:10:09 +03:00
dismine
9fdedf85fc Replace Q_ASSERT by SCASSERT.
--HG--
branch : feature
2014-06-19 12:31:56 +03:00
dismine
1884e302b4 Refactoring. Delete repetitive code. Replace lineEdit by plainTextEdit.
--HG--
branch : feature
2014-06-19 12:29:56 +03:00
dismine
e01b8b2164 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 19:17:18 +03:00
dismine
717fabed9a Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 19:11:14 +03:00
dismine
95422546b6 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 16:07:12 +03:00
dismine
ec44c57c34 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 15:58:57 +03:00
dismine
aa1b67d093 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 15:20:35 +03:00
dismine
3b36cd8af4 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 15:13:55 +03:00
dismine
2406334138 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 15:11:48 +03:00
dismine
1a25b82019 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 14:52:53 +03:00
dismine
3ad852243e Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 14:50:27 +03:00
dismine
9fe7c7f622 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 14:47:43 +03:00
dismine
3492514b04 Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 14:45:11 +03:00
dismine
9fb5a0206a Refactoring. Delete repetitive code.
--HG--
branch : feature
2014-06-18 14:38:20 +03:00
dismine
0659be3375 Refactoring.
--HG--
branch : feature
2014-06-18 14:10:26 +03:00
dismine
9d001ea00a Refactoring.
--HG--
branch : feature
2014-06-18 13:40:42 +03:00
dismine
c4ddcdffe8 Coverity Scan.
--HG--
branch : develop
2014-06-17 15:56:14 +03:00
dismine
c3355e37e4 Includes for Coverity Scan, again.
--HG--
branch : develop
2014-06-17 12:50:11 +03:00
dismine
7f18d2302e New logo.
--HG--
branch : develop
2014-06-16 20:42:01 +03:00
dismine
507ccd686e Vera++.
--HG--
branch : develop
2014-06-16 20:18:36 +03:00
dismine
3e363aea81 Cppcheck. Fix for garbage collector.
--HG--
branch : develop
2014-06-16 20:08:23 +03:00
dismine
0101a6f56c Merge
--HG--
branch : develop
2014-06-16 15:15:50 +03:00
dismine
2b000cd59f Fixed issue #4.
--HG--
branch : feature
2014-06-16 15:14:46 +03:00
dismine
814e414b4b Fix for broken move detail and move single point.
--HG--
branch : feature
2014-06-16 10:52:55 +03:00
Patrick Proy
c4bb571d67 New icon for community config
--HG--
branch : develop
2014-06-15 23:23:23 +02:00
Patrick Proy
519fe62c9a Added settings for issue#80 and issue#122
--HG--
branch : develop
2014-06-15 21:30:26 +02:00
dismine
01c195fd90 Union details can be undo.
--HG--
branch : feature
2014-06-15 20:21:21 +03:00
dismine
fe67e8e57f Undo add detail and add union details.
--HG--
branch : feature
2014-06-15 20:07:54 +03:00
dismine
cf880a04cd Fix for undo command DeletePatternPiece.
--HG--
branch : feature
2014-06-15 11:04:49 +03:00
dismine
d66a4b98fe New undo command DeletePatternPiece.
--HG--
branch : feature
2014-06-14 16:10:16 +03:00
dismine
a31157f88c Move documantation to cpp file.
--HG--
branch : feature
2014-06-14 09:42:01 +03:00
dismine
12cbc8b566 New undo command DelTool.
--HG--
branch : feature
2014-06-14 09:37:25 +03:00
dismine
a755089a99 Move documantation to cpp file.
--HG--
branch : feature
2014-06-13 20:02:41 +03:00