diff -r 0bba81dde1bc -r 36eb4b8f409e vymmodel.cpp --- a/vymmodel.cpp Fri Feb 19 13:47:03 2010 +0000 +++ b/vymmodel.cpp Thu Feb 25 11:03:52 2010 +0000 @@ -9,6 +9,7 @@ #include "bugagent.h" #include "editxlinkdialog.h" #include "exports.h" +#include "exporthtmldialog.h" #include "exportxhtmldialog.h" #include "file.h" #include "geometry.h" // for addBBox @@ -4259,7 +4260,7 @@ void VymModel::exportHTML (const QString &dir, bool askForName) //FIXME-2 own dialogue missing and also option to save settings in map { - ExportXHTMLDialog dia(NULL); + ExportHTMLDialog dia(NULL); dia.setFilePath (filePath ); dia.setMapName (mapName ); dia.readSettings(); @@ -4297,11 +4298,11 @@ ExportHTML ex (this); ex.setFile (d.path()+"/"+mapName+".html"); - cout << "VM::exportHTML writing "<stop(); BranchObj *bo; @@ -4723,6 +4724,7 @@ void VymModel::startAnimation(BranchObj *bo, const QPointF &start, const QPointF &dest) { + qDebug()<<"Start animation for "<getTreeItem()<getTreeItem()->depth()>0) {