Casper Jeukendrup
4662a94a10
Update macOS app icon
2022-04-26 19:08:29 +02:00
Casper Jeukendrup
6c8e7f45e6
Update drop shadows
...
In particular, the drop shadow for popups, which had some undesired "margin" at the top and bottom
2022-04-26 19:08:28 +02:00
Casper Jeukendrup
f2b018930d
Update the values of LINK_COLOR
2022-04-26 19:08:28 +02:00
Casper Jeukendrup
71f73ecd2f
More tweaks to the accent colors
2022-04-26 19:08:28 +02:00
Casper Jeukendrup
4d2fadb20d
Update selected state color of NotationSwitchButton
2022-04-26 19:08:27 +02:00
Igor Korsukov
edb273ec06
fixed conversion warnings
2022-04-26 16:51:10 +00:00
Igor Korsukov
66408a9cb4
reanimated autobot
2022-04-26 15:53:06 +00:00
RomanPudashkin
03ac2082ee
Merge pull request #11277 from cbjeukendrup/fix_select_text_in_frame
...
Fix selecting texts in frames
2022-04-26 16:38:24 +02:00
RomanPudashkin
7a62e5dcf2
Merge pull request #11372 from cbjeukendrup/InstrumentsDialog_descriptionLabel
...
Show instrument description also in InstrumentsDialog
2022-04-26 16:38:09 +02:00
Alexander Pavlov
b37a146150
fix #11332 : stem length fix when tremolo is added on tab
2022-04-26 17:27:24 +03:00
Elnur Ismailzada
cac162f15d
Merge pull request #11303 from RomanPudashkin/join_measures_fix
...
[MU4] Fix #11299 : Join selected measures command does not work correctly
2022-04-26 16:14:36 +03:00
vpereverzev
09656de877
Optimized calculations pf the current tempo
2022-04-26 14:44:56 +02:00
Alexander Pavlov
64e4fb2a64
fix #10332 : hiding vertical frame when there is no meta info
2022-04-26 14:52:42 +03:00
Joachim Schmitz
01a426aab1
Fix compiler warnings
...
* Disable MinGW warnings in thirdparty/opus reg. unused parameters
* Fix MSVC compiler warnings, reg. signed/unsigned mismatch (C4245)
* Enable some of the previously (and apparently unnecessarily) disabled MSVC compiler warnings in src/engraving again
* Fix MSVC compiler warnings reg. conversion from `size_t` to `int`, outside of engraving
2022-04-26 11:23:08 +00:00
Casper Jeukendrup
4cd1d25e8b
Remove hardcoded button sizes in New Score Dialog
2022-04-26 00:16:43 +02:00
Casper Jeukendrup
c01e6e705b
Show instrument description also in InstrumentsDialog
...
Not only in New Score Dialog.
2022-04-26 00:16:24 +02:00
Igor Korsukov
9a7fabf052
reduced warnings int vs size_t. Step 2
2022-04-25 20:22:18 +03:00
vpereverzev
4fe272b8c7
Disabled failing tests which exist on master
2022-04-25 18:38:31 +02:00
vpereverzev
a004db3000
Don't need to fall in assert if we don't have VST plugins being used for a score created on another system
2022-04-25 18:38:31 +02:00
vpereverzev
0c7f9844dc
Fixed an issue when Fluid redefined some file callbacks when moving internal data from structure to structure
2022-04-25 18:38:31 +02:00
Igor Korsukov
e2ad3b1d47
reduced warning show for MSVC
2022-04-25 16:48:21 +03:00
Joachim Schmitz
2723468910
Add/enable more MusicXML unit tests
...
but disable the failing ones.
Additionally fix one test and sort them alphabetically.
2022-04-25 16:27:06 +03:00
Joachim Schmitz
749e8df9a6
Fix #329470 : Wrong/missing transpositioning on MusicXML import
...
If the optional element "diatonic" is missing, calculate it from "chromatic".
2022-04-25 16:27:06 +03:00
Leon Vinken
ac796362c7
Fix #329608 : [MusicXML export] custom ending text not exported
...
Export the volta text to the MusicXML ending element, allowing custom text such as "1-3".
2022-04-25 16:26:03 +03:00
Leon Vinken
05a3bf516a
Fix #328730 : [Musicxml Export] - Level again exceeds 6 and stops to export
2022-04-25 16:24:53 +03:00
Leon Vinken
fe78b04da1
Fix #321095 : Support MusicXML 4.0 (export)
2022-04-25 16:24:53 +03:00
RomanPudashkin
a4fc4405a4
Merge pull request #10630 from HemantAntony/scorepropertiesdialog
...
Rewrote Score Properties Dialog in QML
2022-04-25 11:58:02 +02:00
RomanPudashkin
b39223159b
Merge pull request #11327 from Eism/dropdown_fix
...
[MU4] Hot fix for dropdowns
2022-04-25 11:52:50 +02:00
RomanPudashkin
ecaeffc912
Merge pull request #11324 from Majora320/master
...
Fix audio initialization failure
2022-04-25 10:28:08 +02:00
RomanPudashkin
1e480e5961
Merge pull request #11308 from RomanPudashkin/crashes_in_new_parts
...
[MU4] crashes_in_new_parts
2022-04-25 10:10:29 +02:00
Eism
c6a4645626
Hot fix for dropdowns
2022-04-25 11:09:27 +03:00
Moses Miller
55299492b9
Fix audio initialization failure
...
This fix has two parts: firstly, snd_pcm_hw_params_set_buffer_size_near
is used instead of snd_pcm_hw_params_set_buffer_size. We don't strictly
/need/ whatever default buffer size we pick, so this allows for a wider
range of hardware/software configurations. Secondly, we move the buffer
size constraint after the set_rate_near call. This is required to avoid
overconstraining, and it's the order aplay does things in.
2022-04-24 23:22:33 -07:00
Aaron Sattely
803363555e
Slurs default to up when contained chords have mixed stem direction
2022-04-24 22:19:37 -04:00
Casper Jeukendrup
26aa1ec0d3
When double-clicking header/footer text, open EditStyle dialog
2022-04-23 14:53:50 +02:00
Casper Jeukendrup
e66c09f2d1
Use std::vector instead of std::list to get elements on page
2022-04-23 14:36:23 +02:00
Casper Jeukendrup
a74f11f042
Restored the ability to select header and footer
2022-04-23 14:11:43 +02:00
Casper Jeukendrup
96f347573e
Fix selecting texts in frames
2022-04-23 14:11:43 +02:00
Roman Pudashkin
df96a36a8e
fix #11306 : fixed invalid staff index
2022-04-22 23:23:06 +02:00
Roman Pudashkin
7d343c9c8e
replaced int/size_t with staff_idx_t
2022-04-22 19:36:51 +02:00
Roman Pudashkin
d97df3b6d1
fixed crash after hiding all instruments via the instruments panel
2022-04-22 19:36:50 +02:00
RomanPudashkin
782123e2ff
Merge pull request #11307 from vpereverzev/sf_loader_cache
...
[MU4] various_fixes
2022-04-22 19:32:49 +02:00
vpereverzev
f9c0a709d7
Fixed a couple of issues for instruments management in MuseSampler
2022-04-22 18:47:52 +02:00
vpereverzev
e9bfdaccf2
Updated annoying assert
2022-04-22 18:41:25 +02:00
vpereverzev
19da394c8b
Properly update SoundFontCache after actual SF loading
2022-04-22 18:33:39 +02:00
Roman Pudashkin
68620f51af
fix #11299 : simplified the method of getting the selected measure range
2022-04-22 17:08:21 +02:00
HemantAntony
113d934aea
Deleted Score Properties Dialog (Widget)
2022-04-22 18:05:45 +05:30
HemantAntony
0fc8568353
Rewrote Score properties dialog in QML
...
This commit rewrites the Score properties dialog which was previously built using widgets
2022-04-22 18:05:44 +05:30
RomanPudashkin
36d5a315df
Merge pull request #11295 from alexpavlov96/gp_arpeggio_visible_fix
...
fix #10491 : arpeggio direction and visibility on standard staff
2022-04-22 14:14:11 +02:00
Igor Korsukov
b74fa2423b
[engraving] replaced QList to std. Part 11
2022-04-22 14:30:39 +03:00
Casper Jeukendrup
1dec58da80
Use qt5_add_big_resources
where appropriate
2022-04-22 14:16:18 +03:00