Commit graph

399 commits

Author SHA1 Message Date
Werner Schweer
ac41fa396e update edit infrastructure 2017-03-31 13:03:30 +02:00
Werner Schweer
c156357930 update image element 2017-03-10 17:14:44 +01:00
Werner Schweer
dff05f9d6d fix note head dragging 2017-03-06 11:33:54 +01:00
Marku Lutz
a13b5a9cb0 fix #176511: Allow fingerings in tablature staves 2017-02-28 12:20:14 +01:00
lasconic
c0f92cc9f9 fix #112656: Crash when opening score with a duplicate Glissando 2017-02-28 11:21:57 +01:00
lasconic
7a8ba0706d fix #175341: [GP6] Crash on a file involving arpeggios, ties and capo feature 2017-02-20 17:16:45 +01:00
Werner Schweer
90b1991912 replace Q_OBJECT with Q_GADGET for all Element based classes 2017-02-17 15:48:28 +01:00
Werner Schweer
eafb1e259d fix #167336: staff scaling doesn't work 2017-02-08 15:34:53 +01:00
Joachim Schmitz
75439a7bfc Plural of parenthesis is parentheses 2017-02-01 11:23:58 +01:00
Joachim Schmitz
6fdb67a3b4 note brackets are actually parenthesis 2017-01-31 18:52:09 +01:00
Werner Schweer
251c298821 more complete SystemText impl. 2017-01-23 10:54:57 +01:00
Werner Schweer
e8621b8e2a fingering layout update; fixed layout bugs 2017-01-19 16:06:40 +01:00
Werner Schweer
1d4c6b2f21 move Element::type() to ScoreElement 2017-01-18 14:16:33 +01:00
Werner Schweer
5433d719d9 replace TextStyle by SubStyle 2017-01-16 20:59:21 +01:00
Werner Schweer
0b1aea952f layout for movements 2017-01-05 11:28:45 +01:00
Werner Schweer
142e44e39c return element Shape in element coordinates 2016-12-29 16:42:10 +01:00
Werner Schweer
337e885896 barline changes, part-1 2016-12-28 16:36:59 +01:00
Werner Schweer
6e7e05aaec impl. staff type changes 2016-12-18 14:31:34 +01:00
Werner Schweer
660b393b98 change StaffType interface 2016-12-14 15:44:24 +01:00
Joachim Schmitz
9ca8fb07d3 fix #147196: Minimum width of Inspector has increased significantly
esp. note and ambitus inspector, due to these long names for note head
groups
2016-11-29 17:02:18 +01:00
Werner Schweer
9eca06d4f3 note.cpp: small write optimization 2016-11-28 17:25:37 +01:00
lasconic
a3560db0bd fix #142166: Font-size of tablature fretmarks too small 2016-11-24 15:02:27 +01:00
lasconic
0979783df9 fix #141561: crash when you try to notate with any percussion 2016-11-24 12:09:38 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
lasconic
22cfe6a9db Add more noteheads and staff type for dynamic noteheads (shapes, notenames, etc...) 2016-11-18 13:09:49 +01:00
Werner Schweer
bfde93fa44 small optimizations 2016-11-07 09:59:18 +01:00
lasconic
ffedbba0b2 Change storage of notehead type and group in notes 2016-10-18 16:57:36 +02:00
Werner Schweer
70b00e6c16 cleanups for articulations 2016-09-30 18:07:19 +02:00
lasconic
03237ee332 fix read114 test for accidentals, remove old unused accidentals and replace by naturals. Order accidentals like SMuFL. Add a couple more accidentals. 2016-09-29 15:17:51 +02:00
Werner Schweer
e38215d41c update hairpin; fix drag of lines to staff > 1 2016-09-22 17:28:44 +02:00
Werner Schweer
8c18761d3b change accidental file format 2016-09-22 12:02:41 +02:00
Werner Schweer
dae86056a3 preparations for new compatibility implementation 2016-09-13 09:40:54 +02:00
werner
7f85859706 fix #123466: Fret marks almost unreadable in Tabs 2016-09-04 12:00:01 +02:00
werner
4ac407d90e misc. updates 2016-09-03 17:46:36 +02:00
werner
e3e2682004 fix #122551 Text line: inability to delete or change the 'Begin' text 2016-08-30 14:03:26 +02:00
werner
367f445953 autoplacement for hairpins, pedal lines 2016-07-15 14:07:23 +02:00
werner
216fa4a6cf use ottava shape for system distance calculation 2016-06-16 11:20:22 +02:00
werner
1a8cdf1da4 remove many setLayoutAll() calls; cleanups 2016-06-14 10:32:34 +02:00
werner
22d16c3615 inspector updates; misc. cleanups 2016-06-09 09:33:19 +02:00
ws
8de3e55b87 speed up some commands; cleanups 2016-06-03 10:49:54 +02:00
Joachim Schmitz
fd8b2af294 fix mtest after a286e8a 2016-05-20 11:33:22 +02:00
Fyrult
cd086ed1cf Fix regression where there are multiple tied notes with the same accidental 2016-05-15 00:22:04 -04:00
Joachim Schmitz
b6f3e9dcaa remove post 1.3 and pre-2.0 compatibility checks and tweaks
There's probably quite a bit more, but these are the most
obvious places.
Impoved the error mssage, with a hint where to get 2.0.
Most of the templates and sample scores had been created with a pre2.0
nightly version, so they have been resaved with 2.0.0. They'll most
probably need to get updated for 3.0 at some point again.
2016-05-13 06:55:03 +02:00
ws
565d5c505c fix note dot layout after editing 2016-05-12 16:52:08 +02:00
ws
c5b3787e62 fix Direction property conversion to QVariant 2016-05-12 15:40:01 +02:00
Nicolas Froment
ec0332ab0c Merge pull request #2553 from Fyrult/54501-tiedEnharm
fix #54501: Tied enharmonics incorrectly notated
2016-05-12 14:19:15 +02:00
ZackTheCardshark
cdc82364e4 Fix #100396: change "note heads" to "noteheads"
See http://music.stackexchange.com/questions/42722/notehead-or-note-head

(also correct "fo" to "for" in comment)
2016-05-02 21:22:29 -04:00
ws
8b03bc4f4e fix 106366: <Select all similar element> is broken 2016-04-20 10:45:51 +02:00
Fyrult
3e79544db8 fix #54501: Tied enharmonics incorrectly notated 2016-04-17 23:22:32 -04:00
ws
28921bec16 cross beam fixes 2016-04-13 12:05:47 +02:00