Skip to content
Snippets Groups Projects
  • Helena Jank's avatar
    8cb6ffb0
    + 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
    History
    + added relationTabController
    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)