Commit graph

313 commits

Author SHA1 Message Date
Werner Schweer
7c6e4ca467 fix barline layout for invisible parts 2012-09-19 14:13:28 +02:00
Werner Schweer
aff8b7c7ac extend inspector for Hairpin 2012-09-19 14:13:28 +02:00
Werner Schweer
63bb3f1b27 fix compilation 2012-09-18 09:36:02 +02:00
Werner Schweer
3fe697f54d implement inspector for hairpin elements 2012-09-18 09:28:28 +02:00
Werner Schweer
6f951ece88 add inspector for trill lines 2012-09-17 18:09:30 +02:00
Werner Schweer
ed60fef4e6 implement inspector for ottava 2012-09-17 17:35:49 +02:00
Werner Schweer
8dae4a47b4 fix volta inspector 2012-09-17 16:34:07 +02:00
Werner Schweer
2e98b0362f add inspector framework for volta 2012-09-17 15:41:50 +02:00
Maurizio Gavioli
2a8b76d4e4 Source cleanup 2012-09-17 13:39:10 +02:00
Maurizio Gavioli
c91a7505e3 Fix #18183 (crash when changing note values in TAB)
Also intercepts calls to Chord::upNote() and Chord::downNote() when chord does not contain any note yet
2012-09-17 13:34:59 +02:00
Maurizio Gavioli
754270f8b6 Fixed rest vert. pos. for staves with lines != 5 and/or line dist != 1
Fixed hook horiz. pos. in TABs
2012-09-17 13:01:44 +02:00
Maurizio Gavioli
4da3be692a Added show/hide rests in TAB config.
Fixed matching of presets with tab settings
2012-09-17 13:01:44 +02:00
lasconic
518d69e0cc fix layout of slurs between note and rest 2012-09-17 12:17:54 +02:00
Werner Schweer
9052e82be5 fix selection of note anchord TextLine segments 2012-09-17 10:43:59 +02:00
Maurizio Gavioli
c47e158959 Permits multiple notes of same pitch in TABs
Allows overwriting existing fret marks
2012-09-16 11:56:27 +02:00
Werner Schweer
eedd364610 extend debugger 2012-09-15 17:12:26 +02:00
lasconic
1793030666 fix dragging of shoulder grip for slurs and tie 2012-09-15 14:13:44 +02:00
lasconic
0439920d35 fix #18150: Copy paste keeps link information 2012-09-14 19:19:24 +02:00
Werner Schweer
aaae89138d allow to ignore version mismatch on load 2012-09-14 17:34:58 +02:00
Werner Schweer
50272e30b5 fix getGraceSegment() 2012-09-14 14:41:02 +02:00
Maurizio Gavioli
f5d20eff6b Completed config. of stems in TABs: above and below staff, beside and through it
Completed TAB StaffTypeEditor (not all controls are enabled yet)
2012-09-14 11:06:24 +02:00
Werner Schweer
12e5cc5629 add unit test for element 2012-09-14 10:09:40 +02:00
Nicolas Froment
1b306e9901 Merge pull request #80 from Jojo-Schmitz/master
updating plugin documentation
2012-09-13 09:57:42 -07:00
Joachim Schmitz
df2a12202f updating plugin documentation
and fixing a wrong type for "time"
2012-09-13 18:53:55 +02:00
Werner Schweer
3e3ae0c989 fix elementNames 2012-09-13 18:12:03 +02:00
Werner Schweer
9379c387e0 remove debugging output 2012-09-13 18:07:11 +02:00
Werner Schweer
3139970fd1 move ElementType to Element() 2012-09-13 18:07:11 +02:00
lasconic
d0ba38d959 use style music font to draw timesig 2012-09-13 17:04:42 +02:00
lasconic
d7ef308675 some more plugin bindings 2012-09-13 16:10:13 +02:00
lasconic
ce43d41bcc fix argument type 2012-09-12 16:30:42 +02:00
Werner Schweer
d1bdde6b69 Merge branch 'master' of github.com:musescore/MuseScore 2012-09-12 16:22:00 +02:00
Werner Schweer
0df85cb1d0 implement textline with note anchors 2012-09-12 16:19:03 +02:00
Maurizio Gavioli
ed2f9d03f7 Fix #18117
If there was a fret conflict, Note::_fret and Note::_string could be uninitialized in Tablature::fretChord()
2012-09-12 14:54:57 +02:00
Werner Schweer
6c109f15a9 move enum Anchor into class Spanner 2012-09-12 11:16:36 +02:00
Nicolas Froment
0457e67868 Merge pull request #72 from lasconic/replaceunicode
replace MScore1 by FreeSerifMscore in text when opening old scores
2012-09-12 01:55:55 -07:00
Nicolas Froment
92e7737646 Merge pull request #73 from lasconic/18128-add-straight-arpeggio
fix #18128: add straight arpeggio line up and down
2012-09-12 01:53:04 -07:00
Werner Schweer
4b0d55aec2 cleanups for edit mode 2012-09-12 10:17:12 +02:00
Werner Schweer
c0faed41ac fix spanner editing 2012-09-11 21:11:43 +02:00
Maurizio M. Gavioli
0d8232af39 Merge pull request #69 from mgavioli/StaffTypeEditor_TAB_presets
Staff type editor tab presets
2012-09-11 09:59:27 -07:00
lasconic
89897f8599 fix #18128: add straight arpeggio line up and down 2012-09-11 15:34:26 +02:00
lasconic
c1c2a6b56d replace MScore1 by FreeSerifMscore in text when opening old scores 2012-09-11 14:58:04 +02:00
Werner Schweer
98faa8f8ad fix typo 2012-09-10 16:16:16 +02:00
Werner Schweer
0c2bd69623 fix handling of grace notes in parts 2012-09-10 16:10:25 +02:00
Werner Schweer
3340d3db35 fix 1.2 import of parts & grace notes 2012-09-10 11:55:24 +02:00
Werner Schweer
4b9012603a change text frame width and margins from mm units to space units 2012-09-10 11:55:24 +02:00
Nicolas Froment
a3d585daa2 Merge pull request #68 from heuchi/18097_removing_keysig_crashes
fix: null pointer check in layout.cpp
2012-09-10 01:57:07 -07:00
Maurizio Gavioli
7e24d70b92 Integrated _stemsDown param; removed preset "Set" button from dlg 2012-09-09 23:14:58 +02:00
Maurizio Gavioli
1460541f79 Attempts to match values in TAB staff type edit with presets (=> Custom if no match)
Reworded some preset names
2012-09-09 23:14:58 +02:00
lasconic
afca24db19 better fix for #16676 2012-09-09 20:46:40 +02:00
Maurizio M. Gavioli
e532435f68 Merge pull request #67 from mgavioli/TAB_dursymb_bbox
Added layout and bbox to TabDurationSymbol; included its bbox in Chord box
2012-09-09 03:19:50 -07:00