Commit graph

1347 commits

Author SHA1 Message Date
ws
2bcc1bdf5a change edit mode implementation 2013-02-27 11:26:58 +01:00
ws
2184910865 fix text palette handling 2013-02-27 11:26:58 +01:00
Werner Schweer
8bfab01292 Merge pull request #232 from softins/play-midi-added-notes
Play notes being added to a chord.
2013-02-27 02:26:11 -08:00
Werner Schweer
6e78b57ef0 Merge pull request #233 from lvinken/musicxml-fixes
fix #20174
2013-02-27 02:25:27 -08:00
Leon Vinken
13e10a6ccd fix #20174 2013-02-26 22:17:58 +01:00
Tony Mountifield
b74ce801e4 Play notes being added to a chord.
When entering notes via midi, if the first note is held down while
more notes are played, to enter a chord of notes, only the first
note sounds. This patch allows the subsequent notes to be heard.

NB. If two notes are pressed at exactly the same time so that they
are both processed in a single call to Score::processMidiInput(),
then still only one of them will be heard.
2013-02-26 17:53:29 +00:00
ws
6eabaf5f97 propagate rehearsal mark to all parts 2013-02-25 19:05:19 +01:00
ws
a80f730b08 inspector for Marker/Jump properties 2013-02-25 18:15:28 +01:00
ws
d846e3d0d3 update for Jump and Marker elements 2013-02-25 14:56:34 +01:00
ws
a873ef12da fix measure delete of repeat measure 2013-02-25 11:17:08 +01:00
Werner Schweer
8538412075 Merge pull request #212 from softins/20018-midi-note-input-sound
fix #20018: MIDI note input
2013-02-25 01:28:38 -08:00
Werner Schweer
88ab0073a4 Merge pull request #222 from Jojo-Schmitz/colornotes
move colornotes plugin into submenu
2013-02-25 01:27:48 -08:00
Werner Schweer
cc27372172 Merge pull request #214 from softins/7510-key-based-enharmonics
Key-based cursor note movement and pitch2tpc()
2013-02-25 01:26:58 -08:00
Werner Schweer
9d4dc59678 Merge pull request #229 from mgavioli/Broken_beam_direction_again
Fix # 19021 - Broken beam direction (again!)
2013-02-25 01:23:24 -08:00
Werner Schweer
5f2e709b73 Merge pull request #230 from lvinken/musicxml-fixes
fix #19544
2013-02-25 01:22:38 -08:00
Werner Schweer
e3a885fabc Merge pull request #231 from mgavioli/Hide_some_styles_in_some_contexts
Hide some styles in some contexts
2013-02-25 01:21:55 -08:00
Maurizio M. Gavioli
3a6910a409 Allows to hide some styles in:
*) the Text Style editor left-side list
*) in style drop lists / combo boxes as the EditTools widget or the "Text Properties" dlg box

Currently,
*) DEFAULT style is hidden everywhere
*) FIGUREDBASS and CHORDNAME styles are hidden in the Text Style editor
2013-02-25 00:18:14 +01:00
Leon Vinken
bc37200c4e fix #19544 2013-02-24 17:29:08 +01:00
Maurizio M. Gavioli
1b68192e48 A simpler (and yet correct in more cases) algorithm to find the direction of a broken beam.
Now finds the right direction in the great majority of cases without any attempt to 'understand' the rhythm or the time signature.
Might fail with some highly subdivided tuplets (10-plets or more) or sub-tuplets.
2013-02-23 17:17:16 +01:00
Maurizio M. Gavioli
c83536d29b Merge pull request #228 from mgavioli/figured_bass_and_text_styles
FiguredBass and text style(s)
2013-02-22 12:53:08 -08:00
Maurizio M. Gavioli
875bc8b8e3 Returns FiguredBass to use "figured bass" as default text style.
Some support for unstyled or differently styled FiguredBass elements.

Support for FiguredBass in ScoreView::adjustCanvasposition().
2013-02-22 20:33:20 +01:00
lasconic
91ccdc3af4 update MuseScore Connect to 1.X state 2013-02-21 23:07:43 +01:00
lasconic
35fc983b49 tooltip background dark grey on all platforms 2013-02-21 21:57:01 +01:00
lasconic
4812eca10e update icons for Mac and Windows, fix #19128 2013-02-21 21:55:49 +01:00
ws
a8c140dff5 fix #19642 crash on opening the preferences dialog 2013-02-21 16:16:09 +01:00
Werner Schweer
4c22a495bd Merge pull request #221 from lvinken/musicxml-qxmlstreamreader
Musicxml qxmlstreamreader
2013-02-21 05:59:31 -08:00
Werner Schweer
ec2ce053fc Merge pull request #138 from mgavioli/Fix_19021_17630
Fix 19021 17630
2013-02-21 05:57:20 -08:00
ws
367bc4431d fix #19897 crash when deleting a measure containing a measure repeat sign 2013-02-21 14:41:53 +01:00
ws
db1c8b46e8 fix crash when adding fermata to repeat measure symbol 2013-02-21 14:28:16 +01:00
ws
70a9fd335e fix delete of repeat-measure element 2013-02-21 13:59:44 +01:00
ws
a4e4626765 fix #20120: crash in redo when vertical box changes system 2013-02-21 13:34:47 +01:00
ws
03eb808a20 small changes to synth control 2013-02-21 12:21:09 +01:00
ws
a640fcf07e fix nextMeasure/prevMeasure during playback 2013-02-21 11:04:41 +01:00
ws
679c2b0f60 sequencer update 2013-02-20 17:53:45 +01:00
Nicolas Froment
e35a1e03ce Merge pull request #226 from softins/add-missing-libraries
Add missing system libraries for MinGW install
2013-02-20 03:31:16 -08:00
Tony Mountifield
1b942f7177 Add missing system libraries for MinGW install 2013-02-20 11:22:02 +00:00
ws
7006102961 fix tooltip text color 2013-02-20 10:13:49 +01:00
Nicolas Froment
47461cd2df Merge pull request #220 from softins/fix-stdint-in-aeolus
Add include of stdint.h for int32_t
2013-02-19 11:42:22 -08:00
Nicolas Froment
b743282544 Merge pull request #225 from softins/gcc-472-mingw-fix
Set correct libraries for GCC 4.7.2 MinGW build
2013-02-19 11:41:49 -08:00
ws
4f743e8c19 implement selections for simple text editing 2013-02-19 20:35:23 +01:00
ws
b36810d97a fix sequencer access to events 2013-02-19 20:35:23 +01:00
ws
699b9afda3 pianoroll updates 2013-02-19 20:35:23 +01:00
ws
cefc79390c remove chordeditor 2013-02-19 20:35:23 +01:00
Tony Mountifield
6b9eaffef8 Set correct libraries for GCC 4.7.2 MinGW build 2013-02-19 18:45:34 +00:00
Maurizio M. Gavioli
286b4ebe66 Merge pull request #224 from mgavioli/Figured_bass_align_with_SimpleText_changes
FiguredBass: align with changes to SimpleText
2013-02-18 12:32:35 -08:00
Maurizio M. Gavioli
0311659958 SimpleText now requires its _layout list to be set before an edit operation is started (and possibly for other tasks too).
Changed FiguredBass::layout() to call Text::layout() to set anything required up.
2013-02-18 20:42:18 +01:00
Joachim Schmitz
5d2616bd64 move colornotes plugin into submenu
and place it next to the notenames plugin
2013-02-18 16:17:06 +01:00
ws
861d8849a9 fix state handling when editing lyrics/figured-bass etc. 2013-02-18 15:48:09 +01:00
ws
9bc13fabc8 add sanity check to texttools 2013-02-18 14:47:16 +01:00
ws
6310c5a099 remove QTextCursor and QTextDocument from Text interface 2013-02-18 12:56:09 +01:00