Commit graph

139 commits

Author SHA1 Message Date
Werner Schweer
70b00e6c16 cleanups for articulations 2016-09-30 18:07:19 +02:00
lasconic
12595c2ed5 more option when selecting similar notes 2016-09-22 16:07:47 +02:00
Werner Schweer
8c18761d3b change accidental file format 2016-09-22 12:02:41 +02:00
Nicolas Froment
c282a23b62 Merge pull request #2656 from Rockettwo/excerptsdialog-singleforeveryVoice
New Excerptsdialog with linked voices
2016-09-14 10:38:01 +02:00
Werner Schweer
dae86056a3 preparations for new compatibility implementation 2016-09-13 09:40:54 +02:00
Rockettwo
716eb42031 New Excerptsdialog 2016-08-19 13:02:26 +02:00
heuchi
f4ea58ae84 fix #115971: read-only access to std::vector, QVector and QList properties for qml 2016-07-01 12:48:47 +02:00
ws
37b6ff0ad8 fix #69751: add triple and quadruple augmentation dots 2016-05-31 19:48:28 +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
28921bec16 cross beam fixes 2016-04-13 12:05:47 +02:00
ws
3f1aa2ed1f misc. updates to layout 2016-04-13 12:05:46 +02:00
ws
bbd802f8ae framework for partial relayout 2016-04-13 11:35:21 +02:00
ws
9ec1d02471 code cleanups & speed optimizations 2016-04-13 11:18:14 +02:00
ws
dfba52ba77 more regression fixes & cleaups 2016-04-13 11:10:18 +02:00
ws
492709f203 code cleanups 2016-04-13 11:10:17 +02:00
ws
9f933d8503 Layout reorganization 2016-04-13 11:05:04 +02:00
ws
592160b38f reduce memory footprint of Note 2015-11-04 13:22:33 +01:00
Marc Sabatella
2e7e27b715 support scaled or non-scaled line distances 2015-09-01 13:42:17 -06:00
Maurizio M. Gavioli
3b27da04a0 Plugin Manual - Documentation update for classes M-P
Updates the documentation for classes named from M to P to proposal A) in http://dev-list.musescore.org/Plugin-documentation-generated-manual-td7579164.html

Properties are also sorted in alphabetical order for easier identification.

No attempt made to evaluate what to include and what to exclude from documentation: anything which is currently documented is retained. Case by case decisions can always be made.

Description of methods for `QProcess` and `ScoreView` (in file libmscore/plugins.h) are stubs.
2015-07-13 00:21:09 +02:00
lasconic
805c54ef06 fix #59766: Stems do not align with DO and TI note head 2015-06-03 10:23:01 +02:00
ws
fff43cdae5 fix for note.accidentalType script interface 2015-04-04 14:27:55 +02:00
ws
6071a0a003 enable scripting tests again 2015-04-04 11:28:14 +02:00
ws
01952574e3 add tests for scripting interface 2015-04-03 18:24:12 +02:00
ws
e9222d1b45 move enums Accidental::Role and ::Type 2015-04-03 18:24:12 +02:00
lasconic
17249ba1ee expose note dots to plugin, read only 2015-03-19 10:39:18 +01:00
lasconic
f59e1af5d7 ability to change notehead and note head type from plugin 2015-03-03 18:59:46 +01:00
ws
329124c789 some layout optimizations/claenups 2015-02-19 10:33:46 +01:00
ws
74d9829f02 fix #26531: Hang on up/down of note tied to itself 2015-01-28 15:20:33 +01:00
ws
16764d4614 fix #44466: Crash extending volta over mmrest starting a new system + other cleanups 2015-01-19 12:41:16 +01:00
lasconic
0ae917e00b do no send link of dots to plugins, just number 2014-12-18 18:02:44 +01:00
Marc Sabatella
3534be5a0b fix #41511: bad tpc1 for notes entered in keys other than C 2014-12-15 15:08:33 -07:00
Marc Sabatella
58e5a74588 fix #8924: native support for slash notation 2014-11-17 22:02:12 -07:00
ws
67fdb6e7e7 fix #36731 2014-10-16 18:12:58 +02:00
ws
58763e6cc5 fix #33366 2014-09-22 14:31:48 +02:00
lasconic
5ca40f824b plugin framework: move changeAccidental to note properties 2014-08-23 18:13:27 +02:00
Andrei Tuicu
6460485d3f Score accessibility system.
Provides screen-reader feedback for the selected element.
2014-08-19 00:09:13 +03:00
Andrei Tuicu
9caa98b130 Added 4 new navigation commands:
- next element
- previous element
- first element
- last element
2014-08-17 17:25:21 +03:00
ws
6d46589c56 fix #29431 2014-08-13 21:01:21 +02:00
Bartlomiej Lewandowski
9142f563ae Added subtype for note - notehead group 2014-07-22 14:54:49 +02:00
Bartlomiej Lewandowski
565374a606 Moved note head names from inspector.ui to note.h 2014-07-22 14:54:49 +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
Werner Schweer
6520e4b305 Merge pull request #1028 from mgavioli/Fix_27201_Plugin_methods_returning_QObjects
Fix #27201 - PLUGINS: methods returning pntrs to QObject lead to crash.
2014-07-11 17:58:39 +02:00
ws
25f25dd183 link note attached elements for parts 2014-07-10 18:59:44 +02:00
Maurizio M. Gavioli
7fc68113a1 Fix typos 2014-07-05 00:46:21 +02:00
Maurizio M. Gavioli
6eba8a2c8e Fix #27201 - PLUGINS: methods returning pntrs to QObject lead to crash.
For details, including an analysis of the problem, see http://musescore.org/en/node/27201

This fix only covers `Q_INVOKABLE` methods in the `Note` class; there are probably more of them on other classes.
2014-07-04 11:38:41 +02:00
ws
b70f9b8766 partial fix for #23324 2014-06-27 14:03:17 +02:00
Joachim Schmitz
4747b9305f rebased and resolved conflict with f3caba7 2014-06-26 12:40:37 +02:00
Joachim Schmitz
e95d169d5c move Direction and DirectionH into MScore
needed to make them available to the plugin framework
2014-06-26 12:03:14 +02:00
Joachim Schmitz
54e2e167b6 move NoteHeadType to NoteHead::Type
needed to make it available to the plugin framework
2014-06-26 12:01:50 +02:00
Joachim Schmitz
3f2fc6166a move NoteHeadGroup to NoteHead::Group
needed to make it available to the plugin framework
2014-06-26 12:01:10 +02:00