diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-16 02:08:48 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-16 02:08:48 +0000 |
commit | 250b9712f41aacb2b5dc3660878b55b5935f2c6f (patch) | |
tree | 6fa260828dc5c5cb630b0dcb2ebd6ae592d3c372 /muse2/ChangeLog | |
parent | 0e4fa958b9cab8ab68147df204abe0e33ee5e405 (diff) |
See ChangeLog
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index a5cd7d5e..dc967e0f 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,14 @@ +15.10.2010 + * Feature: Unified Jack midi devices in midi ports list. Can be both input and output, just like ALSA devices. (T356) + - Marked as p3.3.55 + * Corrected: Three things which did not compile in conversion to new muse-2: (T356) + - <string>true</string> -> <bool>true</bool> in mtrackinfobase.ui, for recEchoButton toggleButton property. (T356) + - Surround with QString(): "strerror(errno)" in MusE::save(), and "incstr" in MidiDeviceList::add(). (T356) +14.10.2010 + ======================================= + * muse2 branch (Conversion to QT4, QT3 compatibility mode for now) checked in (rj) (T356) + ======================================= + 09.10.2010 * Fixed: Gluing of midi track parts, over tempo changes, caused incorrect note times and lengths. (T356) - Fixed Song::cmdGluePart(). |