From b059dd6fa25ad50f549cb1384042b07b6cfe06bf Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Mon, 23 May 2016 23:11:41 +0800 Subject: Add horizontal visualization mode. Add build date in version page. --- ChangeLog | 4 ++ doc/miscellaneous.html | 2 +- doc/version_internal.html | 5 ++- doc/visualization.html | 21 +++++----- qmidiplayer-desktop/qmphelpwindow.cpp | 12 ++++++ visualization/qmpvisualization.cpp | 78 +++++++++++++++++++++++++++-------- 6 files changed, 91 insertions(+), 31 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6df577d..6528635 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-05-23 0.8.1 alpha +Add horizontal visualization mode. +Add build date in version page. + 2016-05-21 0.8.1 alpha Use QDirIterator instead, fixing plugin loading problems in Windows. Also scale UI elements. diff --git a/doc/miscellaneous.html b/doc/miscellaneous.html index 276fe8c..d628b2c 100644 --- a/doc/miscellaneous.html +++ b/doc/miscellaneous.html @@ -45,7 +45,7 @@
  • 0.7.2 MIDI mapping, first stable version
  • 0.7.8 Plugin interface, UI refactoring
  • 0.8.x Visualization (the default visualization plugin)
  • -
  • 0.9.x Stable version
  • +
  • 0.9.x File reader plugin API, event filter/modifier API. Stable version.
  • 1.x+ Translation, documentation, Maintaince only
  • FAQs

    diff --git a/doc/version_internal.html b/doc/version_internal.html index 885ddde..e68a10e 100644 --- a/doc/version_internal.html +++ b/doc/version_internal.html @@ -7,9 +7,10 @@

    Version information


    - QMidiPlayer APP_VERSION
    - An MIDI player based on fluidsynth and Qt.
    + QMidiPlayer -- An MIDI player based on fluidsynth and Qt.
    Written by Chris Xiong.
    + Version APP_VERSION
    + Built at BUILD_DATE
    libfluidsynth version: RT_FLUIDSYNTH_VERSION (Built against CT_FLUIDSYNTH_VERSION)
    Qt version: RT_QT_VERSION_STR (Built against CT_QT_VERSION_STR)

    diff --git a/doc/visualization.html b/doc/visualization.html index 33c6977..b35d3de 100644 --- a/doc/visualization.html +++ b/doc/visualization.html @@ -30,18 +30,18 @@ To use the visualization, click the Visualization button in the main window.
    The visualization plugin adds two new option tabs.

    Controls

    -
    +
        forward
    -      |              ↱Press and hold left mouse button:
    -   up |  down       ┌──┬──┐ Adjust camera direction.
    -   ↓  ↓  ↓          │  │  │
    -   Q  W  E          ├──┴──┤
    -   A  S  D          │     │
    -   ↑  ↑  ↑          │     │
    -left  |  right      │     │
    -      |             └─────┘
    +      |                          ↱Hold left mouse button and drag:
    +   up |  down                   ┌──┬──┐     Adjust viewport.
    +   ↓  ↓  ↓                      │  │  │
    +   Q  W  E  R←reset viewport    ├──┴──┤
    +   A  S  D                      │     │
    +   ↑  ↑  ↑                      │     │
    +left  |  right                  │     │
    +      |                         └─────┘
        backward
    -		
    +

    Options