.. |
excerptnotation.cpp
|
Rename some methods about names and titles to avoid confusion
|
2022-02-10 18:16:46 +01: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
|
Fix scrolling slowly at high zoom levels
|
2021-10-17 23:26:34 +02:00 |
inotationundostack.h
|
Added forgotten data into notation changes notifier
|
2022-01-19 14:50:48 +02:00 |
instrumentsrepository.cpp
|
removed the InstrumentsMeta structure
|
2021-08-23 18:41:54 +02:00 |
instrumentsrepository.h
|
removed the InstrumentsMeta structure
|
2021-08-23 18:41:54 +02:00 |
masternotation.cpp
|
Store opened state to score file
|
2022-02-17 13:22:12 +02:00 |
masternotation.h
|
Store opened state to score file
|
2022-02-17 13:22:12 +02:00 |
masternotationmididata.cpp
|
Rename EngravingObject::name() to typeName() to disambiguate
|
2022-02-10 17:33:29 +01:00 |
masternotationmididata.h
|
renamed element to engravingitem
|
2021-09-02 15:36:45 +02: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
|
Store opened state to score file
|
2022-02-17 13:22:12 +02:00 |
notation.h
|
Store opened state to score file
|
2022-02-17 13:22:12 +02:00 |
notationaccessibility.cpp
|
Fix (non-unity) build and remove unused variable
|
2022-02-07 14:11:18 +01:00 |
notationaccessibility.h
|
Fix (non-unity) build and remove unused variable
|
2022-02-07 14:11:18 +01:00 |
notationactioncontroller.cpp
|
disabled the unroll-repeats item in the app menu
|
2022-02-15 18:39:58 +02:00 |
notationactioncontroller.h
|
Merge pull request #10401 from RomanPudashkin/grip_points_nagivation
|
2022-02-04 14:57:41 +02:00 |
notationconfiguration.cpp
|
Don't store current zoom percentage in Settings
|
2022-02-17 21:07:55 +01:00 |
notationconfiguration.h
|
Don't store current zoom percentage in Settings
|
2022-02-17 21:07:55 +01:00 |
notationelements.cpp
|
renamed element to engravingitem
|
2021-09-02 15:36:45 +02:00 |
notationelements.h
|
renamed element to engravingitem
|
2021-09-02 15:36:45 +02:00 |
notationinteraction.cpp
|
Do not handle element editing when shortcut override event is received
|
2022-02-22 18:51:31 +02:00 |
notationinteraction.h
|
Do not handle element editing when shortcut override event is received
|
2022-02-22 18:51:31 +02:00 |
notationmidiinput.cpp
|
Fixed processing of midi events
|
2021-11-08 00:17:43 -08:00 |
notationmidiinput.h
|
Fix namespace code style
|
2021-07-07 15:12:16 +02:00 |
notationnoteinput.cpp
|
fixed update of the inspector after entering notes
|
2022-02-15 21:02:25 +02:00 |
notationnoteinput.h
|
fix #10276: implemented the ability to remove notes by right-clicking on them
|
2022-02-03 18:52:20 +02:00 |
notationpainting.cpp
|
fixed sending of redundant notationChanged notifications
|
2022-02-14 12:39:57 +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
|
Clean up Excerpt class
|
2022-02-07 09:24:31 +01:00 |
notationparts.h
|
no need to end the note input mode after removing/adding staves
|
2021-12-29 13:08:04 +02:00 |
notationplayback.cpp
|
cleared up Tempo
|
2021-12-20 12:23:52 +03:00 |
notationplayback.h
|
Fix scrolling slowly at high zoom levels
|
2021-10-17 23:26:34 +02:00 |
notationselection.cpp
|
fixed update of the inspector after changing the selection state
|
2022-02-03 21:06:45 +02:00 |
notationselection.h
|
fixed update of the inspector after changing the selection state
|
2022-02-03 21:06:45 +02:00 |
notationselectionrange.cpp
|
fix #10078: fixed canvasBoundingRect result after selecting a measure with a line
|
2022-01-24 11:40:39 +02:00 |
notationselectionrange.h
|
fixed deselecting of the selected area after right-click on it
|
2021-07-20 14:53:01 +02:00 |
notationstyle.cpp
|
Clean up Excerpt class
|
2022-02-07 09:24:31 +01:00 |
notationstyle.h
|
removed auto convert from PropertyValue to QVariant
|
2021-11-18 12:43:45 +02:00 |
notationuiactions.cpp
|
disabled some items in the app menu
|
2022-02-09 10:26:44 +02:00 |
notationuiactions.h
|
added default tool configs
|
2021-06-28 14:18:09 +02:00 |
notationundostack.cpp
|
Added forgotten data into notation changes notifier
|
2022-01-19 14:50:48 +02:00 |
notationundostack.h
|
Added forgotten data into notation changes notifier
|
2022-01-19 14:50:48 +02:00 |
positionswriter.cpp
|
renamed element to engravingitem
|
2021-09-02 15:36:45 +02:00 |
positionswriter.h
|
added project module
|
2021-07-14 21:08:02 +02:00 |
scorecallbacks.cpp
|
fix #10012: ported from MU3 the implementation of the score panning
|
2022-01-27 18:35:25 +02:00 |
scorecallbacks.h
|
fix #10012: ported from MU3 the implementation of the score panning
|
2022-01-27 18:35:25 +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 |