diff --git a/src/meshlab/changetexturename.cpp b/src/meshlab/changetexturename.cpp index 4b9a32eb9..a54614807 100644 --- a/src/meshlab/changetexturename.cpp +++ b/src/meshlab/changetexturename.cpp @@ -25,6 +25,9 @@ History $Log$ + Revision 1.2 2007/03/26 08:25:09 zifnab1974 + added eol at the end of the files + Revision 1.1 2006/01/26 18:39:19 fmazzant moved mask dialog exporter from mashio to meshlab @@ -87,4 +90,4 @@ void ChangeTextureNameDialog::SlotSearchTextureName() QStringList lists = QString(texture.c_str()).split('/'); ui.newtexturename->setText(lists[lists.size()-1]); } -} \ No newline at end of file +} diff --git a/src/meshlab/changetexturename.h b/src/meshlab/changetexturename.h index e80521007..b00754255 100644 --- a/src/meshlab/changetexturename.h +++ b/src/meshlab/changetexturename.h @@ -25,6 +25,9 @@ History $Log$ + Revision 1.2 2007/03/26 08:25:09 zifnab1974 + added eol at the end of the files + Revision 1.1 2006/01/26 18:39:19 fmazzant moved mask dialog exporter from mashio to meshlab @@ -84,4 +87,4 @@ namespace io { } // end Namespace io } // end Namespace vcg -#endif \ No newline at end of file +#endif diff --git a/src/meshlab/customDialog.cpp b/src/meshlab/customDialog.cpp index 008e8d171..10c7836a0 100644 --- a/src/meshlab/customDialog.cpp +++ b/src/meshlab/customDialog.cpp @@ -23,6 +23,9 @@ /**************************************************************************** History $Log$ +Revision 1.8 2007/03/26 08:25:09 zifnab1974 +added eol at the end of the files + Revision 1.7 2006/01/16 05:34:16 cignoni Added backward qt4.0 compatibility for setAutoFillBackground @@ -129,4 +132,4 @@ void CustomDialog::setLogAreaColor() logAreaColor.V(0)=l.red(); logAreaColor.V(1)=l.green(); logAreaColor.V(2)=l.blue(); -} \ No newline at end of file +} diff --git a/src/meshlab/mainwindow_RunTime.cpp b/src/meshlab/mainwindow_RunTime.cpp index 1e3d85513..afa56e730 100644 --- a/src/meshlab/mainwindow_RunTime.cpp +++ b/src/meshlab/mainwindow_RunTime.cpp @@ -24,6 +24,9 @@ History $Log$ +Revision 1.124 2007/03/26 08:25:09 zifnab1974 +added eol at the end of the files + Revision 1.123 2007/03/20 16:22:34 cignoni Big small change in accessing mesh interface. First step toward layers @@ -186,13 +189,15 @@ void MainWindow::updateMenus() case GLW::DMSmooth: renderModeSmoothAct->setChecked(true); break; case GLW::DMFlatWire: renderModeFlatLinesAct->setChecked(true); break; case GLW::DMHidden: renderModeHiddenLinesAct->setChecked(true); break; + default: break; } colorModePerFaceAct->setEnabled(HasPerFaceColor(GLA()->mm->cm())); switch (rm.colorMode) { case GLW::CMNone: colorModeNoneAct->setChecked(true); break; case GLW::CMPerVert: colorModePerVertexAct->setChecked(true); break; - case GLW::CMPerFace: colorModePerFaceAct->setChecked(true); break; + case GLW::CMPerFace: colorModePerFaceAct->setChecked(true); break; + default: break; } lastFilterAct->setEnabled(false); diff --git a/src/meshlab/plugin_support.h b/src/meshlab/plugin_support.h index 1d07338b3..1d2b2ec86 100644 --- a/src/meshlab/plugin_support.h +++ b/src/meshlab/plugin_support.h @@ -6,4 +6,4 @@ enum TypeIO{IMPORT,EXPORT}; void LoadKnownFilters(std::vector meshIOPlugins, QStringList &filters, QHash &allKnownFormats, int type); -#endif \ No newline at end of file +#endif diff --git a/src/meshlab/savemaskexporter.cpp b/src/meshlab/savemaskexporter.cpp index 1669055e4..f80ec910a 100644 --- a/src/meshlab/savemaskexporter.cpp +++ b/src/meshlab/savemaskexporter.cpp @@ -25,6 +25,9 @@ History $Log$ + Revision 1.10 2007/03/26 08:25:10 zifnab1974 + added eol at the end of the files + Revision 1.9 2007/03/20 16:22:34 cignoni Big small change in accessing mesh interface. First step toward layers @@ -280,4 +283,4 @@ void SaveMaskExporterDialog::SlotSelectionNoneButton() //camera ui.check_iom_camera->setChecked(false); -} \ No newline at end of file +} diff --git a/src/meshlab/savemaskexporter.h b/src/meshlab/savemaskexporter.h index ba742ed26..c5a93df25 100644 --- a/src/meshlab/savemaskexporter.h +++ b/src/meshlab/savemaskexporter.h @@ -25,6 +25,9 @@ History $Log$ + Revision 1.3 2007/03/26 08:25:10 zifnab1974 + added eol at the end of the files + Revision 1.2 2007/02/25 21:26:22 cignoni corrected include path @@ -108,4 +111,4 @@ namespace io { } // end Namespace io } // end Namespace vcg -#endif \ No newline at end of file +#endif diff --git a/src/meshlab/stdpardialog.h b/src/meshlab/stdpardialog.h index f8a104825..2f4f8acad 100644 --- a/src/meshlab/stdpardialog.h +++ b/src/meshlab/stdpardialog.h @@ -24,6 +24,9 @@ History $Log$ +Revision 1.8 2007/03/26 08:25:10 zifnab1974 +added eol at the end of the files + Revision 1.7 2007/02/27 23:58:36 cignoni Changed apply/ok into apply/close @@ -181,4 +184,5 @@ protected: -#endif \ No newline at end of file +#endif +