MuseScore/src/notation/internal
Elnur Ismailzada debe33f3f5
Merge pull request #11396 from RomanPudashkin/continuous_panel
[MU4] Fix #11326: Continuous View - Instrument Name Position
2022-04-29 10:10:02 +03:00
..
excerptnotation.cpp [engraving] replaced QList to std. Part 3 2022-04-15 10:58:39 +03:00
excerptnotation.h Rename some methods about names and titles to avoid confusion 2022-02-10 18:16:46 +01:00
igetscore.h Fix namespace code style 2021-07-07 15:12:16 +02:00
inotationselectionrange.h Fixed conversion warnings. Step 5 2022-04-28 13:35:27 +03:00
inotationundostack.h moved the notification about changes in the score to the libmscore layer 2022-03-11 12:00:07 +02:00
instrumentsrepository.cpp [engraving] replaced QList to std. Part 3 2022-04-15 10:58:39 +03:00
instrumentsrepository.h removed the InstrumentsMeta structure 2021-08-23 18:41:54 +02:00
masternotation.cpp Fixed conversion warnings. Step 5 2022-04-28 13:35:27 +03:00
masternotation.h [engraving] replaced QList to std. Part 3 2022-04-15 10:58:39 +03:00
masternotationparts.cpp optimized changing of the score ordering type 2021-08-23 17:07:30 +02:00
masternotationparts.h optimized changing of the score ordering type 2021-08-23 17:07:30 +02:00
midiinputcontroller.cpp Removed extra methods from interface 2021-08-16 11:03:03 +02:00
midiinputcontroller.h Implemented auto-connection to attached midi device 2021-06-07 11:44:29 +02:00
mscnotationwriter.cpp Fixed sharing ownership of *this with children for EngravingProject 2022-01-28 11:04:35 +02:00
mscnotationwriter.h added notation writer for exporting msc files 2021-12-27 18:11:11 +02:00
notation.cpp fixed crash when deleting the shadow note: Ms::Score is the parent for the shadow note and is deleted much earlier than it (from ~EngravingProject()), which is why the invalid pointer is left in the shadow note. Ms::Score will now control the lifetime of the shadow note 2022-03-17 16:26:43 +02:00
notation.h Replaced MasterNotationMidiData with NotationPlayback 2022-03-01 19:59:36 +02:00
notationaccessibility.cpp Disable notation accessibility if notation paint view is not focused 2022-03-23 11:09:33 +02:00
notationaccessibility.h Disable notation accessibility if notation paint view is not focused 2022-03-23 11:09:33 +02:00
notationactioncontroller.cpp Fixed conversion warnings. Step 6 2022-04-28 16:49:28 +03:00
notationactioncontroller.h Merge pull request #10630 from HemantAntony/scorepropertiesdialog 2022-04-25 11:58:02 +02:00
notationconfiguration.cpp ported the continuous panel from MU3 2022-04-26 19:50:50 +02:00
notationconfiguration.h Merge pull request #11396 from RomanPudashkin/continuous_panel 2022-04-29 10:10:02 +03:00
notationelements.cpp [engraving] replaced QList to std. Part 4 2022-04-18 09:30:43 +03:00
notationelements.h renamed element to engravingitem 2021-09-02 15:36:45 +02:00
notationinteraction.cpp Fixed conversion warnings. Step 6 2022-04-28 16:49:28 +03:00
notationinteraction.h Fixed conversion warnings. Step 6 2022-04-28 16:49:28 +03:00
notationmidiinput.cpp Simplify by using const references instead of pointers - Score::activeMidiPitches 2022-04-27 13:27:54 +02:00
notationmidiinput.h Fixed an issue with missing playback during the note entry from MIDI keyboard 2022-03-11 20:32:07 +02:00
notationnoteinput.cpp Fixed conversion warnings. Step 4 2022-04-27 17:17:13 +03:00
notationnoteinput.h fix #9995: simplified the shortcuts for changing the current duration 2022-02-25 11:56:24 +02:00
notationpainting.cpp ported the continuous panel from MU3 2022-04-26 19:50:50 +02:00
notationpainting.h disabled drawing of NotationInteraction for read-only notation views (like the navigator panel) 2022-01-14 11:14:15 +02:00
notationparts.cpp Fixed conversion warnings. Step 6 2022-04-28 16:49:28 +03:00
notationparts.h Fixed conversion warnings. Step 6 2022-04-28 16:49:28 +03:00
notationplayback.cpp Simplify by using const references instead of pointers 2022-04-27 13:27:55 +02:00
notationplayback.h Optimized calculations pf the current tempo 2022-04-26 14:44:56 +02:00
notationselection.cpp [engraving] replaced QList to std. Part 2 2022-04-14 14:16:33 +03:00
notationselection.h fixed update of the inspector after changing the selection state 2022-02-03 21:06:45 +02:00
notationselectionrange.cpp Fixed conversion warnings. Step 5 2022-04-28 13:35:27 +03:00
notationselectionrange.h Fixed conversion warnings. Step 5 2022-04-28 13:35:27 +03:00
notationstyle.cpp minor optimization and code clean-up 2022-03-10 09:55:38 +02:00
notationstyle.h minor optimization and code clean-up 2022-03-10 09:55:38 +02:00
notationuiactions.cpp Merge pull request #10630 from HemantAntony/scorepropertiesdialog 2022-04-25 11:58:02 +02:00
notationuiactions.h Added UI actions for setting engraving debugging options 2022-04-04 16:21:34 +02:00
notationundostack.cpp moved the notification about changes in the score to the libmscore layer 2022-03-11 12:00:07 +02:00
notationundostack.h moved the notification about changes in the score to the libmscore layer 2022-03-11 12:00:07 +02:00
positionswriter.cpp Fix more warnings 2022-04-21 11:31:03 +03:00
positionswriter.h added project module 2021-07-14 21:08:02 +02:00
scorecallbacks.cpp added explicit score position adjustment 2022-03-22 16:40:49 +02:00
scorecallbacks.h added explicit score position adjustment 2022-03-22 16:40:49 +02:00
searchcommandsparser.cpp Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00
searchcommandsparser.h Updated license headers for .cpp/.h files 2021-04-19 17:08:37 +02:00