aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop/qmphelpwindow.cpp
AgeCommit message (Collapse)Author
2020-05-12Format EVERYTHING.Gravatar Chris Xiong
Hopefully this will make the source code less horrendous and actually readable. The command used was: ``` astyle --suffix=none --style=allman --attach-extern-c --attach-closing-while --indent-switches --indent-after-parens --pad-oper --pad-header --unpad-paren --align-pointer=name --recursive './*.cpp,*.hpp' ```
2020-01-16Seeking while paused no longer breaks playback completely.Gravatar Chris Xiong
"main.seek" callbacks are now invoked after the player has done seeking, fixing incorrect channel info in simple visualization after seeking. Use QT_STRINGIFY.
2020-01-11Bring back i18n support.Gravatar Chris Xiong
Address compiler warnings in QDialSkualptureStyle. Introduced build BUILD_PORTABLE, replacing QMP_BUILD_MODE in the QMake project. The QMake project is now fully covered by the CMake project and officially deprecated.
2019-03-13Set preset bank correctly in XG mode.Gravatar Chris Xiong
Removed High DPI handling code. Good luck to Windows users out there. Skulpture style: dials are no longer blurred if scaled.
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-05-23Add horizontal visualization mode.Gravatar Chris Xiong
Add build date in version page.
2016-05-20Scale GUI correctly on a high DPI device.Gravatar Chris Xiong
Fix building for Windows. RC-bugs still exist.
2016-04-12Mysterious Mountain. (Partially fixed #2)Gravatar Chris Xiong
2016-04-06Too young too simple.Gravatar Chris Xiong