Skip to content

Commit

Permalink
Shortcut Management
Browse files Browse the repository at this point in the history
small fixes

incorporated changes

fixed for each loop

fixed variable names

fixed translation problem

minor fixes

changed the startup wizard

small fix regarding translation

fixed errors, small changes

values obtained outside the wizard

deletion of objects

startup wizard now works as an object

small modifications
  • Loading branch information
Aryaman Vinchhi authored and Aryaman Vinchhi committed Jul 12, 2017
1 parent 042d5b4 commit 242986a
Show file tree
Hide file tree
Showing 15 changed files with 2,262 additions and 8 deletions.
7 changes: 4 additions & 3 deletions mscore/CMakeLists.txt
Expand Up @@ -143,15 +143,16 @@ QT5_WRAP_UI (ui_headers
)

if (APPLE)
QT5_ADD_RESOURCES (qrc_files musescore.qrc musescorefonts-Mac.qrc)
QT5_ADD_RESOURCES (qrc_files musescore.qrc musescorefonts-Mac.qrc shortcut-Mac.qrc)
else (APPLE)
QT5_ADD_RESOURCES (qrc_files musescore.qrc
musescorefonts-MScore.qrc
musescorefonts-Gootville.qrc
musescorefonts-Bravura.qrc
musescorefonts-MuseJazz.qrc
musescorefonts-FreeSerif.qrc
musescorefonts-Free.qrc)
musescorefonts-Free.qrc
shortcut.qrc)
endif (APPLE)


Expand Down Expand Up @@ -268,7 +269,7 @@ add_executable ( ${ExecutableName}
fretproperties.cpp sectionbreakprop.cpp
bendproperties.cpp tremolobarprop.cpp file.cpp keyb.cpp osc.cpp
layer.cpp selectdialog.cpp selectnotedialog.cpp propertymenu.cpp shortcut.cpp bb.cpp
dragelement.cpp
dragelement.cpp startupWizard.cpp
svggenerator.cpp
masterpalette.cpp
dragdrop.cpp
Expand Down

0 comments on commit 242986a

Please sign in to comment.