aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-27First official version with experimental support for the visualization ↵0.8.3-2Gravatar Chris Xiong
plugin on Windows. Fixed several critical bugs causing the plugin to crash QMP.
2016-12-11Update the preset selection dialog to improve support for external MIDI devices.Gravatar Chris Xiong
2016-10-28Fixed #3 by switching to the GLFW backend for SMELT.Gravatar Chris Xiong
2016-09-23Add a set of icons for dark themes and a option to change the icon theme.Gravatar Chris Xiong
2016-09-16Minor bug fix. Update documentation.Gravatar Chris Xiong
2016-09-15Add a new visualization mode. Fix minor behavioral bugs.Gravatar Chris Xiong
2016-09-15Fix FTBFS. Force Qt5 while building.Gravatar Chris Xiong
2016-06-05Make preset selection dialog non-modal.Gravatar Chris Xiong
2016-06-03Add the "restart fluidsynth" action.Gravatar Chris Xiong
2016-06-02Add option to change note colors.Gravatar Chris Xiong
2016-06-01Initial event modifier and event filter stub.Gravatar Chris Xiong
2016-05-31Update documentation.Gravatar Chris Xiong
2016-05-30Added an option to change font size used by the visualization.Gravatar Chris Xiong
2016-05-29Allow disabling soundfonts in the soundfont setting tab.Gravatar Chris Xiong
2016-05-28Add option to tweak the OSD. More info shown in the OSD.Gravatar Chris Xiong
Bump version. We have stayed at 0.8.1 for a long time and the visualization plugin is almost fully functional now.
2016-05-27Compute coordinates of pitch-bent notes more precisely.Gravatar Chris Xiong
Also load resources from system-wide folder.
2016-05-26Keyboard for 2D visualization.Gravatar Chris Xiong
2016-05-25Horizontal 2D visualization.Gravatar Chris Xiong
2016-05-24Correct return result of API functions when text encoding is set to Unicode.Gravatar Chris Xiong
Use QPointer to store pointer to dialogs to avoid crashes. (However crashes related to dbus are still not resolved.)
2016-05-24Add seeking with arrow buttons in visualization.Gravatar Chris Xiong
2016-05-23Add horizontal visualization mode.Gravatar Chris Xiong
Add build date in version page.
2016-05-21Use QDirIterator instead, fixing plugin loading problems in Windows.Gravatar Chris Xiong
Also scale UI elements.
2016-05-20Scale GUI correctly on a high DPI device.Gravatar Chris Xiong
Fix building for Windows. RC-bugs still exist.
2016-05-19Added a sample plugin as a template.Gravatar Chris Xiong
Implemented scanPlugin for Windows.
2016-05-18Finally finish the particle system integration.Gravatar Chris Xiong
Add std::wstring version APIs to avoid wrong encoding. Update documentation.
2016-05-18Fix bugs in the particle system.Gravatar Chris Xiong
Add particle look at option.
2016-05-16Finish the particle system.Gravatar Chris Xiong
2016-05-15Initial stubs for the particle system.Gravatar Chris Xiong
Use layouts in the effects window.
2016-05-14This _should_ fix building under arch linux.Gravatar Chris Xiong
(Linking order problems and include problems).
2016-05-13Added enumerate integer options support.Gravatar Chris Xiong
Workaroud for different fonts locations in arch linux.
2016-05-12Now channel labels are displayed correctly.Gravatar Chris Xiong
Add an option to change the tint of the chequer board. Show unsigned integer options in hexadecimal format. Fixed a crash caused by attemting seeking when no file is being played.
2016-05-11Fixed a crash caused by the visualization plugin.Gravatar Chris Xiong
Fixed a bug when piano is hidden but the option "arrange channels on a stair" is enabled. Add channel label display. However it's still buggy so it's currently disabled.
2016-05-09Add visualization documentation stub.Gravatar Chris Xiong
2016-05-07Added two new options.Gravatar Chris Xiong
Fixed several crashes related to options without a description. Sanitise deinitialize order again. Fixed several memory leaks.
2016-05-06Use new SMELT rendering API for notes drawing.Gravatar Chris Xiong
Deinitialize classes in a correct order to avoid crashes. Add background image option. Add FPS-related options. Use QLineEdit instead of QPlainTextEdit for strings.
2016-05-06Use the new SMELT rendering API.Gravatar Chris Xiong
2016-05-04Piano keyboard: first steps.Gravatar Chris Xiong
2016-05-03Finish option proxying for all types.Gravatar Chris Xiong
Add more options for the visualization plugin. Bump version to 0.8.0. Package the visualization plugin for debian.
2016-05-02Finally finished the option proxying infrastructure...Gravatar Chris Xiong
2016-05-01Give the visualization a clearer look...Gravatar Chris Xiong
Now highlights playing notes. Avoid a crash in file reading.
2016-04-30Fixed a bug in RPN handling.Gravatar Chris Xiong
2016-04-29Update documentation.Gravatar Chris Xiong
2016-04-28Now it is possible to disable plugins in the plugin list.Gravatar Chris Xiong
2016-04-27Handle pitch bend in visualization.Gravatar Chris Xiong
Handle mute and solo in the default visualization. Show file name in window title. A little plugin sdk documentaion... Remove stupid things.
2016-04-26The visualization plugin is usable now...Gravatar Chris Xiong
2016-04-25Plugin API now works correctly. Port old visualization code.Gravatar Chris Xiong
2016-04-24Problematic commit...Gravatar Chris Xiong
2016-04-23Add stubs for plugin support.Gravatar Chris Xiong
2016-04-22First stable version!0.7.2-5Gravatar Chris Xiong
Remove visualization stub. Complain explicitly if an invalid file is loaded. Remove fluidsynth warnings from stderr.
2016-04-21Minor UI changes.Gravatar Chris Xiong