mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
added eol at the end of the files
This commit is contained in:
parent
b8e34cb1a2
commit
bbc432a319
@ -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]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
#endif
|
||||
|
||||
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -6,4 +6,4 @@ enum TypeIO{IMPORT,EXPORT};
|
||||
|
||||
void LoadKnownFilters(std::vector<MeshIOInterface*> meshIOPlugins, QStringList &filters, QHash<QString, int> &allKnownFormats, int type);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
#endif
|
||||
|
||||
@ -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
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user