Skip to content

Commit

Permalink
add icons for new Note Entry Modes
Browse files Browse the repository at this point in the history
  • Loading branch information
shoogle committed Jul 4, 2016
1 parent 81c6af1 commit 4c2a771
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions mscore/data/icons/mode-notes-realtime-auto.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mscore/data/icons/mode-notes-realtime-manual.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mscore/data/icons/mode-notes-repitch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mscore/data/icons/mode-notes-rhythm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mscore/data/icons/mode-notes-steptime.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion mscore/data/icons/mode-repitch.svg

This file was deleted.

6 changes: 5 additions & 1 deletion mscore/icons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ static const char* iconNames[] = {
"grace16after.svg",
"grace32after.svg",
"mode-notes.svg",
"mode-notes-steptime.svg",
"mode-notes-repitch.svg",
"mode-notes-rhythm.svg",
"mode-notes-realtime-auto.svg",
"mode-notes-realtime-manual.svg",
"insert-symbol.svg",
"note-tie.svg",
"format-text-bold.svg",
Expand All @@ -113,7 +118,6 @@ static const char* iconNames[] = {
"mode-photo.svg",
"raster-horizontal.svg",
"raster-vertical.svg",
"mode-repitch.svg",
"list-unordered.svg",
"list-ordered.svg",
"format-indent-more.svg",
Expand Down
5 changes: 3 additions & 2 deletions mscore/icons.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ enum class Icons : signed char { Invalid_ICON = -1,
file_ICON, fileOpen_ICON, fileNew_ICON, fileSave_ICON, fileSaveAs_ICON,
window_ICON, acciaccatura_ICON, appoggiatura_ICON,
grace4_ICON, grace16_ICON, grace32_ICON,
grace8after_ICON, grace16after_ICON, grace32after_ICON, noteEntry_ICON,
grace8after_ICON, grace16after_ICON, grace32after_ICON,
noteEntry_ICON, noteEntrySteptime_ICON, noteEntryRepitch_ICON, noteEntryRhythm_ICON, noteEntryRealtimeAuto_ICON, noteEntryRealtimeManual_ICON,
keys_ICON, tie_ICON,
textBold_ICON, textItalic_ICON, textUnderline_ICON,
textLeft_ICON, textCenter_ICON, textRight_ICON, textTop_ICON, textBottom_ICON, textVCenter_ICON, textBaseline_ICON,
textSuper_ICON, textSub_ICON,
fotomode_ICON,
hraster_ICON, vraster_ICON, repitch_ICON,
hraster_ICON, vraster_ICON,
formatListUnordered_ICON, formatListOrdered_ICON,
formatIndentMore_ICON, formatIndentLess_ICON,
loop_ICON, loopIn_ICON, loopOut_ICON, metronome_ICON, countin_ICON,
Expand Down
6 changes: 5 additions & 1 deletion mscore/musescore.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,12 @@
<file>data/icons/media-playback-start.svg</file>
<file>data/icons/media-skip-backward.svg</file>
<file>data/icons/mode-notes.svg</file>
<file>data/icons/mode-notes-steptime.svg</file>
<file>data/icons/mode-notes-repitch.svg</file>
<file>data/icons/mode-notes-rhythm.svg</file>
<file>data/icons/mode-notes-realtime-manual.svg</file>
<file>data/icons/mode-notes-realtime-auto.svg</file>
<file>data/icons/mode-photo.svg</file>
<file>data/icons/mode-repitch.svg</file>
<file>data/icons/note-1.svg</file>
<file>data/icons/note-2.svg</file>
<file>data/icons/note-4.svg</file>
Expand Down

0 comments on commit 4c2a771

Please sign in to comment.