Commit graph

160 commits

Author SHA1 Message Date
Igor Korsukov
0cac4ec5ad
Merge pull request #6379 from Howard-C/rebased-PRs
Commits rebased from 3.x
2020-07-29 11:00:38 +02:00
Eism
fd4c58a9b3 Registering uri in own modules 2020-07-29 10:42:36 +02:00
Eism
8eeaee5a44 Moved qml path register to C++ 2020-07-29 10:42:36 +02:00
Igor Korsukov
3d955c310c
Merge pull request #6377 from igorkorsukov/mu4/audio_seek
[MU4] Implemented change playback position
2020-07-28 21:21:36 +02:00
Eism
07eddb9d18 Review fix 2020-07-28 15:46:41 +02:00
Eism
a6800047c8 Call QDialog by uri 2020-07-28 15:46:41 +02:00
Igor Korsukov
87f3825893 added RetVal for getting playPositionTick 2020-07-28 14:12:41 +02:00
Igor Korsukov
31a4b58408 implemented change play position 2020-07-28 14:06:00 +02:00
Howard-C
4124599f24 fix #285135: "line thickness" parameter of ambitus is not working properly
`Pid::LINE_WIDTH` cannot be used, since it's a `qreal` value, but the value used to store the line thickness of an ambitus is a `Spatium` value, so we have to use another `Pid` which is `Spatium` type, a new one `Pid::LINE_WIDTH_SPATIUM`.
2020-07-28 16:32:38 +08:00
Igor Korsukov
b1b2282426 fixed code style 2020-07-28 10:15:56 +02:00
pereverzev_v
6515653bd0 Got rid of the "commander" term 2020-07-27 16:45:09 +02:00
pereverzev_v
82d8583728 Fixed the compatibility with C++ 11 2020-07-27 16:45:09 +02:00
pereverzev_v
4c547b8a7e Transfered a few inspector widgets into mscore module - the only place where they are using 2020-07-27 16:45:09 +02:00
pereverzev_v
0fb55cc98b Moved the StyleId alias into the notationtypes 2020-07-27 16:45:09 +02:00
pereverzev_v
8d2218b951 Altered the inspector cmakelist 2020-07-27 16:45:09 +02:00
pereverzev_v
74e40989ed Fixed the compilation errors 2020-07-27 16:45:09 +02:00
pereverzev_v
da14036bb0 Remove unnecessary dependency from the inspector module 2020-07-27 16:45:09 +02:00
pereverzev_v
b574c1a384 Got rid of direct scorestateobserver usage (within the inspector) 2020-07-27 16:45:09 +02:00
pereverzev_v
fca7e93caf Fixes accordingly to the code-style 2020-07-27 16:45:09 +02:00
pereverzev_v
1b368b7381 Transfered the MU3inspector adapter into mscore 2020-07-27 16:45:09 +02:00
pereverzev_v
acc780f4a3 Fixed a mess with the adapter function signatures 2020-07-27 16:45:09 +02:00
pereverzev_v
354f7c92df Got rif of unnecessary cmake settings in the inspector module 2020-07-27 16:45:09 +02:00
pereverzev_v
8d09997a90 Renamed the NotationCommander to NotationUndoStack 2020-07-27 16:45:09 +02:00
pereverzev_v
d083d1cd5a Restored the missing inspector's files 2020-07-27 16:45:09 +02:00
pereverzev_v
9b73aaeb76 Renamed a stupid adapter's method 2020-07-27 16:45:09 +02:00
pereverzev_v
f157573f32 Added an inspector implementation into the notation view page 2020-07-27 16:45:09 +02:00
pereverzev_v
b4dcb0c5fa Implemented the adapters for the inspector, so now it's compatible with MU3 and MU4 2020-07-27 16:45:09 +02:00
pereverzev_v
82b440b4db Expanded the notation interface with the new classes NotationStyle and NotationCommander 2020-07-27 16:45:09 +02:00
pereverzev_v
5231abbd0a Transfered the inspector module into the MU4 scope 2020-07-27 16:45:09 +02:00
pereverzev_v
6ad25c3b58 Fixed an issue with antialiassing in NotationView 2020-07-27 16:45:09 +02:00
Igor Korsukov
30883af21f
Merge pull request #6371 from igorkorsukov/mu4/audio_worker
[MU4] Audio worker
2020-07-27 16:43:21 +02:00
Igor Korsukov
80c41d3d30 fix #308217 fixed palette configuration 2020-07-24 12:32:25 +02:00
Igor Korsukov
7812cc2c43 added play position synchronization 2020-07-24 09:27:36 +02:00
Igor Korsukov
ad99f3a721 added audio handle status 2020-07-24 09:27:36 +02:00
Igor Korsukov
f3928878ca added playing context 2020-07-24 09:27:36 +02:00
Igor Korsukov
3e2e712ca7 added playback cursor 2020-07-24 09:27:36 +02:00
Igor Korsukov
2287ebf6c3 added notation midi data 2020-07-24 09:27:36 +02:00
Igor Korsukov
7976244cd4
Merge pull request #6354 from igorkorsukov/mu4/audio_midi_events
[MU4] Audio midi playback
2020-07-23 12:29:14 +02:00
Igor Korsukov
6cd9c51b69 fixed code style 2020-07-23 11:00:30 +02:00
anatoly-os
502116fca9 Manually merged #6263 to master 2020-07-23 02:43:20 +03:00
anatoly-os
af26ccf6c0 Manually merged #6227 to master 2020-07-22 21:22:34 +03:00
Roman Pudashkin
2036e8497b implemented openUrl 2020-07-22 19:26:58 +02:00
Igor Korsukov
1131b58741 added playback cursor 2020-07-22 09:02:01 +02:00
anatoly-os
4983a59554
Merge pull request #6270 from lvinken/307242-incomplete-tuplet-master
fix #307242: [MusicXML import] Musescore crashes when loading .mxl fi…
2020-07-21 15:47:12 +03:00
Igor Korsukov
460cce3dc3 added playback module 2020-07-20 15:11:55 +02:00
Igor Korsukov
19a9c00810 added notation midi data 2020-07-20 15:11:50 +02:00
Igor Korsukov
0231e81024
Merge pull request #6335 from igorkorsukov/mu4/audio_midi
[MU4] Audio midi
2020-07-20 15:08:19 +02:00
Igor Korsukov
d9bc8d43a2 fixed midi review issues 2020-07-20 13:45:50 +02:00
pereverzev_v
c8589a1e14 Added an additional check before starting text editing 2020-07-17 15:47:11 +02:00
pereverzev_v
9985019702 Fixed an issue with a "tiny" text, added the pixelRatio initialization within the MU4 2020-07-17 15:47:11 +02:00