Roman Telezhynskyi
d997f74620
Refactoring.
...
Replace the redundant type with "auto".
2024-05-04 09:14:22 +03:00
Roman Telezhynskyi
5e56f30fb1
Refactoring.
...
Replace declarations by a structured binding declaration.
2024-05-02 12:03:30 +03:00
Roman Telezhynskyi
78735cd31a
Refactoring.
...
Replace the redundant type with "auto".
2024-04-27 12:54:59 +03:00
Roman Telezhynskyi
6eb702b778
Refactoring.
...
Since Qt 6.7 we can start using enum QIcon::ThemeIcon.
2024-04-22 18:13:43 +03:00
Roman Telezhynskyi
5ea7817a02
New option Show mirror line.
...
Make showing a symmetry line optional. In some cases users don't need it.
2024-04-05 19:54:48 +03:00
Roman Telezhynskyi
b3e6365e92
Use the init-statement to declare a variable inside the if statement.
2024-04-04 10:27:15 +03:00
Yann Lossouarn
95db2eb133
Code smell and performance : capture various variables by reference
2024-02-24 00:00:39 +01:00
Roman Telezhynskyi
ff018a3f2c
Add pointer qualifications to auto-typed variables that are deduced to pointers.
2024-02-20 08:58:06 +02:00
Roman Telezhynskyi
0adb49a427
Variable can be declared 'const'.
2024-02-20 08:58:06 +02:00
Roman Telezhynskyi
a3448cde76
Refactoring.
2024-02-17 20:22:56 +02:00
Roman Telezhynskyi
3b6aae076f
Sonar warnings.
2024-02-14 11:57:42 +02:00
Roman Telezhynskyi
63292fa235
Sonar warnings.
2024-02-08 18:37:59 +02:00
Roman Telezhynskyi
cc92270ecb
Prevent stealing focus when scrolling.
2024-01-31 15:15:43 +02:00
Roman Telezhynskyi
38dbbe29ba
Minimal Qt version increased to Qt 5.15. Minimal C++ standard to C++17.
2024-01-23 15:57:29 +02:00
Roman Telezhynskyi
25a8da8259
Add way to disable mirror line.
2024-01-19 17:54:33 +02:00
Roman Telezhynskyi
af6b86fb97
Clang warnings.
2024-01-11 16:25:31 +02:00
Roman Telezhynskyi
38fbc03f16
New features: Mirror line, Fold line.
2024-01-06 14:22:03 +02:00
Roman Telezhynskyi
4691de62fd
Allow negative values.
2023-11-14 16:38:17 +02:00
Roman Telezhynskyi
9d734a667b
Fix error: tr() cannot be called without context.
2023-10-13 18:33:16 +03:00
Roman Telezhynskyi
2118e0766d
New piece option Follow grainline.
2023-10-10 14:14:23 +03:00
Roman Telezhynskyi
8f23d057f4
Fix filling piece label data.
2023-10-07 12:47:43 +03:00
Roman Telezhynskyi
ecf93f8d31
Redesign notch context menu to allow quick selection of the notch type.
2023-10-02 18:06:20 +03:00
Roman Telezhynskyi
d4859b7604
Fix compatibility with Qt 5.6.
2023-08-08 16:52:07 +03:00
Roman Telezhynskyi
e60ba5bedb
Support for dark theme for custom icons.
2023-08-05 17:52:34 +03:00
Roman Telezhynskyi
ec8a22cc84
Improve support for dark theme.
...
Custom dark theme updated. Added support for native dark mode. Added new icon themes. Scene still needs improvement.
2023-07-24 13:41:42 +03:00
Roman Telezhynskyi
9f04b0feb3
Add missing includes.
2023-06-26 10:33:03 +03:00
Roman Telezhynskyi
7410d188ce
Piece labels line break.
2023-05-22 17:30:18 +03:00
Roman Telezhynskyi
e540c6292c
Refactoring.
...
Fix code style.
2023-05-22 17:27:42 +03:00
Roman Telezhynskyi
bdd152dd83
Fix build issues.
2023-05-12 10:42:39 +03:00
Roman Telezhynskyi
c704321d5a
Correct the unit symbol.
2023-05-11 22:23:24 +03:00
Roman Telezhynskyi
394df3c775
Fix grainline type description.
2023-05-10 17:31:11 +03:00
Roman Telezhynskyi
a180e53829
Fix build issues.
2023-05-08 18:10:06 +03:00
Roman Telezhynskyi
598682e57b
New notch type - Check Notch. Control a notch width and angle with formulas.
2023-05-08 17:51:34 +03:00
Roman Telezhynskyi
66e01d9994
Refactoring.
2023-05-08 17:51:34 +03:00
Roman Telezhynskyi
03630fb273
Refactoring.
2023-05-03 14:07:08 +03:00
Roman Telezhynskyi
1311c794c3
Improve handling four ways grainlines.
2023-05-02 17:38:44 +03:00
Roman Telezhynskyi
857e384221
New grainline type: Four way.
2023-04-07 10:05:29 +03:00
Roman Telezhynskyi
4bed35052b
Refactoring.
...
Rename method name.
(cherry picked from commit 07dbc5e2ff
)
2023-01-16 18:31:47 +02:00
Roman Telezhynskyi
eb38a1c26f
Successful build of main binaries.
2023-01-04 18:31:50 +02:00
Roman Telezhynskyi
d6e417b197
Export area of piece in Final measurements.
2022-11-10 11:46:05 +02:00
Roman Telezhynskyi
b4256fb500
Optimize includes.
2022-11-10 11:46:04 +02:00
Roman Telezhynskyi
99fad389b0
Refactoring.
2022-11-08 16:58:20 +02:00
Roman Telezhynskyi
52c8e47e60
New option "Seam line on drawing".
...
There are two ways to export a sew line to DXF-AAMA: on Draw layer or Sew line layer. The second is not standard, but preferable way for most CAD systems.
2022-11-04 17:16:50 +02:00
Roman Telezhynskyi
9c7ab2fb4a
Refactor CastTo.
2022-10-28 16:16:13 +03:00
Roman Telezhynskyi
0bf3d93d7e
New option Turn point for context menu.
2022-10-28 16:16:13 +03:00
Roman Telezhynskyi
bd10a78f55
Successful compilation.
2022-10-28 16:16:13 +03:00
Roman Telezhynskyi
c10279c7e1
Refactoring.
2022-08-23 16:37:58 +03:00
Roman Telezhynskyi
003c9bf33f
Fix build.
2022-08-17 15:51:35 +03:00
Roman Telezhynskyi
0ab0edc654
Refactoring.
2022-08-12 18:50:22 +03:00
Roman Telezhynskyi
080e84ff48
New placeholders.
2022-02-14 14:11:27 +02:00