Anchor-annotator 0.0.11__tar.gz → 0.2.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/.gitignore +2 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0/Anchor_annotator.egg-info}/PKG-INFO +1 -1
- {Anchor_annotator-0.0.11/Anchor_annotator.egg-info → Anchor_annotator-0.2.0}/PKG-INFO +2 -2
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/_version.py +2 -2
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/main.py +77 -50
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/models.py +827 -455
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/plot.py +471 -412
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/preferences.ui +60 -39
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/settings.py +9 -1
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/ui_preferences.py +78 -54
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/undo.py +173 -128
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/widgets.py +56 -48
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/workers.py +61 -36
- Anchor_annotator-0.2.0/docs/source/changelog/index.rst +29 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/conf.py +1 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/getting_started.rst +12 -3
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/user_guide/known_issues.rst +13 -0
- Anchor_annotator-0.0.11/docs/source/changelog/index.rst +0 -18
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/.github/workflows/publish.yml +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/.pre-commit-config.yaml +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/.readthedocs.yaml +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/Anchor_annotator.egg-info/SOURCES.txt +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/Anchor_annotator.egg-info/dependency_links.txt +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/Anchor_annotator.egg-info/requires.txt +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/Anchor_annotator.egg-info/top_level.txt +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/LICENSE +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/README.md +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/__init__.py +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/__main__.py +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/command_line.py +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/db.py +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/error_dialog.ui +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/main_window.ui +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/base_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/checked_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/disabled_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/fonts/GentiumPlus-R.ttf +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/highlighted_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/anchor-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/angle-double-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/angle-double-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/book-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/bug-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/caret-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/caret-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/caret-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/caret-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/case.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/check-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/check-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/chevron-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/chevron-left-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/chevron-right-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/chevron-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/cog-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/compress-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/exclamation-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/exclamation-triangle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/expand-arrows-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/external-link-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/fast-backward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/fast-forward-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/file-export-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/folder-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/history-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/keyboard-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/life-ring-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/lock-open-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/lock-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/magic-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/magnifying-glass-location-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/magnifying-glass-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/oov-check.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/pause-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/play-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/redo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/regex.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/rotate.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/save-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/save-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/sort-down-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/sort-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/speaker.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/sync-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/times-circle-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/trash-alt-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/undo-book.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/undo-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/user-edit-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/user-minus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/user-plus-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/user-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/user-times-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/users-slash-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/users-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/volume-mute-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/volume-up-solid.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/hover_tool_buttons/word.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/loading_screen.gif +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/logos/anchor-blue.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/logos/anchor-yellow.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/logos/logo_full.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/logos/logo_text.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/spinning_blue.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/spinning_yellow.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources/splash_screen.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources.qrc +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/resources_rc.py +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/title_screen.ui +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/ui_error_dialog.py +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/anchor/ui_main_window.py +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/Makefile +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/make.bat +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/anchor-yellow.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/css/style.css +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/dictionary_annotation.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/favicon.ico +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/alignment_interface.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/alignment_settings.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/corpus_menu_load_recent.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/diarization_interface.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/diarization_progress_bar.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/diarization_results.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/diarization_search.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/diarization_utterance.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/dictionary_context_menu.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/dictionary_interface.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/dictionary_menu.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/dictionary_pronunciation.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/dictionary_results.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/dictionary_search.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/edit_menu.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/models_menu_acoustic.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/models_menu_g2p.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/models_menu_ivector.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/models_menu_lm.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/oov_interface.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/oov_pronunciation.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/oov_results.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/oov_search.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/preferences_appearance.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/preferences_general.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/preferences_keybinds.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/preferences_pitch.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/preferences_spec.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_add.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_cluster.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_cluster_legend.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_cluster_select_multiple.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_cluster_select_one.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_cluster_settings.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_cluster_toolbar.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_context_menu.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_interface.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_results.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_search.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/speaker_utterance.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_advanced.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_alignment.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_audio.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_bad_alignment.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_edit.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_help.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_interface.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_interface_change_speaker.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_interface_lookup.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_interface_oov.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_interface_tiers.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_list.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_list_header.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_play.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_results.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_search.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_toolbar.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_transcript.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_unaligned.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_waveform.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/img/utterance_zoom.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/logo_full.svg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/_static/speaker_annotation.png +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/first_steps/index.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/index.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/installation.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/reference/index.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/user_guide/configuration.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/user_guide/diarization.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/user_guide/dictionary.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/user_guide/index.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/user_guide/oovs.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/user_guide/speakers.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/docs/source/user_guide/utterances.rst +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/environment.yml +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/pyproject.toml +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/requirements.txt +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/rtd_environment.yml +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/setup.cfg +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/setup.py +0 -0
- {Anchor_annotator-0.0.11 → Anchor_annotator-0.2.0}/utility/create_colored_icons.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: Anchor_annotator
|
3
|
-
Version: 0.0
|
3
|
+
Version: 0.2.0
|
4
4
|
Summary: Anchor annotator is a program for inspecting corpora for the Montreal Forced Aligner and correcting transcriptions and pronunciations.
|
5
5
|
Home-page: https://github.com/MontrealCorpusTools/Anchor-annotator
|
6
6
|
Author: Montreal Corpus Tools
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
|
-
Name:
|
3
|
-
Version: 0.0
|
2
|
+
Name: Anchor_annotator
|
3
|
+
Version: 0.2.0
|
4
4
|
Summary: Anchor annotator is a program for inspecting corpora for the Montreal Forced Aligner and correcting transcriptions and pronunciations.
|
5
5
|
Home-page: https://github.com/MontrealCorpusTools/Anchor-annotator
|
6
6
|
Author: Montreal Corpus Tools
|
@@ -33,6 +33,8 @@ from anchor.models import (
|
|
33
33
|
CorpusSelectionModel,
|
34
34
|
DiarizationModel,
|
35
35
|
DictionaryTableModel,
|
36
|
+
FileSelectionModel,
|
37
|
+
FileUtterancesModel,
|
36
38
|
OovModel,
|
37
39
|
SpeakerModel,
|
38
40
|
)
|
@@ -489,9 +491,12 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
489
491
|
self.dictionary_model = DictionaryTableModel(self)
|
490
492
|
self.oov_model = OovModel(self)
|
491
493
|
self.corpus_model = CorpusModel(self)
|
494
|
+
self.file_utterances_model = FileUtterancesModel(self)
|
492
495
|
self.speaker_model = SpeakerModel(self)
|
493
496
|
self.diarization_model = DiarizationModel(self)
|
494
497
|
|
498
|
+
self.file_utterances_model.set_corpus_model(self.corpus_model)
|
499
|
+
|
495
500
|
self.corpus_model.databaseSynced.connect(self.handle_changes_synced)
|
496
501
|
self.corpus_model.runFunction.connect(self.execute_runnable)
|
497
502
|
self.diarization_model.runFunction.connect(self.execute_runnable)
|
@@ -510,11 +515,15 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
510
515
|
self.diarization_model.set_corpus_model(self.corpus_model)
|
511
516
|
self.oov_model.set_corpus_model(self.corpus_model)
|
512
517
|
self.selection_model = CorpusSelectionModel(self.corpus_model)
|
518
|
+
self.file_selection_model = FileSelectionModel(self.file_utterances_model)
|
513
519
|
self.ui.utteranceListWidget.set_models(
|
514
520
|
self.corpus_model, self.selection_model, self.speaker_model
|
515
521
|
)
|
516
522
|
self.ui.utteranceDetailWidget.set_models(
|
517
|
-
self.corpus_model,
|
523
|
+
self.corpus_model,
|
524
|
+
self.file_utterances_model,
|
525
|
+
self.file_selection_model,
|
526
|
+
self.dictionary_model,
|
518
527
|
)
|
519
528
|
self.ui.speakerWidget.set_models(
|
520
529
|
self.corpus_model, self.selection_model, self.speaker_model
|
@@ -526,17 +535,25 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
526
535
|
self.ui.dictionaryWidget.set_models(self.dictionary_model)
|
527
536
|
self.ui.diarizationWidget.set_models(self.diarization_model, self.selection_model)
|
528
537
|
self.ui.oovWidget.set_models(self.oov_model)
|
529
|
-
self.
|
530
|
-
self.selection_model.
|
538
|
+
self.file_selection_model.currentUtteranceChanged.connect(self.change_utterance)
|
539
|
+
self.selection_model.fileViewRequested.connect(self.file_selection_model.set_current_file)
|
540
|
+
self.file_selection_model.fileChanged.connect(self.change_file)
|
531
541
|
self.selection_model.fileAboutToChange.connect(self.check_media_stop)
|
532
|
-
self.media_player.
|
542
|
+
self.media_player.set_models(self.file_selection_model)
|
533
543
|
self.corpus_model.addCommand.connect(self.update_corpus_stack)
|
544
|
+
self.file_utterances_model.addCommand.connect(self.update_corpus_stack)
|
545
|
+
self.file_selection_model.selectionChanged.connect(self.sync_selected_utterances)
|
534
546
|
|
535
547
|
self.g2p_model = None
|
536
548
|
self.acoustic_model = None
|
537
549
|
self.language_model = None
|
538
550
|
self.ivector_extractor = None
|
539
551
|
|
552
|
+
def sync_selected_utterances(self):
|
553
|
+
self.selection_model.update_selected_utterances(
|
554
|
+
self.file_selection_model.selected_utterances()
|
555
|
+
)
|
556
|
+
|
540
557
|
def check_media_stop(self):
|
541
558
|
if self.ui.playAct.isChecked():
|
542
559
|
self.ui.playAct.setChecked(False)
|
@@ -562,16 +579,18 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
562
579
|
self.dictionary_undo_stack.push(command)
|
563
580
|
|
564
581
|
def delete_utterances(self):
|
565
|
-
utts = self.
|
566
|
-
self.
|
582
|
+
utts = self.file_selection_model.selected_utterances()
|
583
|
+
self.file_utterances_model.delete_utterances(utts)
|
567
584
|
|
568
585
|
def split_utterances(self):
|
569
|
-
utts = self.
|
570
|
-
|
586
|
+
utts = self.file_selection_model.selected_utterances()
|
587
|
+
if len(utts) != 1:
|
588
|
+
return
|
589
|
+
self.file_utterances_model.split_utterances(utts[0])
|
571
590
|
|
572
591
|
def merge_utterances(self):
|
573
|
-
utts = self.
|
574
|
-
self.
|
592
|
+
utts = self.file_selection_model.selected_utterances()
|
593
|
+
self.file_utterances_model.merge_utterances(utts)
|
575
594
|
|
576
595
|
def check_actions(self):
|
577
596
|
self.ui.lockEditAct.setEnabled(True)
|
@@ -635,7 +654,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
635
654
|
|
636
655
|
def change_file(self):
|
637
656
|
self.ui.playAct.setChecked(False)
|
638
|
-
if self.
|
657
|
+
if self.file_utterances_model.file is None:
|
639
658
|
self.ui.playAct.setEnabled(False)
|
640
659
|
self.ui.panLeftAct.setEnabled(False)
|
641
660
|
self.ui.panRightAct.setEnabled(False)
|
@@ -655,14 +674,14 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
655
674
|
self.channel_select.addItem("Channel 0", userData=0)
|
656
675
|
self.channel_select.setEnabled(False)
|
657
676
|
if (
|
658
|
-
self.
|
659
|
-
and self.
|
677
|
+
self.file_utterances_model.file is not None
|
678
|
+
and self.file_utterances_model.file.num_channels > 1
|
660
679
|
):
|
661
680
|
self.channel_select.addItem("Channel 1", userData=1)
|
662
681
|
self.channel_select.setEnabled(True)
|
663
682
|
|
664
683
|
def change_utterance(self):
|
665
|
-
selection = self.
|
684
|
+
selection = self.file_selection_model.selected_utterances()
|
666
685
|
self.ui.deleteUtterancesAct.setEnabled(False)
|
667
686
|
self.ui.splitUtterancesAct.setEnabled(False)
|
668
687
|
self.ui.alignUtteranceAct.setEnabled(False)
|
@@ -670,8 +689,8 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
670
689
|
if not selection and self.selection_model.current_utterance_id is None:
|
671
690
|
return
|
672
691
|
|
673
|
-
self.ui.splitUtterancesAct.setEnabled(True)
|
674
692
|
if len(selection) == 1 or self.selection_model.current_utterance_id is not None:
|
693
|
+
self.ui.splitUtterancesAct.setEnabled(True)
|
675
694
|
if self.corpus_model.acoustic_model is not None and self.corpus_model.has_dictionary:
|
676
695
|
self.ui.alignUtteranceAct.setEnabled(True)
|
677
696
|
self.ui.segmentUtteranceAct.setEnabled(True)
|
@@ -684,7 +703,8 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
684
703
|
def closeEvent(self, a0: QtGui.QCloseEvent) -> None:
|
685
704
|
for worker in self.workers:
|
686
705
|
worker.stopped.set()
|
687
|
-
self.
|
706
|
+
self.file_selection_model.clean_up_for_close()
|
707
|
+
self.file_utterances_model.clean_up_for_close()
|
688
708
|
self.settings.setValue(
|
689
709
|
AnchorSettings.UTTERANCES_VISIBLE, self.ui.utteranceDockWidget.isVisible()
|
690
710
|
)
|
@@ -739,11 +759,14 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
739
759
|
w.setSizePolicy(
|
740
760
|
QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding
|
741
761
|
)
|
742
|
-
|
743
|
-
|
762
|
+
w2 = QtWidgets.QWidget(self)
|
763
|
+
w2.setSizePolicy(
|
744
764
|
QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding
|
745
765
|
)
|
746
|
-
self.ui.toolBar.
|
766
|
+
self.ui.toolBar.insertWidget(self.ui.toolBar.actions()[0], w)
|
767
|
+
# self.ui.toolBar.setSizePolicy(
|
768
|
+
# QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding
|
769
|
+
# )
|
747
770
|
self.ui.toolBar.setAttribute(QtCore.Qt.WidgetAttribute.WA_AlwaysShowToolTips, True)
|
748
771
|
self.ui.lockEditAct.setEnabled(True)
|
749
772
|
self.ui.lockEditAct.setChecked(bool(self.settings.value(AnchorSettings.LOCKED, False)))
|
@@ -770,9 +793,9 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
770
793
|
self.ui.cluster_utterances_action.triggered.connect(self.begin_cluster_utterances)
|
771
794
|
self.ui.classify_speakers_action.triggered.connect(self.begin_classify_speakers)
|
772
795
|
self.selection_model.selectionAudioChanged.connect(self.enable_zoom)
|
773
|
-
self.ui.zoomInAct.triggered.connect(self.
|
774
|
-
self.ui.zoomToSelectionAct.triggered.connect(self.
|
775
|
-
self.ui.zoomOutAct.triggered.connect(self.
|
796
|
+
self.ui.zoomInAct.triggered.connect(self.file_selection_model.zoom_in)
|
797
|
+
self.ui.zoomToSelectionAct.triggered.connect(self.file_selection_model.zoom_to_selection)
|
798
|
+
self.ui.zoomOutAct.triggered.connect(self.file_selection_model.zoom_out)
|
776
799
|
self.ui.panLeftAct.triggered.connect(self.ui.utteranceDetailWidget.pan_left)
|
777
800
|
self.ui.panRightAct.triggered.connect(self.ui.utteranceDetailWidget.pan_right)
|
778
801
|
self.ui.mergeUtterancesAct.triggered.connect(self.merge_utterances)
|
@@ -803,7 +826,10 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
803
826
|
self.channel_select.addItem("Channel 0")
|
804
827
|
self.ui.toolBar.addWidget(self.volume_slider)
|
805
828
|
self.ui.toolBar.addWidget(self.channel_select)
|
806
|
-
self.
|
829
|
+
self.ui.toolBar.addWidget(w2)
|
830
|
+
self.channel_select.currentIndexChanged.connect(
|
831
|
+
self.file_selection_model.set_current_channel
|
832
|
+
)
|
807
833
|
self.ui.changeVolumeAct.triggered.connect(self.media_player.set_volume)
|
808
834
|
self.ui.addSpeakerAct.triggered.connect(self.add_new_speaker)
|
809
835
|
self.ui.speakerWidget.tool_bar.addAction(self.ui.addSpeakerAct)
|
@@ -926,7 +952,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
926
952
|
if not self.corpus_model.corpus.has_any_ivectors():
|
927
953
|
return
|
928
954
|
kwargs = {
|
929
|
-
"threshold": 0.
|
955
|
+
"threshold": 0.25,
|
930
956
|
}
|
931
957
|
if False and self.corpus_model.plda is not None:
|
932
958
|
kwargs["metric"] = "plda"
|
@@ -1205,6 +1231,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1205
1231
|
def close_corpus(self):
|
1206
1232
|
self.set_application_state("unloaded")
|
1207
1233
|
self.selection_model.clearSelection()
|
1234
|
+
self.file_selection_model.clearSelection()
|
1208
1235
|
if self.corpus_model.corpus is not None:
|
1209
1236
|
self.corpus_model.session.close()
|
1210
1237
|
self.corpus_model.setCorpus(None)
|
@@ -1513,8 +1540,8 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1513
1540
|
|
1514
1541
|
def finalize_segmentation(self, data):
|
1515
1542
|
original_utterance_id, split_data = data
|
1516
|
-
self.
|
1517
|
-
self.
|
1543
|
+
self.file_utterances_model.split_vad_utterance(original_utterance_id, split_data)
|
1544
|
+
self.ensure_utterance_panel_visible()
|
1518
1545
|
|
1519
1546
|
def finalize_saving(self):
|
1520
1547
|
self.check_actions()
|
@@ -1694,6 +1721,20 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1694
1721
|
if search_term is not None:
|
1695
1722
|
self.ui.utteranceListWidget.search_box.setQuery(search_term)
|
1696
1723
|
|
1724
|
+
def ensure_utterance_panel_visible(self):
|
1725
|
+
dock_tab_bars = self.findChildren(QtWidgets.QTabBar, "")
|
1726
|
+
|
1727
|
+
for j in range(len(dock_tab_bars)):
|
1728
|
+
dock_tab_bar = dock_tab_bars[j]
|
1729
|
+
if not dock_tab_bar.count():
|
1730
|
+
continue
|
1731
|
+
for i in range(dock_tab_bar.count()):
|
1732
|
+
if dock_tab_bar.tabText(i) == "Utterances":
|
1733
|
+
dock_tab_bar.setCurrentIndex(i)
|
1734
|
+
break
|
1735
|
+
else:
|
1736
|
+
self.ui.utteranceDockWidget.toggleViewAction().trigger()
|
1737
|
+
|
1697
1738
|
def open_search_speaker(self, search_term=None, show=False):
|
1698
1739
|
if search_term is not None:
|
1699
1740
|
self.ui.utteranceListWidget.speaker_dropdown.line_edit.setText(search_term)
|
@@ -1705,18 +1746,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1705
1746
|
)
|
1706
1747
|
self.ui.utteranceListWidget.search()
|
1707
1748
|
if show:
|
1708
|
-
|
1709
|
-
|
1710
|
-
for j in range(len(dock_tab_bars)):
|
1711
|
-
dock_tab_bar = dock_tab_bars[j]
|
1712
|
-
if not dock_tab_bar.count():
|
1713
|
-
continue
|
1714
|
-
for i in range(dock_tab_bar.count()):
|
1715
|
-
if dock_tab_bar.tabText(i) == "Utterances":
|
1716
|
-
dock_tab_bar.setCurrentIndex(i)
|
1717
|
-
break
|
1718
|
-
else:
|
1719
|
-
self.ui.utteranceDockWidget.toggleViewAction().trigger()
|
1749
|
+
self.ensure_utterance_panel_visible()
|
1720
1750
|
|
1721
1751
|
def open_search_file(self, search_term=None, utterance_id=None, show=False):
|
1722
1752
|
if search_term is not None:
|
@@ -1729,18 +1759,7 @@ class MainWindow(QtWidgets.QMainWindow):
|
|
1729
1759
|
self.ui.utteranceListWidget.requested_utterance_id = utterance_id
|
1730
1760
|
self.ui.utteranceListWidget.search()
|
1731
1761
|
if show:
|
1732
|
-
|
1733
|
-
|
1734
|
-
for j in range(len(dock_tab_bars)):
|
1735
|
-
dock_tab_bar = dock_tab_bars[j]
|
1736
|
-
if not dock_tab_bar.count():
|
1737
|
-
continue
|
1738
|
-
for i in range(dock_tab_bar.count()):
|
1739
|
-
if dock_tab_bar.tabText(i) == "Utterances":
|
1740
|
-
dock_tab_bar.setCurrentIndex(i)
|
1741
|
-
break
|
1742
|
-
else:
|
1743
|
-
self.ui.utteranceDockWidget.toggleViewAction().trigger()
|
1762
|
+
self.ensure_utterance_panel_visible()
|
1744
1763
|
|
1745
1764
|
def refresh_shortcuts(self):
|
1746
1765
|
self.ui.playAct.setShortcut(self.settings.value(AnchorSettings.PLAY_KEYBIND))
|
@@ -2283,6 +2302,11 @@ class OptionsDialog(QtWidgets.QDialog):
|
|
2283
2302
|
self.settings.value(self.settings.AUTOLOAD)
|
2284
2303
|
)
|
2285
2304
|
self.ui.resultsPerPageEdit.setValue(self.settings.value(self.settings.RESULTS_PER_PAGE))
|
2305
|
+
self.ui.timeDirectionComboBox.setCurrentIndex(
|
2306
|
+
self.ui.timeDirectionComboBox.findText(
|
2307
|
+
self.settings.value(self.settings.TIME_DIRECTION)
|
2308
|
+
)
|
2309
|
+
)
|
2286
2310
|
|
2287
2311
|
self.ui.dynamicRangeEdit.setValue(self.settings.value(self.settings.SPEC_DYNAMIC_RANGE))
|
2288
2312
|
self.ui.fftSizeEdit.setValue(self.settings.value(self.settings.SPEC_N_FFT))
|
@@ -2421,6 +2445,9 @@ class OptionsDialog(QtWidgets.QDialog):
|
|
2421
2445
|
self.settings.setValue(self.settings.AUTOSAVE, self.ui.autosaveOnExitCheckBox.isChecked())
|
2422
2446
|
self.settings.setValue(self.settings.AUDIO_DEVICE, self.ui.audioDeviceEdit.currentData())
|
2423
2447
|
self.settings.setValue(self.settings.RESULTS_PER_PAGE, self.ui.resultsPerPageEdit.value())
|
2448
|
+
self.settings.setValue(
|
2449
|
+
self.settings.TIME_DIRECTION, self.ui.timeDirectionComboBox.currentText()
|
2450
|
+
)
|
2424
2451
|
self.settings.sync()
|
2425
2452
|
super(OptionsDialog, self).accept()
|
2426
2453
|
|