MuseScore/mscore
Maurizio M. Gavioli 8c017d8536 Lyrics: Better dash control
This patch gives better control on lyrics dash management and it is intended to supersede https://github.com/musescore/MuseScore/pull/2213 which did not suit the taste of several forum users; for a discussion, see https://musescore.org/en/node/76021 .

Adds 3 new score style parameters:
- `lyricsDashMinLength` to control the minimum dash length (default: 0.4sp)
- `lyricsDashMaxLength` to control the maximum dash length (default: 0.8sp)
- `lyricsDashForce`: if set to __true__, a dash is always generated between two syllables of a word and, if there is not enough space for the min dash length, more space is added between the syllables to accommodate it; if set to __false__, no extra space is added and the two syllables are joined together (default: true)

The effect of the last parameter is exemplified by the following screen-shots:

Current situation (before this patch); if there is no room for the min dash length, the dash is skipped and some blank is left between syllables:

Patch with `lyricsDashForce = true`; chords are further spaced and a min-length dash is inserted:

Patch with `lyricsDashForce = false`: the second syllable is moved (slightly) to the left to reclaim the blank:
2015-10-03 23:55:33 +02:00
..
data fix 68041: add 'zoom to 100%' command (ctrl+0) 2015-07-08 15:56:05 +02:00
debugger Merge pull request #2045 from MarcSabatella/63711-atonal-naturals 2015-06-10 10:11:44 +02:00
importmidi Small optimization 2015-06-05 13:36:28 +03:00
inspector add text style type, Inspector settings 2015-08-26 14:20:46 -06:00
schema Initial commit 2012-05-26 14:49:10 +02:00
aboutbox.ui fix copy revision button on retina display 2015-03-24 23:40:17 +01:00
aboutmusicxmlbox.ui fix #23258 2013-10-22 18:37:28 +02:00
accessibletoolbutton.cpp Remove Mac defines for accessibility. 2014-12-04 23:51:56 +02:00
accessibletoolbutton.h Added Q_OBJECT macro 2014-08-12 14:32:56 +03:00
album.cpp fix #78521 prevent segfault when append scores without any measures 2015-09-21 02:07:56 -04:00
album.h fix #78521 prevent segfault when append scores without any measures 2015-09-21 02:07:56 -04:00
albummanager.cpp fix #78521 prevent segfault when append scores without any measures 2015-09-21 02:07:56 -04:00
albummanager.h fix #39121, fix #20783 2014-11-28 14:49:46 +01:00
albummanager.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
alsa.cpp small alsa driver update 2015-01-24 11:32:06 +01:00
alsa.h alsa driver update 2015-01-23 14:41:08 +01:00
alsamidi.h Automatic control of JACK/ALSA MIDI Out ports 2014-11-28 20:25:45 +05:00
analyse.h add namespace Ms 2013-05-13 19:43:59 +02:00
articulation.ui clean some dialogs, make group box title bold 2014-07-13 18:14:54 +02:00
articulationprop.cpp fix #63511: Crash when attempting to view Articulation Properties 2015-06-03 10:20:56 +02:00
articulationprop.h add namespace Ms 2013-05-13 19:43:59 +02:00
bb.cpp fix band-in-a-box import of chords 2015-05-15 11:50:57 +02:00
bb.h fix warnings reg. wrong header guards 2014-06-17 14:43:30 +02:00
bend.ui several fixes for translations 2014-03-06 18:47:59 +01:00
bendcanvas.h add namespace Ms 2013-05-13 19:43:59 +02:00
bendproperties.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
bendproperties.h add namespace Ms 2013-05-13 19:43:59 +02:00
breaksdialog.cpp native 'break every X measures' function 2014-11-21 00:20:12 -07:00
breaksdialog.h native 'break every X measures' function 2014-11-21 00:20:12 -07:00
breaksdialog.ui fix to plural 2014-11-21 11:58:35 +01:00
capella.cpp fix bad syntax 2015-05-07 18:18:54 +02:00
capella.h Further fixes for text import from Capella files 2015-01-26 13:52:44 +01:00
capxml.cpp fix all warnings on Mac OSX. Hopefully without side effects on other platforms. 2015-05-05 18:28:39 +02:00
cellproperties.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
chordview.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
chordview.h add namespace Ms 2013-05-13 19:43:59 +02:00
click.h Initial commit 2012-05-26 14:49:10 +02:00
CMakeLists.txt fix #76326: build only uses one processor core on Linux 2015-09-09 23:43:21 +01:00
continuouspanel.cpp cosmetic fix for continuous panel 2015-07-08 19:25:44 +02:00
continuouspanel.h further improvements on continuous panel 2015-06-02 17:41:51 +02:00
downloadUtils.cpp use AUTOMOC in cmake files 2015-01-27 15:23:20 +01:00
downloadUtils.h use AUTOMOC in cmake files 2015-01-27 15:23:20 +01:00
dragdrop.cpp fix #60746: bad symbol position on drag & drop 2015-05-18 11:44:38 +02:00
dragelement.cpp fix #46361 Stems separate from note heads when dragging notes 2015-02-04 14:43:12 +01:00
driver.cpp eliminating needless \n in qDebug() calls 2014-03-25 14:59:32 +01:00
driver.h Automatic control of JACK/ALSA MIDI Out ports 2014-11-28 20:25:45 +05:00
drumroll.cpp code cleanups; rename instr() to instrument() 2015-03-26 13:11:46 +01:00
drumroll.h fix #37986: lupdate doesn't like forward declaration enums... see http://www.qtcentre.org/threads/59673-lupdate-fails-to-detect-context-for-class-in-namespace 2014-12-08 16:32:44 +01:00
drumtools.cpp code cleanups; rename instr() to instrument() 2015-03-26 13:11:46 +01:00
drumtools.h fix #47396 crash when changing drumset 2015-03-17 11:50:59 +01:00
drumview.cpp fix all warnings on Mac OSX. Hopefully without side effects on other platforms. 2015-05-05 18:28:39 +02:00
drumview.h fix all warnings on Mac OSX. Hopefully without side effects on other platforms. 2015-05-05 18:28:39 +02:00
editdrumset.cpp fix #22040 No impending save after making changes to Edit Drumset 2015-02-04 19:51:24 +01:00
editdrumset.h fix #22040 No impending save after making changes to Edit Drumset 2015-02-04 19:51:24 +01:00
editdrumset.ui fix #23366: capitalization 2014-01-13 16:37:02 +01:00
editelement.cpp fix #47976 Crash when closing score with empty tet-frame 2015-02-17 21:12:19 +01:00
editinstrument.cpp eliminating needless \n in qDebug() calls 2014-03-25 14:59:32 +01:00
editinstrument.h add namespace Ms 2013-05-13 19:43:59 +02:00
editinstrument.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
editlyrics.cpp fix #46061: select lyric syllables 2015-02-02 10:59:01 -07:00
editpitch.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
editpitch.h add namespace Ms 2013-05-13 19:43:59 +02:00
editpitch.ui Improve dlg box for selecting string pitches 2015-02-10 14:12:25 +01:00
editraster.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
editraster.h add namespace Ms 2013-05-13 19:43:59 +02:00
editraster.ui fix capitalisation of various strings in dialogs 2014-10-17 15:40:04 +02:00
editstaff.cpp fix #68131 make stave properties window size/position persistent 2015-07-08 15:37:43 +02:00
editstaff.h fix #68131 make stave properties window size/position persistent 2015-07-08 15:37:43 +02:00
editstaff.ui more work on context help 2015-02-19 19:55:32 +01:00
editstafftype.cpp Fix #71931 - TAB: Option to show or hide back-tied notes 2015-08-25 08:11:01 +02:00
editstafftype.h Updated EditStaffType. Improved EditStaff. 2014-06-02 23:54:42 +02:00
editstafftype.ui Fix #71931 - TAB: Option to show or hide back-tied notes 2015-08-25 08:11:01 +02:00
editstringdata.cpp Merge pull request #1133 from mgavioli/Open_strings 2014-08-17 18:36:38 +02:00
editstringdata.h Open strings in StringData. 2014-08-15 02:15:24 +02:00
editstringdata.ui Open strings in StringData. 2014-08-15 02:15:24 +02:00
editstyle.cpp Lyrics: Better dash control 2015-10-03 23:55:33 +02:00
editstyle.h Lyrics: Better dash control 2015-10-03 23:55:33 +02:00
editstyle.ui Lyrics: Better dash control 2015-10-03 23:55:33 +02:00
enableplayforwidget.cpp Accessibility for play panel, mixer and synthesizer. 2015-02-06 23:00:36 +02:00
enableplayforwidget.h Accessibility for play panel, mixer and synthesizer. 2015-02-06 23:00:36 +02:00
exampleview.cpp Fix exampleview.cpp for high DPI screens 2015-07-30 17:28:22 +02:00
exampleview.h Using signed char to avoid build errors on some architectures. See https://bugs.debian.org/789754 for more details. 2015-07-08 08:52:30 -04:00
excerptsdialog.cpp fix #74911: disable system dividers when generating parts 2015-09-02 08:06:39 -06:00
excerptsdialog.h update also part name on SaveAs 2013-06-03 09:49:50 +02:00
excerptsdialog.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
exportaudio.cpp delete audio files only on cancel 2015-08-27 08:07:19 +02:00
exportly.cpp fix transposition when changing instrument 2014-06-04 10:40:26 +02:00
exportmidi.cpp Checking MIDI port ranges in MIDI and MusicXML export 2015-06-13 14:16:46 +05:00
exportmidi.h add namespace Ms 2013-05-13 19:43:59 +02:00
exportmp3.cpp delete audio files only on cancel 2015-08-27 08:07:19 +02:00
exportmp3.h turn enum AskUser into enum class 2014-07-15 14:14:38 +02:00
exportxml.cpp fix #59811 - Fermata over rest not exported to MusicXML 2015-08-26 11:50:06 +02:00
file.cpp fix #68946: change score + parts pdf to use per part page numbering 2015-07-15 18:43:10 +02:00
file.h add namespace Ms 2013-05-13 19:43:59 +02:00
fotomode.cpp hide getting started if recent score, remove waiting spinner and hide webview if no internet, fix typo 2015-03-10 13:44:27 +01:00
fretcanvas.h add namespace Ms 2013-05-13 19:43:59 +02:00
fretdprops.ui fix #24497: labels align to wrong input region 2014-01-31 10:08:55 +01:00
fretproperties.cpp fix #44436: barré on fretboard diagram extends to the far right 2015-01-16 14:51:09 +01:00
fretproperties.h add namespace Ms 2013-05-13 19:43:59 +02:00
glissandoprop.ui clean some dialogs, make group box title bold 2014-07-13 18:14:54 +02:00
glissandoproperties.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
glissandoproperties.h add namespace Ms 2013-05-13 19:43:59 +02:00
globals.h add command line option to not load the webview in start center 2015-05-04 11:50:03 +02:00
greendotbutton.h add namespace Ms 2013-05-13 19:43:59 +02:00
harmonycanvas.h add ability to turn off automatic capitalization of chord symbols 2014-12-17 12:37:06 -07:00
harmonyedit.cpp add ability to turn off automatic capitalization of chord symbols 2014-12-17 12:37:06 -07:00
harmonyedit.h add namespace Ms 2013-05-13 19:43:59 +02:00
harmonyedit.ui some more text fixes 2014-10-30 10:55:40 +01:00
help.cpp remove local handbook menu, add language dependent link for online handbook 2015-03-13 09:27:35 +01:00
help.h fix #47351 Crash when running in converter mode 2015-02-12 11:55:43 +01:00
helpBrowser.cpp fix #57096 - lupdate does't like syntax error, even in commented code. Does't like C++11 style multiline literal either. 2015-04-23 17:42:48 +02:00
helpBrowser.h local help, second part 2015-02-06 16:36:43 +01:00
icons.cpp cosmetic change in score browser 2015-02-25 20:38:48 +01:00
icons.h Svg icons for move track up/down buttons on the MIDI import panel 2014-12-30 13:39:45 +03:00
importbww.cpp fix #57861 bad import of & in part name 2015-04-27 13:03:52 +02:00
importgtp-gp4.cpp fix #57861 bad import of & in part name 2015-04-27 13:03:52 +02:00
importgtp-gp5.cpp fix #57861 bad import of & in part name 2015-04-27 13:03:52 +02:00
importgtp-gp6.cpp fix #57861 bad import of & in part name 2015-04-27 13:03:52 +02:00
importgtp.cpp fix multiple typos 2015-09-22 16:40:54 +02:00
importgtp.h Fixed rare crash in GP3 files created by TG where very high notes are specified. 2014-10-30 18:23:51 +00:00
importmxml.cpp MusicXML pull parser 2015-04-03 07:09:23 +02:00
importmxml.h MusicXML pull parser 2015-04-03 07:09:23 +02:00
importmxmlpass1.cpp fix #70236 - import properly from MusicXML files with no staff names 2015-07-24 07:30:47 +02:00
importmxmlpass1.h fix #64901 - handle print-spacing no 2015-06-21 11:45:26 +02:00
importmxmlpass2.cpp better debug statement in importmxml 2015-08-26 13:50:00 +02:00
importmxmlpass2.h Fix #46861: [MusicXML] Add support for melisma in import and export 2015-08-25 13:18:43 +02:00
importove.cpp fix drum clef import in ove 2015-08-11 09:33:04 +02:00
importxml.cpp fix #69566 - corruption importing MusicXML file with irregular triplet 2015-07-26 17:48:40 +02:00
importxmlfirstpass.cpp fix #53346: [MusicXML import] incorrectly cannot handle the time elements 'symbol=normal' attribute 2015-04-08 16:06:39 +02:00
importxmlfirstpass.h MusicXML pull parser 2015-04-03 07:09:23 +02:00
insertmeasuresdialog.ui tidying up the drawing of loop cursor, fix typo 2015-09-14 19:43:31 +02:00
instrdialog.cpp fix #41786: barline span issues after edit / instrument 2015-07-14 21:08:20 -06:00
instrdialog.h update instrument handling 2014-08-16 11:21:56 +02:00
instrdialog.ui remove code duplication in InstrumentsDialog and NewWizard 2014-08-15 16:42:21 +02:00
instrwidget.cpp code cleanups; rename instr() to instrument() 2015-03-26 13:11:46 +01:00
instrwidget.h add another missing file 2014-08-16 11:56:59 +02:00
instrwidget.ui fix toolTips to use Sentence case 2014-10-15 21:16:54 +02:00
instrwizard.ui fix typo 2014-08-18 22:59:27 +02:00
jackaudio.cpp Comments fix 2015-06-13 21:07:57 +05:00
jackaudio.h Automatic control of JACK/ALSA MIDI Out ports 2014-11-28 20:25:45 +05:00
jackweakapi.cpp JACK Transport reposition 2014-07-13 20:13:18 +05:00
keyb.cpp fix #23473: avoid dots for notes where it may result in 256th notes/rests or shorter 2015-04-16 09:58:00 +02:00
keycanvas.h add namespace Ms 2013-05-13 19:43:59 +02:00
keyedit.cpp fix #29931: Custom key signatures do not show 2014-12-04 14:40:26 +01:00
keyedit.h fix #29931: Custom key signatures do not show 2014-12-04 14:40:26 +01:00
keyedit.ui fix toolTips to use Sentence case 2014-10-15 21:16:54 +02:00
layer.cpp cleanup for score dirty status 2015-02-02 10:54:48 +01:00
layer.h add namespace Ms 2013-05-13 19:43:59 +02:00
layer.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
licence.h Initial commit 2012-05-26 14:49:10 +02:00
lineproperties.cpp fix #25896 2014-07-31 17:24:32 +02:00
lineproperties.h simplify TextLine, use only text and drop symbols 2014-03-06 14:53:22 +01:00
lineproperties.ui mark "..." untranslatable 2015-02-17 12:24:22 +01:00
logindialog.cpp cosmetic changes, start center, login, upload, score browser 2015-02-26 18:11:39 +01:00
logindialog.h add client side support for save score online 2014-11-14 21:03:46 +01:00
logindialog.ui more fixes for plugin mode. Some cosmetic changes. 2015-03-04 16:44:03 +01:00
loginmanager.cpp don't logout user if a score has a source, but is private and doesn't belong to user 2015-07-15 18:45:42 +02:00
loginmanager.h cosmetic changes, start center, login, upload, score browser 2015-02-26 18:11:39 +01:00
magbox.cpp updates for local help and build system 2015-02-06 20:38:27 +01:00
magbox.h turn unnamed enum into enum class MagIdx 2014-07-15 14:14:47 +02:00
masterpalette.cpp fix #43296: palette shortcuts don't work 2015-01-24 19:33:59 -07:00
masterpalette.h fix #43296: palette shortcuts don't work 2015-01-24 19:33:59 -07:00
masterpalette.ui improve naming for repeats palette 2015-02-10 17:10:48 +01:00
measureproperties.cpp fix #51876 Crash navigating into multimeasure rest using Measure Properties 2015-03-30 10:42:27 +02:00
measureproperties.h add namespace Ms 2013-05-13 19:43:59 +02:00
measureproperties.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
measuresdialog.ui fix several typos found during dutch translation 2015-09-14 16:39:47 +02:00
mediadialog.cpp cleanup for score dirty status 2015-02-02 10:54:48 +01:00
mediadialog.h add namespace Ms 2013-05-13 19:43:59 +02:00
mediadialog.ui mark "..." untranslatable 2015-02-17 12:24:22 +01:00
menus.cpp fix #74906: default text for hairpins 2015-09-02 09:28:40 -06:00
metaedit.cpp fix #36966 2014-11-25 14:52:20 +01:00
metaedit.h fix #33896 2014-11-23 15:42:06 +01:00
metaedit.ui fix translation of some accessibility infos 2014-08-22 18:29:52 +02:00
miconengine.cpp fix #39611 2014-11-25 17:41:23 +01:00
miconengine.h fix #39611 2014-11-25 17:41:23 +01:00
mididriver.cpp Automatic control of JACK/ALSA MIDI Out ports 2014-11-28 20:25:45 +05:00
mididriver.h Automatic control of JACK/ALSA MIDI Out ports 2014-11-28 20:25:45 +05:00
mixer.cpp fix display of channel in mixer 2015-06-02 18:49:21 +02:00
mixer.h fix #31696 Add Drumset checkbox to the Mixer 2015-02-11 13:17:06 +01:00
mixer.ui fix #31696 Add Drumset checkbox to the Mixer 2015-02-11 13:17:06 +01:00
mscorePlugins.cpp Plugin framework: add requiresScore flag 2015-07-28 19:51:35 +02:00
musedata.cpp fix #57861 bad import of & in part name 2015-04-27 13:03:52 +02:00
musedata.h add namespace Ms 2013-05-13 19:43:59 +02:00
musescore.cpp make synthcontrol and mixer persistent 2015-09-08 17:14:02 +02:00
musescore.h make synthcontrol and mixer persistent 2015-09-08 17:14:02 +02:00
musescore.qrc Improve F2 text symbol palette 2015-09-02 12:13:58 +02:00
musescorefonts-Bravura.qrc Attempt to fix Travis failures 2014-08-12 10:27:52 +02:00
musescorefonts-Free.qrc fix #53481: FreeSerif font included with MuseScore is missing italic 2015-04-15 14:10:07 +02:00
musescorefonts-FreeSerif.qrc split Free font resource file 2014-10-27 12:12:31 +01:00
musescorefonts-Gootville.qrc fix #41641: Change Gonville to Gootville 2014-12-19 17:26:41 +01:00
musescorefonts-Mac.qrc fix compilation on Mac OSX 2015-05-06 13:18:04 +02:00
musescorefonts-MScore.qrc Attempt to fix Travis failures 2014-08-12 10:27:52 +02:00
musescorefonts-MuseJazz.qrc Attempt to fix Travis failures 2014-08-12 10:27:52 +02:00
musicxml.h fix #55501 for DOM parser 2015-04-18 10:58:18 +02:00
musicxmlfonthandler.cpp #40211: export symbols including correct font 2015-01-03 17:40:29 +01:00
musicxmlfonthandler.h #40211: export symbols including correct font 2015-01-03 17:40:29 +01:00
musicxmlsupport.cpp add tests for scripting interface 2015-04-03 18:24:12 +02:00
musicxmlsupport.h move enums Accidental::Role and ::Type 2015-04-03 18:24:12 +02:00
navigator.cpp Change design on page settings dialog to vertical, see #70861 2015-08-26 09:35:59 +02:00
navigator.h add namespace Ms 2013-05-13 19:43:59 +02:00
newwizard.cpp User templates after embbeded ones in new score wizard 2015-02-20 22:28:34 +01:00
newwizard.h new wizard fix: second try 2014-12-22 14:43:00 +01:00
newwizard.ui NewWizard: remove explicit template/from scratch choice 2014-12-11 12:01:51 +01:00
note_groups.ui Fix note_groups.ui for high DPI screens 2015-07-30 16:57:28 +02:00
noteGroups.cpp fix typo by changing V_EIGHT to V_EIGHTH 2014-08-17 13:31:35 +02:00
noteGroups.h add namespace Ms 2013-05-13 19:43:59 +02:00
omrpanel.cpp fix #23366 2013-10-31 17:49:38 +01:00
omrpanel.h fix compilation on Mac OS X 2015-02-02 18:48:50 +01:00
omrpanel.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
osc.cpp fix OSC port configuration doesn't stick 2015-06-22 15:23:20 +02:00
ove.cpp ove import fixes and tests 2015-05-15 15:39:11 +02:00
ove.h fix all warnings on Mac OSX. Hopefully without side effects on other platforms. 2015-05-05 18:28:39 +02:00
pa.cpp fix crash if Portaudio is not properly initialized 2015-05-19 18:33:02 +02:00
pa.h Jack hot plug fix, restrict user to uncheck all drivers, fix remembering connections 2014-07-30 22:40:39 +05:00
pagesettings.cpp fix #45961 Adding measures does not mark the file as changed 2015-02-03 13:42:37 +01:00
pagesettings.h add 'apply to all parts' button in page settings 2014-06-28 10:47:01 +02:00
pagesettings.ui Change design on page settings dialog to vertical, see #70861 2015-08-26 09:35:59 +02:00
paintengine_p.h Initial commit 2012-05-26 14:49:10 +02:00
palette.cpp fix #74801: Custom palettes not working on OS X 2015-08-27 16:57:10 +02:00
palette.h fix #43521: Double click key signature in new score wizard affects current score 2015-01-06 09:43:00 +01:00
palette.ui fix capitalisation of various strings in dialogs 2014-10-17 15:40:04 +02:00
palettebox.cpp fix #66591: Name of palette doesn't automatically display when saving 2015-06-26 15:42:16 +02:00
palettebox.h add palette context menu to enable single palette mode 2015-03-31 12:14:41 +02:00
paletteBoxButton.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
paletteBoxButton.h convert enum PaletteCommand into enum class 2014-06-24 14:47:04 +02:00
partedit.h fix compilation on Mac OS X 2015-02-02 18:48:50 +01:00
partedit.ui fix toolTips to use Sentence case 2014-10-15 21:16:54 +02:00
pathlistdialog.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
pathlistdialog.h add namespace Ms 2013-05-13 19:43:59 +02:00
pathlistdialog.ui add better UI to edit soundfont and sfz paths 2013-04-18 00:28:33 +02:00
piano.cpp turn enum PianoOrientation into enum class 2014-07-15 14:22:35 +02:00
piano.h turn enum PianoOrientation into enum class 2014-07-15 14:22:35 +02:00
pianoroll.cpp fix repeat playback in pianoroll 2015-07-08 14:06:00 -06:00
pianoroll.h Using signed char to avoid build errors on some architectures. See https://bugs.debian.org/789754 for more details. 2015-07-08 08:52:30 -04:00
pianotools.cpp fix #59171: Pressing a key in Piano Keyboard window sustains indefinitely (if sound supports it) 2015-05-10 10:01:01 +02:00
pianotools.h fix #59171: Pressing a key in Piano Keyboard window sustains indefinitely (if sound supports it) 2015-05-10 10:01:01 +02:00
pianoview.cpp move SegmentType to Segment::Type and make int again 2014-06-26 11:57:39 +02:00
pianoview.h turn unnamed enum with just one member into const int 2014-07-15 14:22:33 +02:00
playpanel.cpp cleaner value for play panel with no score 2015-02-26 14:41:34 +01:00
playpanel.h Accessibility for play panel, mixer and synthesizer. 2015-02-06 23:00:36 +02:00
playpanel.ui Accessibility for play panel, mixer and synthesizer. 2015-02-06 23:00:36 +02:00
pluginCreator.cpp Plugin framework: add requiresScore flag 2015-07-28 19:51:35 +02:00
pluginCreator.h turn enum PCState into enum class 2014-07-15 14:22:31 +02:00
pluginCreator.ui fix #30206: [Mac OSX] Unable to quit MuseScore if and after Plugin Creator is loaded 2015-02-18 16:26:59 +01:00
pluginManager.cpp more fixes for plugin mode. Some cosmetic changes. 2015-03-04 16:44:03 +01:00
pluginManager.h fix #49486 Shortcuts for Plugins don't work 2015-03-04 14:32:54 +01:00
pluginManager.ui fix #49486 Shortcuts for Plugins don't work 2015-03-04 14:32:54 +01:00
pm.cpp add controller read in PortMidi driver 2015-04-19 19:04:38 +02:00
pm.h add namespace Ms 2013-05-13 19:43:59 +02:00
preferences.cpp Export bends to midi 2015-06-03 20:34:09 +05:00
preferences.h Export bends to midi 2015-06-03 20:34:09 +05:00
prefsdialog.h fix #54761: added shortcut filtering 2015-04-10 19:09:27 +02:00
prefsdialog.ui Export bends to midi 2015-06-03 20:34:09 +05:00
propertymenu.cpp fix #74171: cresc. and dim. lines 2015-08-26 09:31:39 -06:00
pulseaudio.cpp text: implement entry of unicode hex codes with ctrl+shift+u + code; numbers must be entered on the numpad 2015-01-13 17:21:20 +01:00
qmledit.cpp convert unnamed enum into enum class State 2014-06-24 14:46:56 +02:00
qmledit.h add namespace Ms 2013-05-13 19:43:59 +02:00
qmlplugin.cpp Plugin framework: add requiresScore flag 2015-07-28 19:51:35 +02:00
qmlplugin.h Plugin framework: add requiresScore flag 2015-07-28 19:51:35 +02:00
recordbutton.h fix warnings reg. wrong header guards 2014-06-17 14:43:30 +02:00
resourceManager.cpp fix #48161: List the active language at the top of the resource manager 2015-02-19 12:28:14 +01:00
resourceManager.h update resource manager to download instruments_*.qm too 2014-08-17 21:29:05 +02:00
resourceManager.ui Make resource manager text cells not editable 2014-08-31 19:57:56 +04:00
revision.h Add partial loop playback (In/Out position) 2013-08-12 23:02:43 -04:00
ruler.cpp avoid warnings reg. unused variables 2014-06-17 14:35:16 +02:00
ruler.h synchronize loop marker with pianoroll 2013-10-18 12:21:01 +02:00
savePositions.cpp more options to export positions 2014-07-13 18:33:26 +02:00
scoreaccessibility.cpp fix #50846 2015-03-16 14:35:32 +02:00
scoreaccessibility.h fix problems reported by lupdate 2014-11-04 15:04:30 +01:00
scoreBrowser.cpp add custom template files in second position, directories are now ordered globally between system and user templates 2015-04-29 11:34:10 +02:00
scoreBrowser.h add custom template files in second position, directories are now ordered globally between system and user templates 2015-04-29 11:34:10 +02:00
scoreBrowser.ui fix multiple typos 2015-09-22 16:40:54 +02:00
scoreInfo.cpp add thumbnails, more code for startcenter 2014-11-12 15:05:31 +01:00
scoreInfo.h add thumbnails, more code for startcenter 2014-11-12 15:05:31 +01:00
scorePreview.cpp implement copy&paste for image mode 2014-11-21 13:07:07 +01:00
scorePreview.h implement copy&paste for image mode 2014-11-21 13:07:07 +01:00
scorePreview.ui fix multiple typos 2015-09-22 16:40:54 +02:00
scoretab.cpp alsa driver update 2015-01-23 14:41:08 +01:00
scoretab.h fix problems reported by lupdate 2014-11-04 15:04:30 +01:00
scoreview.cpp fix loop final repeat marks ignored - #75566 2015-09-13 14:27:57 -04:00
scoreview.h Using signed char to avoid build errors on some architectures. See https://bugs.debian.org/789754 for more details. 2015-07-08 08:52:30 -04:00
searchComboBox.cpp fix #45666 2015-02-01 21:50:01 +02:00
searchComboBox.h Jaws compatibility. 2015-02-02 00:10:37 +02:00
sectionbreak.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
sectionbreakprop.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
sectionbreakprop.h add namespace Ms 2013-05-13 19:43:59 +02:00
select.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
selectdialog.cpp fix #38371: element (sub)type shown untranslated 2014-11-06 22:08:46 +01:00
selectdialog.h Added selection range filter to Select Window 2014-07-24 20:53:48 +02:00
selectinstr.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
selectionwindow.cpp fix wording 2015-02-24 19:11:07 +01:00
selectionwindow.h Accessibility for Selection filter. 2015-02-03 03:06:16 +02:00
selinstrument.cpp fix #45231 Undo does not restore sound of deleted instrument change, crash on subsequent undo 2015-03-05 16:55:09 +01:00
selinstrument.h fix #45231 Undo does not restore sound of deleted instrument change, crash on subsequent undo 2015-03-05 16:55:09 +01:00
seq.cpp fix loop final repeat marks ignored - #75566 2015-09-13 14:27:57 -04:00
seq.h fix #56371: When not in input mode, MuseScore doesn't play chord from MIDI keyboard 2015-04-20 00:24:35 +02:00
shortcut.cpp fix multiple typos 2015-09-22 16:40:54 +02:00
shortcut.h Fix #52131 - Shortcut conflict detection does not take states into account 2015-03-23 13:38:04 +01:00
shortcutcapturedialog.cpp Fix #52131 - Shortcut conflict detection does not take states into account 2015-03-23 13:38:04 +01:00
shortcutcapturedialog.h fix #22308: Changing shortcuts does not work 2013-09-16 11:20:26 +02:00
shortcutcapturedialog.ui Accessible dialogs. 2014-08-18 18:09:58 +03:00
simplebutton.cpp fix #39611 2014-11-25 17:41:23 +01:00
simplebutton.h fix #39611 2014-11-25 17:41:23 +01:00
splitstaff.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
splitstaff.h add namespace Ms 2013-05-13 19:43:59 +02:00
splitstaff.ui clean some dialogs, make group box title bold 2014-07-13 18:14:54 +02:00
stafftext.ui fix #60486: Color of voice selector in Staff Text Properties is not the same than in toolbar 2015-05-15 00:08:22 +02:00
stafftextproperties.cpp Merge pull request #2071 from Jojo-Schmitz/stafftextproperties 2015-06-23 15:43:28 +02:00
stafftextproperties.h fix #32481 Change to StaffText Properties doesn't mark score dirty 2015-02-04 17:50:29 +01:00
stafftypetemplates.ui staff type edit updates 2014-05-12 18:04:59 +02:00
startcenter.cpp add version in startcenter url 2015-07-15 18:43:53 +02:00
startcenter.h hide getting started if recent score, remove waiting spinner and hide webview if no internet, fix typo 2015-03-10 13:44:27 +01:00
startcenter.ui fix #49711, cosmetic change in start center, add a small tutorial in start center 2015-03-05 11:10:45 +01:00
startdialog.ui clean some dialogs, make group box title bold 2014-07-13 18:14:54 +02:00
svggenerator.cpp Initial commit 2012-05-26 14:49:10 +02:00
svggenerator.h improve, fix and extend plugin dosumentation 2014-01-12 12:51:51 +01:00
symboldialog.cpp fix compiler warning due to unused parameter 2015-06-10 12:43:48 +02:00
symboldialog.h make symbol dialog searchable 2015-06-06 23:34:33 +02:00
symboldialog.ui make symbol dialog searchable 2015-06-06 23:34:33 +02:00
synthcontrol.cpp make tab index in sythesizer dialog persistent 2015-09-08 16:13:08 +02:00
synthcontrol.h Accessibility for play panel, mixer and synthesizer. 2015-02-06 23:00:36 +02:00
synthcontrol.ui make synthcontrol and mixer persistent 2015-09-08 17:14:02 +02:00
textcursor.cpp tidying up the drawing of loop cursor, fix typo 2015-09-14 19:43:31 +02:00
textcursor.h TAB: Support for input and display of bass string notations 2015-08-17 10:52:05 +02:00
texteditor.cpp fix toolTips to use Sentence case 2014-10-15 21:16:54 +02:00
texteditor.h fix #23030 : Missing action buttons in TextEditor 2014-08-18 08:40:40 +02:00
textpalette.cpp Improve F2 text symbol palette 2015-09-02 12:13:58 +02:00
textpalette.h Improve F2 text symbol palette 2015-09-02 12:13:58 +02:00
textpalette.ui Improve F2 text symbol palette 2015-09-02 12:13:58 +02:00
textprop.cpp fix #59386: Em dash (—) in text style name turned to question mark 2015-05-10 11:41:14 +02:00
textprop.h another fix for #25896 2014-08-06 19:18:40 +02:00
textproperties.cpp fix #63706: Dynamics and Tempo: reset to style in text properties produces a wrong result 2015-06-05 16:13:51 +02:00
textproperties.h 'reset to style' in text property menu now removes special text formatting 2014-03-14 17:07:29 +01:00
textproperties.ui update tooltip 2015-02-15 15:30:21 -07:00
textstyle.cpp fix #59386: Em dash (—) in text style name turned to question mark 2015-05-10 11:41:14 +02:00
textstyle.h add 'apply to all parts' button to text style and general style editing dialogs 2014-06-28 11:43:59 +02:00
textstyle.ui fix default frame width and margin in text style/properties, rework text properties dialog 2014-04-25 11:50:31 +02:00
texttools.cpp fix symbol button state when out of text edit mode 2015-09-02 12:14:16 +02:00
texttools.h remove unstyled text 2014-03-14 11:36:16 +01:00
timedialog.cpp fix #29931: Custom key signatures do not show 2014-12-04 14:40:26 +01:00
timedialog.h better key and time sig master palette 2013-09-11 12:28:04 +02:00
timedialog.ui move Add button in time signature dialog in the same corner than keysig dialog 2015-04-29 17:24:54 +02:00
timesigproperties.cpp cheap partial fix for #42341: disable editing of local value in time sig properties 2015-03-17 16:35:20 +01:00
timesigproperties.h add namespace Ms 2013-05-13 19:43:59 +02:00
timesigproperties.ui fix #35366 2014-10-05 18:03:05 +02:00
timesigwizard.ui fix translation of some accessibility infos 2014-08-22 18:29:52 +02:00
transposedialog.cpp make transpose on list selection work 2014-12-15 17:44:32 +01:00
transposedialog.h make transpose on list selection work 2014-12-15 17:44:32 +01:00
transposedialog.ui fix #44461: fix Tab order in several dialogs 2015-01-16 17:47:20 +01:00
tremolobar.ui fix capitalisation of various strings in dialogs 2014-10-17 15:40:04 +02:00
tremolobarcanvas.h add namespace Ms 2013-05-13 19:43:59 +02:00
tremolobarprop.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
tremolobarprop.h add namespace Ms 2013-05-13 19:43:59 +02:00
tupletdialog.cpp convert unnamed enums into enum class NumberTyp 2014-05-26 12:27:40 +02:00
tupletdialog.h add namespace Ms 2013-05-13 19:43:59 +02:00
tupletdialog.ui clean some dialogs, make group box title bold 2014-07-13 18:14:54 +02:00
updatechecker.cpp fix update checker 2015-03-12 17:14:35 +01:00
updatechecker.h fix update checker 2015-03-09 17:20:23 +01:00
uploadscoredialog.cpp change wording of error message when uploading score to musescore.com 2015-04-28 13:45:52 +02:00
uploadscoredialog.h cosmetic changes, start center, login, upload, score browser 2015-02-26 18:11:39 +01:00
uploadscoredialog.ui fix #50516: Confusing design in upload score dialog 2015-03-20 23:59:22 +01:00
voltaproperties.cpp add namespace Ms 2013-05-13 19:43:59 +02:00
voltaproperties.h add namespace Ms 2013-05-13 19:43:59 +02:00
voltaproperties.ui clean some dialogs, make group box title bold 2014-07-13 18:14:54 +02:00
waveview.cpp convert enum TType into enum class 2014-05-26 15:49:20 +02:00
waveview.h add namespace Ms 2013-05-13 19:43:59 +02:00
webpage.cpp add gui scaling option -x 2014-11-23 15:26:02 -07:00
webpage.h fix non fatal build errrors on mac osx 2015-02-19 23:17:14 +01:00
workspace.cpp fix #63366: prevent illegal workspace names 2015-06-02 09:09:57 +02:00
workspace.h change implementation of buildin workspaces 2013-11-21 16:40:30 +01:00