Commit graph

1744 commits

Author SHA1 Message Date
Igor Korsukov
d334c10207 added AsciiString 2022-05-31 18:35:42 +03:00
Igor Korsukov
8c0bd12354 added mu::String 2022-05-31 18:35:42 +03:00
RomanPudashkin
b1bf70eb39
Merge pull request #11663 from Eism/accessibility_panels_fix
[MU4] Accessibility panels reading fix
2022-05-31 16:11:12 +02:00
Igor Korsukov
13d84aa4e6 [engraving] cleaning QByteArray, QIODevice 2022-05-31 14:15:55 +03:00
Igor Korsukov
82ee6fc56a cleaning MscReader/Writer 2022-05-31 14:15:55 +03:00
Eism
487e54ec75 Restored voice panels 2022-05-31 12:31:41 +03:00
Eism
47fe50240e Partially fixed Quick Nav mode for VoiceOver on macOS 2022-05-31 12:27:14 +03:00
Anonymous Maarten
4ebba960c2 Fixes for non-unity build
- Include log.h in menuview for IF_ASSERT_FAILED
- Fix compile error: invalid use of incomplete type ‘class QWindow’
- Fix error: 'invalid use of incomplete type ‘class Ms::ScoreFont’
- Fix error: '‘IProjectAutoSaver’ has not been declared'i
2022-05-29 23:50:04 +02:00
Casper Jeukendrup
ff0f4c0f0f Fix some clang compiler warnings 2022-05-27 16:36:39 +03:00
Igor Korsukov
ec71bba0b9 changed XmlStreamWriter implementation 2022-05-27 16:36:27 +03:00
Igor Korsukov
5e289e4d51 removed QIODevice from XmlStreamWriter 2022-05-27 16:36:27 +03:00
popov alexandr
20c7bc4ad4 replaced io::File to io::IODevice in guitrappro module; fixed some compile errors on the clang compiler 2022-05-27 14:47:55 +03:00
Igor Korsukov
a2b41e6f95 cleaning xmlwriter 2022-05-26 21:02:41 +03:00
RomanPudashkin
5060906bb5
Merge pull request #11754 from Eism/edit_staff_type_crash_fix
[MU4] Edit staff type crash fix
2022-05-26 10:21:57 +02:00
Igor Korsukov
44e3783954 moved tinyxml 2022-05-25 23:53:03 +03:00
Igor Korsukov
e1f48f7eb0 added ENTITY support for mu::XmlStreamReader 2022-05-25 23:53:03 +03:00
Igor Korsukov
84d2e14429 used tinyxml as implementation for xml xtream reader 2022-05-25 23:53:03 +03:00
Igor Korsukov
ddb05f232f added tinyxml 2022-05-25 23:53:03 +03:00
Eism
8632949167 Fixed unnecessary closing of the popup if the parent of the popup is a popup 2022-05-25 17:46:58 +03:00
Eism
8583805af3 fixed #11752: Necessity to clear data when popup is destroyed 2022-05-25 17:43:57 +03:00
vpereverzev
892e0c333f Fixed typo in AudioEngine::Mode enum 2022-05-24 16:54:04 +02:00
vpereverzev
7c1180e9db Fixed an issue with sample length calculations for opus codec 2022-05-24 16:54:04 +02:00
vpereverzev
e5ff7aded0 Fixed an issue with a playback position shifting of muted tracks 2022-05-24 16:54:04 +02:00
vpereverzev
32cb4aa495 Preventing execution of redundant callbacks from audio driver during offline rendering 2022-05-24 16:54:04 +02:00
vpereverzev
286c4592c9 Fixed an issue with audio export of files with "silent" start 2022-05-24 16:54:04 +02:00
Igor Korsukov
53f39bc330 fixed open scores (fixed bytearray) 2022-05-24 13:14:10 +02:00
Igor Korsukov
de6fea2dcb Replaced QFileInfo to mu::io::FileInfo 2022-05-24 12:40:42 +03:00
Igor Korsukov
acd0d2b695 added QT_SUPPORT global cmake option 2022-05-24 10:50:56 +03:00
Igor Korsukov
8b0f15bebc moved logger, profiler and async to global 2022-05-24 10:50:56 +03:00
Roman Pudashkin
0f34610367 fixed the "no sound" problem for the Auxiliary percussion instruments 2022-05-23 12:16:13 +02:00
Roman Pudashkin
0107687e58 fixed the program for Concert snare drum 2022-05-23 12:16:13 +02:00
Roman Pudashkin
217fa72c14 fixed the program for Bass drums 2022-05-23 12:16:13 +02:00
Roman Pudashkin
185d2a8232 fixed the program for Tenor drums 2022-05-23 12:16:13 +02:00
Roman Pudashkin
adb6e08979 fixed the program for Castanets 2022-05-23 12:16:13 +02:00
Roman Pudashkin
136096678a fixed the program for Ride Cymbal 2022-05-23 12:16:13 +02:00
Roman Pudashkin
4b1861d6ff fixed the program for Hi-hat 2022-05-23 12:16:13 +02:00
Roman Pudashkin
92478e9f80 fixed midi bank/program for Bamboo wind chimes 2022-05-23 12:16:13 +02:00
Roman Pudashkin
4a9febda5f added missing mapping for Almglocken 2022-05-23 12:16:13 +02:00
Joachim Schmitz
423fec97ea Fix MSVC compiler warnings
reg. 'argument': conversion from 'size_t' to 'int', possible loss of data (C4267)
2022-05-20 17:19:10 +00:00
vpereverzev
9cdd8eeeb4 Fixed an issue with unplayable tracks 2022-05-20 18:27:56 +02:00
vpereverzev
3884ef01f4 Fixed a crash during the mp3 export 2022-05-20 18:27:56 +02:00
Joachim Schmitz
c10b481602 Fix MSVC compiler warning
reg. 'argument': conversion from 'size_t' to 'int', possible loss of data (C4267)
2022-05-20 17:24:31 +03:00
Joachim Schmitz
53034338be Fix MSVC compiler warnings
reg. 'argument': conversion from 'size_t' to 'uint32_t/int', possible loss of data (C4267)
2022-05-20 17:24:31 +03:00
Igor Korsukov
4c4420493c replaced QFile to mu::io::File 2022-05-20 17:13:18 +03:00
Igor Korsukov
97b15e6698 replaced QIODevice to mu::io::IODevice 2022-05-20 17:13:18 +03:00
RomanPudashkin
6eb6034bec
Merge pull request #11679 from Eism/shortcuts_triggering_macos_fix
[MU4] Fixed triggering shortcuts on macos fix
2022-05-19 18:21:25 +02:00
Igor Korsukov
260c9b2caf added zip reader/writer facade 2022-05-19 16:05:10 +03:00
Igor Korsukov
196cf66f83 Revert "added zip reader/writer facade"
This reverts commit 3fbcc58e06.
2022-05-19 15:29:42 +03:00
Igor Korsukov
3fbcc58e06 added zip reader/writer facade 2022-05-19 15:29:12 +03:00
Elnur Ismailzada
671755d480
Merge pull request #11680 from VanSHOE/task11665
fix: #11665; Multi-Selection directory box doesn't return empty path on being crossed out anymore
2022-05-19 13:48:11 +03:00