Commit graph

2659 commits

Author SHA1 Message Date
Roman Telezhynskyi 5f1421f512 New icon for VAL file. Updated Tape logo. Updated ico for standard measurements.
--HG--
branch : develop
2016-01-20 17:44:07 +02:00
Roman Telezhynskyi be8503664f Fixed issue #325. Check pattern for inverse compatibility.
--HG--
branch : develop
2016-01-19 17:25:46 +02:00
Roman Telezhynskyi c59efe15d3 Lupdate.
--HG--
branch : develop
2016-01-19 15:39:19 +02:00
Roman Telezhynskyi c661e04cb3 We have been running Tape in two different cases.
The first inside own bundle where info.plist is works fine, but the second,
when we run inside Valentina's bundle, require direct setting the icon.
(grafted from 911feb13c2c0d9b632fcdb35770d74d5a551d9c0)

--HG--
branch : develop
2016-01-15 18:02:14 +02:00
Roman Telezhynskyi 7982e48e4e If item's rect is bigger than view's rect ensureVisible works very unstable.
(grafted from d807a6fc7a9c1abc588dfda621ac7b70f90b401b)

--HG--
branch : develop
2016-01-15 14:57:47 +02:00
Roman Telezhynskyi aadac5772d Showing/hiding control points require recalculation scene size.
(grafted from 6f9642ea3c32ce5a333fa85339fd761aa992acc6)

--HG--
branch : develop
2016-01-15 14:57:41 +02:00
Roman Telezhynskyi 3026f9dfc6 Call ensureVisible() only in mouseMoveEvent() method. Alwayse update size of
scene.
(grafted from a080e8c10e0817579d802539e4ef30b4b51f43a8)

--HG--
branch : develop
2016-01-15 14:57:23 +02:00
Roman Telezhynskyi 5517b96613 Ensure cursor visibility when move curve.
(grafted from e7cbd25ec5f67ef9b413244b32a543b2a2a0603f)

--HG--
branch : develop
2016-01-15 14:57:09 +02:00
Roman Telezhynskyi 6a28f464b9 Fix recalculation the scene when move detail.
(grafted from 2a58800bc48bc82057c7bec08d007eb133849b5b)

--HG--
branch : develop
2016-01-15 14:56:33 +02:00
Roman Telezhynskyi 73f0f4ca58 Show scene origins.
--HG--
branch : develop
2016-01-15 14:55:56 +02:00
Roman Telezhynskyi 95d348ac57 Updated version in the NSIS script.
--HG--
branch : develop
2016-01-15 14:15:18 +02:00
Roman Telezhynskyi e1f3456027 Begin developing new version 0.5.0.
--HG--
branch : develop
2016-01-14 11:55:14 +02:00
Roman Telezhynskyi 40b4779a04 Work only with visible items.
--HG--
branch : develop
2016-01-13 17:15:53 +02:00
Roman Telezhynskyi 8745a78c67 Calculate items bounding rect without hidden items.
--HG--
branch : develop
2016-01-13 15:47:38 +02:00
Roman Telezhynskyi e9e8a41c38 Lupdate.
--HG--
branch : develop
2016-01-13 15:17:05 +02:00
Roman Telezhynskyi e6315fce4d Updated copyright dates.
--HG--
branch : develop
2016-01-13 13:00:07 +02:00
Roman Telezhynskyi 6ef39e27e4 Merge
--HG--
branch : develop
2016-01-13 12:56:31 +02:00
Roman Telezhynskyi 38db2be86c Without additional data about measurements diagram is not very usefull.
--HG--
branch : develop
2016-01-13 12:56:10 +02:00
Valentina Zhuravska bc1664a275 Better way to do table not editable
--HG--
branch : develop
2016-01-13 11:22:39 +02:00
Valentina Zhuravska 48bf54dfd9 All table should not be editable
--HG--
branch : develop
2016-01-13 10:55:10 +02:00
Roman Telezhinskyi 2ecc8b944e Merged in nauck/valentina/feature (pull request #95)
Make 'V' in "Valentina" upper case on osx

--HG--
branch : develop
2016-01-12 01:21:46 +02:00
Benjamin Nauck de12d75606 Make 'V' in "Valentina" upper case on osx
This will change:
 * the filename of the application to "Valentina.app",
 * the name in the menubar to "Valentina", and
 * the about item so it says "About Valentina" instead of "About valentina"

Almost every application on OS X capitalizes their name. The only exceptions on my computer are apple's i-products (but there the second letter is upper case instead)

--HG--
branch : feature
2016-01-12 00:16:48 +01:00
Roman Telezhynskyi b304ef7d3b Lupdate.
--HG--
branch : develop
2016-01-11 21:45:57 +02:00
Roman Telezhinskyi 62b47197f7 Merged in ValentinaZhuravska/valentina/feature (pull request #92)
Retranslate

--HG--
branch : develop
2016-01-11 15:16:57 +02:00
Valentina Zhuravska 96add2113c Retranslate all variables inside tables
--HG--
branch : feature
2016-01-11 15:11:33 +02:00
Valentina Zhuravska 3caee4a8df We need to call LoadTranslation when langChanged or systemChanged
--HG--
branch : feature
2016-01-11 14:28:26 +02:00
Valentina Zhuravska c7696c9d2a Set translation in the helpLabel to "Changes applied".
--HG--
branch : feature
2016-01-11 14:17:41 +02:00
Valentina Zhuravska c81724d42b Restore selected row after retranslate
--HG--
branch : feature
2016-01-11 13:41:34 +02:00
Roman Telezhynskyi afe36d69d5 New file in the collection.
--HG--
branch : develop
2016-01-11 13:31:19 +02:00
Roman Telezhynskyi 6be6eb80b0 Parse expression also in the attribute radius.
--HG--
branch : develop
2016-01-11 13:28:48 +02:00
Roman Telezhynskyi 4977604106 Correct disabling line to the label.
--HG--
branch : develop
2016-01-11 13:24:37 +02:00
Roman Telezhynskyi ac5c8d8201 Do not remove a loop created by intersection point when it is the first or
the last point of lines that intersect.

--HG--
branch : develop
2016-01-10 21:41:46 +02:00
Roman Telezhynskyi f240a3d599 Fix failed tests
--HG--
branch : develop
2016-01-10 17:43:48 +02:00
Roman Telezhynskyi 4436142fe7 Lupdate.
--HG--
branch : develop
2016-01-10 17:18:15 +02:00
Roman Telezhynskyi 50dbe9471f Merge
--HG--
branch : develop
2016-01-10 17:03:12 +02:00
Roman Telezhynskyi 7ef6ed4726 New files in collection.
--HG--
branch : develop
2016-01-10 17:02:44 +02:00
Roman Telezhynskyi 3d6f8e0caa Brush detail.
--HG--
branch : develop
2016-01-10 15:31:43 +02:00
Roman Telezhynskyi a97ce04ca5 Fixed issue #434. Select multiple modes.
--HG--
branch : develop
2016-01-10 11:14:23 +02:00
Roman Telezhynskyi c2976614ba Correct removing loop if a path contains them several. Seek and remove the last.
In this way we will correct remove them all.

--HG--
branch : develop
2016-01-09 23:53:17 +02:00
Roman Telezhinskyi aef8a6c7b0 Merged in nauck/valentina/feature (pull request #93)
Change the text "Foot" to "Hand" for the hand label in the measurement diagram

--HG--
branch : develop
2016-01-09 20:14:06 +02:00
Benjamin Nauck 039b474496 Fix so it says "Hand" instead of "Foot" for the hand (D)
--HG--
branch : feature
2016-01-09 18:28:06 +01:00
Roman Telezhynskyi 975a528560 New test. Check correct seam allowance in the file jacketМ6_30-110.val.
--HG--
branch : develop
2016-01-09 18:16:03 +02:00
Valentina Zhuravska 982a0172c5 Retranslate pattern making system
--HG--
branch : feature
2016-01-09 14:52:28 +02:00
Valentina Zhuravska a4e1db90e8 Change pattern making system in Valentina settings
--HG--
branch : feature
2016-01-09 14:38:26 +02:00
Roman Telezhynskyi 13fbc0b8b9 New files in collection.
--HG--
branch : develop
2016-01-09 12:29:50 +02:00
Roman Telezhynskyi 8b0f249b43 Ignore Valentina lock files.
--HG--
branch : develop
2016-01-09 11:43:43 +02:00
Roman Telezhynskyi b9f8e19236 Test issue with method IsPointOnLineSegment.
--HG--
branch : develop
2016-01-09 11:42:06 +02:00
Roman Telezhynskyi 1c92165467 Have found case where the program returns wrong curve segment.
--HG--
branch : develop
2016-01-08 17:59:51 +02:00
Valentina Zhuravska e2cfd3f3f7 Fix names according to code style conventions
--HG--
branch : feature
2016-01-08 14:14:56 +02:00
Valentina Zhuravska 4bb731a825 Retranslate tables of variables
--HG--
branch : feature
2016-01-08 14:06:38 +02:00