Commit graph

4800 commits

Author SHA1 Message Date
Roman Telezhynskyi 57e2e02aed Hide Qt's warning related to the bug 'Assertion when reading an icns file'.
(grafted from f3c81ec3f1a0a9a5cc886c44a0bcd7f913f9b34b)

--HG--
branch : release
2016-05-07 11:42:09 +03:00
Roman Telezhynskyi 1f1800f8df Fixed build on Mac OS X with Qt 5.6. Minimally supported target is now 10.7.
(grafted from 718faed502e839b091cce027d963fc81a5f73f50)

--HG--
branch : release
2016-05-07 11:41:42 +03:00
Roman Telezhynskyi cb03036cb9 Forgot to update header.
--HG--
branch : release
2016-05-07 11:38:34 +03:00
Roman Telezhynskyi e854ed068d Fixed issue #485. Error when drawing a curved path.
--HG--
branch : release
2016-05-07 11:37:46 +03:00
Roman Telezhynskyi 0a5d9e6590 Preparation for new release 0.4.5.
--HG--
branch : release
2016-05-07 11:34:39 +03:00
Roman Telezhynskyi 384d85dfae Fixed build with MSVC.
--HG--
branch : develop
2016-05-06 19:32:35 +03:00
Valentina Zhuravska 5a573945e0 Updated changelog.
--HG--
branch : develop
2016-05-05 20:24:48 +03:00
Valentina Zhuravska 3914f11bab Resolved issue #435. Valentina doesn't change the cursor
--HG--
branch : develop
2016-05-05 18:01:05 +03:00
Roman Telezhynskyi 5f7c250415 Qt's but QTBUG-42846 "QNSView mouseDragged: Internal mouse button tracking
invalid (missing Qt::LeftButton)" was fixed. No need to hide the warning message
anymore.

--HG--
branch : develop
2016-05-04 16:40:15 +03:00
Roman Telezhynskyi a3b95f5927 Merged in curious_one/valentina (pull request #114)
Made compilable with msvc by adding compiler directive where necessary...

--HG--
branch : develop
2016-05-04 15:30:09 +03:00
Curious One 533968fca0 did a hg merge and it now wants me to commit. These are lots of changes that I don't know where they are from...
--HG--
branch : develop
2016-05-04 21:37:49 +10:00
Curious One f5f915cbe0 Again, made compilable with msvc by adding compiler directive where necessary...
--HG--
branch : develop
2016-05-04 21:35:35 +10:00
Valentina Zhuravska cd9c6c99ae Resolved issue #473. Tape 'Preferences' cause loss of focus
--HG--
branch : develop
2016-05-03 23:16:57 +03:00
Roman Telezhynskyi cc84b6e7d6 Fix problem with updating localization.
--HG--
branch : develop
2016-05-03 20:13:17 +03:00
Roman Telezhynskyi 6f56b46d26 Fixed Clang warnings.
--HG--
branch : develop
2016-05-03 19:50:37 +03:00
Roman Telezhynskyi acb8b57b24 Merge
--HG--
branch : develop
2016-05-02 20:49:43 +03:00
Roman Telezhynskyi 95bb0c054d Hide Qt's warning related to the bug 'Assertion when reading an icns file'.
--HG--
branch : develop
2016-05-02 19:45:36 +03:00
Roman Telezhynskyi 613fa5d6da Fixed build on Mac OS X with Qt 5.6. Minimally supported target is now 10.7.
--HG--
branch : develop
2016-05-02 19:41:23 +03:00
Roman Telezhynskyi d795d71ae4 Added link to the wiki.
--HG--
branch : develop
2016-05-02 19:38:17 +03:00
Valentina Zhuravska afb3c20820 Resolved issue #478
--HG--
branch : develop
2016-05-02 03:44:33 +03:00
Roman Telezhynskyi a23de6ab41 Merge
--HG--
branch : develop
2016-04-26 15:40:02 +03:00
Roman Telezhynskyi 433efd08c7 Little optimization for the layout generator.
--HG--
branch : develop
2016-04-26 15:39:50 +03:00
Roman Telezhynskyi 8651bcadd4 GCC warning.
--HG--
branch : develop
2016-04-26 15:38:49 +03:00
Valentina Zhuravska 86de5ba274 Resolved Issue #471. Add a 'Show/Hide' button for measurement diagram in Tape
--HG--
branch : develop
2016-04-25 20:00:03 +03:00
Roman Telezhynskyi 91521f5df4 Added tag v0.4.4 for changeset 610ac13345d7 2016-04-12 19:20:29 +03:00
Roman Telezhynskyi dee64519d2 Merge with release. Release 0.4.4. 2016-04-12 19:19:32 +03:00
Roman Telezhynskyi 653217e46b Updated changelog. Release 0.4.4.
--HG--
branch : release
2016-04-12 19:13:04 +03:00
Roman Telezhinskyi 569b666756 Merged in ValentinaZhuravska/valentina/feature (pull request #108)
Better to use qDegreesToRadians than M_PI/180

--HG--
branch : develop
2016-04-12 19:09:05 +03:00
Valentina Zhuravska 66fbcab64c Better to use qDegreesToRadians than M_PI/180
--HG--
branch : feature
2016-04-11 05:52:32 +03:00
Valentina Zhuravska c95b162c0d Fixed build in win7
--HG--
branch : feature
2016-04-11 05:27:51 +03:00
Roman Telezhynskyi 2717382d71 Rotation VSpline and VSplinePath classes.
--HG--
branch : feature
2016-04-10 18:03:15 +03:00
Roman Telezhynskyi 8713c628dc Refactoring VArc and VEllipticalArc classes.
--HG--
branch : feature
2016-04-10 17:40:55 +03:00
Roman Telezhynskyi a7c4cc7aaf Merge with develop.
--HG--
branch : feature
2016-04-10 14:50:56 +03:00
Roman Telezhynskyi f98f897fd3 Resolved issue #193. Undeletable zombie arc objects.
--HG--
branch : develop
2016-04-10 14:48:34 +03:00
Roman Telezhynskyi 1d76a59ae7 Rotation VPointF, VArc, VCubicBezier and VCubicBezierPath.
--HG--
branch : feature
2016-04-10 14:40:04 +03:00
Roman Telezhynskyi ee659f6eda Lupdate.
--HG--
branch : release
2016-04-08 13:47:21 +03:00
Roman Telezhynskyi 57b06ee47f Lupdate.
--HG--
branch : develop
2016-04-08 13:33:34 +03:00
Roman Telezhynskyi a34d9ebde1 Updated measurement templates with all measurements. Added new template
Aldrich/Women measurements.
(grafted from 0c8e7ce25a9601d144397ebf1445b02feb189a9e)

--HG--
branch : develop
2016-04-08 13:21:26 +03:00
Roman Telezhynskyi f83c016c54 Updated description measurements N06 and N07. Add new measurements A23 and J10.
(grafted from cf140cecff83698ca48fcf563a5e8a857466f531)

--HG--
branch : develop
2016-04-08 13:21:18 +03:00
Roman Telezhynskyi f723021952 Updated measurement templates with all measurements. Added new template
Aldrich/Women measurements.

--HG--
branch : release
2016-04-08 13:19:50 +03:00
Roman Telezhynskyi c734ade831 Updated description measurements N06 and N07. Add new measurements A23 and J10.
--HG--
branch : release
2016-04-08 13:11:34 +03:00
Roman Telezhynskyi f0ffbafe10 Merge with feature. New feature groups.
--HG--
branch : develop
2016-04-07 20:00:27 +03:00
Roman Telezhynskyi 94df00b8cf Updated changelog.
--HG--
branch : feature
2016-04-07 19:59:16 +03:00
Roman Telezhynskyi 42e356ccbd New pattern format version 0.3.0.
--HG--
branch : feature
2016-04-07 19:56:41 +03:00
Roman Telezhynskyi 526363a84c Better look of group name.
--HG--
branch : feature
2016-04-07 19:56:06 +03:00
Roman Telezhynskyi be062fff7d Better tooltipe.
--HG--
branch : feature
2016-04-07 19:48:20 +03:00
Roman Telezhynskyi a0842b0f48 Merge with develop.
--HG--
branch : feature
2016-04-07 17:59:07 +03:00
Roman Telezhynskyi 48e411a3ce Working with group widget.
--HG--
branch : feature
2016-04-07 17:57:53 +03:00
Roman Telezhynskyi 85c45960e5 Removed button, added tooltipe.
--HG--
branch : develop
2016-04-07 13:11:21 +03:00
Roman Telezhynskyi 5697af33e8 Fixed tests.
--HG--
branch : develop
2016-04-07 12:35:08 +03:00