Commit graph

21286 commits

Author SHA1 Message Date
Roman Pudashkin
53c85cf7a2 replaced the old context menu with the new one 2021-06-17 16:14:18 +02:00
Roman Pudashkin
75a9fe44df fixed opening of the context menu in the palettes panel 2021-06-17 16:14:18 +02:00
Roman Pudashkin
bd6c1dfac2 fixed displacement of palettes icons while drag & drop 2021-06-17 16:14:18 +02:00
RomanPudashkin
cd3418bfcb
Merge pull request #8341 from njvdberg/crash-on-new-score
[MU4] Solve crash when a new score was created.
2021-06-17 16:12:30 +02:00
Niek van den Berg
ab04d39c5f Solve crash when a new score was created.
Instead of taking the Score from the list of originalStaves (which is empty for a new score, hence the crash) the Score is passed as an argument to sortParts().
2021-06-17 15:34:54 +02:00
RomanPudashkin
32316649cb
Merge pull request #8340 from igorkorsukov/mu4/bugs/fix_focus
[MU4] Added navigation for dock panels
2021-06-17 14:49:28 +02:00
Igor Korsukov
7d70f614db added navigation for dock panels 2021-06-17 14:04:06 +02:00
RomanPudashkin
9708b244da
Merge pull request #8146 from wizofaus/290694_importXML_barline_span
290694 import xml barline span
2021-06-17 09:46:33 +02:00
RomanPudashkin
672e750386
Merge pull request #7993 from cbjeukendrup/qstyle-widgets-like-qml
Use QStyle to make QWidgets look like QML
2021-06-16 18:44:42 +02:00
RomanPudashkin
606b6ade25
Merge pull request #8331 from Eism/midi_writer
[MU4] Midi writer
2021-06-16 18:03:02 +02:00
Eism
baf6d8c762 Copied midi export from MU3 2021-06-16 16:47:05 +02:00
Eism
637ddd138b Renamed module iex_midiimport to iex_midi 2021-06-16 16:24:20 +02:00
wizofaus@hotmail.com
c1577ec038 fix #321924 allow sub and sup tags in instrument names 2021-06-16 15:38:12 +03:00
wizofaus@hotmail.com
7859b9581d [MU4] fix #7667 - right click should not alter current selection 2021-06-16 15:34:42 +03:00
Igor Korsukov
26600ad91d added activate window for score 2021-06-16 14:10:18 +02:00
Igor Korsukov
abf6886450 implemented check score is opened 2021-06-16 14:10:18 +02:00
Igor Korsukov
7001ed62b2 added sync request to ipc channel 2021-06-16 14:10:18 +02:00
Igor Korsukov
323f0ff6f2 moved ipc server to separated thread 2021-06-16 14:10:18 +02:00
wizofaus@hotmail.com
213e3ab66e [MU4] fix #8302 - clipboard operations while editing text not working 2021-06-16 12:48:05 +03:00
wizofaus@hotmail.com
91035f9164 [MU3] fix #296212 - formatting lost when copying/pasting text 2021-06-16 12:48:05 +03:00
RomanPudashkin
0f8db68fc5
Merge pull request #8328 from Eism/panels_temporarily_invisible
[MU4] Fix showing the Piano Roll and the Mixer panels
2021-06-16 10:30:01 +02:00
wizofaus@hotmail.com
46c118baba [MU4] fix #7706 fix drag & drop memory leaks 2021-06-16 11:22:17 +03:00
Eism
7054aa2cb9 By default, the Piano Roll and the Mixer panels are hidden 2021-06-16 09:59:25 +02:00
Elnur Ismailzada
ea3e3e3c8e
Merge pull request #8304 from njvdberg/smaller-soloist-margins
[MU4] Optional smaller margin for FlatButton
2021-06-16 09:39:06 +02:00
Elnur Ismailzada
cec421546f
Merge pull request #8257 from cbjeukendrup/horizontal-panels-temp-solution
Temporary solution for horizontal DockPanels
2021-06-16 09:35:38 +02:00
RomanPudashkin
329e29d5ba
Merge pull request #8147 from njvdberg/move-staves-and-parts
[MU4] Handling of Parts and Excerpt in instrument panel
2021-06-16 09:23:28 +02:00
RomanPudashkin
f43a5ab006
Merge pull request #8327 from wizofaus/file_close
[MU4] fix #7662 implement File|Close
2021-06-16 09:21:06 +02:00
wizofaus@hotmail.com
a04ff3ce3d [MU4] fix #7662 implement File|Close 2021-06-16 12:37:22 +10:00
Casper Jeukendrup
a6890ffe9e Fix crash in Edit Style dialog because of mu::Point being unhandled
The Edit Style dialog still handled only QPoint instead of mu::Point.
2021-06-15 22:34:10 +02:00
Casper Jeukendrup
e4db25746a Remove dependency on radiobuttongroupbox.h in uitheme.cpp
Causes linking problems
2021-06-15 22:06:28 +02:00
Casper Jeukendrup
bca0338858 Move RadioButtonGroupBox from notation to uicomponents
In order to remove uicomponents' dependency on notation.
Still not ideal but better.
2021-06-15 21:28:51 +02:00
Casper Jeukendrup
63b14cc1c0 Fix RadioButtonGroupBox in Transpose dialog 2021-06-15 21:28:51 +02:00
Casper Jeukendrup
c3728d443a Divide UiTheme::drawPrimitive into smaller, dedicated methods 2021-06-15 21:28:51 +02:00
Casper Jeukendrup
707f3e6d4a Add linkColor to widgets palette 2021-06-15 21:28:51 +02:00
Casper Jeukendrup
150d66a7f5 Fix font size for widgets and updating of fonts for widgets
By using a stylesheet instead of QApplication::setFont().
2021-06-15 21:28:51 +02:00
Casper Jeukendrup
2401b83bea Use QStyle to make QWidgets look like QML 2021-06-15 21:28:51 +02:00
RomanPudashkin
f9eb64f8a6
Merge pull request #8323 from Eism/cli_score_operations
[MU4] CLI. Backend. Score media
2021-06-15 20:58:57 +02:00
Eism
2db8f11005 Implemented notation meta writer 2021-06-15 19:49:50 +02:00
Eism
6b8169b612 Implemented score media command 2021-06-15 19:49:50 +02:00
Eism
76997dcdb6 Implemented export score media on backend api 2021-06-15 19:49:50 +02:00
wizofaus@hotmail.com
54860e5479 [MU4] fix #8206 default for scale barlines should be false 2021-06-15 18:26:36 +02:00
Eism
5c87478020 Implemented stop action 2021-06-15 18:21:23 +02:00
Igor Korsukov
bcff394bfa moved ipc server to separated thread 2021-06-15 16:52:48 +02:00
Igor Korsukov
b8a536c404 added ipc chaanel 2021-06-15 16:52:48 +02:00
Eism
323ca2bbd1 Implemented position writer for notation elements 2021-06-15 14:45:28 +02:00
RomanPudashkin
74a5426b0d
Merge pull request #8315 from Eism/windows_titlebar_stabilization
[MU4] TitleBar. Implemented showing system menu  on Windows
2021-06-15 09:50:11 +02:00
RomanPudashkin
58fe2afed6
Merge pull request #8312 from wizofaus/stop_shutdown_crash
Fixes persistent crashes when quitting MuseScore
2021-06-15 09:48:30 +02:00
Eism
32a88a784e Implemented showing system menu 2021-06-15 09:01:18 +02:00
wizofaus@hotmail.com
440ad765fb Fixes persistent crashes when quitting MuseScore 2021-06-15 13:58:26 +10:00
RomanPudashkin
c471317b40
Merge pull request #8149 from njvdberg/key-new-transposing-instruments
[MU4] Correct key signature when adding transposing instruments.
2021-06-13 23:00:14 +02:00