summaryrefslogtreecommitdiff
path: root/cad/plugins/NanoVision-1/src/KDevelop/Testing
AgeCommit message (Collapse)AuthorFilesLines
2008-05-20More changes to get things built.Brian Helfrich2-7/+6
2008-04-23NV1 functional.Manoj Rajagopalan4-70/+55
Separated release and debug binaries. New MMP test files. NE1 camera system (minus zoom) Many bug-fixes and feature implementations.
2008-04-10Separating debug and release builds for executables and libsManoj Rajagopalan7-74/+149
2008-04-09Committing missed .pro file to correct checkin #12408 build-breakageManoj Rajagopalan1-0/+50
2008-04-09TrajectoryGraphicsWindow test.Manoj Rajagopalan1-1/+2
Automatic play doesn't work yet - manual frame-advance works. Touch-ups to other parts of code to work with this test and to continue working independently. New project files and directories for this test.
2008-04-06Enabled NX_DEBUG flag for release builds to fix checkin #12350 build-breakageManoj Rajagopalan1-0/+1
2008-04-04Testing mmp files moved to $NV1_HOME/Testing/MMP_TestFiles/ and tests ↵Manoj Rajagopalan4-15/+50
updated to contain relative paths New graphics test named Testing/Plugins/MMPOpenGLRendererTest for MMP import/export Added an extra CppUnit file-import test (benzene) and added atom- and bond-level diagnostics This test confirms that there is a bug in scenegraph construction - spurious bonds are visible in MMPOpenGLRendererTest as well as in NXOpenGLRenderingEngineTest - all atoms that should be connected by bonds are not connected.
2008-04-03Moved previous MMP tests in class NanorexMMPImportExportTest to new test ↵Manoj Rajagopalan1-4/+10
class NanorexMMPImportExportRagelTest Beginning test of NanorexMMPImportExport class in NanorexMMPImportExport Fixed segfault with old Ragel test Modified CppUnit.pro to include new test Modified NanorexMMPImportExport.pro to create libNanorexMMPImportExport.so for tests in addition to the 'lib'-less binary.
2008-04-02Fixing broken build in checkin #12272Manoj Rajagopalan1-2/+1
Disabled standalone NanorexMMPImportExportTest because that is now part of CppUnit Committing changes to TrajectoryGraphicsWindow to include NXGraphicsManager stuff
2008-04-02Revised MMP import-export module.Manoj Rajagopalan7-55/+100
NV-1 imports file successfully but still does not show any graphics. Lots of bug fixes and API changes.
2008-03-20NXCommandResult object management and destructor implementations.Brian Helfrich3-4/+10
2008-03-04Fixing broken build for NXOpenGLRenderingEngineTestManoj Rajagopalan2-2/+20
2008-03-04Fixed build- breaking test project fileManoj Rajagopalan1-4/+1
2008-03-04Fortified Scenegraph APIManoj Rajagopalan3-18/+19
Working NXOpenGLRenderingEngineTest
2008-03-01-- Major --Manoj Rajagopalan3-5/+11
NXOpenGLRenderingEngineTest completed Mouse rotation and translation implemented (latter slightly buggy) Sky-blue background implemented Tweaked NXBallAndStickOpenGLRenderer to produce better canonical bond scenegraph nodes -- Minor -- Added recursive cleanup to NXMoleculeSet destructor Added -g -O0 -fno-inline flags to QMAKE_CXXFLAGS_DEBUG in some project files Added NXOpenGLCamera.sm to DISTFILES for project NXOpenGLRenderingEngine Trimmed an output line in HDF5_SimResultsImportExport.cpp to 80 columns
2008-02-29Project files for graphics testingManoj Rajagopalan6-0/+76
2008-02-29NXOpenGLRenderingEngineTest initial commit.Manoj Rajagopalan1-1/+2
Basic working (but buggy) rendering of a CH4 molecule with functional trackball. Needs work on projection matrix, atom-dimensioning, resizing callbacks, and rendering materials and lights.
2008-02-29fixing broken windows build with .pro from rev 11695Manoj Rajagopalan3-24/+22
2008-02-29NXOpenGLRenderingEngineTest skeleton written, excluded from project for now.Manoj Rajagopalan3-22/+24
Included SMC-based camera class for trackball manipulation in NXOpenGLRenderingEngine. Moved a bunch of OpenGL-related headers from include/Nanorex/Interface/ to src/Plugins/RenderingEngines/OpenGL Hardcoding use of NXOpenGLRenderingEngine in StructureGraphicsWindow for now. Modified a bunch of project files (*.pro) because they seemed to have trouble with dependencies. Disabling Brian's clipping of the 'lib' prefix for graphics plugins temporarily till tests are over.
2008-02-28Tweaks to get things compiled on Win32.Brian Helfrich2-17/+21
2008-02-28Removed lib from beginning of plugin names.Brian Helfrich2-5/+3
2008-02-04Mods for Mac building.Brian Helfrich2-0/+13
2008-02-04Moved NXPoint and NXRGBColor to Utility.Brian Helfrich1-2/+2
2008-02-04Removed Plugins subdir.Brian Helfrich1-2/+2
2008-02-03ball-and-stick rendering testManoj Rajagopalan1-1/+2
2008-02-02Defined templated point class and testsManoj Rajagopalan1-2/+4
2008-02-01NXEntityManager now signals when new frames from growing frame sets have ↵Brian Helfrich1-0/+2
been added.
2008-01-31removed duplicate occurrence of HDF5_SimResultsImportExportTest.cpp which ↵Manoj Rajagopalan1-1/+0
lead to function-redefinition errors at link-time
2008-01-31.pro fileBrian Helfrich1-2/+1
2008-01-31CppUnit tests for NXSceneGraph API included and passingManoj Rajagopalan2-2/+12
2008-01-31Initial revision of OpenBabelImportExport plugin.Brian Helfrich1-2/+4
2008-01-29Now handles data stores that are still being written to.Brian Helfrich2-1/+18
2008-01-28Switched to relative paths and environment variables for library paths.Brian Helfrich1-1/+1
2008-01-28NXOpenGLRenderingEngine coding complete and building testedManoj Rajagopalan1-0/+2
2008-01-27HDF5_SimResultImportExport now reads multi-frame data stores. ↵Brian Helfrich2-2/+3
NXEntityManager now a multi-frame storing object.
2008-01-25Pruning.Brian Helfrich4-14/+0
2008-01-24Hooked in Utility, Interface, HDF5_SimResultsImportExport, and CppUnitBrian Helfrich1-4/+33
2008-01-23Subproject hierarchy in KDevelopManoj Rajagopalan7-0/+23