Roman Telezhynskyi
|
892e5f298f
|
Fix bug. Piece must increase reference count for each pin.
--HG--
branch : feature
|
2017-02-24 19:48:54 +02:00 |
|
Roman Telezhynskyi
|
02fde1464d
|
Fix infinite redrawing.
--HG--
branch : feature
|
2017-02-24 19:47:13 +02:00 |
|
Roman Telezhynskyi
|
449543f203
|
Show warning icon if only both requirements are false.
--HG--
branch : feature
|
2017-02-24 19:42:06 +02:00 |
|
Roman Telezhynskyi
|
1e525ed788
|
User should at least has valid pins or not null lengths of grainline.
--HG--
branch : feature
|
2017-02-24 17:23:02 +02:00 |
|
Roman Telezhynskyi
|
86cc0fa0b0
|
Fix typo.
--HG--
branch : feature
|
2017-02-24 17:21:43 +02:00 |
|
Roman Telezhynskyi
|
3a2752ef37
|
Move all grainline objects inside a group box.
--HG--
branch : feature
|
2017-02-24 17:21:17 +02:00 |
|
Roman Telezhynskyi
|
d9bf2d5d6c
|
Get window text color from dialog palette. Set Ok color only for Active state.
--HG--
branch : feature
|
2017-02-24 17:17:56 +02:00 |
|
Roman Telezhynskyi
|
edf2b2e74a
|
Fix typo.
--HG--
branch : feature
|
2017-02-24 16:37:11 +02:00 |
|
Roman Telezhynskyi
|
3ebbc53a01
|
Delete pin visualization when close Seam allowance dialog.
--HG--
branch : feature
|
2017-02-24 12:14:28 +02:00 |
|
Roman Telezhynskyi
|
757a5ec550
|
Fix typo.
--HG--
branch : feature
|
2017-02-24 12:11:00 +02:00 |
|
Roman Telezhynskyi
|
5f4760f06f
|
Read/write info about pin points.
--HG--
branch : feature
|
2017-02-23 16:49:20 +02:00 |
|
Roman Telezhynskyi
|
8721a4a5d8
|
Dialog Seam allowance tool now allow select pin points.
--HG--
branch : feature
|
2017-02-23 16:33:15 +02:00 |
|
Roman Telezhynskyi
|
f36a4d6621
|
Copy-on-write for class VGrainlineData.
--HG--
branch : feature
|
2017-02-23 14:04:49 +02:00 |
|
Roman Telezhynskyi
|
1710e3cdb7
|
Refactoring. Prepare folder structure for new hierarchy.
--HG--
branch : feature
|
2017-02-23 11:37:19 +02:00 |
|
Roman Telezhynskyi
|
a287913500
|
Refactoring. Rename class VGrainlineGeometry to VGrainlineData.
--HG--
branch : feature
|
2017-02-23 11:33:17 +02:00 |
|
Roman Telezhynskyi
|
4e3ee3eefd
|
Refactoring. Rename class VPatternInfoGeometry to VPatternLabelData.
--HG--
branch : feature
|
2017-02-23 11:26:25 +02:00 |
|
Roman Telezhynskyi
|
37efefe1ec
|
Refactoring. Rename class VPatternPieceData to VPieceLabelData.
--HG--
branch : feature
|
2017-02-23 11:19:27 +02:00 |
|
Roman Telezhynskyi
|
e7651c7194
|
Merge with develop.
--HG--
branch : feature
|
2017-02-23 09:29:28 +02:00 |
|
Roman Telezhynskyi
|
5a2604d2bd
|
"catch" a specific exception type.
--HG--
branch : develop
|
2017-02-22 19:49:17 +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
|
3bf65edaa6
|
Merge with develop.
--HG--
branch : feature
|
2017-02-22 14:48:48 +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
|
146c936ccf
|
Clang warning.
--HG--
branch : develop
|
2017-02-22 08:11:13 +02:00 |
|
Roman Telezhynskyi
|
4ed5fd9329
|
QScopedPointer doesn't support deleting from outside.
--HG--
branch : develop
|
2017-02-22 08:02:28 +02:00 |
|
Roman Telezhynskyi
|
d84fd78a38
|
Fixed bug. Operation tools did not obey tool selection type.
--HG--
branch : develop
|
2017-02-21 16:16:02 +02:00 |
|
Roman Telezhynskyi
|
38abf5c9a0
|
Removed redundant forward declaration.
--HG--
branch : develop
|
2017-02-18 11:22:59 +02:00 |
|
Roman Telezhynskyi
|
8f0f2399e2
|
Use QScopedPointer to prevent memory leaks.
--HG--
branch : develop
|
2017-02-18 10:43:06 +02:00 |
|
Roman Telezhynskyi
|
ca9bdbd3fb
|
QSharedPointer doesn't support deleting object from outside.
--HG--
branch : feature
|
2017-02-15 16:43:12 +02:00 |
|
Roman Telezhynskyi
|
18bbca7b9a
|
Cppcheck warning.
--HG--
branch : feature
|
2017-02-15 16:07:52 +02:00 |
|
Roman Telezhynskyi
|
ff2d9c28fe
|
Init all pin comboboxes.
--HG--
branch : feature
|
2017-02-15 15:32:48 +02:00 |
|
Roman Telezhynskyi
|
a3d27bf9db
|
Refacoring. Use marcos for getting current combobox data.
--HG--
branch : feature
|
2017-02-15 15:23:04 +02:00 |
|
Roman Telezhynskyi
|
6597f68dad
|
Show all pins when tab Pins is active.
--HG--
branch : feature
|
2017-02-14 17:33:30 +02:00 |
|
Roman Telezhynskyi
|
79a1caa4d7
|
Translate path node names.
--HG--
branch : feature
|
2017-02-14 15:12:37 +02:00 |
|
Roman Telezhynskyi
|
fc86069f7c
|
Dialog Seam allowance tool. Show pins in a list.
--HG--
branch : feature
|
2017-02-14 15:11:54 +02:00 |
|
Roman Telezhynskyi
|
71ac49a221
|
Merge with develop.
--HG--
branch : feature
|
2017-02-13 15:29:37 +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
|
8814c07d14
|
Fixed bug. Grainline's formulas were not converted to internal look.
--HG--
branch : develop
|
2017-02-13 08:30:34 +02:00 |
|
Roman Telezhynskyi
|
16871a0466
|
Fix bug with Default button.
--HG--
branch : develop
|
2017-02-12 15:42:21 +02:00 |
|
Roman Telezhynskyi
|
6fd45d9e2c
|
Path should also supports elliptical arc.
--HG--
branch : develop
|
2017-02-10 16:47:15 +02:00 |
|
Roman Telezhynskyi
|
ddd2e3054f
|
Fixed issue #625. Seam allowance tool does not take decimals with locale
de_DE.utf8.
--HG--
branch : develop
|
2017-02-10 15:02:03 +02:00 |
|
Roman Telezhynskyi
|
5edc241426
|
Fix corruption a pattern after using Union Details tool.
--HG--
branch : develop
|
2017-02-08 11:06:17 +02:00 |
|
Roman Telezhynskyi
|
a1774149f6
|
Fixed issue #622. Piece lost custom seam allowance data.
--HG--
branch : develop
|
2017-02-08 10:28:18 +02:00 |
|
Roman Telezhynskyi
|
8a19d8a0b1
|
Fix bug with "internal variable" in localized form.
Some tools have internal variables, if click button Apply a dialog lost
information about such a variable.
--HG--
branch : develop
|
2017-02-06 13:38:47 +02:00 |
|
Roman Telezhynskyi
|
29c61b9778
|
Fix minore bugs in Seam allowance tool.
--HG--
branch : develop
|
2017-02-04 20:30:32 +02:00 |
|
Roman Telezhynskyi
|
8549e55fec
|
Union Details tool now supports pin points.
--HG--
branch : feature
|
2017-02-01 13:31:14 +02:00 |
|
Roman Telezhynskyi
|
4831d263b9
|
Union Details tool. Small improvements and bug fixes.
--HG--
branch : develop
|
2017-02-01 13:27:38 +02:00 |
|
Roman Telezhynskyi
|
3f8dc54acb
|
Union Details tool. Small improvements and bug fixes.
--HG--
branch : feature
|
2017-02-01 13:27:38 +02:00 |
|
Roman Telezhynskyi
|
415e5a25a5
|
Merge with develop.
--HG--
branch : feature
|
2017-02-01 12:26:08 +02:00 |
|
Roman Telezhynskyi
|
b5d50288a8
|
Union Details tool brokes a pattern.
--HG--
branch : develop
|
2017-02-01 12:22:36 +02:00 |
|