diff -r 43268373032d -r e265f07f2173 vymmodel.h --- a/vymmodel.h Wed Jun 09 13:14:08 2010 +0000 +++ b/vymmodel.h Mon Jun 14 13:59:17 2010 +0000 @@ -179,6 +179,7 @@ QString getHistoryPath(); //!< Path to directory containing the history + void resetHistory(); //!< Initialize history /*! \brief Save the current changes in map @@ -335,7 +336,7 @@ Disclaimer: Still experimental, not fully supported yet. */ - BranchItem* addMapCenter(); + BranchItem* addMapCenter(bool saveStateFlag=true); private: BranchItem* addMapCenter(QPointF absPos); @@ -628,6 +629,7 @@ bool selectFirstBranch(); bool selectLastBranch(); bool selectLastSelectedBranch(); + bool selectLastImage(); bool selectParent(); public: