1
I Use This!
High Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/sharjith/ModelViewer More... about 5 years ago
Catch exception by reference More... about 5 years ago
Removed empty lines More... about 5 years ago
Ignore autogenerated rc file in VS project More... about 5 years ago
Changed TARGET from MatlEditor_OpenGL-4.0 to ModelViewer More... about 5 years ago
Changed slot from itemClicked to itemChanged More... about 5 years ago
Changed slot from itemClicked to itemChanged More... about 5 years ago
Added try/catch handler to check vector subscript More... about 5 years ago
Changed tab title to Visualization Properties More... about 5 years ago
Added two methods for context menus void showPropertiesPage(); void showTransformationsPage(); More... about 5 years ago
Commented code of listWidgetModel_itemSelectionChanged() Added two context menu items to activate tab pages More... about 5 years ago
Added check for empty display list to fit view properly More... about 5 years ago
Added member variable _loaded and code to verify successful loading of mesh More... about 5 years ago
Added check to verify if STL mesh is properly loaded More... about 5 years ago
Checked mesh pointer on line 595 before adding to display More... about 5 years ago
Added type cast to lines 132 and 134 to remove data loss warning More... about 5 years ago
Added config to show console for debug configuration More... about 5 years ago
Changet to GLuint from size_t to remove warning More... about 5 years ago
Added checkbox to select/deselect all More... about 5 years ago
Added checkbox slot code to select/deselect all More... about 5 years ago
Added checkbox slot code to select/deselect all More... about 5 years ago
Added try/catch and used at method instead of subscript for vectors More... about 5 years ago
Added else clause in model loading code to show error if model fails to load More... about 5 years ago
Use at method instead of subscript for exception handling More... about 5 years ago
Check for null mesh in open method More... about 5 years ago
removed MatlEditor_OpenGL-4.0_resource.rc More... about 5 years ago
Added VS files to .gitignore More... about 5 years ago
Added _lastOpenedDir to texture open function Renamed variable to fileName More... about 5 years ago
Chenged max viewRange value from 50000 t0 500000 More... about 5 years ago
Updated WheelEvent to use angleDelta More... about 5 years ago