Commit Graph

7455 Commits

Author SHA1 Message Date
a89259d47d Fix issue with VMainGraphicsView. 2020-05-11 17:39:54 +03:00
19fd03b66e Read/write window state. Will help with setting the carousel size. 2020-05-10 18:38:06 +03:00
c1051783f6 Fix code style. 2020-05-10 18:35:25 +03:00
7b1449f11e Redesign settings.
All apps settings classes moved to binaries. Use common part to get access from static libraries. Fixed issues with VMainGraphicsView class.
2020-05-10 18:32:26 +03:00
02b21d818f Use fuzzy functions to compare floats. 2020-05-10 11:51:54 +03:00
3e4b82b3cc Correct user defined export scale factor.
(cherry picked from commit dda789e444)
2020-05-10 11:28:36 +03:00
e2ef71faf6 Fix default value for a export scale factor.
(cherry picked from commit 1f310c2c2c)
2020-05-10 11:28:28 +03:00
ddd4d735e8 Merge branch 'feature/manual-layout' into 'feature/manual-layout'
Feature/manual layout app behaviour optimization

See merge request smart-pattern/valentina!7
2020-05-10 08:27:19 +00:00
dda789e444 Correct user defined export scale factor. 2020-05-10 11:25:25 +03:00
1f310c2c2c Fix default value for a export scale factor. 2020-05-10 11:24:49 +03:00
0e87b10a66 improvement rotation initialisation 2020-05-09 15:13:00 +02:00
3fc0924887 Merge remote-tracking branch 'upstream/feature/manual-layout' into feature/manual-layout 2020-05-09 14:48:43 +02:00
a9d6fae27d optimization angle / rotation 2020-05-09 14:45:36 +02:00
03a8d71e65 qOverload was introduced in Qt 5.7. 2020-05-09 13:57:42 +03:00
33865a06b5 Cppcheck warnings. 2020-05-09 13:25:23 +03:00
f06c85753b Merge remote-tracking branch 'origin/develop' into feature/manual-layout 2020-05-09 13:21:29 +03:00
a009e25004 Fix (de)serialize enums into QDataStream.
It is very important to use exactly the same way across all Qt versions we need to support. Otherwise, it will break interchange between Valentina versions built on different Qt versions.
2020-05-09 12:36:03 +03:00
dc44bef761 enable rotation 2020-05-09 11:13:29 +02:00
110ac969e9 Fix build with MSVC. 2020-05-09 11:38:47 +03:00
e72a664c8a context menu for carrousel piece and graphics piece 2020-05-09 09:54:56 +02:00
f516d80513 improve unselect behaviour of unplaced pieces 2020-05-09 09:00:27 +02:00
6c35dfc78a Work on layer and graphics view behaviour 2020-05-08 23:49:41 +02:00
4970254607 Fix issue. Elide a variable description in the formula wizard.
(cherry picked from commit 56ec62580c)
2020-05-08 19:41:42 +03:00
c9e85e0266 Lupdate. 2020-05-07 17:21:01 +03:00
8aa93f8757 Fix disappearing a visibility group tags after Apply -> OK sequence. 2020-05-07 17:02:16 +03:00
0df099b4ca Show tooltip with tags only if a visibility group has at least one. 2020-05-07 17:00:41 +03:00
d72be9029f improve multiple selection and add grainline to pieces 2020-05-06 15:05:01 +02:00
e2b816f192 work on piece selection and position 2020-05-05 17:40:36 +02:00
c4dbea1d56 puzzle main graphics and pieces 2020-05-05 07:44:20 +02:00
497cb65cb2 Optimizing the piece carrousel 2020-05-02 12:17:06 +02:00
ab569feff8 Merge branch 'feature/manual-layout' into 'feature/manual-layout'
Work on the piece carrousel,  Feature/manual layout

See merge request smart-pattern/valentina!6
2020-05-02 07:51:52 +00:00
e27e543fbc comments 2020-05-02 09:44:45 +02:00
928c57f74b remove uncomment in LoadFile 2020-05-02 09:30:53 +02:00
9a8fabc25e optimization current piece tab 2020-05-01 19:08:48 +02:00
f5e325a235 Piece carrousel design and piece selection 2020-05-01 18:26:02 +02:00
7bca5f41ec Optimize the carrousel piece fitInView 2020-04-26 22:32:08 +02:00
4edcbfd0c5 work on the piece and carrousel 2020-04-26 15:36:20 +02:00
39c889d43b Piece Name and UUID taken into account in *vlt reader / writer 2020-04-26 14:12:20 +02:00
25cb7f9e6e Optimization piece carrousel 2020-04-26 14:03:43 +02:00
bf09544d87 Piece Carrousel 2020-04-26 12:09:28 +02:00
664c6dcd51 Typo 2020-04-24 17:25:43 +02:00
1c598ab069 extend Q_ASSERT of ReadLayer function 2020-04-24 16:23:06 +02:00
9c5b23e7eb Slot auto connection, name convention and comments 2020-04-24 16:10:42 +02:00
e09c8de9c8 Fix build on Mac OS X. 2020-04-23 21:17:49 +03:00
a6677523b8 Clang warnings. 2020-04-23 19:16:17 +03:00
b9c5aed236 Clang warnings. 2020-04-23 18:41:34 +03:00
e9f44d01e9 Cppcheck warning. 2020-04-23 18:09:48 +03:00
82ce2aadfe Added initial support for the manual layout format version converter. 2020-04-23 18:05:00 +03:00
aeebd2a095 Specialized methods to write attribute value.
Certain types must be treated in a certain way.
2020-04-23 17:24:06 +03:00
b2f26f02bc Specialized functions to read tag attributes.
Provide easier conversion, return default value if an attribute is not provided, throw exception in case of error.
2020-04-23 17:22:58 +03:00