From 7fccb61519fe84b2ced274f1cc4859d5000e86c6 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Wed, 6 Jan 2016 21:28:44 +0800 Subject: Maple Dream. (WTF) --- ChangeLog | 8 ++++++++ README.md | 2 +- doc/index.html | 2 +- doc/mainwindow.html | 26 ++++++++++++++++++++++++++ img/mainw.png | Bin 0 -> 32886 bytes main.cpp | 4 ++-- qmpchannelswindow.cpp | 6 ++++++ qmpmainwindow.cpp | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- qmpmainwindow.hpp | 7 ++++--- qmpmidiplay.cpp | 10 +++++----- qmpplistwindow.cpp | 11 ++++++++++- qmpplistwindow.hpp | 14 +++----------- resources.qrc | 2 ++ 13 files changed, 116 insertions(+), 25 deletions(-) create mode 100644 doc/mainwindow.html create mode 100644 img/mainw.png diff --git a/ChangeLog b/ChangeLog index 06bd431..908ff7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-01-06 0.6.2 beta +Initial command line parameters handling. +Minor bug fixes. + +2016-01-04 0.6.1 alpha +Avoid strange results in channel view. +Fixed several crashes. + 2016-01-03 0.6.1 alpha Initial works on documentation. Minor bug fixes. diff --git a/README.md b/README.md index aa991d9..1c82623 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # QMidiPlayer A cross-platform midi file player based on libfluidsynth and Qt. -Now it's in alpha stage. There are still a whole bunch of bugs, be careful... +Now it's in beta stage. Crashes may still occur, ~run with gdb attatched if you could~. Features: * Channel mute/solo diff --git a/doc/index.html b/doc/index.html index 3fffe62..2e9157b 100644 --- a/doc/index.html +++ b/doc/index.html @@ -17,7 +17,7 @@

Using QMidiPlayer