minor fixes in mmap2vym.xsl and repaired todo.vym (every includeImagesHor was set)
1.1 --- a/branchobj.cpp Thu Feb 23 16:39:16 2006 +0000
1.2 +++ b/branchobj.cpp Fri Feb 24 11:21:15 2006 +0000
1.3 @@ -933,7 +933,7 @@
1.4 positionBBox();
1.5 requestReposition();
1.6 return newfi;
1.7 - // FIMXE undo needed
1.8 + //FIXME undo needed
1.9 }
1.10
1.11 LinkableMapObj* BranchObj::addFloatImage (FloatImageObj *fio)
2.1 Binary file demos/todo.vym has changed
3.1 --- a/xml.cpp Thu Feb 23 16:39:16 2006 +0000
3.2 +++ b/xml.cpp Fri Feb 24 11:21:15 2006 +0000
3.3 @@ -49,7 +49,7 @@
3.4 const QString& eName, const QXmlAttributes& atts )
3.5 {
3.6 QColor col;
3.7 - //cout << "startElement <"<<eName<<"> state="<<state <<" laststate="<<laststate<<" loadMode="<<loadMode<<endl;
3.8 + cout << "startElement <"<<eName<<"> state="<<state <<" laststate="<<laststate<<" loadMode="<<loadMode<<endl;
3.9 if ( state == StateInit && (eName == "vymmap") )
3.10 {
3.11 state = StateMap;