6c047b140d
Resolved issue #666 . QDomDocument produces random attribute order.
...
--HG--
branch : release
2017-04-20 19:01:08 +03:00
b4106f8e5a
Improved tip in the Piece path dialog.
...
--HG--
branch : release
2017-04-20 15:00:37 +03:00
abb0d07a6f
Fixed copy paste issue.
...
--HG--
branch : release
2017-04-19 14:25:45 +03:00
ed76857cea
Refactoring. Take the dialog result directly from exec() function.
...
--HG--
branch : release
2017-04-19 14:06:48 +03:00
b2ed7d9db4
Refactoring. Add a move assignment operator to all classes that use
...
QSharedDataPointer class to keep data.
--HG--
branch : release
2017-04-19 13:27:17 +03:00
a0262e260b
Coverity scan warnings.
...
--HG--
branch : release
2017-04-19 12:48:13 +03:00
ef9f9c6af4
Fixed issue #665 . Passmark not correct.
...
--HG--
branch : release
2017-04-18 21:39:13 +03:00
fffd66ac53
Fix About Tape dialog width.
...
--HG--
branch : release
2017-04-18 14:35:31 +03:00
c2609b98be
Refactoring.
...
--HG--
branch : release
2017-04-18 11:49:05 +03:00
bab0adfebc
Refactoring method MUnit(). All formats have the same syntax.
...
--HG--
branch : release
2017-04-18 11:46:53 +03:00
124fd657e3
Suppress scene item context menu if a tool was activated.
...
A context menu is allowed only if the Arrow tool is active.
--HG--
branch : release
2017-04-18 11:06:17 +03:00
d354b99149
Fix crash.
...
Valentina crashes when a user uses a tool and select button Cancel to close a
tool dialog.
--HG--
branch : release
2017-04-17 19:24:41 +03:00
720366657f
Fixed regression with UI on Mac.
...
--HG--
branch : release
2017-04-17 13:13:39 +03:00
45ed0c52d0
Minor fixes for tool box.
...
--HG--
branch : release
2017-04-17 10:36:27 +03:00
865af1540b
SonarQube warning.
...
--HG--
branch : release
2017-04-15 18:19:16 +03:00
30a35e723a
Removed unused function.
...
--HG--
branch : release
2017-04-15 18:19:00 +03:00
b433d9cfc4
Clang warning.
...
--HG--
branch : release
2017-04-15 18:11:19 +03:00
c5957846b6
Refactoring. New parent class VInteractiveTool.
...
Helps to share info about tool dialog.
--HG--
branch : release
2017-04-15 17:39:59 +03:00
e8917bd10d
Fixed issue #662 . Valentina closes when creating details on 64 bit systems.
...
--HG--
branch : release
2017-04-15 13:25:07 +03:00
73c035ecc9
Fix bug with trigonometric functions.
...
Functions sin(), cos() and tan() take radians. And their counterparts asin(),
acos() and atan() return radians. Removed hyperbolic functions because they do
not work with radians.
--HG--
branch : release
2017-04-14 18:42:49 +03:00
a7b721941a
Fix build on Windows.
...
--HG--
branch : release
2017-04-14 17:47:39 +03:00
e7a4935983
Clang warning.
...
--HG--
branch : release
2017-04-14 17:45:59 +03:00
a78b758226
SonarQube warnings.
...
--HG--
branch : release
2017-04-14 17:43:26 +03:00
495397621d
Fix warning "Review the data-flow - This condition might always evaluate to
...
"true"."
--HG--
branch : release
2017-04-14 17:20:29 +03:00
5c5db3d7e9
Cppcheck warning.
...
--HG--
branch : release
2017-04-14 15:59:13 +03:00
0ddc935d9a
Force a user to choose a piece before inseting into.
...
Should help prevent mistakes.
--HG--
branch : release
2017-04-14 13:52:59 +03:00
7b0253d95e
Resolved resizing tables after update.
...
--HG--
branch : release
2017-04-14 12:04:03 +03:00
9284bfec9b
Use smart pointer to prevent memory leak.
...
--HG--
branch : release
2017-04-14 11:30:00 +03:00
1e06446189
Improved editing custom measurement and increment.
...
Fixed case when a user input empty string. In this case return auto generated
name. Fixed case when the name is not unique. In this case find unique with
index "new_name" + "_number".
--HG--
branch : release
2017-04-14 10:35:44 +03:00
6d271423e0
Fixed scroll hand drag mode.
...
--HG--
branch : release
2017-04-14 08:22:28 +03:00
78bdd5a8af
Improve tooltip for case when a user get infinite or NaN result.
...
--HG--
branch : release
2017-04-13 17:16:53 +03:00
cade111206
Refactoring Tape's preferences dialog.
...
Instead of manual declaring used Qt Designer.
--HG--
branch : release
2017-04-12 15:50:48 +03:00
1ee0988f8a
Refactoring Valentina's preferences dialog.
...
Instead of manual declaring used Qt Designer.
--HG--
branch : release
2017-04-12 13:31:11 +03:00
a1caf972a9
Warn a user when need to update a file format version.
...
--HG--
branch : release
2017-04-12 09:49:05 +03:00
f384639ac3
Fix a crash.
...
--HG--
branch : release
2017-04-12 09:45:58 +03:00
fdd3e9a70c
Fix a crash.
...
If call a visualization and then close the window Valentina will crash.
--HG--
branch : release
2017-04-11 15:02:52 +03:00
b63922fa9e
Show for user translated curve name in tool dialog and the property browser.
...
--HG--
branch : release
2017-04-11 13:42:42 +03:00
14000924e2
Improve tooltipe of operation tools.
...
Should help to understand how to select multiple objects.
--HG--
branch : release
2017-04-11 13:11:59 +03:00
2915402526
Removed Community page from Preferences.
...
--HG--
branch : release
2017-04-11 12:21:15 +03:00
45080b7698
Add link to forum and Wiki.
...
--HG--
branch : release
2017-04-11 12:03:55 +03:00
534b948b52
Disable generation Wavefront OBJ.
...
Will be available only in debug mode.
--HG--
branch : release
2017-04-11 11:56:01 +03:00
c264b80ea0
Refactoring. Hide private static members.
...
--HG--
branch : release
2017-04-11 11:16:11 +03:00
a3056dc7e2
Qt 5.2.0 is now minimal requirement to build the code.
...
--HG--
branch : release
2017-04-10 22:18:36 +03:00
3f1b042d6c
Get hash also from git repository.
...
Because we use both hg and git (as mirror) we can get hash of current commit
from git too.
--HG--
branch : release
2017-04-10 20:24:58 +03:00
948eef41e6
We in beta from now.
...
--HG--
branch : release
2017-04-10 19:21:45 +03:00
2ef3c7bcb0
Forgot to update passmark options for piece path dialog.
...
--HG--
branch : release
2017-04-10 11:31:16 +03:00
d355b4dce8
Cppcheck warnings.
...
--HG--
branch : develop
2017-04-06 15:50:15 +03:00
321b22faba
Show in the main path marks for T and V passmarks.
...
--HG--
branch : develop
2017-04-05 13:42:59 +03:00
c0f36dffbe
Resolved issue #652 . Show passmarks for builtin seam allowance.
...
--HG--
branch : develop
2017-04-05 13:22:33 +03:00
4cd09e54e4
Extend a passmark length to 50% of seam allowance width.
...
--HG--
branch : develop
2017-04-05 08:43:16 +03:00