Commit graph

20 commits

Author SHA1 Message Date
Joachim Schmitz
ff292d98b2 eliminate debug artifacts 2018-12-18 14:55:54 +01:00
ws
10ebbb9080 update text style implementation 2018-08-01 11:46:35 +02:00
ws
6969419cfc update subStyle implementation 2018-03-21 14:05:43 +01:00
Dag Henning Liodden Sørbø
a6bcac4c14 fix #267470: Create an album when no score is shown causes a crash 2018-01-24 10:48:52 +01: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
3648dc5495 update album 2017-03-06 11:33:54 +01:00
lasconic
fcc79b0e79 fix compilation of albummanager 2017-02-15 15:21:04 +01:00
Nicolas Froment
4d3f731cad Merge pull request #2955 from vinayakvivek/100101-album
fix #100101: pre-populate Album Manager with default "Untitled"
2017-02-15 14:37:36 +01:00
vinayak
9fe632f325 fix #100101: pre-populate Album Manager with default "Untitled" album on first use 2017-02-15 00:31:00 +05:30
Werner Schweer
902a5f7add remove obsolete 'Album'; style updates 2017-01-31 12:22:05 +01:00
Werner Schweer
c5f46bb208 rename Xml() -> XmlWriter() 2016-11-19 11:51:21 +01:00
Werner Schweer
bb7d535ce5 add score ptr to XmlReader and Xml 2016-11-19 10:31:14 +01:00
jeetee
109fb7d270 fix #120096 dialogs should remember their previous size 2016-11-10 23:26:12 +01: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
Joachim Schmitz
43b44642fe fix #109711: don't translate filename extensions
as they don't change with the language. And wrong translations even
harm.
2016-05-04 17:13:57 +02:00
Eric Fontaine
c1c75fe5e5 fix #105716 Album option Page/Section Break 2016-04-14 15:59:31 -04:00
lasconic
59b72e646f fix #85901: Replace Up/Down buttons by arrows 2015-11-03 23:05:59 +01:00
Eric Fontaine
1104742718 fix #78521 prevent segfault when append scores without any measures
in Score::appendScore, before trying to adjust key signatures at first appended measure, this fix makes sure that the measure actually exists first.  This prevents the mscore crash due to null pointer dereference.

In addition, I've changed the variable name 'tickLen' into 'tickOfAppend' so the variable name makes sense before and after the append occurs.

In addition, I've added two constructors to AlbumItem.  This allows album test functions to use fewer lines of code, since can append a new albumitem with a path in one line.

The test case I added creates an ablum from two scores of a vbox only and an empty score to exercise ability to append scores with no actual measures.
2015-09-21 02:07:56 -04:00
lasconic
50a63f317c fix #39121, fix #20783 2014-11-28 14:49:46 +01:00