Commit graph

11686 commits

Author SHA1 Message Date
Werner Schweer
e8621b8e2a fingering layout update; fixed layout bugs 2017-01-19 16:06:40 +01:00
Werner Schweer
e4f86712a4 update mtest 2017-01-19 10:16:36 +01:00
Werner Schweer
6b7de2e9c3 add substyles to staff text and system text in inspector 2017-01-19 10:11:12 +01:00
lasconic
8ebadc3d29 remove dSYM from mac packaging 2017-01-19 09:44:45 +01:00
Werner Schweer
bbc6767827 fix enabling reset button for styled properties in inspector 2017-01-19 09:35:38 +01:00
Werner Schweer
73d097eec6 cleanup some header files 2017-01-19 09:17:21 +01:00
Nicolas Froment
7a3dee41c8 Merge pull request #2967 from Jojo-Schmitz/midi
fix #164446: crash when opening MIDI file
2017-01-18 22:48:42 +01:00
Werner Schweer
a381d29f52 Merge pull request #2966 from Jojo-Schmitz/substyle
improve substyles
2017-01-18 22:40:39 +01:00
Nicolas Froment
c99a22ec19 Merge pull request #2965 from Jojo-Schmitz/online
fix #164391: don't mark score dirty on Save Online when only updating it
2017-01-18 21:06:49 +01:00
Nicolas Froment
2a9b099645 Merge pull request #2964 from NetForce1/86406-midi-lyrics-xml
fix #86406 by XML escaping lyrics in MIDI import
2017-01-18 21:04:47 +01:00
lasconic
c4dfb8323b fix typo 2017-01-18 20:56:41 +01:00
Joachim Schmitz
30add6f018 fix #164446: crash when opening MIDI file 2017-01-18 20:47:12 +01:00
Joachim Schmitz
20d5a45aca improve substyles 2017-01-18 20:25:37 +01:00
Werner Schweer
63ec69a2b0 add missing file 2017-01-18 18:04:13 +01:00
Werner Schweer
1d4c6b2f21 move Element::type() to ScoreElement 2017-01-18 14:16:33 +01:00
Joachim Schmitz
6373541015 fix #164391: don't mark score dirty on Save Online when only updating it
as opposed to a first time upload
2017-01-18 13:37:23 +01:00
Daan de Wit
9cf947d449 XML escape lyrics in MIDI import 2017-01-17 20:51:00 +01:00
Werner Schweer
45690881bf Merge pull request #2963 from Jojo-Schmitz/inspector
Inspector improvements
2017-01-17 19:29:15 +01:00
Joachim Schmitz
442a9ddacf 'beautify' text inspector
"Font color" is missing, also "Size follows 'Staff space' setting".
Not sure about Offsets (from the old text style dialog).

"Circle" and "Box" should really be radio buttons though, like in the old
text style dialog, and the entire frame stuff should be a section of its
own (QGroupBox), like in the old text style dialog, and all disabled if
"Frame" is disabled.

Also accessibility fixes for accidental- and fingering inspector.
2017-01-17 18:27:54 +01:00
Werner Schweer
ab63cec0b7 add substyle to fingering in inspector 2017-01-17 17:52:17 +01:00
Werner Schweer
6356d898e2 remove debugging artifact 2017-01-17 15:49:54 +01:00
Werner Schweer
a61eb4a1d6 enable 'reset to style' button in inspector for text 2017-01-17 14:03:06 +01:00
Werner Schweer
8d90a9342f compact text properties in inspector 2017-01-17 13:54:54 +01:00
Werner Schweer
5610f94fe3 fix reset button initialization in inspector 2017-01-17 13:12:41 +01:00
Werner Schweer
0c48196551 move systemFlag from Text to Element 2017-01-17 10:16:15 +01:00
Werner Schweer
6ab16d83a3 enhance tick() method for text 2017-01-17 09:58:51 +01:00
Nicolas Froment
1079395d31 Merge pull request #2962 from Jojo-Schmitz/inspector
fix inspector's accessibility
2017-01-16 22:35:43 +01:00
Joachim Schmitz
b3941603b9 fix inspector's accessibility 2017-01-16 22:18:14 +01:00
lasconic
c745526cfe fix compilation after 5433d71 2017-01-16 22:16:10 +01:00
Werner Schweer
5433d719d9 replace TextStyle by SubStyle 2017-01-16 20:59:21 +01:00
lasconic
eb4455ca1f quick fix to make nightly start on Mac OS again 2017-01-15 09:20:08 +01:00
Nicolas Froment
fa56526fb7 Merge pull request #2959 from Jojo-Schmitz/articulation
small correction for articulation
2017-01-14 18:24:17 +01:00
Nicolas Froment
d943c10d74 Merge pull request #2958 from Jojo-Schmitz/inspector
fix accessibilty texts for new fingering inspector
2017-01-14 18:22:40 +01:00
Nicolas Froment
e1d3bf0553 Merge pull request #2950 from Jojo-Schmitz/slurtie-inspector
fix #153856: Slur/Tie inspector not shown when slurs and ties are selected at the same time
2017-01-14 17:43:59 +01:00
Nicolas Froment
ba4ac19c47 Merge pull request #2960 from Jojo-Schmitz/instruments
fix #163666: order recorders by pitch range
2017-01-14 17:38:50 +01:00
Joachim Schmitz
cae3ce016d fix #163666: order recorders by pitch range 2017-01-14 12:05:32 +01:00
Joachim Schmitz
541d2e643e small correction for articulation, see dafb5f3 2017-01-10 15:27:03 +01:00
Joachim Schmitz
46dd5254a4 correcting/adding buddies and tabstops for inspector 2017-01-09 14:44:18 +01:00
Joachim Schmitz
c8fdd20908 fix accessibilty texts for new fingering inspector
and correct a typo in a comment
2017-01-09 10:50:52 +01:00
Werner Schweer
73a2e6a1a4 add fingering panel to inspector 2017-01-05 14:53:21 +01:00
Werner Schweer
0b1aea952f layout for movements 2017-01-05 11:28:45 +01:00
Werner Schweer
29a1f4725f add Movement class 2017-01-05 11:24:01 +01:00
Nicolas Froment
1b49b4c18a Merge pull request #2923 from IsaacWeiss/91571-view-menu-toolbars
Fix #91571: Add toolbar toggles to View menu
2017-01-04 15:17:27 +01:00
Joachim Schmitz
5348425371 fix #153856: Slur/Tie inspector not shown when slurs and ties are selected at the same time 2017-01-03 18:22:28 +01:00
Nicolas Froment
caff12726a Merge pull request #2943 from Fyrult/153501-enChangeDoubleFlats
fix #153501: After enharmonic change, double flats stay
2017-01-03 09:16:03 +01:00
lasconic
851f7e6f1b fix #109576: hidegray line above figured bass when Show Unprintable is unchecked 2017-01-03 08:36:31 +01:00
Nicolas Froment
996b881f7a Merge pull request #2937 from RaphaelCojocaru/109576-figuredbass
fix #109576: removed gray line above figured bass numbers when Show U…
2017-01-03 07:33:04 +01:00
Nicolas Froment
7f46f03dea Merge pull request #2946 from IsaacWeiss/new-score-wizard-text
Fix #114931 follow up New Score Wizard text tweaks
2017-01-03 07:24:27 +01:00
Nicolas Froment
5569b5d2e8 Merge pull request #2948 from Jojo-Schmitz/texts-master
fix typo/ommision from 02e96ad (master)
2017-01-02 22:56:59 +01:00
Joachim Schmitz
c64f231634 fix typo/ommision from 02e96ad 2017-01-02 21:02:09 +01:00