Preferences / Advance layout issue fabricesalvaire • Mar 17, 2019 - 13:25 value column width is too small Reply Comments Jojo-Schmitz • Mar 17, 2019 - 14:20 I don't think it is Reply fabricesalvaire • Mar 17, 2019 - 18:46 In reply to I don't think it is by Jojo-Schmitz screenshot Attachment Size mscore-layout.png 226.5 KB Reply Shoichi • Mar 17, 2019 - 18:52 In reply to screenshot by fabricesalvaire Something like #281810: Label translations truncated in some dialog boxes? Should the column be resizable? Reply Jojo-Schmitz • Mar 17, 2019 - 19:01 In reply to Something like #281810:… by Shoichi No translations involved here, as far as I know Reply fabricesalvaire • Mar 17, 2019 - 19:03 In reply to Something like #281810:… by Shoichi or Qt is not so clever and users must use font metrics to compute the best layout Indeed some translations can be much much larger than expected ... Reply Jojo-Schmitz • Mar 17, 2019 - 19:01 In reply to screenshot by fabricesalvaire OK, enough space for my QWERTZ. But that 2nd entry, I don't have that at all, is that a Linux speciality? Reply Shoichi • Mar 17, 2019 - 19:18 In reply to OK, enough space for my… by Jojo-Schmitz Not translation but space for texts Reply fabricesalvaire • Mar 17, 2019 - 19:21 In reply to OK, enough space for my… by Jojo-Schmitz Notice Fedora packagers patch MuseScore with things such that ( I am not convinced by such pratices ) --- mscore-3.0.5/mscore/preferences.cpp 2019-03-12 12:21:34.000000000 +0100 +++ mscore-3.0.5/mscore/preferences.cpp.default.soundfont 2019-03-14 22:36:37.297646995 +0100 @@ -79,7 +79,7 @@ void Preferences::init(bool storeInMemor {PREF_APP_PATHS_MYIMAGES, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("images_directory", "Images"))).absoluteFilePath(), false)}, {PREF_APP_PATHS_MYPLUGINS, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("plugins_directory", "Plugins"))).absoluteFilePath(), false)}, {PREF_APP_PATHS_MYSCORES, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("scores_directory", "Scores"))).absoluteFilePath(), false)}, - {PREF_APP_PATHS_MYSOUNDFONTS, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("soundfonts_directory", "SoundFonts"))).absoluteFilePath(), false)}, + {PREF_APP_PATHS_MYSOUNDFONTS, new StringPreference(QFileInfo(QString("/usr/share/soundfonts")).absoluteFilePath())}, {PREF_APP_PATHS_MYSHORTCUTS, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("shortcuts_directory", "Shortcuts"))).absoluteFilePath(), false)}, {PREF_APP_PATHS_MYSTYLES, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("styles_directory", "Styles"))).absoluteFilePath(), false)}, {PREF_APP_PATHS_MYTEMPLATES, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("templates_directory", "Templates"))).absoluteFilePath(), false)}, Reply Jojo-Schmitz • Mar 17, 2019 - 20:53 In reply to Notice Fedora packagers… by fabricesalvaire OK, that explains the extra entry. I'd regard it bad practise, adding a feature for no apparent good reason Reply fabricesalvaire • Mar 17, 2019 - 21:03 In reply to OK, that explains the extra… by Jojo-Schmitz It should be due to Fedora Packaging rules ... but I don't like to patch a software more than necessary, they also remove files from qrc because it is "better" according the package maintainer Reply
fabricesalvaire • Mar 17, 2019 - 18:46 In reply to I don't think it is by Jojo-Schmitz screenshot Attachment Size mscore-layout.png 226.5 KB Reply
Shoichi • Mar 17, 2019 - 18:52 In reply to screenshot by fabricesalvaire Something like #281810: Label translations truncated in some dialog boxes? Should the column be resizable? Reply
Jojo-Schmitz • Mar 17, 2019 - 19:01 In reply to Something like #281810:… by Shoichi No translations involved here, as far as I know Reply
fabricesalvaire • Mar 17, 2019 - 19:03 In reply to Something like #281810:… by Shoichi or Qt is not so clever and users must use font metrics to compute the best layout Indeed some translations can be much much larger than expected ... Reply
Jojo-Schmitz • Mar 17, 2019 - 19:01 In reply to screenshot by fabricesalvaire OK, enough space for my QWERTZ. But that 2nd entry, I don't have that at all, is that a Linux speciality? Reply
Shoichi • Mar 17, 2019 - 19:18 In reply to OK, enough space for my… by Jojo-Schmitz Not translation but space for texts Reply
fabricesalvaire • Mar 17, 2019 - 19:21 In reply to OK, enough space for my… by Jojo-Schmitz Notice Fedora packagers patch MuseScore with things such that ( I am not convinced by such pratices ) --- mscore-3.0.5/mscore/preferences.cpp 2019-03-12 12:21:34.000000000 +0100 +++ mscore-3.0.5/mscore/preferences.cpp.default.soundfont 2019-03-14 22:36:37.297646995 +0100 @@ -79,7 +79,7 @@ void Preferences::init(bool storeInMemor {PREF_APP_PATHS_MYIMAGES, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("images_directory", "Images"))).absoluteFilePath(), false)}, {PREF_APP_PATHS_MYPLUGINS, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("plugins_directory", "Plugins"))).absoluteFilePath(), false)}, {PREF_APP_PATHS_MYSCORES, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("scores_directory", "Scores"))).absoluteFilePath(), false)}, - {PREF_APP_PATHS_MYSOUNDFONTS, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("soundfonts_directory", "SoundFonts"))).absoluteFilePath(), false)}, + {PREF_APP_PATHS_MYSOUNDFONTS, new StringPreference(QFileInfo(QString("/usr/share/soundfonts")).absoluteFilePath())}, {PREF_APP_PATHS_MYSHORTCUTS, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("shortcuts_directory", "Shortcuts"))).absoluteFilePath(), false)}, {PREF_APP_PATHS_MYSTYLES, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("styles_directory", "Styles"))).absoluteFilePath(), false)}, {PREF_APP_PATHS_MYTEMPLATES, new StringPreference(QFileInfo(QString("%1/%2").arg(wd).arg(QCoreApplication::translate("templates_directory", "Templates"))).absoluteFilePath(), false)}, Reply
Jojo-Schmitz • Mar 17, 2019 - 20:53 In reply to Notice Fedora packagers… by fabricesalvaire OK, that explains the extra entry. I'd regard it bad practise, adding a feature for no apparent good reason Reply
fabricesalvaire • Mar 17, 2019 - 21:03 In reply to OK, that explains the extra… by Jojo-Schmitz It should be due to Fedora Packaging rules ... but I don't like to patch a software more than necessary, they also remove files from qrc because it is "better" according the package maintainer Reply
Comments
I don't think it is
In reply to I don't think it is by Jojo-Schmitz
screenshot
In reply to screenshot by fabricesalvaire
Something like #281810: Label translations truncated in some dialog boxes?
Should the column be resizable?
In reply to Something like #281810:… by Shoichi
No translations involved here, as far as I know
In reply to Something like #281810:… by Shoichi
or Qt is not so clever and users must use font metrics to compute the best layout
Indeed some translations can be much much larger than expected ...
In reply to screenshot by fabricesalvaire
OK, enough space for my QWERTZ. But that 2nd entry, I don't have that at all, is that a Linux speciality?
In reply to OK, enough space for my… by Jojo-Schmitz
Not translation but space for texts
In reply to OK, enough space for my… by Jojo-Schmitz
Notice Fedora packagers patch MuseScore with things such that ( I am not convinced by such pratices )
In reply to Notice Fedora packagers… by fabricesalvaire
OK, that explains the extra entry. I'd regard it bad practise, adding a feature for no apparent good reason
In reply to OK, that explains the extra… by Jojo-Schmitz
It should be due to Fedora Packaging rules ... but I don't like to patch a software more than necessary, they also remove files from qrc because it is "better" according the package maintainer