Nicolas Froment
7321ba6588
Merge pull request #2298 from Jojo-Schmitz/magbox
...
fix build failures
2015-11-24 14:17:30 +04:00
ws
c64cb4b278
fix windows build
2015-11-24 11:11:19 +01:00
Joachim Schmitz
e704c0e845
fix build failure on Windows introduced by 067b5af
2015-11-24 10:47:27 +01:00
Joachim Schmitz
8712163dba
fix build failure introduced by b45c2fc
2015-11-24 10:09:38 +01:00
ws
067b5af84d
when saving scorefile always use tmp file
2015-11-24 09:42:37 +01:00
ws
b45c2fc89f
fix mag combobox & initial scaling
2015-11-23 16:02:33 +01:00
Nicolas Froment
010918b944
Merge pull request #2293 from MarcSabatella/zoom-scaling
...
Zoom scaling
2015-11-22 11:07:23 +01:00
Marc Sabatella
f8e3e66368
fix scaling of gesture-based zoom
2015-11-20 10:29:40 -07:00
Marc Sabatella
5252e35612
fix scaling of initial zoom
2015-11-20 10:27:39 -07:00
lasconic
648340fba9
fix #88066 : When opening MuseScore the zoom level is not correct
2015-11-19 22:54:37 +01:00
ws
d76e51d276
fix some scaling regressions
2015-11-18 18:09:59 +01:00
Nicolas Froment
23c2b54042
Merge pull request #2290 from lasconic/freetype3rd
...
Fix compilation with freetype on Mac and Windows
2015-11-16 19:58:22 +01:00
lasconic
587b9b048c
fix compilation on windows
2015-11-16 18:44:31 +01:00
lasconic
adc1974423
fix compilation on mac
2015-11-16 18:21:01 +01:00
ws
c6092a7a95
first try in integrating freetype cmake file
2015-11-16 17:05:51 +01:00
ws
149ea937a1
fix regression for linear view
2015-11-16 16:34:41 +01:00
ws
d8e4373435
make DPI=72 constant
2015-11-16 14:24:47 +01:00
ws
c70980ab7e
add freetype-2.6.1 as thirdparty
2015-11-16 10:51:25 +01:00
Nicolas Froment
421f366f23
Merge pull request #2282 from MarcSabatella/85641-fingering-paste-offset
...
fix #85641 : preserve fingering user offset on paste
2015-11-10 19:49:41 +01:00
Nicolas Froment
d6ab027148
Merge pull request #2279 from Jojo-Schmitz/metaedit
...
disable fields in File->Info that are not changeable
2015-11-10 19:02:06 +01:00
Nicolas Froment
feecd1237f
Merge pull request #2285 from Jojo-Schmitz/vtest
...
extend notehead vtests, all types and brackets
2015-11-10 19:00:59 +01:00
Nicolas Froment
ab98745afc
Merge pull request #2283 from mgavioli/Fix_75316_notehead_parentheses
...
Fix #75316 - Wrong glyphs for note head parentheses
2015-11-10 18:56:15 +01:00
Nicolas Froment
1b69c0dd35
Merge pull request #2287 from mgavioli/UI_symbol_fingerings_2_fing_palette
...
UI: Move symbol-based fingerings to fingering palette
2015-11-10 18:54:25 +01:00
Joachim Schmitz
dfe04bb0ff
extend notehead vtests, all types and brackets
2015-11-10 12:09:01 +01:00
ws
deaac4ae40
change debug output to mm
2015-11-10 11:31:08 +01:00
Maurizio M. Gavioli
a540954961
UI: Move symbol-based fingerings to fingering palette
...
__Background__: Five fingering signs (cello thumb position and 4 lute fingerings) are not text-based, like all other fingerings, but symbol-based, like articulations and can use practically all the articulation code. For this reason, they have been implemented as articulations.
As a temporary measure which has never been addressed after the fact, they were initially placed in the Articulations palette, together with other articulations.
__Fix__: This fix moves those 5 signs to the fingering palette. The involved palettes in the Advanced Workspace then look like this:
__Note__: No change to the actual implementation of those signs, which remain as articulations.
There is work in progress to see if some new (and possibly some older) signs, belonging to the Articulation class and which are (or should) be attached to notes, can be implemented in a more appropriate way. It is well possible this w.i.p. will affect these 5 sign too.
However, as the outcome of this other change is unclear yet (whether it will be successful at all and, in case, how it will be implemented); this fix has been provided to solve this oddity in a potentially definitive way.
2015-11-10 11:06:30 +01:00
ws
164f5d02c2
more debug infos during layout
2015-11-10 11:02:52 +01:00
ws
b5c623d404
fix compilation without script interface
2015-11-10 10:50:44 +01:00
Maurizio M. Gavioli
450b7b3707
Fix #75316 - Wrong glyphs for note head parentheses
...
__References__:
- original issue: https://musescore.org/en/node/75316
- duplicates:
- https://musescore.org/en/node/85456
- https://musescore.org/en/node/86451
Note head parentheses glyphs are wrong. This is a side-effect of the change to SMuFL encoding.
Fixed by using the right references; only the font is changed, no code change.
2015-11-07 23:45:40 +01:00
Marc Sabatella
08c2fd78c0
fix #85641 : preserve fingering user offset on paste
2015-11-07 11:04:08 -07:00
Joachim Schmitz
44aca4efb8
disable fields in File->Info that are not changeable
...
and fix a text
2015-11-06 12:05:39 +01:00
Werner Schweer
5a8cf68c40
Merge pull request #2277 from Jojo-Schmitz/excerpts
...
fix #86086 : enable/disable up/down buttons in parts dialog as needed
2015-11-06 10:45:15 +01:00
ws
ef0a355c2b
add score file path to info widget; make info content scrollable
2015-11-06 10:42:16 +01:00
ws
c96c78fbc6
fix TremoloBar drag&drop
2015-11-05 13:35:06 +01:00
lasconic
e26e3294a4
fix #86196 : Licence text displayed in a hard to read font on Windows
2015-11-05 11:19:15 +01:00
Joachim Schmitz
52e61bcc0d
fix #86086 : enable up/down buttons in parts dialog
...
as needed
2015-11-04 16:13:21 +01:00
ws
74281d4e2b
add property button to Bend and FretDiagram in inspector
2015-11-04 14:04:03 +01:00
ws
325215b210
simple implementation of SYSTEM layout mode
2015-11-04 13:22:33 +01:00
ws
eb29e8931a
add fret diagram write property tests
2015-11-04 13:22:33 +01:00
ws
592160b38f
reduce memory footprint of Note
2015-11-04 13:22:33 +01:00
lasconic
59b72e646f
fix #85901 : Replace Up/Down buttons by arrows
2015-11-03 23:05:59 +01:00
lasconic
63edeb9f44
fix crash in reordering parts, fix selection of instruments in parts
2015-11-03 22:51:54 +01:00
Nicolas Froment
528018b61a
Merge pull request #2270 from vgstef/partsOrder
...
Add reorder parts buttons in parts dialog
2015-11-03 22:26:14 +01:00
Nicolas Froment
b9d5001ede
Merge pull request #2275 from Jojo-Schmitz/traverso
...
Add "Traverso" AKA "Baroque Flute" to instruments
2015-11-03 17:15:47 +01:00
Nicolas Froment
732a142302
Merge pull request #2274 from Jojo-Schmitz/select-slur-tie-by-voice
...
fix #85781 : allow slur and tie selection by voice
2015-11-03 17:10:01 +01:00
lasconic
3f78189bd7
make test file version independent in tst_scription
2015-11-03 16:41:33 +01:00
Nicolas Froment
740059fa75
Merge pull request #2272 from Jojo-Schmitz/fretboard
...
fix some texts in the updated fretboard inspector
2015-11-03 15:51:04 +01:00
Nicolas Froment
bf830e352a
Merge pull request #2269 from Jojo-Schmitz/barbershop
...
fix barbershop template's upper range of bari/bass staff
2015-11-03 15:30:14 +01:00
Joachim Schmitz
cba79f0688
Add "Traverso" AKA "Baroque Flute" to instruments
...
see https://musescore.org/en/node/85561
2015-11-03 15:19:24 +01:00
Joachim Schmitz
dbcfacc663
fix #85781 : allow slur and tie selection by voice
2015-11-03 09:26:11 +01:00