Roman Telezhynskyi
|
81cda14c06
|
Refactoring. Pass position data as struct.
--HG--
branch : develop
|
2019-03-26 18:54:59 +02:00 |
|
Roman Telezhynskyi
|
93334c7f7d
|
Show error when preparing pieces fails.
--HG--
branch : develop
|
2019-03-26 18:21:31 +02:00 |
|
Roman Telezhynskyi
|
6b6d124cbb
|
Refactoring.
--HG--
branch : develop
|
2019-03-26 17:47:27 +02:00 |
|
Roman Telezhynskyi
|
335d4e2b81
|
Fix typo.
--HG--
branch : develop
|
2019-03-26 17:30:25 +02:00 |
|
Roman Telezhynskyi
|
263b99ff19
|
Improve API for class VNoBrushScalePathItem. Added method SetWidth().
--HG--
branch : develop
|
2019-03-26 17:26:15 +02:00 |
|
Roman Telezhynskyi
|
c4d07125dc
|
Refactoring define new type for id value.
--HG--
branch : develop
|
2019-03-26 17:15:03 +02:00 |
|
Roman Telezhynskyi
|
d0f738c0f0
|
Cleaning. Remove commented section.
--HG--
branch : develop
|
2019-03-26 17:13:44 +02:00 |
|
Roman Telezhynskyi
|
657ef52ab3
|
Lupdate.
--HG--
branch : develop
|
2019-03-25 14:14:52 +02:00 |
|
Roman Telezhynskyi
|
7588a7f402
|
Extend Label language to support Czech alphabet.
--HG--
branch : develop
|
2019-03-25 13:56:50 +02:00 |
|
Roman Telezhynskyi
|
98fcfbbb56
|
Create command line parser after loading translations to show localized version.
--HG--
branch : develop
|
2019-03-25 13:49:23 +02:00 |
|
Roman Telezhynskyi
|
2c8539a30d
|
Fixed issue #956. Setting pattern unit doesn't change combobox value in Tape
app.
(grafted from 591df5032a71d33d0f17242bebc2d128f9e27d99)
--HG--
branch : develop
|
2019-03-14 11:53:08 +02:00 |
|
Roman Telezhynskyi
|
5008c2c248
|
Fix warning: catching polymorphic type 'class VExceptionBadId' by value
[-Wcatch-value=].
--HG--
branch : develop
|
2019-03-05 11:42:38 +02:00 |
|
Roman Telezhynskyi
|
c8a5b4a618
|
Collect garbage only in gui mode.
--HG--
branch : develop
|
2019-03-04 15:00:59 +02:00 |
|
Roman Telezhynskyi
|
6e60171bf7
|
Speed up loading pattern file by delaying garbage collecting.
--HG--
branch : develop
|
2019-03-04 14:58:27 +02:00 |
|
Roman Telezhynskyi
|
d291051dfb
|
Collect garbage only after successfully parse. This way wrongly accused items
have one more time to restore a reference.
--HG--
branch : develop
|
2019-03-04 14:55:40 +02:00 |
|
Roman Telezhynskyi
|
add6d9facf
|
Don't use Q_UNUSED if we can just skip argument.
--HG--
branch : develop
|
2019-03-04 14:42:42 +02:00 |
|
Roman Telezhynskyi
|
504e617686
|
Fixed issue #955. Valentina corrupts file.
(grafted from 8e9fc213aa8018ebcf889cc9baa3f08a31b4e423)
--HG--
branch : develop
|
2019-03-04 14:40:58 +02:00 |
|
Roman Telezhynskyi
|
33d83cedea
|
Improve VPiece::IsSeamAllowanceValid. If called for piece without seam
allowance return true.
--HG--
branch : develop
|
2019-03-01 17:20:21 +02:00 |
|
Roman Telezhynskyi
|
2c19640089
|
Don't use Qt OpenGL module since Q5.4.
(grafted from 82e62ea2d785e093af68089e509b224f3f4f843f)
--HG--
branch : develop
|
2019-03-01 14:02:19 +02:00 |
|
Roman Telezhynskyi
|
a479f3cb40
|
Improve checking allowance validity.
--HG--
branch : develop
|
2019-02-27 20:33:59 +02:00 |
|
Roman Telezhynskyi
|
782b257c04
|
Fixed issue #954. Valentina produces empty rotation operation.
(grafted from 0108ef767e2447e5b5f39378bcf245e25947a25d)
--HG--
branch : develop
|
2019-02-24 17:29:12 +02:00 |
|
Roman Telezhynskyi
|
d5b50a7850
|
Fix build on Qt 5.2.
--HG--
branch : develop
|
2019-02-24 08:34:49 +02:00 |
|
Roman Telezhynskyi
|
8224c437d7
|
Move running tests in separate build job. This potensially can give speed
optimization if travis shares cchace between build jobs.
--HG--
branch : develop
|
2019-02-24 08:12:04 +02:00 |
|
Roman Telezhynskyi
|
0446a0653c
|
Don't block moving piece label or grainline if pin id is not valid.
--HG--
branch : develop
|
2019-02-24 06:58:35 +02:00 |
|
Roman Telezhynskyi
|
77ae13ae18
|
New pedantic check. Check if allowance path is valid.
This check validate seam allowance path and layout allowance path.
--HG--
branch : develop
|
2019-02-23 18:43:06 +02:00 |
|
Roman Telezhynskyi
|
73885ea890
|
Optimization. Delay refresh a piece internals update.
--HG--
branch : develop
|
2019-02-23 13:24:41 +02:00 |
|
Roman Telezhynskyi
|
bafb7ff70a
|
I have found out that QTest functions chop message string. Because most
valuable for us information goes last we must keep this in mind.
--HG--
branch : develop
|
2019-02-22 17:54:00 +02:00 |
|
Roman Telezhynskyi
|
be7d0692a4
|
Refresh piece geometry if in test mode.
--HG--
branch : develop
|
2019-02-22 12:19:52 +02:00 |
|
Roman Telezhynskyi
|
81bde9bb95
|
Fix issue with loop clearing.
--HG--
branch : develop
|
2019-02-20 09:59:59 +02:00 |
|
Roman Telezhynskyi
|
5472bef03e
|
Fixed issue #948. Not possible to create point at 0 degrees.
--HG--
branch : develop
|
2019-02-19 17:18:14 +02:00 |
|
Roman Telezhynskyi
|
f44362297b
|
No testing on travis, save more time for sonarcloud.
--HG--
branch : develop
|
2019-02-18 16:06:42 +02:00 |
|
Roman Telezhynskyi
|
02754e67cd
|
Try to speed up sonarqube scanning.
--HG--
branch : develop
|
2019-02-18 15:52:32 +02:00 |
|
Roman Telezhynskyi
|
e1cd58db03
|
Fixed issue #946. Impossible to create pattern in detail mode.
--HG--
branch : develop
|
2019-02-18 14:37:39 +02:00 |
|
Roman Telezhynskyi
|
89dd0ae4e5
|
Fixing error qt5: unknown version :mountain_lion.
--HG--
branch : develop
|
2019-02-16 13:52:52 +02:00 |
|
Roman Telezhynskyi
|
00313493de
|
Changes for travis.
--HG--
branch : develop
|
2019-02-16 13:42:31 +02:00 |
|
Roman Telezhynskyi
|
230eb0fa54
|
Fixes for travis.
--HG--
branch : develop
|
2019-02-16 13:13:17 +02:00 |
|
Roman Telezhynskyi
|
372df4661a
|
Fix reference counting for modeling objects.
--HG--
branch : develop
|
2019-02-16 11:57:47 +02:00 |
|
Roman Telezhynskyi
|
939a18011c
|
Lupdate.
--HG--
branch : develop
|
2019-02-15 15:51:09 +02:00 |
|
Roman Telezhynskyi
|
c118b36579
|
Fix regression.
--HG--
branch : develop
|
2019-02-14 17:20:56 +02:00 |
|
Roman Telezhynskyi
|
ab93e4d448
|
Fix bug in method SetAttributeOrRemoveIf.
--HG--
branch : develop
|
2019-02-14 16:25:39 +02:00 |
|
Roman Telezhynskyi
|
9b1cdb1848
|
Improve localization of modifier keys.
--HG--
branch : develop
|
2019-02-14 13:18:16 +02:00 |
|
Roman Telezhynskyi
|
43a914781f
|
Cppcheck warning.
--HG--
branch : develop
|
2019-02-13 17:38:22 +02:00 |
|
Roman Telezhynskyi
|
c12aeca599
|
Resolved issue #936. Improve list of predefined paper size formats for layout
export. Added format Tabloid.
--HG--
branch : develop
|
2019-02-13 17:30:27 +02:00 |
|
Roman Telezhynskyi
|
170238ede7
|
Fixed issue #942. Save Layout mode ignores paper format for tiled PDF.
(grafted from 235a477541863a5ec59ee6115ebfdab5f746b8ff)
--HG--
branch : develop
|
2019-02-13 16:41:31 +02:00 |
|
Roman Telezhynskyi
|
883d2c04f6
|
Resolved issue #937. Wrong symmetrical seam corners on pieces.
(grafted from 8c1b09cc7bc40d6d40e39d931d3e040b0323bd87)
--HG--
branch : develop
|
2019-02-13 16:32:38 +02:00 |
|
Roman Telezhynskyi
|
107af20c80
|
Clazy warnings.
--HG--
branch : develop
|
2019-02-13 12:24:26 +02:00 |
|
Roman Telezhynskyi
|
0d3f073c92
|
Fix name of file.
(grafted from c1bf2fd55aa57b4293b0bdbe333d800edd1e1bf4)
--HG--
branch : develop
|
2019-02-12 15:47:02 +02:00 |
|
Roman Telezhynskyi
|
dc4fca7a76
|
Forgot to comment test data dump functions.
(grafted from 3f7b9889eedf7ae49f804cf6ace7cebec122fbec)
--HG--
branch : develop
|
2019-02-12 15:37:38 +02:00 |
|
Roman Telezhynskyi
|
63e402ba8a
|
Resolved issue #937. Wrong symmetrical seam corners on pieces.
(grafted from f15fbf536959418dcd9a2f2caf7c0267ae46eaee)
--HG--
branch : develop
|
2019-02-12 14:51:21 +02:00 |
|
Roman Telezhynskyi
|
4bfe5201ad
|
Fix regression.
--HG--
branch : develop
|
2019-02-12 12:36:51 +02:00 |
|