diff -r 2a33304714ba -r f9f7922989d8 vymview.cpp --- a/vymview.cpp Tue Nov 17 08:24:59 2009 +0000 +++ b/vymview.cpp Wed Nov 25 10:58:21 2009 +0000 @@ -49,9 +49,11 @@ this,SLOT (changeSelection(const QItemSelection &,const QItemSelection &))); // Tell MapEditor to update selection + /* FIXME-3 done implicit here in VymView connect ( selModel, SIGNAL (selectionChanged(const QItemSelection &, const QItemSelection &)), mapEditor,SLOT (updateSelection(const QItemSelection &,const QItemSelection &))); + */ // FIXME-2 testing, if that reenables updating selbox during animation connect ( @@ -121,13 +123,12 @@ mapEditor->setFocus(); } -void VymView::changeSelection (const QItemSelection &newsel, const QItemSelection &oldsel) +void VymView::changeSelection (const QItemSelection &newsel, const QItemSelection &oldsel) { - // Notify mainwindow to update satellites like NoteEditor, if needed (model==currenModel...) - mainWindow->changeSelection (model,newsel,oldsel); // FIXME-5 maybe connect VymModel <-> MainWindow directly? - // would require to also get current model in mainWindow + //cout << "VV::changeSelection newsel.count="<