Commit graph

116 commits

Author SHA1 Message Date
Roman Telezhynskyi 2ef85d43d4 Add path to Linux folder. 2024-02-16 18:31:35 +02:00
Roman Telezhynskyi c8ffff6428 Test coverage with gcov. 2024-02-16 16:39:07 +02:00
Roman Telezhynskyi c8edf84def Fix path to AppImage. 2024-02-14 11:03:13 +02:00
Roman Telezhynskyi 4b19565d4e Lupdate. 2024-02-14 09:38:00 +02:00
Roman Telezhynskyi 260176f768 Switching to appimage-builder to generate AppImage. 2024-02-13 20:35:06 +02:00
Roman Telezhynskyi 1ac5a4167f Support for AppImage. 2024-02-10 15:53:02 +02:00
Roman Telezhynskyi b9f3e7c601 Analyze code with Sonar cloud. 2024-02-05 14:46:30 +02:00
Roman Telezhynskyi 281587512c Create multisize versions of ICO files for Windows. 2024-01-30 20:35:12 +02:00
Roman Telezhynskyi 9a5263eb83 Remove redundant localizations: fr_CA, en_CA, en_IN. 2024-01-30 16:10:11 +02:00
Roman Telezhynskyi ac92a209d9 Rename environment variable. 2024-01-25 12:27:22 +02:00
Roman Telezhynskyi e31bc4c0d4 Debugging script. 2024-01-25 11:32:13 +02:00
Roman Telezhynskyi 4060160f87 Fix preparing to deploy an installer. 2024-01-25 09:01:24 +02:00
Roman Telezhynskyi 32519e6089 Updated Windows installer. Closes #196 2024-01-24 11:22:01 +02:00
Roman Telezhynskyi 3497c9499d New tools: Arc start point, Arc end point. 2023-11-17 11:58:51 +02:00
Roman Telezhynskyi b187e3c1c7 Remove measurement translations. 2023-10-31 09:42:09 +02:00
Roman Telezhynskyi 55cf9bbad6 Fix clearing Dropbox folder. 2023-10-08 08:15:03 +03:00
Roman Telezhynskyi e857dc6a8d Add missing filter to clean multibundle builds. 2023-09-23 10:44:45 +03:00
Roman Telezhynskyi c3c2fb3d6f Automatic Code-signing and Notarization for macOS. 2023-09-13 14:27:14 +03:00
Roman Telezhynskyi a293d441d7 Explicitly link to libcrypto and libssl to avoid error: Failed to load libssl/libcrypto. 2023-08-28 17:25:31 +03:00
Roman Telezhynskyi df888f2f5d Lupdate. 2023-08-21 16:30:03 +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 27d5b5d784 Optimizing cleaning algorithm. 2023-07-15 19:24:22 +03:00
Roman Telezhynskyi 25aa63f9a9 Improve Dropbox folder cleaning. 2023-07-13 22:08:39 +03:00
Roman Telezhynskyi aa78d93527 Fix cleaning Dropbox. 2023-05-17 16:42:25 +03:00
Roman Telezhynskyi 0eaf1a6b66 Fix lupdate script. 2023-05-17 16:10:10 +03:00
Roman Telezhynskyi 867348fb8e Fix issue with incorrect placing pattern making translations. 2023-05-17 09:35:34 +03:00
Roman Telezhynskyi cf412d058c Update transifex config. 2023-05-08 17:51:34 +03:00
Roman Telezhynskyi f247a1e895 Clean stale artifacts. 2023-03-11 13:55:40 +02:00
Roman Telezhynskyi 740f70c030 Refactoring. 2023-03-11 13:43:50 +02:00
Roman Telezhynskyi f4ecde5120 appveyor.yml Windows and MacOS. 2023-02-22 16:45:53 +02:00
Roman Telezhynskyi 80affdba85 Testing macos build. 2023-02-17 14:49:53 +02:00
Roman Telezhynskyi 0a681d7f93 Module to update ts files. 2023-01-12 18:33:39 +02:00
Roman Telezhynskyi d56acab0b1 Cppcheck warnings. 2022-08-30 14:42:44 +03:00
Roman Telezhynskyi 4e07172a6f Cppcheck warnings. 2022-08-08 15:25:14 +03:00
Roman Telezhynskyi 6d77f3ebc0 Remove support for russian language. 2022-03-18 12:28:55 +02:00
Roman Telezhynskyi ab774c96eb Fix downloading translations. 2022-02-08 19:55:56 +02:00
Roman Telezhynskyi b6dc3f30b8 Lupdate. 2021-10-01 21:10:16 +03:00
Roman Telezhynskyi d1e6eb269d Separate script starts from CIRRUS_WORKING_DIR. 2021-09-25 19:50:48 +03:00
Roman Telezhynskyi 5b61ec1584 Fix path to deploy script. 2021-09-25 07:44:31 +03:00
Roman Telezhynskyi 121c775144 Use Cirrus CI to build Valentina. 2021-09-23 10:57:27 +03:00
Roman Telezhynskyi e56d601761 Build mac os version with xcode 12.2 to start supporting mac os 11. 2021-09-13 17:57:00 +03:00
Roman Telezhynskyi 68c6c033b4 Merge branch 'develop' into feature/manual-layout 2021-05-15 11:27:37 +03:00
Roman Telezhynskyi bf9f577f43 OBS used incorrect old file. 2021-05-14 11:07:02 +03:00
Roman Telezhynskyi a90f184f90 Fix variable assignment. 2021-05-14 09:42:52 +03:00
Roman Telezhynskyi e904953bdf Fix error ../scripts/travis-deploy.sh: Permission denied. 2021-05-13 21:41:19 +03:00
Roman Telezhynskyi de5c6d4f70 Separate script for travis deployment.
Check status after each command call. Travis has habit to silent errors in the python script.

(cherry picked from commit 2efe887cad)
2021-05-04 08:37:54 +03:00
Roman Telezhynskyi 2efe887cad Separate script for travis deployment.
Check status after each command call. Travis has habit to silent errors in the python script.
2021-05-03 20:30:36 +03:00
Roman Telezhynskyi 92eaf1000d Improve the deployment script. 2021-05-03 17:32:50 +03:00
Roman Telezhynskyi 2bbaabf6ce Use a better compression algorithm. 2021-05-03 16:43:50 +03:00
Roman Telezhynskyi 349f614ec5 Forgot to fix environment variables. 2021-05-03 15:46:34 +03:00