Commit graph

157 commits

Author SHA1 Message Date
Werner Schweer
5e2c81e592 update harmony layout 2017-09-19 14:21:00 +02:00
Werner Schweer
131ffccb4a fix import of barline span 2017-05-29 14:59:26 +02:00
IsaacWeiss
a715fb24c8 Fix #184381: Unnecessary "MuseScore: " prepended to most window titles and wrong title of Split Staff dialog
Also remove spacer at top of Section Break Properties
2017-03-28 12:54:49 -04:00
Werner Schweer
dff05f9d6d fix note head dragging 2017-03-06 11:33:54 +01:00
Werner Schweer
fe8a3e5e9c move textline properties to inspector 2017-02-07 18:48:41 +01:00
Werner Schweer
48f2f0897f add parenthesis/bracket to accidental 2017-01-31 17:28:56 +01:00
Werner Schweer
f8417ca046 add SystemText element 2017-01-20 11:05:52 +01:00
Werner Schweer
1d4c6b2f21 move Element::type() to ScoreElement 2017-01-18 14:16:33 +01:00
lasconic
c745526cfe fix compilation after 5433d71 2017-01-16 22:16:10 +01:00
Werner Schweer
5433d719d9 replace TextStyle by SubStyle 2017-01-16 20:59:21 +01:00
Werner Schweer
29a1f4725f add Movement class 2017-01-05 11:24:01 +01:00
Werner Schweer
337e885896 barline changes, part-1 2016-12-28 16:36:59 +01:00
Werner Schweer
cb7485f6f8 hide MStaff 2016-12-14 15:40:26 +01:00
Werner Schweer
6dd13e4074 hide MStaff elements 2016-12-14 15:40:26 +01:00
Werner Schweer
b8fe9e6332 global insert: handle generated ties 2016-12-03 20:27:51 +01:00
lasconic
69e7b554cd fix crash when opening GPX with repeat measure 2016-11-25 17:44:12 +01:00
Werner Schweer
42b14fa114 fix performance regressions: slow loading files 2016-11-02 08:55:54 +01:00
Werner Schweer
f7d96502c3 update layout, change handling of clefs, system header and trailer 2016-10-25 17:35:55 +02:00
Werner Schweer
4e0b0dbae0 update layout code 2016-10-20 11:32:17 +02:00
Werner Schweer
79b7746f5b layout updates 2016-10-18 15:41:11 +02:00
lasconic
e45f5a6d72 fix measure debugger ui on hdpi 2016-09-29 16:02:40 +02:00
werner
9faf3f79e7 autoplace for lyrics 2016-08-17 12:52:35 +02:00
jeetee
8c7969868e fix #119376 utility functions for save/restore geometry 2016-07-28 14:15:31 +02:00
lasconic
46c91573de fix #116881: dynamic translation 2016-07-01 15:28:35 +02:00
Joachim Schmitz
cc19cb4bc3 use icons from resource in ui files rather than use setIcon()
so the dialogs look closer to reality in QtCreator, also reduce strings
to translate
2016-06-20 15:48:53 +02:00
ws
cea6b21b69 extend debugger 2016-06-06 10:33:23 +02:00
ws
8844d682ed add gap property to debugger 2016-06-03 16:51:37 +02:00
Rockettwo
493314bfbe First attempt to not allow gaps any more 2016-06-01 18:31:51 +02:00
Rockettwo
3ac4d5928a Select Item in Debugger with enter 2016-05-12 18:43:04 +02:00
ws
069db44e0c fix #106851: changing pitch on percussion staff crashes MuseScore 2016-04-21 14:18:39 +02:00
Nicolas Froment
2c6c784ec2 Merge pull request #2554 from Jojo-Schmitz/untranslate-debugger
don't translate strings from debugger
2016-04-18 20:05:05 +02:00
ws
94589cc8fd fix #106726: Incorrect distance from barline to accidental 2016-04-18 18:11:51 +02:00
Joachim Schmitz
c3e5f96709 don't translate strings from debugger 2016-04-18 13:23:01 +02:00
ws
5413b741fc fix #106741: Deleting note from voice2 chord disables automatic stem direction by voice 2016-04-18 11:00:06 +02:00
ws
bbd802f8ae framework for partial relayout 2016-04-13 11:35:21 +02:00
ws
eb279e5e8a misc. layout fixes 2016-04-13 11:20:05 +02:00
ws
97345495ec fix regressions for system divider 2016-04-13 11:19:01 +02:00
ws
dfe49b06ad barline cleanup 2016-04-13 11:18:15 +02:00
ws
3d8749ffe9 some regression fixes, code cleanups 2016-04-13 11:08:01 +02:00
ws
9f933d8503 Layout reorganization 2016-04-13 11:05:04 +02:00
Joachim Schmitz
31a52e97f5 fix #21950: crash in debugger when using Layout button 2016-03-30 21:08:04 +02:00
ws
c96c78fbc6 fix TremoloBar drag&drop 2015-11-05 13:35:06 +01:00
Werner Schweer
adfaf36671 Merge pull request #2045 from MarcSabatella/63711-atonal-naturals
fix #63711: no naturals on change to atonal key signature
2015-06-10 10:11:44 +02:00
Marc Sabatella
9f9eb54f4e fix #64506: temporary corruption on add of measure repeat 2015-06-09 14:25:02 -06:00
Marc Sabatella
432e14b300 fix #63711: no naturals on change to atonal key signature 2015-06-06 13:26:13 -06:00
ws
892e5887f9 fix #57861 bad import of & in part name 2015-04-27 13:03:52 +02:00
ws
e9222d1b45 move enums Accidental::Role and ::Type 2015-04-03 18:24:12 +02:00
lasconic
49e8b4ff9d remove some strings, fix chord name -> chord symbols 2015-03-05 14:40:39 +01:00
Maurizio M. Gavioli
f5d831a023 Glissando as a multi-segment line.
- Implemented as a sub-class of `SLine`.
- Anchor type changed from CHORD to NOTE: allows to attach glissando start and end points to individual notes, rather than generically to chords (with note within the chord chosen by the program).
- The Glissando element is now stored in the `Note::_spannerFor` list.
- `Chord::_glissando` has been removed and replaced by a `bool _endsGlissando`, recording whether the chord is at the end of glissando (as gliss.-end chords require more space if mid-measure or system-initial).
- Debugger UI for `Chord` updated accordingly.
- Glissando in now save into score file as a spanner, within the initial note, and with appropriate `<endSpanner>` tag in the Glissando ending note.
- Existing scores with the old Glissando file format are correctly read back.

Notes:

- MusicXML import/export of the new Glissando implementation NOT IMPLEMENTED.
- This version can read scores from older versions, but older versions **cannot read** scored from this version (they do not expect a <Glissando> tag within a Note). Does this require a NEW FILE VERSION NUMBER?
- This implementation would allow rather easily to move the start and end anchors around (as for slurs) to override the note/chord chosen by the program when the glissando is initially created; but the UI for this is not implemented yet.
2015-02-18 12:21:56 +01:00
ws
ec8913a19b fix #45601 changing note value can lead to missing accidentals; simplify layout() 2015-02-17 20:22:38 +01:00