Commit graph

4828 commits

Author SHA1 Message Date
Roman Telezhynskyi 15bc39a789 Lupdate.
--HG--
branch : develop
2016-03-09 10:10:13 +02:00
Roman Telezhynskyi c65a320c45 Added new language Portuguese (Brazil).
--HG--
branch : develop
2016-03-08 20:27:25 +02:00
Roman Telezhynskyi d72ea565cb Fixed wrong handling with true darts points inside tool detail.
(grafted from c84b1a66716faa7e171e5acb2824a7fb5702dd27)

--HG--
branch : develop
2016-03-08 19:49:16 +02:00
Roman Telezhynskyi 1395e39c39 New classes VCubicBezier and VAbstractCubicBezier.
--HG--
branch : feature
2016-03-08 19:48:10 +02:00
Roman Telezhynskyi 8ed9e18ae3 Updated version inside package scripts.
--HG--
branch : release
2016-03-08 14:55:41 +02:00
Roman Telezhynskyi 3d2039e61c Updated version inside the application.
--HG--
branch : release
2016-03-08 14:52:56 +02:00
Roman Telezhynskyi daa30d1e27 Updated Info.plist files.
--HG--
branch : release
2016-03-08 14:51:21 +02:00
Roman Telezhynskyi f171322db3 Fixed wrong handling with true darts points inside tool detail.
--HG--
branch : release
2016-03-08 14:50:05 +02:00
Roman Telezhynskyi f69186b7b3 Updated changelog file for Debian package (OBS).
--HG--
branch : develop
2016-03-07 09:58:41 +02:00
Roman Telezhynskyi 4db8829d02 Updated version inside package scripts.
(grafted from 8b5923eab34c821a8a5e8e0ee576246258578ab1)

--HG--
branch : develop
2016-03-07 09:56:11 +02:00
Roman Telezhynskyi 7bd74532bc Updated changelog. Release 0.4.3.
(grafted from 433c2f96d371717382ab4cd07890c738982ce726)

--HG--
branch : develop
2016-03-07 09:55:37 +02:00
Roman Telezhynskyi 5be84df289 The file stable.cpp is useful only with MSVC.
--HG--
branch : develop
2016-03-06 21:21:21 +02:00
Roman Telezhynskyi 75272293a3 Added tag v0.4.3 for changeset e915983d0fe8 2016-03-06 18:37:26 +02:00
Roman Telezhynskyi 7a9fe19c98 Release v0.4.3. 2016-03-06 18:34:27 +02:00
Roman Telezhynskyi 0e45f47ecf Updated Info.plist files.
--HG--
branch : release
2016-03-06 18:25:30 +02:00
Roman Telezhynskyi 48296502f5 Updated version inside the application.
--HG--
branch : release
2016-03-06 18:23:36 +02:00
Roman Telezhynskyi 42f4f90503 Updated version inside package scripts.
--HG--
branch : release
2016-03-06 18:19:26 +02:00
Roman Telezhynskyi a0607bb7ff Updated changelog. Release 0.4.3.
--HG--
branch : release
2016-03-06 18:17:03 +02:00
Roman Telezhynskyi 833cf07a76 pdftops updated to version 3.04.
--HG--
branch : develop
2016-03-06 15:41:23 +02:00
Roman Telezhynskyi e9babb7b7d Lupdate.
--HG--
branch : release
2016-03-06 15:29:49 +02:00
Roman Telezhynskyi 490dbc6ad2 Lupdate.
--HG--
branch : develop
2016-03-06 15:18:58 +02:00
Roman Telezhynskyi 8864671d90 Logfile updated.
(grafted from 702a989a7ea6e604bbe5217b60ebf5ea515cdaaa)

--HG--
branch : develop
2016-03-06 14:04:11 +02:00
Roman Telezhynskyi 3828d10bce Fixed issue #454. Crash: using CRTL+Z while using line tool.
(grafted from 574b96a0b75cf276766eef61d2bb16ea79a604de)

--HG--
branch : develop
2016-03-06 14:04:01 +02:00
Roman Telezhynskyi e2a53028de Resolved issue #421. Warning: unable to set geometry.
(grafted from 23e4638a28750016995eb44de649fcde69095bbd)

--HG--
branch : develop
2016-03-06 14:03:34 +02:00
Roman Telezhynskyi dc162f5085 Fixed build problem on Win7
(grafted from 4d6b1388a31f2f0092699ea73ac5a8de3ec97b18)

--HG--
branch : develop
2016-03-06 14:03:22 +02:00
Roman Telezhynskyi 946be41577 Logfile updated.
--HG--
branch : release
2016-03-06 14:01:26 +02:00
Roman Telezhynskyi 2f07549c99 Fixed issue #456. Crash: broken formula + clicking on the f(x) symbol.
The method FormulaFromUser throw an exception. In many places we don't catch the
exception and i think this is wrong. New method TryFormulaFromUser was
introduced for fixing situation.
(grafted from a1a7dab0f21e7698812f44d50d7389fd36060eeb)

--HG--
branch : release
2016-03-06 13:51:31 +02:00
Roman Telezhynskyi 86acf37482 Fixed issue #454. Crash: using CRTL+Z while using line tool.
--HG--
branch : release
2016-03-06 13:08:27 +02:00
Roman Telezhynskyi fe220f6305 Removed tag "zorder".
--HG--
branch : develop
2016-03-05 23:11:02 +02:00
Roman Telezhynskyi 56f41bbde6 Merge with feature. An interactive spline path tool controled by formulas.
--HG--
branch : develop
2016-03-05 23:08:04 +02:00
Roman Telezhynskyi f53fe379c6 Movable spline path.
--HG--
branch : feature
2016-03-05 23:06:54 +02:00
Roman Telezhynskyi 2b3c13eb1d Write warnings to log file.
--HG--
branch : feature
2016-03-05 18:31:16 +02:00
Roman Telezhynskyi 2e6be9119c Fixed crash.
--HG--
branch : feature
2016-03-05 18:30:45 +02:00
Roman Telezhynskyi 504a334717 The method FormulaFromUser throw an exception. In many places we don't catch the
exception and i think this is wrong. New method TryFormulaFromUser was
introduced for fixing situation.

--HG--
branch : feature
2016-03-05 17:27:07 +02:00
Roman Telezhynskyi b12ede529f Fixed bug with wrong last spline path angle.
--HG--
branch : feature
2016-03-05 15:37:47 +02:00
Roman Telezhynskyi e120fc1d0a Calculate a formula immediately.
--HG--
branch : feature
2016-03-05 15:22:24 +02:00
Roman Telezhynskyi e948a0ba27 Refactoring ValFormulaChanged. Continue fix bugs in the dialog spline path.
--HG--
branch : feature
2016-03-05 14:30:18 +02:00
Roman Telezhynskyi 40436a5c57 Successfull build, bugs was not fixed.
--HG--
branch : feature
2016-03-04 18:08:29 +02:00
Valentina Zhuravska 3f67f77658 Resolved issue #421. Warning: unable to set geometry.
--HG--
branch : release
2016-03-02 02:46:25 +02:00
Valentina Zhuravska ef8795d2d2 Fixed build problem on Win7
--HG--
branch : release
2016-03-02 02:23:07 +02:00
Roman Telezhynskyi eb6354f1f8 Lupdate.
--HG--
branch : develop
2016-02-29 15:13:06 +02:00
Roman Telezhynskyi 9bec10f580 Fixed broken saving pattern description.
(grafted from 5aa7bf5c81c9c525ada2c7875de3a702379fb5e3)

--HG--
branch : develop
2016-02-29 14:46:24 +02:00
Roman Telezhynskyi 6ecbda8611 Lupdate.
--HG--
branch : release
2016-02-29 14:44:54 +02:00
Roman Telezhynskyi 944edb8735 Fixed broken saving pattern description.
--HG--
branch : release
2016-02-29 14:26:50 +02:00
Roman Telezhynskyi c8e940d11c Fixed UI bug. Release a dialog size for deploying a formula field.
--HG--
branch : release
2016-02-29 14:21:52 +02:00
Roman Telezhynskyi 7cb84f9931 Fixed broken formula when for system locale thousand separator is a space.
--HG--
branch : release
2016-02-29 14:17:49 +02:00
Roman Telezhynskyi 738b7c499a Typos.
--HG--
branch : develop
2016-02-29 11:57:30 +02:00
Roman Telezhynskyi 018fd88f25 GCC warnings. Fixed broken tests.
--HG--
branch : develop
2016-02-28 22:00:45 +02:00
Roman Telezhynskyi 33b6256896 Merge with feature. A simple curve controled by formulas.
--HG--
branch : develop
2016-02-28 21:49:52 +02:00
Roman Telezhinskyi 9c1730da12 Merged in ValentinaZhuravska/valentina/feature (pull request #99)
Added VEllipticalArc

--HG--
branch : develop
2016-02-28 21:47:07 +02:00