Commit Graph

603 Commits

Author SHA1 Message Date
80d9fbc107 New function Warning. 2020-11-20 13:18:38 +02:00
9e4fa8337d Fix validation issue. Treat empty attribute as default value. 2020-11-12 16:19:08 +02:00
545f2d33fe Independent pen style and color after a group operation. 2020-11-10 12:40:37 +02:00
99985d43e0 Alias support for group operations. 2020-11-07 15:02:30 +02:00
3e682b180c Alias field for tool Cut Spline Path. 2020-11-04 18:14:34 +02:00
2574ecda0e Alias field for tool Cut Arc. 2020-11-04 18:14:34 +02:00
1246aba24d Alias field for tool Arc. 2020-11-04 16:17:16 +02:00
37722788bb New pattern format version. 2020-11-04 16:17:16 +02:00
fe8552cec1 New pattern format version. 2020-10-27 18:25:03 +02:00
b820107b4d Notes for tool Base point. 2020-10-27 16:21:51 +02:00
92c3f75e02 Fix tests. 2020-10-16 12:16:47 +03:00
1b2343e537 Extend list of placeholders.
Added customer email and birth date, all dimensions.
2020-10-16 11:37:49 +03:00
18e1a4a601 Remove gradation information from pattern. 2020-10-16 08:22:43 +03:00
4cea74d63b Loading measurements in Valentina. 2020-10-15 18:05:21 +03:00
23e6d0f830 Allow a user to select dimensions for individual measurements. 2020-10-15 09:35:08 +03:00
ed2bf34f1e Refactoring. Rename folder standard_measurements to multisize_measurements.
Standard measurements is old definition. It was replace with new multisize measurements.
2020-10-13 09:43:19 +03:00
eaf6975331 Dimension labels. 2020-10-08 13:34:38 +03:00
7c66482b67 Conversion multisize measurements to version 0.5.0. 2020-10-05 10:17:39 +03:00
eef01f1d3e Add changes to the multisize measurements schema. 2020-10-03 18:53:36 +03:00
a8ddcc56cc Update individual measurements schema.
Added special units attribute.
2020-10-03 18:53:36 +03:00
a0cfebf10d Save option Full Circumference. 2020-10-01 19:09:23 +03:00
daef1799ab New format version. Basic implementation. 2020-10-01 19:09:23 +03:00
e2669b4e2b Fix build on Linux. 2020-07-07 18:55:31 +03:00
ca3c5c8532 Do not enable checking ntfs permissions for checking read only status. 2020-06-03 11:44:38 +03:00
c1453f1715 Organization of groups - groups categories. Closes smart-pattern/valentina#15. 2020-03-24 17:31:32 +02:00
a84857afda Show linked visibility group in group operation tooltip. 2020-03-24 17:27:16 +02:00
526892ed5a Auto-created Visibility Group for group operation. Closes smart-pattern/valentina#18. 2020-03-18 14:45:47 +02:00
4fa2b76f01 Fix error in VDomDocument::elementById.
Searching in cache did not check tag if provided.
2020-03-18 14:29:28 +02:00
9dd796cb8c Improve preparing history list.
Basically when we have cleared by garbage collector modeling objects Valentina will try to add them to list, because they still present in tool record list. Additionally this patch brings using multithreading support.
2020-03-09 20:07:17 +02:00
0483dd508e Fix generation of recipe.
Modeling object can be removed by the garment collector. In this case the recipe generator will complain about a missed object. We can happily ignore this case if we deal with modeling object.
2020-02-11 11:29:57 +02:00
8eac0d5c66 Improve code style. 2020-02-11 11:26:55 +02:00
475bdadf9b Fix link to project repo in license header. 2020-01-31 08:02:08 +02:00
c8ade52309 Cppcheck warning.
--HG--
branch : develop
2020-01-24 09:47:51 +02:00
0b82f4a18c Improve conversion error message.
Instead of showing path to temp file show path to original file.

--HG--
branch : develop
2020-01-24 09:24:03 +02:00
7e3c7e0f88 Refactoring. Hide compatibility layer behind a function.
toSet(), toList(), swapItemsAt().

--HG--
branch : develop
2020-01-16 19:09:23 +02:00
fa070b56ab Cppcheck warning.
--HG--
branch : develop
2020-01-09 19:04:52 +02:00
078f6fad64 Tracking changes/prevent "OK" recalculation after "Apply".
--HG--
branch : develop
2020-01-09 18:56:37 +02:00
cf1e383d7b Don't use 'char' as a type of enum class.
QDataStream doesn't support serialization for this type.

--HG--
branch : develop
2020-01-07 12:54:01 +02:00
1f6285aef9 Fix deprecation warnings.
(grafted from 686129d90f37b8d0c428092668673d44f06545d8)

--HG--
branch : develop
2020-01-06 20:10:09 +02:00
6fc51d83b0 Improve ergonomic. Allow a user to define both text and image, and control
which will of them be active.

--HG--
branch : develop
2019-12-30 14:43:06 +02:00
d0dc209c45 error: implicit conversion changes signedness: 'quint32' (aka 'unsigned int')
to 'int'.

--HG--
branch : develop
2019-12-29 17:13:30 +02:00
1d7667df61 Export tiled PDF with watermark.
--HG--
branch : develop
2019-12-13 10:51:29 +02:00
36e839ed5d Move to top and include qt_windows.h.
--HG--
branch : develop
2019-11-15 09:51:31 +02:00
82792dba6c Speed up bulk removing pieces.
Optimizations for 'do' and 'undo' operations.

--HG--
branch : develop
2019-10-30 15:25:25 +02:00
36d5f245b9 Fix closing a pattern file.
Window title was still not cleaned properly.

--HG--
branch : develop
2019-10-18 14:01:18 +03:00
c802df2b73 Lupdate warnings.
Lupdate lacks of some features to support all C++ valid declarations.

--HG--
branch : develop
2019-09-10 16:57:31 +03:00
030c513784 Resolved issue #976. The pattern does not open.
--HG--
branch : develop
2019-08-20 15:23:31 +03:00
4d38e3aeee warning: thrown exception type is not nothrow copy constructible.
--HG--
branch : develop
2019-08-12 14:14:20 +03:00
45452d4d77 Export group operations as part of pattern recipe.
--HG--
branch : develop
2019-08-12 14:03:38 +03:00
c522651b6b Fix typo.
--HG--
branch : develop
2019-07-15 20:08:22 +03:00