fernandotonon/QtMeshEditor

View on GitHub

Showing 122 of 144 total issues

TODO found
Open

// TODO add some procedure to determine where to create the new widget so that it looks like 2x2 matrix view
Severity: Minor
Found in src/mainwindow.cpp by fixme

TODO found
Open

Ogre::SceneNode* m_pSelectionBoxNode; //TODO try to move this in the SelectionBoxObject
Severity: Minor
Found in src/TransformOperator.h by fixme

TODO found
Open

//TODO - Create a grid to the nodes
Severity: Minor
Found in src/TransformOperator.cpp by fixme

HACK found
Open

# HACK: Apparently, adding a variable to the cache cleans up the list
Severity: Minor
Found in CMakeModules/FindPkgMacros.cmake by fixme

Class TransformOperator does not have a operator= which is recommended since it has dynamic memory/resource allocation(s).
Open

m_pSelectionBox = new SelectionBoxObject(SELECTIONBOX_OBJECT_NAME);
Severity: Minor
Found in src/TransformOperator.cpp by cppcheck

The function on_action1x1_Upper_and_Lower_toggled is never used.
Open

void MainWindow::on_action1x1_Upper_and_Lower_toggled(bool arg1)
Severity: Minor
Found in src/mainwindow.cpp by cppcheck

The function on_dstSceneBlendBox_currentIndexChanged is never used.
Open

void MaterialEditor::on_dstSceneBlendBox_currentIndexChanged(int index)
Severity: Minor
Found in src/materialeditor.cpp by cppcheck

The function on_listMaterial_itemSelectionChanged is never used.
Open

void Material::on_listMaterial_itemSelectionChanged()
Severity: Minor
Found in src/material.cpp by cppcheck

The function on_pushButton_clicked is never used.
Open

void Material::on_pushButton_clicked()
Severity: Minor
Found in src/material.cpp by cppcheck

The function on_scrollAnimVSpeed_valueChanged is never used.
Open

void MaterialEditor::on_scrollAnimVSpeed_valueChanged(double arg1)
Severity: Minor
Found in src/materialeditor.cpp by cppcheck

TODO found
Open

${OGRE_Codec_Assimp_LIBRARY_REL} #TODO: find a better way to link ogreassimp
Severity: Minor
Found in src/CMakeLists.txt by fixme

TODO found
Open

//TODO if custom class has to be provided for object, userany object should be inside so that this delete is not required...
Severity: Minor
Found in src/Manager.cpp by fixme

Variable mScaleAxes is assigned in constructor body. Consider performing initialization in initialization list.
Open

mScaleAxes = scaleAxes;
Severity: Minor
Found in src/SkeletonDebug.cpp by cppcheck

The function on_buttonEditSpecularColor_clicked is never used.
Open

void MaterialEditor::on_buttonEditSpecularColor_clicked()
Severity: Minor
Found in src/materialeditor.cpp by cppcheck

The function on_passComboBox_currentIndexChanged is never used.
Open

void MaterialEditor::on_passComboBox_currentIndexChanged(int index)
Severity: Minor
Found in src/materialeditor.cpp by cppcheck

TODO found
Open

// TODO fix the bug in the num of segment for rounded box
Severity: Minor
Found in src/PrimitivesWidget.cpp by fixme

TODO found
Open

/////////////////////////// TODO Clean up the code of MainWindow
Severity: Minor
Found in src/mainwindow.cpp by fixme

TODO found
Open

//void setSelectedNode(Ogre::SceneNode* newNode); //TODO it should not exist....
Severity: Minor
Found in src/TransformOperator.h by fixme

TODO found
Open

// TODO add a control between 0 360° or -180 180°
Severity: Minor
Found in src/TransformWidget.cpp by fixme

TODO found
Open

void selectedScaleChanged(const Ogre::Vector3& newScale); //TODO emit this signal !!
Severity: Minor
Found in src/TransformOperator.h by fixme
Severity
Category
Status
Source
Language