Roman Telezhynskyi
2aea155d61
Speedup optimization.
...
Move label data update to a separate thread to not block main GUI thread.
2024-05-04 18:01:15 +03:00
Roman Telezhynskyi
d997f74620
Refactoring.
...
Replace the redundant type with "auto".
2024-05-04 09:14:22 +03:00
Roman Telezhynskyi
9600364c05
Refactoring.
...
Replace the redundant type with "auto".
2024-05-02 13:47:29 +03:00
Roman Telezhynskyi
e5295c0665
Refactoring.
...
Merge "if" statement with the enclosing one.
2024-05-02 10:36:26 +03:00
Roman Telezhynskyi
a81f878cd6
Refactoring.
...
Merge "if" statement with the enclosing one.
2024-04-29 19:05:19 +03:00
Roman Telezhynskyi
e4481754f0
Fix calculating label position for flipped piece.
2024-04-12 09:51:49 +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
ebf678888e
Fix exporting full piece.
2024-04-04 19:00:10 +03:00
Yann Lossouarn
95db2eb133
Code smell and performance : capture various variables by reference
2024-02-24 00:00:39 +01:00
Roman Telezhynskyi
d6fa5ddac0
Suppress warning object used after it was moved.
2024-02-20 09:17:20 +02:00
Roman Telezhynskyi
0adb49a427
Variable can be declared 'const'.
2024-02-20 08:58:06 +02:00
Roman Telezhynskyi
827b82e3f6
Remove Q_COMPILER_RVALUE_REFS.
2024-02-19 11:14:02 +02:00
Roman Telezhynskyi
1ac5a4167f
Support for AppImage.
2024-02-10 15:53:02 +02:00
Roman Telezhynskyi
63292fa235
Sonar warnings.
2024-02-08 18:37:59 +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
38fbc03f16
New features: Mirror line, Fold line.
2024-01-06 14:22:03 +02:00
Roman Telezhynskyi
e9565b3e75
Horizontal piece flipping.
2023-11-29 16:40:36 +02:00
Roman Telezhynskyi
5724c9611a
New feature. Boundary together with notches.
2023-11-28 16:40:27 +02:00
Roman Telezhynskyi
bc6b9468b7
Refactoring.
2023-10-13 15:26:19 +03:00
Roman Telezhynskyi
2118e0766d
New piece option Follow grainline.
2023-10-10 14:14:23 +03:00
Roman Telezhynskyi
e9f42bda30
Start using string literal operators for Qt types.
2023-10-07 18:56:39 +03:00
Roman Telezhynskyi
9fa969cbb1
Guard font size to prevent a warning show.
2023-08-26 09:51:55 +03:00
Roman Telezhynskyi
a5bf891d43
Increased requirement for minimal Qt version.
2023-08-12 12:03:28 +03:00
Roman Telezhynskyi
e60ba5bedb
Support for dark theme for custom icons.
2023-08-05 17:52:34 +03:00
Roman Telezhynskyi
403c57ecc7
Give static functions more verbose names to not confuse a compiler.
2023-07-15 14:34:24 +03:00
Roman Telezhynskyi
41464eece0
Fix build with GCC 4.9.
2023-07-15 10:58:28 +03:00
Roman Telezhynskyi
161918203a
Refactoring.
...
Code style.
2023-07-13 17:49:31 +03:00
Roman Telezhynskyi
83c914f47d
Export to HP-GL format.
2023-07-10 19:23:56 +03:00
Roman Telezhynskyi
1e2f1f7708
Refactoring.
...
Code style.
2023-07-07 16:29:12 +03:00
Roman Telezhynskyi
81141acf6d
Support for single-line fonts.
2023-06-22 18:30:43 +03:00
Roman Telezhynskyi
1847115627
Refactoring.
...
Code style.
2023-06-21 10:24:51 +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
598682e57b
New notch type - Check Notch. Control a notch width and angle with formulas.
2023-05-08 17:51:34 +03:00
Roman Telezhynskyi
1311c794c3
Improve handling four ways grainlines.
2023-05-02 17:38:44 +03:00
Roman Telezhynskyi
894e2dffac
Refactoring.
2023-05-02 17:38:44 +03:00
Roman Telezhynskyi
404f870069
QtConcurrent::run signature was switched up.
...
Switching to using lambdas instead of binding the methods.
2023-02-09 17:27:43 +02:00
Roman Telezhynskyi
734e5d0d11
QVector and QStringList are now just aliases to QList.
2023-02-09 17:27:43 +02:00
Roman Telezhynskyi
171b3be090
Backward compatibility for type qsizetype.
2023-02-09 17:27:43 +02:00
Roman Telezhynskyi
6e499b7245
Remove missing in Qt6 headers.
2023-02-09 17:24:02 +02:00
Roman Telezhynskyi
07dbc5e2ff
Refactoring.
...
Rename method name.
2023-01-16 15:50:53 +02:00
Roman Telezhynskyi
15750a749c
Refactoring. Use std::optional.
2022-11-21 16:47:32 +02:00
Roman Telezhynskyi
2f683930e9
Fix typo.
2022-11-14 18:02:00 +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
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
6c0863ca62
Refactoring.
2022-10-28 16:16:13 +03:00
Roman Telezhynskyi
bd10a78f55
Successful compilation.
2022-10-28 16:16:13 +03:00
Roman Telezhynskyi
0ab0edc654
Refactoring.
2022-08-12 18:50:22 +03:00