Commit graph

4726 commits

Author SHA1 Message Date
Joachim Schmitz
27f8ca023f convert enum DurationType to enum class 2014-05-23 10:34:57 +02:00
Joachim Schmitz
93799b7c58 convert unnamed enum to enum class CrossMeasure 2014-05-23 10:34:54 +02:00
Joachim Schmitz
9b45470394 convert enum ChordLineType to enum class 2014-05-23 10:34:52 +02:00
Joachim Schmitz
10caf54517 convert enum ArticulationAnchor to enum class 2014-05-23 10:34:50 +02:00
lasconic
78c0207779 fix #25478: deleting an instrument causes rehearsal marks to vanish, also fix volta for the same bug 2014-05-23 09:50:53 +02:00
lasconic
fbdf9b7070 fix measure number visibility when top staff is hidden 2014-05-22 22:51:26 +02:00
lasconic
f5978e241b fix dot visibility export 2014-05-22 18:57:48 +02:00
ws
c66fe22021 fix #25422 next try 2014-05-22 16:18:35 +02:00
ws
1cd4416c82 fix #25815 2014-05-22 09:04:08 +02:00
ws
085492df90 fix #17535 2014-05-21 20:08:50 +02:00
lasconic
b00e0e5de9 fix genManual dependency 2014-05-21 14:11:40 +02:00
lasconic
f2b30683a6 fix missing build dependency 2014-05-21 12:47:27 +02:00
Nicolas Froment
b3a2b92a8e Merge pull request #922 from lasconic/freefontupdate
update free fonts to vanilla 20120503
2014-05-21 12:36:37 +02:00
lasconic
099f1022aa update freefonts to vanilla 20120503, remove freefonts from mtest.qrc because they cause a g++ crash(!) 2014-05-21 12:20:05 +02:00
lasconic
58bf49dd79 remove debugging for artifact uploading 2014-05-21 10:39:43 +02:00
lasconic
2da258d662 another try for a working vtest upload 2014-05-21 10:10:21 +02:00
lasconic
47cb927ec3 another try for a working vtest upload 2014-05-21 09:44:13 +02:00
Maurizio M. Gavioli
4ddc45e070 Merge pull request #920 from mgavioli/Fix_group_combo_in_staff_type_editor
Fix group combo in staff type editor.
2014-05-21 09:42:34 +02:00
lasconic
9d770372fa fix upload path of travis artifact 2014-05-21 09:07:51 +02:00
Maurizio M. Gavioli
178495cf44 Fix group combo in staff type editor.
the group combo box accesses the wrong staff templates, as it uses the combo current item index rather than its data.

Also cleaned a potential infinite loop.
2014-05-21 02:41:02 +02:00
lasconic
7666ffbce8 debug travis artifact 2014-05-21 00:02:06 +02:00
lasconic
c5244e9f45 pass all arguments to go travis artifact as env variables 2014-05-20 23:41:33 +02:00
lasconic
0774441c44 give access key and secret to the new go travis artefact 2014-05-20 22:37:45 +02:00
Nicolas Froment
639ef21c28 Merge pull request #917 from lasconic/travisartifact
try travis artefact go implementation
2014-05-20 21:39:27 +02:00
lasconic
eeaac03139 add $HOME/bin to the PATH for travis artefacts 2014-05-20 21:19:25 +02:00
lasconic
ce1a33b595 try travis artefact go implementation 2014-05-20 20:32:52 +02:00
ws
fb0e15eb10 update measure properties + parts 2014-05-20 17:59:32 +02:00
Nicolas Froment
3e5b91dc07 Merge pull request #913 from Jojo-Schmitz/Qt-5.3
change Windows build to use Qt-5.3
2014-05-20 14:04:50 +02:00
lasconic
d26a8dfd72 hide Chord Articulation editor behind the experimental flag 2014-05-19 17:01:01 +02:00
lasconic
b367542d93 move default paper size setting from libmscore to mscore 2014-05-19 15:19:36 +02:00
lasconic
7b1471b4c9 fix SCRIPT_INTERFACE use in plugin framework 2014-05-19 15:18:50 +02:00
Joachim Schmitz
b414f30167 change Windows build to use Qt-5.3 2014-05-19 14:19:39 +02:00
lasconic
56177c3077 fix #21841: Score tab and navigator remains after closing a score 2014-05-19 13:57:37 +02:00
Werner Schweer
445058c7f4 Merge pull request #907 from mgavioli/relevant_staff_types
Staff type dlg box: Relevant staff templates only
2014-05-19 09:36:18 +02:00
lasconic
ff5f51b200 update the free serif fonts, ttf are generated by fontforge 20120714 on windows from the sfd files 2014-05-17 21:34:10 +02:00
lasconic
b5e8c777c3 ignore user stretch in float layout 2014-05-17 18:40:05 +02:00
lasconic
2e6836d396 shuffle mtest.qrc file, hopefully fix test compilation error 2014-05-17 17:48:34 +02:00
lasconic
608bd9de80 try to update travis build to use gcc 4.8 2014-05-17 16:18:24 +02:00
ws
7f765e70a2 better layout for beams+rests 2014-05-17 15:48:37 +02:00
lasconic
31620b3ce5 update freefont to 20120503, revert to vanilla fonts. Will help to solve #25076 2014-05-17 15:16:20 +02:00
lasconic
0fb13153ce fix build dependency 2014-05-17 13:27:51 +02:00
lasconic
d39a0f8f90 init articulations playback for 1.3 scores 2014-05-17 13:23:00 +02:00
lasconic
98b5943157 fix compilation on Mac OSX 2014-05-17 13:03:57 +02:00
Nicolas Froment
d7eaca133d Merge pull request #908 from Jojo-Schmitz/nitpicks
Assorted nitpicks
2014-05-17 11:45:40 +02:00
Nicolas Froment
7f02c1332c Merge pull request #909 from mgavioli/fix_reading_bar_line_span_for_non5line_staves
Fix score file reading: bar line span for non-5-line staves.
2014-05-17 11:41:33 +02:00
Nicolas Froment
de5e58709b Merge pull request #910 from mgavioli/Fix_StaffType_==_operator
Fix StaffType::operator==
2014-05-17 11:41:03 +02:00
Maurizio M. Gavioli
334bb09d73 Fix GuitarPro tests (actually revert them to pre-StaffType-refactoring)
Note: since the recent re-factoring of StaffType, all the GuitarPro tests were loading the wrong tablature template (as the == test in Staff::setStaffStyle() was wrong) and have been too quickly updated to accept this.

This reverts the tests to the status before the StaffType re-factoring.
2014-05-16 23:33:15 +02:00
Joachim Schmitz
1763387765 improve plugin documentation generation 2014-05-16 15:59:36 +02:00
Joachim Schmitz
fcbc3e21c2 leftover improvements to plugin documentattion... 2014-05-16 15:58:57 +02:00
lasconic
b9b5d20d0a change velocity according to value defined in instruments.xml 2014-05-16 15:34:07 +02:00