Commit graph

9073 commits

Author SHA1 Message Date
Roman Telezhynskyi 3f3657d24f Fix build script. 2024-07-06 09:54:46 +03:00
Roman Telezhynskyi 3b0dca9662 Build on MacOS 12 to fix compatibility with macOS 12+. 2024-07-05 12:22:07 +03:00
Roman Telezhynskyi 184cd7e509 Downgrade Qt version to fix compatibility with macOS 12+. 2024-07-05 08:43:45 +03:00
Roman Telezhynskyi 8f248f6a0d Downgrade xcode version to fix compatibility with macOS 12+. 2024-07-04 22:04:50 +03:00
Roman Telezhynskyi ccd8e2bd86 Follow file name convention. 2024-07-04 21:49:27 +03:00
Roman Telezhynskyi 201fb73152 Lupdate. 2024-07-04 19:20:15 +03:00
Roman Telezhynskyi 100e905d91 Duplicate controls for main path nodes. 2024-07-04 19:16:40 +03:00
Roman Telezhynskyi cae7108e80 Fix incorrect seam allowance. 2024-07-01 17:16:54 +03:00
Roman Telezhynskyi 30c42a1e98 Dialog Table of variables. Added button Close as the second method of closing the dialog. 2024-06-30 18:23:32 +03:00
Roman Telezhynskyi c33579f675 Don't use qFatal to exist after finding incompatible locale. 2024-06-30 18:12:06 +03:00
Roman Telezhynskyi 5fdd2823e3 Update changelog. 2024-06-28 09:19:21 +03:00
Roman Telezhynskyi 13e8269eac Lupdate. 2024-06-28 08:30:19 +03:00
Roman Telezhynskyi c5d518091f Revert change. 2024-06-28 08:25:44 +03:00
Roman Telezhynskyi 77631d9bd4 Fix crashing. Deleting QUndoStack can trigger QUndoStack::cleanChanged which will call LayoutWasSaved method after deleting VPMainWindow. 2024-06-28 08:24:26 +03:00
Roman Telezhynskyi 3c69641e18 New minimal Mac OS version since Qt 6.8. 2024-06-28 08:23:39 +03:00
Roman Telezhynskyi 593c7daf10 Fix fetching tags in github workflows. 2024-06-25 18:56:21 +03:00
Roman Telezhynskyi f9b773e2ea Bump new version. 2024-06-25 14:00:18 +03:00
Roman Telezhynskyi b3cd40033d Cirrus CI Cloud only allows ghcr.io/cirruslabs/macos-runner:sonoma image. 2024-06-25 13:57:23 +03:00
Roman Telezhynskyi 4dbe5e182b Lupdate. 2024-06-25 13:23:30 +03:00
Roman Telezhynskyi 62fd0b6694 Fix piece mirroring.
Function expects not closed path.
2024-06-25 13:08:16 +03:00
Roman Telezhynskyi b701e0f03b Hide fold line when piece in full show and user doesn't want to see a mirror line. 2024-06-25 13:08:16 +03:00
Roman Telezhynskyi 4a4cd0b576 Convert formula to user look. 2024-06-25 11:13:14 +03:00
Roman Telezhynskyi 679890a368 Fix typo. 2024-06-23 19:11:32 +03:00
Roman Telezhynskyi 1de614dd2b Don't ignore changes in symupload.py. 2024-06-23 18:53:25 +03:00
Roman Telezhynskyi 8181b07d3d Fix correcting path to debug file on case-insensitive filesystem. 2024-06-23 18:45:33 +03:00
Roman Telezhynskyi 24c71eef0b Lupdate. 2024-06-23 15:38:35 +03:00
Roman Telezhynskyi f55eb4b68a Fix regression.
Incorrect processing placeholders in pattern label.
2024-06-23 15:36:15 +03:00
Roman Telezhynskyi 2a04a726cd Fix symupload script. 2024-06-10 16:03:22 +03:00
Roman Telezhynskyi 4922c9f357 Update dump_syms version. 2024-06-10 10:58:02 +03:00
Roman Telezhynskyi 501fe56e48 Fix symupload script. 2024-06-10 10:41:41 +03:00
Roman Telezhynskyi 0e5c693129 Fix Cirrus CI script. 2024-06-10 09:33:17 +03:00
Roman Telezhynskyi cf2a89f105 Lupdate. 2024-06-10 09:21:36 +03:00
Roman Telezhynskyi e74d95a456 Fix copy past error. 2024-06-10 09:16:22 +03:00
Roman Telezhynskyi 700b8d1901 Fix dialog Dimension label. 2024-06-10 09:02:39 +03:00
Roman Telezhynskyi 7c8691146c Optimize calculation of piece area. 2024-06-10 08:53:45 +03:00
Roman Telezhynskyi 28e70e73c6 Fix crashing after a piece remove while rendering label. 2024-06-10 07:46:59 +03:00
Roman Telezhynskyi fea9e5ed07 Fix crashing after a piece remove while rendering label. 2024-06-08 20:35:55 +03:00
Roman Telezhynskyi 7f3d06c383 Lupdate. 2024-06-04 16:51:54 +03:00
Roman Telezhynskyi ee705768e9 Fix updating notches. 2024-06-04 16:51:18 +03:00
Roman Telezhynskyi 6dfa13ec9a Improve pattern properties dialog.
Add placeholder to explain how to use the fields.
2024-06-04 16:50:55 +03:00
Roman Telezhynskyi 669ce4061a Fix piece mirroring. 2024-06-04 16:50:33 +03:00
Roman Telezhynskyi 79e1bf0f8d Follow BugSplat convention for naming sym files.
BugSplat's Breakpad processor is very particular about upload conventions. To resolve this issue modify sym file such that the file name is Valentina.sym and the module name (first line of the sym file) as Valentina.
2024-05-09 11:23:05 +03:00
Roman Telezhynskyi f7f981b910 Fix qmake script. 2024-05-07 19:25:22 +03:00
Roman Telezhynskyi b7a5ad977d Fix path to icon resource file. 2024-05-07 17:14:12 +03:00
Roman Telezhynskyi 075d135757 Lupdate. 2024-05-07 13:04:15 +03:00
Roman Telezhynskyi 5fb51c3e91 Refactoring. 2024-05-07 11:20:12 +03:00
Roman Telezhynskyi 8451ff874a Make sure that moving an object of class "VPieceLabelInfo" is "noexcept". 2024-05-07 11:05:40 +03:00
Roman Telezhynskyi bf2b110b69 Cancel watched jobs before application close to prevent crashes. 2024-05-06 18:56:30 +03:00
Roman Telezhynskyi a21a3eac85 Add missing dependence. 2024-05-06 17:22:37 +03:00
Roman Telezhynskyi 64b566349e Lupdate. 2024-05-06 17:15:41 +03:00