Commit graph

9045 commits

Author SHA1 Message Date
Roman Telezhynskyi 796940cbe9 Do not set clone depth, we need all the tags to automatically detect the version based on git describe. 2024-07-12 19:50:19 +03:00
Roman Telezhynskyi 6007745ddd Fix compatibility with MSVC. 2024-07-12 15:24:19 +03:00
Roman Telezhynskyi 1e0b4b37bc Check timezone. 2024-07-12 15:17:58 +03:00
Roman Telezhynskyi fbcb424233 Add "Twin Sans" single stroke font. 2024-07-12 14:50:04 +03:00
Roman Telezhynskyi 991b6be9ef Fix parsing SVG fonts. 2024-07-12 14:46:34 +03:00
Roman Telezhynskyi 12f17d5961 Fix regression. Formula wizard dialog doesn't show item alias in a list. 2024-07-11 21:26:46 +03:00
Roman Telezhynskyi 7711e61381 Refactoring.
Use "std::make_unique" to construct "std::unique_ptr".
Use "std::make_shared" to construct "std::shared_ptr".
2024-07-11 18:26:28 +03:00
Roman Telezhynskyi 691160943b Get rid of "protected" specifier and make visibility of the following members "private". 2024-07-10 11:52:59 +03:00
Roman Telezhynskyi daa5dada4b Remove redundant access specifier; it does not change the accessibility level. 2024-07-10 11:41:34 +03:00
Roman Telezhynskyi 2992d71e91 Try another approach. 2024-07-10 11:31:42 +03:00
Roman Telezhynskyi c696ba0e1a Declare variables inside the loop. 2024-07-09 20:16:26 +03:00
Roman Telezhynskyi 21f3a5dc78 Remove redundant semicolon. 2024-07-09 19:47:27 +03:00
Roman Telezhynskyi f1d0c89f83 Fix potential issues with ACCESS_VIOLATION_READ. 2024-07-09 14:56:26 +03:00
Roman Telezhynskyi 42ced535cb Continue debugging. 2024-07-08 16:37:34 +03:00
Roman Telezhynskyi 26813eb11d Debugging getting a repo state on macos. 2024-07-08 12:12:16 +03:00
Roman Telezhynskyi 24fc530899 Fix build on macos. 2024-07-07 20:09:13 +03:00
Roman Telezhynskyi 2f86684d24 Add missing header. 2024-07-07 20:08:21 +03:00
Roman Telezhynskyi b27ad3016e Fix path to log file. 2024-07-07 18:49:37 +03:00
Roman Telezhynskyi f3329fb130 Calculate image size according to screen scale factor. 2024-07-07 16:43:01 +03:00
Roman Telezhynskyi 5b80eb38db Since Python 3.11 we cannot use global space to install packages. Use a virtual environment instead. 2024-07-07 11:47:37 +03:00
Roman Telezhynskyi 15863fc0ad Remove this step. 2024-07-06 19:13:59 +03:00
Roman Telezhynskyi 297bd64538 Try with sudo -H. 2024-07-06 17:56:23 +03:00
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