Commit graph

6084 commits

Author SHA1 Message Date
Dag Henning Liodden Sørbø
ccc091130b fix #25765 : Fix crash when clicking bar time
setScore() was overridden to an empty function
so the score was never set. Now using the setScore()
inherited from MuseScoreView
2014-08-14 19:12:08 +02:00
lasconic
fe484097e4 update first score 2014-08-14 17:06:53 +02:00
ws
3a43976877 fix spinbox for staff scale 2014-08-14 17:06:13 +02:00
ws
c78951ba3c new Feature: free scaling of staff size 2014-08-14 16:53:20 +02:00
Nicolas Froment
6ae4c66d24 Merge pull request #1105 from shredpub/textswing
Swing Playback implementation using staff texts
2014-08-14 16:25:11 +02:00
lasconic
4db8a8165d fix tests 2014-08-14 15:23:08 +02:00
Nicolas Froment
cee41a801a Merge pull request #1129 from BartlomiejLewandowski/6705-chordsymbol-overwrite
Chordsymbol overwrite
2014-08-14 14:51:27 +02:00
lasconic
bea9b04fee fix midi tests for drum staff 2014-08-14 14:45:56 +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
lasconic
f62d764bb6 fix #29591: Percussion staff resulting from MIDI import shows key signature and accidentals 2014-08-14 14:17:08 +02:00
lasconic
06144e4631 remove outdated templates, change default score to an empty treble clef piano one, move tab_sample to data, remove unused files 2014-08-14 14:16:11 +02:00
lasconic
59721fa748 fix tests 2014-08-14 13:23:38 +02:00
shredpub
0c607df17f Replaced swingUnit by unit and swingRatio by ratio, also made _swing private 2014-08-14 16:51:32 +05:30
shredpub
b9379bda35 Implementation of text swing (step1)
added swing tab

swing settings tab in staff text properties

Implemented step 2 of swing implementation using staff texts

Added call for updateSwing in stafftextproperties

Initial page for dialog changed

System flag enabled for swing parameters

saving and loading with text specified swing implemented

removed extra print statement

fixed formatting

Added groupbox to make the default behavior to no change in swing

fixed indentation in stafftextproperties

fixing conflicts in staff.h

Removed writing of setSwing to file

Removed SwingParameter member from staff and fixed layout of swing tab in dialog

fixed the issue with disabled controls

Added tests for staff text implementation of swing playback

cleaned up the code

Swing playback using staff texts implemented, facilitating local control over swing parameters and tests for the same added

Cleaned up code

Cleaned up code further

Swing Playback using staff texts implemented

Cleaned up code further

Cleaning up code further

Using MScore::division in place of 480 as ticks

Modified test files according to new usage of MScore::division

Removed unwanted printf statements

Using strings to write to xml rather than doubles for swingUnit

Replaced 240 and 120 in terms of MScore::division in stafftext:write

Using TDuration to write to xml

Replaced string literals by TDuration for style parameters

Replaced "off" with "" in style.cpp

Set defaults for unit and ratio in constructors

Removed usage of two structs for SwingParameters

Changed order of assignments in setSwingParameters

Swing playback using staff-texts implemented and tests added
2014-08-14 16:51:31 +05:30
Bartlomiej Lewandowski
122b406a61 Added test for chord symbol overwrite 2014-08-14 12:37:32 +02:00
Bartlomiej Lewandowski
7528092e0c fix #6705 Replacing chordsymbols in copy paste staff 2014-08-14 12:37:23 +02:00
lasconic
bc329eca33 adjust some style parameters. See #25247 2014-08-14 11:40:27 +02:00
lasconic
0b17c4909a change soundfont name, adjust license, set default soundfont name right 2014-08-14 09:58:38 +02:00
ws
1769157e34 initialize track when reading slur segments 2014-08-14 09:47:35 +02:00
ws
6d46589c56 fix #29431 2014-08-13 21:01:21 +02:00
ws
8dedc280b0 fix #29541 2014-08-13 18:15:31 +02:00
ws
f8c8747691 fix #23700 2014-08-13 17:45:53 +02:00
ws
c3fce714bf dont remove elements from container while iterating 2014-08-13 16:47:17 +02:00
ws
46f7d96376 fix #29421 2014-08-13 16:36:09 +02:00
ws
9e93f15037 fix #29511 2014-08-13 15:42:55 +02:00
Nicolas Froment
fc6a52a135 Merge pull request #1126 from Jojo-Schmitz/translation
fix #29546: translate noteheadnames in inspector too
2014-08-13 12:15:04 +02:00
Joachim Schmitz
c608e44b56 fix #29546: translate noteheadnames in inspector too 2014-08-13 11:22:21 +02:00
lasconic
0c953d4535 fix #29546 2014-08-13 10:51:32 +02:00
lasconic
278a3d477a make #29546 clearer hopefully 2014-08-13 10:38:07 +02:00
Maurizio M. Gavioli
e8065bba8d Merge pull request #1125 from mgavioli/Fix_29451_No_augm_dots_in_tabs
Fix #29451 - No augm. dots in TAB styles which use them
2014-08-13 00:58:50 +02:00
lasconic
e176e255a2 disable Aeolus by default, keep it for reference only 2014-08-12 22:34:44 +02:00
lasconic
b19e05a1b2 hide layers feature behind experimental flag 2014-08-12 21:28:40 +02:00
lasconic
a30058b321 fix #29476: Sub-menus not on top if parent menu is clicked and MuseScore is hidden 2014-08-12 21:27:31 +02:00
lasconic
b74d4f45d3 allow unlock in lock state 2014-08-12 21:15:53 +02:00
Maurizio M. Gavioli
9594716f69 Fix #29451 - No dots in TAB styles which use them
In a TAB with the "Stem through staff" style, augmentation dots are not shown.

Fixed, by invoking the function which creates dots for standard staff (`setDotY()`); this function is in a work-flow which is not executed for TAB's (as a number of layout steps, like those for accidentals, are not needed for TAB's).
2014-08-12 20:36:23 +02:00
ws
0f2f7d29a9 fix #28761 2014-08-12 20:10:59 +02:00
Nicolas Froment
c4b25c0aab Merge pull request #1124 from MarcSabatella/14353-system-lyrics
fix #14353: lyrics and staff spacers don't work with hide empty staves
2014-08-12 18:58:53 +02:00
Nicolas Froment
e446da4820 Merge pull request #1087 from AntonioBL/copy_paste_chord
Copy/paste of chords and rests
2014-08-12 18:52:16 +02:00
lasconic
f34540c589 fix loading of FreeSerif.ttf 2014-08-12 18:08:01 +02:00
lasconic
f5228f365f Merge remote-tracking branch 'upstream/master' 2014-08-12 18:07:24 +02:00
Nicolas Froment
f8b5265938 Merge pull request #1122 from mgavioli/Tab_staff_group_fixes
Small fixes for TAB staff group
2014-08-12 17:48:20 +02:00
Nicolas Froment
3c7f386d72 Merge pull request #1123 from Jojo-Schmitz/translation
fix #29341: next step, translate text style names and more
2014-08-12 17:46:35 +02:00
Nicolas Froment
1d51f2f8d2 Merge pull request #977 from andreituicu/accessible-toolbar
Accessible Toolbar
2014-08-12 17:45:49 +02:00
lasconic
8e9129c60d Merge branch 'accessible-toolbar' of github.com:andreituicu/MuseScore 2014-08-12 17:36:57 +02:00
lasconic
36da198976 fix #29476: Sub-menus not on top if parent menu is clicked and MuseScore is hidden 2014-08-12 17:36:06 +02:00
Andrei Tuicu
ebca08f09c Fix Warning.
modified:   mscore/scoretab.cpp
2014-08-12 17:54:29 +03:00
Joachim Schmitz
50313ccafe translate noteheadnames in editdrumset 2014-08-12 16:40:58 +02:00
Joachim Schmitz
cf3b270b8a more translation fixes in inspector 2014-08-12 16:25:17 +02:00
Joachim Schmitz
68627634b5 translate text style names in inspector too 2014-08-12 16:25:14 +02:00
Joachim Schmitz
7d82d307c2 better context for translators 2014-08-12 16:25:12 +02:00