From b21f97f416cea5d9d86e3b28bd797b42491fc5a9 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 17 Apr 2016 23:26:47 +0800 Subject: Documentation... --- ChangeLog | 3 ++ doc/channeldialog.html | 1 + doc/channeleditor.html | 1 + doc/cmdargs.html | 1 + doc/efxdialog.html | 1 + doc/index.html | 1 + doc/license.html | 1 + doc/mainwindow.html | 1 + doc/miscellaneous.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++ doc/optionsdialog.html | 1 + doc/plistdialog.html | 1 + doc/troubleshooting.html | 1 + doc/version.html | 1 + 13 files changed, 86 insertions(+) create mode 100644 doc/miscellaneous.html diff --git a/ChangeLog b/ChangeLog index 8f5f303..36f364d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2016-04-17 0.7.2 beta +A little more documentaion work... + 2016-04-16 0.7.2 beta Don't do full initialization before pharsing arguments. Fixed load folder not working properly when a relative path is given. diff --git a/doc/channeldialog.html b/doc/channeldialog.html index a4e5fd2..12d6554 100644 --- a/doc/channeldialog.html +++ b/doc/channeldialog.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/channeleditor.html b/doc/channeleditor.html index fb50cc5..146e9b4 100644 --- a/doc/channeleditor.html +++ b/doc/channeleditor.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/cmdargs.html b/doc/cmdargs.html index 753ba2a..b0b97bb 100644 --- a/doc/cmdargs.html +++ b/doc/cmdargs.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/efxdialog.html b/doc/efxdialog.html index 4f95849..81fbecd 100644 --- a/doc/efxdialog.html +++ b/doc/efxdialog.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/index.html b/doc/index.html index ad21637..27e6601 100644 --- a/doc/index.html +++ b/doc/index.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/license.html b/doc/license.html index fcba8cf..64ec3c5 100644 --- a/doc/license.html +++ b/doc/license.html @@ -20,6 +20,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/mainwindow.html b/doc/mainwindow.html index a054c58..22fb0bb 100644 --- a/doc/mainwindow.html +++ b/doc/mainwindow.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/miscellaneous.html b/doc/miscellaneous.html new file mode 100644 index 0000000..defcbf4 --- /dev/null +++ b/doc/miscellaneous.html @@ -0,0 +1,72 @@ + + + +QMidiPlayer Help + + + +
    + +
    +
    + +

    Building QMidiPlayer from source

    + Building QMidiPlayer from source is as easy as any other qmake projects.
    + 1. Get the dependencies.
    + Currently QMidiPlayer depends on these libraries:
    +
    qt5, libfluidsynth(FluidSynth), librtmidi(RtMidi)
    + If you want to build the lite version as well, you need several QML core modules.
    + Get the libraries for your platform, open the project with Qt Creator, configure and hit Build! + (You may also use the qmake-make way).
    + Please note that QMidiPlayer requires C++11 to build. +

    Roadmap/Milestones

    + +

    FAQs

    +

    0. (Windows version) It complains about a missing dll!

    +

    + Please download and install + Visual Studio 2015 Runtime Library. +

    +

    1. Can I help translate this program?

    +

    + Of course! Please make a pull request or contact me. +

    +

    2. I have found a bug in this program. Where to report the bug?

    +

    + Please use the + github issue tracker. Don't forget to check if the bug has already been + fixed in a newer version! +

    +

    Contact the author

    +

    + E-mail: chirs241097 'at' gmail 'dot' com + Twitter: @chirs241097 +

    +
    + + \ No newline at end of file diff --git a/doc/optionsdialog.html b/doc/optionsdialog.html index a033261..1854f57 100644 --- a/doc/optionsdialog.html +++ b/doc/optionsdialog.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/plistdialog.html b/doc/plistdialog.html index ae14678..10596be 100644 --- a/doc/plistdialog.html +++ b/doc/plistdialog.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/troubleshooting.html b/doc/troubleshooting.html index f98e768..09273cf 100644 --- a/doc/troubleshooting.html +++ b/doc/troubleshooting.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • diff --git a/doc/version.html b/doc/version.html index 050ab09..b28ca13 100644 --- a/doc/version.html +++ b/doc/version.html @@ -16,6 +16,7 @@
  • Settings
  • Commandline arguments
  • Troubleshooting
  • +
  • Miscellaneous
  • Version Info.
  • License
  • -- cgit v1.2.3