Roman Telezhynskyi
c44a16197b
Merge with develop.
...
--HG--
branch : feature
2017-01-13 16:06:54 +02:00
Roman Telezhynskyi
dabac6b17d
Better help messages.
...
--HG--
branch : feature
2017-01-13 16:06:39 +02:00
Roman Telezhynskyi
c065824306
Fix crash when create an internal path.
...
--HG--
branch : feature
2017-01-13 16:06:03 +02:00
Roman Telezhynskyi
548f7844f4
Missed to replace VDetail by VPiece.
...
--HG--
branch : feature
2017-01-13 15:19:27 +02:00
Roman Telezhynskyi
f51d32d88e
Move static methods to private section.
...
--HG--
branch : feature
2017-01-13 10:24:48 +02:00
Roman Telezhynskyi
29490b9e66
Removed dialog Detail.
...
--HG--
branch : feature
2017-01-12 19:17:13 +02:00
Roman Telezhynskyi
297b73a951
VToolSeamAllowance add grainline and labels. Only the dialog.
...
--HG--
branch : feature
2017-01-12 19:09:00 +02:00
Roman Telezhynskyi
e7adac78ba
Parse grainline and labels data tool Seam allowance.
...
--HG--
branch : feature
2017-01-12 16:08:27 +02:00
Roman Telezhynskyi
1b8ecdcb27
Refactoring names.
...
--HG--
branch : feature
2017-01-12 15:58:45 +02:00
Roman Telezhynskyi
c9cb6adc36
VToolSeamAllowance add grain line and labels. Only the tool.
...
--HG--
branch : feature
2017-01-12 15:51:08 +02:00
Roman Telezhynskyi
1fffac502d
Disable test PossibleInfiniteClearLoops on Windows.
...
--HG--
branch : develop
2017-01-11 16:01:01 +02:00
Roman Telezhynskyi
3634867c47
Try to fix Qt error.
...
--HG--
branch : feature
2017-01-11 15:01:49 +02:00
Roman Telezhynskyi
12162e49e8
Port changes from develop branch.
...
--HG--
branch : feature
2017-01-11 14:53:16 +02:00
Roman Telezhynskyi
5a95ce9c8a
Merge with develop.
...
--HG--
branch : feature
2017-01-11 14:05:06 +02:00
Roman Telezhynskyi
ebe12ba5af
Added note about test case file.
...
--HG--
branch : develop
2017-01-11 13:59:57 +02:00
Roman Telezhynskyi
ff03f67663
Fix infinite loop in method VAbstractDetail::CheckLoops().
...
--HG--
branch : develop
2017-01-11 13:54:06 +02:00
Roman Telezhynskyi
bf067d6bf5
Fix broken test.
...
--HG--
branch : develop
2017-01-10 20:46:35 +02:00
Roman Telezhynskyi
5aa863cf3b
Modified output to see point coordinates.
...
--HG--
branch : develop
2017-01-10 20:45:15 +02:00
Roman Telezhynskyi
6198e58a81
Appveyor. Return to default behavior. If at least one job has failed the
...
entire build is marked as failed.
--HG--
branch : develop
2017-01-10 18:10:14 +02:00
Roman Telezhynskyi
e952260a9f
Fixed issue #609 . Bug in CheckLoops method. Better handling internal and
...
external loops.
--HG--
branch : develop
2017-01-09 18:25:13 +02:00
Roman Telezhynskyi
1108fab674
Instead of commithooks call push to github manually.
...
--HG--
branch : develop
2017-01-05 18:25:46 +02:00
Roman Telezhynskyi
a842e2c2d1
Fixed issue #604 . Seams allowances gets "weird" and turns inward when changing
...
measurment file.
--HG--
branch : develop
2017-01-05 17:16:36 +02:00
Roman Telezhynskyi
fe8179d1bf
Do not update labels and grain line if disabled.
...
--HG--
branch : develop
2017-01-05 13:13:44 +02:00
Roman Telezhynskyi
d4317a61ec
Fix division by zero.
...
--HG--
branch : develop
2017-01-05 13:11:18 +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
f4a2d64497
Completely remove unsupported XML editor.
...
--HG--
branch : develop
2017-01-03 20:16:04 +02:00
Roman Telezhynskyi
ab2e682e1e
AppVeyour. Generate debug symbols only when deploy.
...
Think it will help avoid hosting limitations.
--HG--
branch : develop
2017-01-03 16:21:54 +02:00
Roman Telezhynskyi
b41ea624da
Fix linker error on Windows.
...
--HG--
branch : develop
2017-01-03 14:37:27 +02:00
Roman Telezhynskyi
66b8097194
Silent warning [-Werror=unused-but-set-variable].
...
--HG--
branch : develop
2017-01-03 12:00:21 +02:00
Roman Telezhynskyi
7f105e97e0
Port changes from issue #606 .
...
--HG--
branch : feature
2017-01-03 11:50:55 +02:00
Roman Telezhynskyi
b4c4a22a4c
Merge with develop.
...
--HG--
branch : feature
2017-01-03 11:48:22 +02:00
Roman Telezhynskyi
73f201303f
Silent warning [-Werror=unused-but-set-variable].
...
--HG--
branch : develop
2017-01-03 11:40:40 +02:00
Roman Telezhynskyi
be17f7f30a
Cppcheck warning.
...
--HG--
branch : develop
2017-01-03 11:32:19 +02:00
Roman Telezhynskyi
da6cd92b22
Resolved issue #606 . Mac OS X. Can’t type in measurements due to digit count
...
limitation.
--HG--
branch : develop
2017-01-03 11:14:32 +02:00
Roman Telezhynskyi
290f78651d
Updated test name regex.
...
--HG--
branch : develop
2017-01-03 11:09:24 +02:00
Roman Telezhynskyi
dd3ec71c34
Original muparser doesn't support thousand separator for C locale because by
...
default used ',' as group separator.
In contrary we use ';' as gorup separator and should support C locale thousand
separator ','.
--HG--
branch : develop
2017-01-03 11:08:29 +02:00
Roman Telezhynskyi
c79c4ed256
Update name regex to support all supported locales.
...
--HG--
branch : develop
2017-01-03 11:02:24 +02:00
Roman Telezhynskyi
0467033855
Fix potential memory leak.
...
--HG--
branch : develop
2017-01-03 10:58:52 +02:00
Roman Telezhynskyi
86f4b21879
Instead of method QLocale::system() better to use the default constructor.
...
Usefull in case we will deside change default locale.
--HG--
branch : develop
2017-01-03 10:46:28 +02:00
Roman Telezhynskyi
704f44feeb
Fix broken make_install.bat on Windows 64 bit.
...
--HG--
branch : develop
2016-12-29 21:41:39 +02:00
Roman Telezhynskyi
d3056ca893
Generate debug symbols because we deploy.
...
--HG--
branch : develop
2016-12-27 15:57:33 +02:00
Roman Telezhynskyi
7598855bb8
Prepare dylibs and frameworks to work inside of bundle.
...
--HG--
branch : develop
2016-12-27 14:31:20 +02:00
Roman Telezhynskyi
8b5f086fcf
Forgot to update bintray.json.
...
--HG--
branch : develop
2016-12-26 14:05:39 +02:00
Roman Telezhynskyi
1e1f3cb9c6
Deploy from Mac OS X .tar.gz archive because .zip doesn't save executable
...
permissions.
--HG--
branch : develop
2016-12-26 13:37:02 +02:00
Roman Telezhynskyi
d8f9bde7b3
Lupdate.
...
--HG--
branch : develop
2016-12-26 11:58:09 +02:00
Roman Telezhynskyi
ff87b32ae9
Port changes for issue #603 .
...
--HG--
branch : feature
2016-12-23 14:00:50 +02:00
Roman Telezhynskyi
0419f60e0b
Merge with develop.
...
--HG--
branch : feature
2016-12-23 12:58:17 +02:00
Roman Telezhynskyi
b964d7f38b
Fix problem with replacing develop version by minor version from previous
...
stable branch.
--HG--
branch : develop
2016-12-23 11:18:02 +02:00
Roman Telezhynskyi
4d277f392e
Fix switching to Layout page when enable Layout mode.
...
--HG--
branch : develop
2016-12-23 11:11:00 +02:00
Roman Telezhynskyi
c9e9fb57d5
Fixed issue #603 . Wrong layout caused by wrong seam allowance.
...
--HG--
branch : develop
2016-12-23 10:25:45 +02:00