Age | Commit message (Collapse) | Author |
|
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'
```
|
|
Added a debug screen for the visualization, which can be toggled by pressing B.
Added version information for binaries for Windows.
|
|
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.
|
|
Old code for default output device completely removed.
|
|
|
|
API additions and changes.
Fixed wrong button shown when started from file.
|
|
plugin on Windows.
Fixed several critical bugs causing the plugin to crash QMP.
|
|
|
|
Bump version. We have stayed at 0.8.1 for a long time
and the visualization plugin is almost fully functional now.
|
|
Deinitialize classes in a correct order to avoid crashes.
Add background image option.
Add FPS-related options.
Use QLineEdit instead of QPlainTextEdit for strings.
|
|
Add more options for the visualization plugin.
Bump version to 0.8.0.
Package the visualization plugin for debian.
|
|
|
|
|
|
|
|
|