Commit graph

2662 commits

Author SHA1 Message Date
Roman Telezhynskyi ddc78a206e Updated version package scripts.
--HG--
branch : release
2016-01-27 14:56:35 +02:00
Roman Telezhynskyi d3fab56181 Change version to 0.4.0.
--HG--
branch : release
2016-01-27 14:51:10 +02:00
Roman Telezhynskyi cc25a1cf3b Lupdate.
--HG--
branch : release
2016-01-27 14:29:29 +02:00
Roman Telezhynskyi 5772b4ab93 Lupdate.
--HG--
branch : release
2016-01-21 16:20:37 +02:00
Roman Telezhynskyi 4333b50559 Fixed typos.
--HG--
branch : release
2016-01-21 16:20:02 +02:00
Roman Telezhynskyi d3d91cfd67 Creating full changelog will take too much time. I have added only most
important issues from the Roadmap page.

--HG--
branch : release
2016-01-20 18:12:20 +02:00
Roman Telezhynskyi 77dcb78e80 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.

--HG--
branch : release
2016-01-15 07:36:55 -08:00
Roman Telezhynskyi 0fac22badb If item's rect is bigger than view's rect ensureVisible works very unstable.
--HG--
branch : release
2016-01-15 14:09:52 +02:00
Roman Telezhynskyi 69354bd28c Showing/hiding control points require recalculation scene size.
--HG--
branch : release
2016-01-15 12:16:04 +02:00
Roman Telezhynskyi b2d498b78c Call ensureVisible() only in mouseMoveEvent() method. Alwayse update size of
scene.

--HG--
branch : release
2016-01-15 12:05:56 +02:00
Roman Telezhynskyi 9578206ad6 Updated version in the NSIS script.
--HG--
branch : release
2016-01-14 17:06:14 +02:00
Roman Telezhynskyi f5c85a73a1 Ensure cursor visibility when move curve.
--HG--
branch : release
2016-01-14 17:04:36 +02:00
Roman Telezhynskyi 68b723148c Fix recalculation the scene when move detail.
--HG--
branch : release
2016-01-14 15:48:21 +02:00
Roman Telezhynskyi 7695361b0f Release candidate.
--HG--
branch : release
2016-01-14 11:45:41 +02:00
Roman Telezhynskyi 908dc5b975 Work only with visible items.
--HG--
branch : release
2016-01-13 17:15:53 +02:00
Roman Telezhynskyi ee8378f9e8 Feature freeze. Freeze translation.
--HG--
branch : release
2016-01-13 16:25:47 +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