Skip to content
Snippets Groups Projects
  1. Jan 12, 2016
  2. Jan 11, 2016
  3. Dec 18, 2015
    • Helena Jank's avatar
      ! fixed bug in connection construction: replaced falsy constructor with "with()" · c80dd414
      Helena Jank authored
      + added connectsUnit() to connectionModel, which checks if the connection leads to/from the given unit
      + added removal of attached connections to removeUnit() in scenarioModel: connections leading to/from a deleted unit will be deleted from model, too
      # removeConnection() in scenarioModel now accepts only the ID of a connection as parameter (instead of the entire connection)
      - removed deleteUnitFromModel() from unitModel
      + added removeUnitFromScenario() to unitController, comprising all necessary function calls for removing a unit from view and model
      # merged similar but distributed unit deletion functionality from tab and modal window into removeUnitFromScenario() call; now all use the same functionality
      + added check for existence of a unit model to its click event handler: prevents errors when units are added and clicked but not named yet
      + added check for scenario name availability to newScenarioModal....: alert if entered name for new scenario is already taken
      ! fixed (really stupid, really) unit deletion bug (i.e. not happening): added "#" to delete unit button $-selectors
      + added TODO to loadScenario() in authorSystemController: the whole thing is stale and just won't work
      c80dd414
  4. Dec 10, 2015
  5. Dec 03, 2015
    • Helena Jank's avatar
      + added relationTabController · 8cb6ffb0
      Helena Jank authored
      # moved event handlers for connections from canvasController to relationTabController
      # moved initUnitEventHandlers() from canvasController to unitController
      # moved chooseMetaIcon() from unitController to formatSelections
      + added optional index parameter to addContextInfo() in unitModel
      + added getItemByID() to contextInfoListModel
      # started correcting German umlauts in dictionaries
      # changed data structure of array_multiSelectionContextInfos:
         1. "id" is now context ID, "text" its translation;
         2. new items now get pushed to the end of the array, changed items stay where they are
      # changed changeColorMultiContextInfos() into formatMultiContextInfosElements()
      TODO: editing items in multi selection does not work as it should (see latter changes)
      8cb6ffb0
Loading