tasks

  • when new text is displayed on a target object, clear/erase the old text bubble first
  • separate actions in defaultactions.cpp
  • introduce stream versioning
  • replace stream/destream operators by save/load functions
  • implement clone function in context menu
  • add spawn window to spawn button
  • open creator window upon button press
  • allow for new actions that enable/disable target actions or triggers (see next post)
  • new member for actions/triggers: m_bEnabled
  • clean up source of group and window classes – lots of unnecessary code now that they contain a grid that does the layouting for them