Commit graph

87 commits

Author SHA1 Message Date
lasconic
4ae9e05129 fix #20832: Crash after adding accidental 2013-04-27 12:37:55 +02:00
lasconic
14fbeb30d3 fix text style index/type association when creating new text 2013-04-11 13:30:34 +02:00
ws
667cd5c6dd cleanups 2013-03-25 16:27:20 +01:00
Maurizio M. Gavioli
ae15495734 TAB: fix cases of wrong positions of augm. dots with "Stems through staves" option 2013-03-23 11:36:04 +01:00
lasconic
6e51fdaa85 do not allow drum note dragging 2013-03-22 18:30:05 +01:00
Werner Schweer
d38ebcf5e0 Merge pull request #246 from heuchi/18105_keep_courtesy_accidentals
Fix #18105: keep courtesy accidentals
2013-03-14 08:12:34 -07:00
Maurizio M. Gavioli
8cd6c69b42 Fix 20405: in TAB's, small notes collide with staff lines. 2013-03-11 13:30:43 +01:00
Maurizio M. Gavioli
3cc4255a7b TAB: make "Stem through staves" option more similar to regular pitch layout. 2013-03-11 10:00:00 +01:00
Joern Eichler
5d34c4430b Note::updateAccidental() uses clone() to preserve accidental properties 2013-03-10 16:48:08 +01:00
Joern Eichler
21182a3b07 Note::updateAccidental() no longer removes ACC_USER accidentals 2013-03-10 14:10:09 +01:00
ws
b7b1545ce1 fix changing note head color 2013-03-07 21:00:22 +01:00
ws
1d49724386 note inspector update 2013-03-07 13:31:14 +01:00
ws
317e39ad28 replace all subtype()/setSubtype() Element methods 2013-03-05 20:24:16 +01:00
lasconic
004eb2065a fix bad alignment of small notehead in tablature 2013-03-04 22:20:15 +01:00
Dag Henning Liodden Sørbø
47be9541a5 fix #19129 : Small note in chord is detached from stem 2013-03-04 21:49:49 +01:00
ws
990704873b updates for Glissando 2013-02-28 15:06:54 +01:00
Werner Schweer
cc27372172 Merge pull request #214 from softins/7510-key-based-enharmonics
Key-based cursor note movement and pitch2tpc()
2013-02-25 01:26:58 -08:00
ws
679c2b0f60 sequencer update 2013-02-20 17:53:45 +01:00
ws
ef5235b00b fixes & cleanups for mscore states 2013-02-15 22:39:56 +01:00
Tony Mountifield
0ec7460293 Use KEY_C instead of 0 when calling pitch2tpc() 2013-02-12 11:39:35 +00:00
Tony Mountifield
50207f185c Key-based cursor note movement and pitch2tpc()
Replace pitch2tpc2() and both variants of pitch2tpc() with a single
generic pitch2tpc(). Add PREFER_SHARPS, PREFER_NEAREST and PREFER_FLATS.
Update all places where those functions are called from.
Use intelligent key-aware stepping of pitch and tpc in Score::upDown().
2013-02-10 22:58:59 +00:00
ws
d192531b16 small low level optimizations 2013-02-10 13:53:41 +01:00
Maurizio M. Gavioli
5dcafb85fa Fix #19902: in TAB's with the 'broken lines' flags, removing lines under a fret mark obliterated parts of other marks. 2013-02-06 21:57:40 +01:00
Maurizio M. Gavioli
9738d8a0a6 Fix #19923: TAB digits not centered on stem 2013-02-04 23:28:24 +01:00
ws
3b3754a5c4 check for bad note head types 2013-01-28 21:45:57 +01:00
ws
f5dc1766ce fix importing spanner from 1.2 2013-01-25 21:26:43 +01:00
ws
4f87a23ce4 fix stem layout (beam + tweaked note head) 2013-01-25 21:26:43 +01:00
ws
ab4e2b7427 fix some xml reader regressions 2013-01-22 21:53:45 +01:00
ws
73f2e81f2d fix slur regression 2013-01-21 20:21:41 +01:00
Werner Schweer
4ef467be3e Merge pull request #153 from mgavioli/Fix_#19374_tab_numbers_collide
Fix #19374
2013-01-21 00:51:20 -08:00
ws
75d780cb79 fix drag&drop from palette 2013-01-18 10:55:52 +01:00
Maurizio Gavioli
e47e60de30 Separated Note::tabHeadWidth() and Note::tabHeadHeight() methods for TAB's from generic Note::headWidth() and Note::headHeight() 2013-01-15 13:53:21 +01:00
Maurizio Gavioli
a6cbcd7a14 Fix #19374
Wide (two-digit) numbers in TAB collide; fixed
2013-01-15 13:53:21 +01:00
ws
bf1cbe2aa0 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01:00
ws
1778f37b61 fix crash with parts and ties; more optimizations 2013-01-08 11:00:53 +01:00
ws
eb2f71a679 replace some qt container with hand crafted single linked list 2013-01-03 16:56:56 +01:00
ws
9fae9fbfea low level optimizations 2013-01-03 09:03:26 +01:00
ws
30e020232a optimize stem layout 2013-01-02 14:33:23 +01:00
ws
00ce99f280 fix stem layout; some optimizations 2013-01-02 09:30:59 +01:00
Maurizio Gavioli
bf78bf0b8c Enforced default gliss. for TAB (straight line, no text) when it is dropped on the note, no longer altering it during layout/drawing 2012-12-12 19:01:08 +01:00
lasconic
40e5376e26 fix #19179: Cannot apply glissando to grace note after note 2012-12-11 15:56:12 +01:00
Werner Schweer
9079e316e5 remove incomplete spanner when loading corrupted score 2012-12-10 14:00:17 +01:00
Nicolas Froment
55ce1db5c4 Merge pull request #140 from mgavioli/19211_NoteDot_visibility
Fix 19211: NoteDot visibility
2012-12-06 07:19:37 -08:00
Werner Schweer
e630a887fd for optimization replace some foreach loops 2012-12-06 12:46:05 +01:00
Maurizio Gavioli
6a084725d3 Allows to turn on/off visibility of note dot separately from note head visibility 2012-12-05 13:44:30 +01:00
Werner Schweer
2ccaa6b7c4 merge 2012-11-22 11:05:51 +01:00
Werner Schweer
de304e5abd fix mtest 2012-11-22 10:47:00 +01:00
Werner Schweer
55a3820f69 merge 2012-11-21 10:10:09 +01:00
Werner Schweer
42bf99a059 more changes for note articulation 2012-11-20 20:51:18 +01:00
Werner Schweer
3bed7823bf rename toDefault() to reset() 2012-11-19 10:08:15 +01:00