Commit graph

490 commits

Author SHA1 Message Date
Leon Vinken
4c1edad541 fix #19612 2013-02-05 21:40:04 +01:00
lasconic
5c5082789d read only spinboxes in debugger dialog 2013-02-05 20:38:09 +01:00
lasconic
ec48724fbf fix #11118: Join Scores causes crash 2013-02-05 20:37:32 +01:00
lasconic
1999cb1fb4 fix crash when pressing Join Score and no album 2013-02-05 17:47:24 +01:00
lasconic
10364660cb hide fret diagram frame behind experimental flag 2013-02-05 17:46:51 +01:00
lasconic
3bd76e4caf fix multiple bugs in fret diagram handling 2013-02-05 16:13:57 +01:00
lasconic
2ea4b326f9 hide additional media behind experimental flag 2013-02-05 16:13:05 +01:00
lasconic
1c25238004 fix crash in MusicXML with tie 2013-02-05 16:09:58 +01:00
lasconic
6ffbb7dd57 Renamed textual Cursor class to TextCursor to avoid duplicate class name 2013-02-05 00:23:30 +01:00
Nicolas Froment
8480e324b4 Merge pull request #197 from lvinken/musicxml-fixes
fix #19936; minor coding style updates
2013-02-04 10:32:47 -08:00
lasconic
01528e67ad fix some compilation warnings, add some file to CMakeList for qtcreator 2013-02-04 16:13:46 +01:00
Leon Vinken
e430235d9a fix #19936; minor coding style updates 2013-02-03 14:52:50 +01:00
Werner Schweer
550bf01671 fix pos output format; scale position to 100dpi 2013-02-02 21:36:37 +01:00
Werner Schweer
fc7fc3aff3 add new output file format for segment positions 2013-02-02 16:27:41 +01:00
Tony Mountifield
d82fced192 Improve handling of mscore/revision.h
Added a default mscore/revision.h containing "Unknown" as the
revision number (mscore/revision.h remains in .gitignore).
Removed the dependency on "revision" in the Makefiles. Now
"make revision" must be done manually if required.
Added sample post-checkout git hook to allow git automatically
to update mscore/revision.h when doing a git checkout. If installed,
this removes the need to do "make revision" manually.
2013-01-29 16:26:07 +00:00
ws
7bab671877 allow negative staffOffset values in debugger 2013-01-29 15:16:39 +01:00
ws
ea0a72d7ed fix barLineTo in musicxml import 2013-01-29 14:41:52 +01:00
Maurizio M. Gavioli
6c098e6a2a Note inspector head type combo box is misaligned with HeadType values:
Combo box starts from 0 and enum starts from -1: added delta to code getting and setting combo box
2013-01-29 07:56:53 +01:00
Maurizio M. Gavioli
b50abe1b89 Merge pull request #183 from mgavioli/Fix_#19455_entering_floats_in_editttols
#19455 Entering float numbers in EditTools
2013-01-27 01:22:32 -08:00
Maurizio M. Gavioli
2aeccf20e1 Merge pull request #181 from mgavioli/Fix_#19455_entering_floats_in_inspector
#19455 - Entering float numbers in inspector
2013-01-27 01:21:05 -08:00
Maurizio Gavioli
30dd701c5c Stops continuous reformatting of float data entered in EditTools widgets. 2013-01-25 11:03:22 +01:00
ws
de5fe329f9 show spanner for measures in debugger 2013-01-24 14:37:40 +01:00
ws
24045647ba fix 'about' window 2013-01-22 12:30:51 +01:00
Maurizio Gavioli
1b1749eee6 Stops continuous reformatting of float data entered in inspector widgets 2013-01-22 12:02:22 +01:00
ws
73f2e81f2d fix slur regression 2013-01-21 20:21:41 +01:00
ws
bba7b703d4 fix pianoroll drawing offset 2013-01-21 14:13:17 +01:00
Werner Schweer
d9c596a811 Merge pull request #167 from watery/17906-midichordinput
fix #17906: chord MIDI input is fixed
2013-01-21 00:56:45 -08:00
Werner Schweer
0bc14e8694 Merge pull request #166 from muelleki/17906-chords
#17906: Chord input from MIDI works again
2013-01-21 00:56:15 -08:00
Werner Schweer
12cd120d80 Merge pull request #171 from lvinken/musicxml-fixes
Musicxml fixes
2013-01-21 00:54:52 -08:00
Werner Schweer
c83052ecd9 Merge pull request #173 from softins/revision.h-fix
Improved handling of mscore/revision.h
2013-01-21 00:53:06 -08:00
Maurizio Gavioli
7c6fe71f1f Align the code reading an XML profile to the new XML reader 2013-01-20 19:05:46 +01:00
Tony Mountifield
84b134087e Improved handling of mscore/revision.h
Add mscore/revision.h to .gitignore, since it is a generated file.
Remove mscore/revision.h from the git index.
In Makefile, add "revision" as a dependency of "debug", as it
already is of "release".
2013-01-19 22:15:39 +00:00
ws
961596a207 fix #19734 2013-01-18 17:39:51 +01:00
ws
75d780cb79 fix drag&drop from palette 2013-01-18 10:55:52 +01:00
Leon Vinken
0673b447ef fix #15005 2013-01-17 19:50:53 +01:00
Leon Vinken
fb3f18bcd5 #16057: basic MusicXML export of chord diagrams 2013-01-17 19:50:53 +01:00
ws
a33d0a4647 fix reading of session xml file 2013-01-17 17:35:44 +01:00
ws
6f09726788 complete switch to QXmlStreamReader 2013-01-17 14:55:04 +01:00
ws
8fbfa094b1 enable musicxml support, move needed xml functions to musicxml code 2013-01-17 11:33:11 +01:00
ws
bf1cbe2aa0 use QXmlStreamReader for xml parsing 2013-01-11 18:10:18 +01:00
Marco Radaelli
9e27b5ad4b fix #17906: when a chord is detected on MIDI input, the cursor is moved back before adding each subsequent note after the first, so that all of them become part of the same chord at the same position; the 'active' variable in MuseScore::midiNoteReceived() is used in a comparison, instead of directly as a parameter, since sometimes it can be -1 2013-01-11 02:07:49 +01:00
muelleki
3e11d32aae safeguard GUI against addPitch() returning 0 2013-01-10 00:54:59 +01:00
ws
1778f37b61 fix crash with parts and ties; more optimizations 2013-01-08 11:00:53 +01:00
ws
8b8b72bc08 more copypaste tests 2013-01-07 16:30:47 +01:00
ws
eb2f71a679 replace some qt container with hand crafted single linked list 2013-01-03 16:56:56 +01:00
ws
9fae9fbfea low level optimizations 2013-01-03 09:03:26 +01:00
ws
501b98930c replaye toAscii() with toLatin1() 2013-01-02 16:39:19 +01:00
ws
30e020232a optimize stem layout 2013-01-02 14:33:23 +01:00
ws
00ce99f280 fix stem layout; some optimizations 2013-01-02 09:30:59 +01:00
Leon Vinken
7261bd1829 #16057: prepare for MusicXML export of fret diagrams 2013-01-01 16:23:25 +01:00