Roman Telezhynskyi
61172d46c4
Fix typo in headers.
...
--HG--
branch : develop
2017-10-05 12:20:01 +03:00
Roman Telezhynskyi
bfe327ee13
If pattern linked to individual measurements it should get customer name from
...
it.
--HG--
branch : develop
2017-09-19 16:07:48 +03:00
Roman Telezhynskyi
b7db0804dc
Our new website.
...
--HG--
branch : develop
2017-09-01 17:04:19 +03:00
Roman Telezhynskyi
3999ebd82e
Fixed bug in Tape. Each Window should has own size and height values.
...
--HG--
branch : develop
2017-08-04 20:29:43 +03:00
Ronan Le Tiec
46f70788cf
issue #654 refactoring the code so that the functions and variables are called xxx multisize xxx instead of xxx standard xxx
...
--HG--
branch : develop
2017-07-12 20:21:48 +02:00
Roman Telezhynskyi
5c4f45397d
Fix build on Mac OS X.
...
--HG--
branch : develop
2017-06-05 20:58:38 +03:00
Roman Telezhynskyi
bfd2620fad
Next try to fix problem with tests.
...
Because different compilers and even different version from same vendor may
produce little bit different result this cause of test fails because it expect
too accurate result. We don't need such accuracy and can use variable
VGObject::accuracyPointOnLine to compare two points.
--HG--
branch : develop
2017-06-01 13:04:25 +03:00
Roman Telezhynskyi
9287acf90e
Add Valentina version info inside each file before saving.
...
Many misunderstand purpose of tag "version" and think that this tag contains
information about the Valentina version. More info in the comment should help.
--HG--
branch : develop
2017-05-29 16:33:36 +03:00
Roman Telezhynskyi
bab0adfebc
Refactoring method MUnit(). All formats have the same syntax.
...
--HG--
branch : release
2017-04-18 11:46:53 +03:00
Roman Telezhynskyi
9284bfec9b
Use smart pointer to prevent memory leak.
...
--HG--
branch : release
2017-04-14 11:30:00 +03:00
Roman Telezhynskyi
e2383eb500
Refactoring. Use "=default" instead of the default implementation.
...
--HG--
branch : develop
2017-04-01 17:27:55 +03:00
Roman Telezhynskyi
d696af9a33
"static" members should be accessed statically.
...
--HG--
branch : develop
2017-03-23 10:25:46 +02:00
Roman Telezhynskyi
38abf5c9a0
Removed redundant forward declaration.
...
--HG--
branch : develop
2017-02-18 11:22:59 +02:00
Roman Telezhynskyi
7d78a0f63f
Resolved issue #619 . Non writable directory prevents opening.
...
--HG--
branch : develop
2017-02-04 13:28:47 +02:00
Roman Telezhynskyi
ffab000e0f
Remove empty statement.
...
--HG--
branch : develop
2016-12-20 20:57:20 +02:00
Roman Telezhynskyi
e333c9bc08
QtDebug and QDebug lead to the same header. Leave only QtDebug.
...
--HG--
branch : develop
2016-08-16 20:35:21 +03:00
Roman Telezhynskyi
7585db6a58
Fix build on Qt\5.3\msvc2013_64_opengl.
...
--HG--
branch : develop
2016-08-09 16:55:46 +03:00
Roman Telezhynskyi
80f00b361d
Use "Include What You Use" tool for optimizing #includes.
...
--HG--
branch : develop
2016-08-08 14:44:49 +03:00
Roman Telezhynskyi
9c0f5f2fa4
Refactoring. Use QScopedPointer for class Calculator.
...
--HG--
branch : develop
2016-05-24 15:25:58 +03:00
Roman Telezhynskyi
83243e5af3
Handle case when NaN and Inf value treats like valid.
...
--HG--
branch : develop
2016-05-24 15:06:35 +03:00
Roman Telezhynskyi
40bf125fdf
Resolved issue #422 . Date of birth: German data format.
...
--HG--
branch : develop
2015-12-19 21:26:05 +02:00
Roman Telezhynskyi
4e21bf05e0
Don't show section "Size and Height".
...
--HG--
branch : develop
2015-11-11 20:52:25 +02:00
Roman Telezhynskyi
2b8fb91d17
Fixed missing measurement head_girth -> head_circ in conversion.
...
--HG--
branch : develop
2015-10-27 08:11:41 +02:00
Roman Telezhynskyi
d104b8bd7e
Additionaly each standard table provide measurements size and height.
...
--HG--
branch : develop
2015-10-26 17:39:23 +02:00
Roman Telezhynskyi
d1f18dc9a0
Use quint32 instead unsigned int.
...
--HG--
branch : develop
2015-10-26 10:36:07 +02:00
Roman Telezhynskyi
4d90589f01
Clang warnings.
...
--HG--
branch : develop
2015-10-19 16:21:06 +03:00
Roman Telezhynskyi
65d2213ef9
Coverity scan missing includes.
...
--HG--
branch : develop
2015-10-18 22:30:51 +03:00
Roman Telezhynskyi
ff768c1c0f
Show pattern making system in tab Information of a measurement file.
...
--HG--
branch : develop
2015-10-16 20:26:05 +03:00
Roman Telezhynskyi
3358f9dbc7
Resolved issue #382 . Add 'Create from existing file' option in Tape,
...
Create/Edit.
--HG--
branch : develop
2015-10-15 15:37:10 +03:00
Roman Telezhynskyi
5cd9a88761
Making class Calculator independent from class VContainer.
...
--HG--
branch : develop
2015-10-15 13:07:43 +03:00
Roman Telezhynskyi
6006bca7ba
Birth date can't be empty.
...
--HG--
branch : develop
2015-10-15 08:04:23 +03:00
Roman Telezhynskyi
6ec1826fbd
Popup calendar.
...
--HG--
branch : develop
2015-10-13 16:38:07 +03:00
Roman Telezhynskyi
c9ff24dd79
Resolved issue #378 . Change 'sex' field name to 'gender'.
...
--HG--
branch : develop
2015-10-13 11:13:43 +03:00
Roman Telezhynskyi
1ba9855d22
Resolved issue #377 . Add blank option for 'sex' field in Tape.exe.
...
--HG--
branch : develop
2015-10-12 20:06:12 +03:00
Roman Telezhynskyi
3b4c4e8261
Resolved issue #376 . Add buttons in Tape.exe to move measurement to top or
...
bottom of list.
--HG--
branch : develop
2015-10-12 17:57:11 +03:00
Roman Telezhynskyi
bdfae8230d
Check if we seek in a measurement file an empty name.
...
--HG--
branch : develop
2015-10-03 01:49:15 +03:00
Roman Telezhynskyi
da05f74468
Do not create attributes "full name" and "description" for a known measurement.
...
--HG--
branch : develop
2015-09-29 18:52:30 +03:00
Roman Telezhynskyi
bf2db165da
Fixed translation.
...
--HG--
branch : develop
2015-09-29 17:04:24 +03:00
Roman Telezhynskyi
d90d24ca61
Check if all defined known measurements in a file are valid.
...
--HG--
branch : develop
2015-09-22 17:41:05 +03:00
Roman Telezhynskyi
d2bb126d04
Conversion individual measurements.
...
--HG--
branch : develop
2015-09-07 14:51:21 +03:00
Roman Telezhynskyi
5a1208655c
Working with new Increments.
...
--HG--
branch : feature
2015-08-25 13:35:50 +03:00
Roman Telezhynskyi
f3d24856be
Check Measurement file unit.
...
--HG--
branch : feature
2015-08-18 10:24:51 +03:00
Roman Telezhynskyi
0c73e7f760
Convert measurements to a pattern file's unit.
...
--HG--
branch : feature
2015-08-17 15:36:55 +03:00
Roman Telezhynskyi
dcbfc2240d
Return selected names. Add them to the table.
...
--HG--
branch : feature
2015-08-01 14:25:05 +03:00
Roman Telezhynskyi
3346bd96f2
Return list known and list all measurements in a file.
...
--HG--
branch : feature
2015-07-26 10:01:26 +03:00
Roman Telezhynskyi
3c32c869a6
In some cases need just disable GUI (Read only mode) without writing in file.
...
--HG--
branch : feature
2015-07-25 18:18:01 +03:00
Roman Telezhynskyi
19b787b111
Open measurement file.
...
--HG--
branch : feature
2015-07-25 15:59:40 +03:00
Roman Telezhynskyi
5697d45b2d
New field full name.
...
--HG--
branch : feature
2015-07-25 11:54:39 +03:00
Roman Telezhynskyi
0026b698bb
Values should be fractional.
...
--HG--
branch : feature
2015-07-25 09:10:56 +03:00
Roman Telezhynskyi
34859e5913
Fixed a bug in calculation graduation value. Values base size and heights from
...
file was ignored.
--HG--
branch : feature
2015-07-25 08:41:04 +03:00