Commit graph

96 commits

Author SHA1 Message Date
Jarrad Whitaker
913aa03c30 allow list selections to get first/last ticks 2014-08-02 23:08:43 +10:00
Werner Schweer
bf7cca78fc Merge pull request #1073 from BartlomiejLewandowski/12960-paste-two-voice
Staff paste with multiple voices
2014-07-30 15:03:16 +02:00
Bartlomiej Lewandowski
e4a8097e4c Added grace note filtering 2014-07-30 14:49:55 +02:00
Bartlomiej Lewandowski
8324216940 Added tremolo highlighting and filter 2014-07-30 14:49:54 +02:00
Bartlomiej Lewandowski
6ad6136dc1 Added filter for other lines 2014-07-30 14:49:54 +02:00
Bartlomiej Lewandowski
0e08e8bd26 Added other text filter. 2014-07-30 14:49:54 +02:00
Bartlomiej Lewandowski
da323d3fde Added highlighting of hooks and grace notes. 2014-07-30 14:49:54 +02:00
Bartlomiej Lewandowski
ad63df6bdd Added breath filter. 2014-07-30 14:49:54 +02:00
Bartlomiej Lewandowski
4453a0c3b5 Added glissando filter. 2014-07-30 14:49:54 +02:00
Bartlomiej Lewandowski
5c143fdb6c Added fret diagram filter. 2014-07-30 14:49:54 +02:00
Bartlomiej Lewandowski
c2cf17e0ea Added arpeggio highlighting and filter. 2014-07-30 14:49:54 +02:00
Bartlomiej Lewandowski
5311a65614 Filter for hairpin, ottava, trill and pedal line. 2014-07-30 14:49:53 +02:00
Bartlomiej Lewandowski
18f00a4683 Added filter for figured bass. 2014-07-30 14:49:53 +02:00
Bartlomiej Lewandowski
52b870dce7 Added slur filter. 2014-07-30 14:49:53 +02:00
Bartlomiej Lewandowski
b13ab3bf3c Added filter for chord symbol 2014-07-30 14:49:53 +02:00
Bartlomiej Lewandowski
6556a3f32a Added filtering of fingering. 2014-07-30 14:49:53 +02:00
Bartlomiej Lewandowski
5a01095054 Added appendFiltered function.
Fixed articulation highlight when tied with rests.
2014-07-30 14:49:53 +02:00
Bartlomiej Lewandowski
26da2e91ca Added filter for lyrics 2014-07-30 14:49:53 +02:00
Bartlomiej Lewandowski
08eda25875 Added filtering of articulations. 2014-07-30 14:49:53 +02:00
Bartlomiej Lewandowski
dac64e85aa Added function that sets selection filters. 2014-07-30 14:48:00 +02:00
Bartlomiej Lewandowski
f55950d4ff Moved canSelection function to SelectionFilter class
Conflicts:
	libmscore/select.cpp
	libmscore/select.h
2014-07-30 14:48:00 +02:00
Bartlomiej Lewandowski
9a5d1de96d Added const modifiers 2014-07-30 14:48:00 +02:00
Bartlomiej Lewandowski
b325a65f89 Added selection filter class.
Added selection filter object to score.
Added communication between selection window and selection filter.
Added example filtering for dynamics.
2014-07-30 14:47:59 +02:00
Bartlomiej Lewandowski
cf658a24b1 Added voice data to staff mime.
Changed paste staff behavior to overwrite only the voices included in staff mime.
2014-07-28 22:22:12 +02:00
lasconic
1b7441f882 revert PR #1030 2014-07-21 11:43:50 +02:00
lasconic
3a68b492c5 fix accidental parenthesis in palette by using an icon, it's the same than the note one, added a shortcut to add bracket around note and accidental 2014-07-18 00:11:00 +02:00
Bartlomiej Lewandowski
ecd1e2d33c Changed two-note tremolo copy-paste. 2014-07-11 13:14:05 +02:00
Bartlomiej Lewandowski
72c66c888e Added cloneRange function that creates a modifiable copy of range.
Added spannerMapCopy function that creates a modifiable copy of the score spanner map.
2014-07-11 11:57:26 +02:00
ws
44c17d9432 fix #27431 2014-07-09 18:16:16 +02:00
Joachim Schmitz
56f6f0a37a fix warning reg. unused but set variable
introduced in 9d21431c
2014-07-01 08:42:34 +02:00
Bartlomiej Lewandowski
9d21431cfc Changed highlighting for spanners. 2014-06-26 16:37:05 +02:00
Joachim Schmitz
e6e7436177 move SegmentType to Segment::Type and make int again
needed to make it available to the plugin framework
and the memory saved is not worth the performance penalty
2014-06-26 11:57:39 +02:00
Joachim Schmitz
75623c53dc move ElementType to Element::Type
needed to make it available to the Plugin framework
2014-06-26 11:57:35 +02:00
Nicolas Froment
24a6b12f10 Merge pull request #987 from lasconic/fix-range-select
fix selection range when on staff > 1, when reverse selection
2014-06-18 16:59:24 +02:00
ws
efa3d7557e fix #25580 2014-06-18 12:25:56 +02:00
lasconic
c2552502d4 fix selection range when on staff > 1, when reverse selection 2014-06-18 10:17:00 +02:00
Nicolas Froment
89e1ecc954 Merge pull request #976 from BartlomiejLewandowski/paste-test
Paste refactor
2014-06-17 17:40:30 +02:00
Bartlomiej Lewandowski
7f68a34d35 Changed paste staff function to take a segment as a parameter 2014-06-17 17:18:52 +02:00
Nicolas Froment
b6b4c0f60d Merge pull request #962 from BartlomiejLewandowski/text-highlighting
Text highlighting
2014-06-17 17:10:50 +02:00
Joachim Schmitz
8a21217ef7 fix warning reg. use of potentialy uninitialized variable 2014-06-17 15:01:08 +02:00
Joachim Schmitz
48f3ea412a initialize variables 2014-06-10 09:27:48 +02:00
Nicolas Froment
ea51a179cc Merge pull request #945 from BartlomiejLewandowski/selection-refactor-range
Selection refactor range
2014-06-09 16:12:55 +02:00
Bartlomiej Lewandowski
1edc02d889 fix #25980 Removed system text from selection. 2014-06-07 15:23:18 +02:00
Bartlomiej Lewandowski
5f65e03916 fix #25981 Added lyrics to range selection. 2014-06-06 22:14:33 +02:00
ws
e8be73f41b fix transposition when changing instrument 2014-06-04 10:40:26 +02:00
ws
e1b1246e0c make SegmentType an global enum class 2014-06-01 20:24:29 +02:00
Bartlomiej Lewandowski
3379436ba4 Change range extend to work on measures too. 2014-06-01 11:49:29 +02:00
Bartlomiej Lewandowski
eebd0f9621 Added range extend method. 2014-06-01 11:49:29 +02:00
lasconic
cbb388264a fix #25793 See PR #918, thanks to @BartlomiejLewandowski 2014-05-30 21:44:51 +02:00
Bartlomiej Lewandowski
8129c9fdf7 Refactor of select method in score.cpp 2014-05-29 21:53:30 +02:00