Commit graph

80 commits

Author SHA1 Message Date
Joachim Schmitz
3af8fafbde fix #114931: Show subtitles on all pages of New Score Wizard 2017-01-02 13:12:42 +01:00
Joachim Schmitz
f5e1b2e698 Some small text fixes
and switch to the 2.1 translations
2016-12-31 19:26:25 +01:00
jeetee
109fb7d270 fix #120096 dialogs should remember their previous size 2016-11-10 23:26:12 +01:00
Werner Schweer
1dcaa1b6ab fix #136261, fix #136266 2016-10-08 17:47:52 +02:00
Werner Schweer
6828d0aeb1 fix new wizard: instruments page never reached 2016-10-08 16:56:19 +02:00
Werner Schweer
150939e771 dont show 'more' button and context menu for keysig palette in new wizard 2016-10-08 15:03:21 +02:00
Werner Schweer
00c14d749f update palettes; fix 'more' button 2016-10-07 13:00:49 +02:00
Joachim Schmitz
a862889de5 fix #90811: allow dots in filenames
rather than truncating and cutting off anything after the 1st dot of a
filename.
2015-12-16 10:24:34 +01:00
lasconic
24be6f5dc6 User templates after embbeded ones in new score wizard 2015-02-20 22:28:34 +01:00
lasconic
02380ad0f4 fix #48196: Extra decimal in Tempo at score creation 2015-02-19 23:13:55 +01:00
Nicolas Carion
c2fbc872ca Default template even when user-set folders are empty 2015-01-12 13:05:54 +01:00
Nicolas Carion
ec91968678 Fix #44081 2015-01-12 00:28:24 +01:00
Nicolas Carion
87587233f5 Fix #44071 2015-01-11 23:48:57 +01:00
ws
bccd8b0ba6 fix #43521: Double click key signature in new score wizard affects current score 2015-01-06 09:43:00 +01:00
ws
4a3c98acd4 confused with 00-Blank vs. 00-Empty 2014-12-22 14:50:34 +01:00
ws
3a505a0a1f new wizard fix: second try 2014-12-22 14:43:00 +01:00
ws
b3adb9a84a fix new score wizard for empty template 2014-12-22 14:20:15 +01:00
lasconic
375076fe20 fix bug with blank score in new wizard 2014-12-16 18:03:03 +01:00
ws
5730db9c06 NewWizard: remove explicit template/from scratch choice 2014-12-11 12:01:51 +01:00
lasconic
d70c298c67 remove numbers in template panel in new score wizard 2014-11-22 22:58:30 +01:00
ws
9969021d5e sort score names in startcenter 2014-11-19 15:25:03 +01:00
ws
1139fde58d implement categories for template files in startcenter 2014-11-19 14:26:39 +01:00
ws
3c279aa8ca add thumbnails, more code for startcenter 2014-11-12 15:05:31 +01:00
Andrei Tuicu
9338481a47 Accessible dialogs.
Added screen-reader feedback
Did tabbing orders and focus policies
Fix inspector focus shiftings
2014-08-18 18:09:58 +03:00
ws
3db959e88f remove code duplication in InstrumentsDialog and NewWizard 2014-08-15 16:42:21 +02:00
ws
2c31360414 update instrument dialog 2014-08-15 11:58:30 +02:00
ws
7dc9aed512 rework initial clef, staff type change
- initial clef is now determined by instrument
- extend instrument to allow different clefs for stave (piano)
- do not write first generated clef
2014-08-14 14:34:45 +02:00
ws
0c44719a58 fix #29241 2014-08-11 15:26:29 +02:00
ws
b7fd1ba4de fix #28331 2014-08-07 16:32:41 +02:00
ws
f97a8b22c6 cleaner clef/cleflist implementation 2014-07-25 17:13:42 +02:00
Joachim Schmitz
6e4aefacb1 turn unnamed enum into enum class NewWizzard::Page 2014-07-15 14:14:49 +02:00
Joachim Schmitz
fb740f2e4a turn unnamed enum into enum class ListItemOp
taking extra care for member DELETE not to conflict with system headers
2014-07-15 14:14:45 +02:00
Maurizio M. Gavioli
d33388d2ed Fix #25811 #25867 - Incomplete layout when adding linked staff
If a linked staff of a different type/group is added to the score, the new staff is not completely laid out.

Fixes:

- Default clef of new staff is copied from default clef of original staff, rather than from its actual clef.
- When score instruments are updated, notes are updated before laying out chords, as chords need to have notes in correct position to compute correct stems, ledger lines, etc.
- Notes are updated via Score::cmdUpdateNotes() rather Score::updateNotes(), as the latter does not deals with the specifics of staff groups.
- cloneStaff() only clones clefs which do not alread exist AND are compatible with the staff group.
- cloneStaff() also updates the staff clef map when cloning a clef.
2014-06-06 13:09:02 +02:00
ws
6b59bf1f1e Merge branch 'master' of github.com:musescore/MuseScore
Conflicts:
	libmscore/clef.cpp
2014-05-27 09:45:23 +02:00
Joachim Schmitz
0533e643e7 convert enum BracketType into enum class 2014-05-26 22:25:34 +02:00
Joachim Schmitz
845343281f convert enum TimeSigType into enum class
and fix the special handling of old style common- and cut time
2014-05-26 12:27:38 +02:00
Maurizio M. Gavioli
b8ecd49905 Fix #22996 - Wrong clef when selecting standard staff type in instrument wizard.
In the instrument wizard, when a staff is changed to standard type (from a previous different type), the standard clef of the istrument is lost.

Changes:
- Added a member variable to `StaffListItem` storing the default standard clef for the instrument.
- Modified `instruments.xml' to remove <clef> tags from tablature instrument definitions: all these instruments are inited from a standard-staff main entry, recording the default standard clef; this clef is used to init the `StaffListItem::_defaultClef` member variable.

NOTE: Percussion instruments are not covered (an number of percussion instruments seem to have old-style definitions in `instruments.xml`); conversion from percussion to standard staff may yield unexpected results.
2014-05-23 17:08:36 +02:00
ws
c66fe22021 fix #25422 next try 2014-05-22 16:18:35 +02:00
ws
d3a66ab1ba refactoring StaffType 2014-04-30 13:39:16 +02:00
Bartlomiej Lewandowski
20f0fc07e9 fix #23052 hide instrument name style option 2014-04-28 18:28:21 +02:00
Joachim Schmitz
5977488174 eliminating needless \n in qDebug() calls
searching for 'qDebug.*\\n\'
2014-03-25 14:59:32 +01:00
ws
d796ea407d rework text implementation 2014-02-11 14:27:44 +01:00
lasconic
f8187c93b4 fix #23976: Common Time and Alla Breve symbols in Create New Score too small 2013-12-19 14:19:47 +01:00
Maurizio M. Gavioli
2acd24ba1c Finish renaming of Tablature class to StringData
Renames also the files hoding the class itself:
- libmscore/tablature.cpp => stringdata.cpp
- libmscore/tablature.h => stringdata.h

No actual change in the code, only updated references to stringdata.h in #include's.
2013-12-05 21:37:28 +01:00
ws
02b264f068 smufl integration, part II 2013-11-12 09:29:12 +01:00
ws
733c1934db smufl integration, part I 2013-11-12 09:29:12 +01:00
Leon Vinken
c70877e312 fix #21452 2013-10-05 09:13:19 +02:00
lasconic
a315216d81 fix #19693: New Instrument Selection Menu for the Create Score Dialogue 2013-09-12 21:34:47 +02:00
lasconic
95daba2878 remove header in instrument list 2013-09-08 15:08:57 +02:00
ws
517627a21f update clef implementation 2013-09-05 16:38:04 +02:00