Anchor-annotator 0.2.0__tar.gz → 0.2.1__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.
Files changed (458) hide show
  1. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/.gitignore +2 -0
  2. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1/Anchor_annotator.egg-info}/PKG-INFO +1 -1
  3. {Anchor_annotator-0.2.0/Anchor_annotator.egg-info → Anchor_annotator-0.2.1}/PKG-INFO +1 -1
  4. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/_version.py +2 -2
  5. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/models.py +7 -15
  6. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/plot.py +1 -1
  7. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/undo.py +0 -76
  8. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/widgets.py +1 -1
  9. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/changelog/index.rst +6 -0
  10. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/.github/workflows/publish.yml +0 -0
  11. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/.pre-commit-config.yaml +0 -0
  12. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/.readthedocs.yaml +0 -0
  13. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/Anchor_annotator.egg-info/SOURCES.txt +0 -0
  14. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/Anchor_annotator.egg-info/dependency_links.txt +0 -0
  15. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/Anchor_annotator.egg-info/requires.txt +0 -0
  16. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/Anchor_annotator.egg-info/top_level.txt +0 -0
  17. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/LICENSE +0 -0
  18. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/README.md +0 -0
  19. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/__init__.py +0 -0
  20. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/__main__.py +0 -0
  21. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/command_line.py +0 -0
  22. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/db.py +0 -0
  23. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/error_dialog.ui +0 -0
  24. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/main.py +0 -0
  25. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/main_window.ui +0 -0
  26. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/preferences.ui +0 -0
  27. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/anchor-solid.svg +0 -0
  28. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/angle-double-left-solid.svg +0 -0
  29. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/angle-double-right-solid.svg +0 -0
  30. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  31. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/book-solid.svg +0 -0
  32. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/bug-solid.svg +0 -0
  33. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/caret-down-solid.svg +0 -0
  34. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/caret-left-solid.svg +0 -0
  35. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/caret-right-solid.svg +0 -0
  36. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/caret-up-solid.svg +0 -0
  37. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/case.svg +0 -0
  38. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/check-circle-solid.svg +0 -0
  39. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/check-solid.svg +0 -0
  40. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/chevron-down-solid.svg +0 -0
  41. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/chevron-left-solid.svg +0 -0
  42. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/chevron-right-solid.svg +0 -0
  43. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/chevron-up-solid.svg +0 -0
  44. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/cog-solid.svg +0 -0
  45. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  46. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/edit-solid.svg +0 -0
  47. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/exclamation-solid.svg +0 -0
  48. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/exclamation-triangle-solid.svg +0 -0
  49. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  50. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/external-link-alt-solid.svg +0 -0
  51. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/fast-backward-solid.svg +0 -0
  52. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/fast-forward-solid.svg +0 -0
  53. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/file-export-solid.svg +0 -0
  54. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/folder-open-solid.svg +0 -0
  55. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/history-solid.svg +0 -0
  56. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/keyboard-solid.svg +0 -0
  57. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/life-ring-solid.svg +0 -0
  58. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/lock-open-solid.svg +0 -0
  59. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/lock-solid.svg +0 -0
  60. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/magic-solid.svg +0 -0
  61. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  62. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  63. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  64. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/magnifying-glass-solid.svg +0 -0
  65. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/oov-check.svg +0 -0
  66. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/pause-solid.svg +0 -0
  67. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/play-solid.svg +0 -0
  68. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/redo-solid.svg +0 -0
  69. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/regex.svg +0 -0
  70. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/rotate.svg +0 -0
  71. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/save-book.svg +0 -0
  72. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/save-solid.svg +0 -0
  73. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/sort-down-solid.svg +0 -0
  74. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/sort-up-solid.svg +0 -0
  75. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/speaker.svg +0 -0
  76. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/sync-alt-solid.svg +0 -0
  77. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/times-circle-solid.svg +0 -0
  78. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/times-solid.svg +0 -0
  79. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/trash-alt-solid.svg +0 -0
  80. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/undo-book.svg +0 -0
  81. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/undo-solid.svg +0 -0
  82. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/user-edit-solid.svg +0 -0
  83. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/user-minus-solid.svg +0 -0
  84. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/user-plus-solid.svg +0 -0
  85. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/user-solid.svg +0 -0
  86. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/user-times-solid.svg +0 -0
  87. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/users-slash-solid.svg +0 -0
  88. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/users-solid.svg +0 -0
  89. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/volume-mute-solid.svg +0 -0
  90. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/volume-up-solid.svg +0 -0
  91. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/base_tool_buttons/word.svg +0 -0
  92. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/anchor-solid.svg +0 -0
  93. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/angle-double-left-solid.svg +0 -0
  94. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/angle-double-right-solid.svg +0 -0
  95. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  96. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/book-solid.svg +0 -0
  97. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/bug-solid.svg +0 -0
  98. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/caret-down-solid.svg +0 -0
  99. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/caret-left-solid.svg +0 -0
  100. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/caret-right-solid.svg +0 -0
  101. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/caret-up-solid.svg +0 -0
  102. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/case.svg +0 -0
  103. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/check-circle-solid.svg +0 -0
  104. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/check-solid.svg +0 -0
  105. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/chevron-down-solid.svg +0 -0
  106. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/chevron-left-solid.svg +0 -0
  107. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/chevron-right-solid.svg +0 -0
  108. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/chevron-up-solid.svg +0 -0
  109. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/cog-solid.svg +0 -0
  110. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  111. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/edit-solid.svg +0 -0
  112. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/exclamation-solid.svg +0 -0
  113. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/exclamation-triangle-solid.svg +0 -0
  114. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  115. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/external-link-alt-solid.svg +0 -0
  116. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/fast-backward-solid.svg +0 -0
  117. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/fast-forward-solid.svg +0 -0
  118. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/file-export-solid.svg +0 -0
  119. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/folder-open-solid.svg +0 -0
  120. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/history-solid.svg +0 -0
  121. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/keyboard-solid.svg +0 -0
  122. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/life-ring-solid.svg +0 -0
  123. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/lock-open-solid.svg +0 -0
  124. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/lock-solid.svg +0 -0
  125. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/magic-solid.svg +0 -0
  126. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  127. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  128. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  129. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/magnifying-glass-solid.svg +0 -0
  130. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/oov-check.svg +0 -0
  131. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/pause-solid.svg +0 -0
  132. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/play-solid.svg +0 -0
  133. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/redo-solid.svg +0 -0
  134. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/regex.svg +0 -0
  135. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/rotate.svg +0 -0
  136. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/save-book.svg +0 -0
  137. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/save-solid.svg +0 -0
  138. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/sort-down-solid.svg +0 -0
  139. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/sort-up-solid.svg +0 -0
  140. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/speaker.svg +0 -0
  141. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/sync-alt-solid.svg +0 -0
  142. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/times-circle-solid.svg +0 -0
  143. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/times-solid.svg +0 -0
  144. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/trash-alt-solid.svg +0 -0
  145. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/undo-book.svg +0 -0
  146. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/undo-solid.svg +0 -0
  147. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/user-edit-solid.svg +0 -0
  148. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/user-minus-solid.svg +0 -0
  149. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/user-plus-solid.svg +0 -0
  150. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/user-solid.svg +0 -0
  151. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/user-times-solid.svg +0 -0
  152. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/users-slash-solid.svg +0 -0
  153. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/users-solid.svg +0 -0
  154. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/volume-mute-solid.svg +0 -0
  155. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/volume-up-solid.svg +0 -0
  156. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/checked_tool_buttons/word.svg +0 -0
  157. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/anchor-solid.svg +0 -0
  158. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/angle-double-left-solid.svg +0 -0
  159. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/angle-double-right-solid.svg +0 -0
  160. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  161. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/book-solid.svg +0 -0
  162. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/bug-solid.svg +0 -0
  163. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/caret-down-solid.svg +0 -0
  164. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/caret-left-solid.svg +0 -0
  165. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/caret-right-solid.svg +0 -0
  166. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/caret-up-solid.svg +0 -0
  167. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/case.svg +0 -0
  168. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/check-circle-solid.svg +0 -0
  169. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/check-solid.svg +0 -0
  170. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/chevron-down-solid.svg +0 -0
  171. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/chevron-left-solid.svg +0 -0
  172. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/chevron-right-solid.svg +0 -0
  173. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/chevron-up-solid.svg +0 -0
  174. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/cog-solid.svg +0 -0
  175. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  176. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/edit-solid.svg +0 -0
  177. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/exclamation-solid.svg +0 -0
  178. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/exclamation-triangle-solid.svg +0 -0
  179. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  180. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/external-link-alt-solid.svg +0 -0
  181. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/fast-backward-solid.svg +0 -0
  182. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/fast-forward-solid.svg +0 -0
  183. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/file-export-solid.svg +0 -0
  184. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/folder-open-solid.svg +0 -0
  185. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/history-solid.svg +0 -0
  186. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/keyboard-solid.svg +0 -0
  187. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/life-ring-solid.svg +0 -0
  188. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/lock-open-solid.svg +0 -0
  189. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/lock-solid.svg +0 -0
  190. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/magic-solid.svg +0 -0
  191. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  192. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  193. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  194. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/magnifying-glass-solid.svg +0 -0
  195. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/oov-check.svg +0 -0
  196. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/pause-solid.svg +0 -0
  197. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/play-solid.svg +0 -0
  198. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/redo-solid.svg +0 -0
  199. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/regex.svg +0 -0
  200. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/rotate.svg +0 -0
  201. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/save-book.svg +0 -0
  202. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/save-solid.svg +0 -0
  203. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/sort-down-solid.svg +0 -0
  204. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/sort-up-solid.svg +0 -0
  205. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/speaker.svg +0 -0
  206. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/sync-alt-solid.svg +0 -0
  207. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/times-circle-solid.svg +0 -0
  208. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/times-solid.svg +0 -0
  209. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/trash-alt-solid.svg +0 -0
  210. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/undo-book.svg +0 -0
  211. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/undo-solid.svg +0 -0
  212. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/user-edit-solid.svg +0 -0
  213. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/user-minus-solid.svg +0 -0
  214. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/user-plus-solid.svg +0 -0
  215. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/user-solid.svg +0 -0
  216. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/user-times-solid.svg +0 -0
  217. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/users-slash-solid.svg +0 -0
  218. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/users-solid.svg +0 -0
  219. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/volume-mute-solid.svg +0 -0
  220. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/volume-up-solid.svg +0 -0
  221. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/disabled_tool_buttons/word.svg +0 -0
  222. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/fonts/GentiumPlus-R.ttf +0 -0
  223. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/anchor-solid.svg +0 -0
  224. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/angle-double-left-solid.svg +0 -0
  225. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/angle-double-right-solid.svg +0 -0
  226. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  227. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/book-solid.svg +0 -0
  228. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/bug-solid.svg +0 -0
  229. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/caret-down-solid.svg +0 -0
  230. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/caret-left-solid.svg +0 -0
  231. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/caret-right-solid.svg +0 -0
  232. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/caret-up-solid.svg +0 -0
  233. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/case.svg +0 -0
  234. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/check-circle-solid.svg +0 -0
  235. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/check-solid.svg +0 -0
  236. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/chevron-down-solid.svg +0 -0
  237. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/chevron-left-solid.svg +0 -0
  238. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/chevron-right-solid.svg +0 -0
  239. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/chevron-up-solid.svg +0 -0
  240. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/cog-solid.svg +0 -0
  241. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  242. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/edit-solid.svg +0 -0
  243. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/exclamation-solid.svg +0 -0
  244. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/exclamation-triangle-solid.svg +0 -0
  245. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  246. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/external-link-alt-solid.svg +0 -0
  247. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/fast-backward-solid.svg +0 -0
  248. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/fast-forward-solid.svg +0 -0
  249. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/file-export-solid.svg +0 -0
  250. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/folder-open-solid.svg +0 -0
  251. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/history-solid.svg +0 -0
  252. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/keyboard-solid.svg +0 -0
  253. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/life-ring-solid.svg +0 -0
  254. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/lock-open-solid.svg +0 -0
  255. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/lock-solid.svg +0 -0
  256. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/magic-solid.svg +0 -0
  257. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  258. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  259. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  260. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/magnifying-glass-solid.svg +0 -0
  261. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/oov-check.svg +0 -0
  262. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/pause-solid.svg +0 -0
  263. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/play-solid.svg +0 -0
  264. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/redo-solid.svg +0 -0
  265. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/regex.svg +0 -0
  266. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/rotate.svg +0 -0
  267. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/save-book.svg +0 -0
  268. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/save-solid.svg +0 -0
  269. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/sort-down-solid.svg +0 -0
  270. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/sort-up-solid.svg +0 -0
  271. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/speaker.svg +0 -0
  272. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/sync-alt-solid.svg +0 -0
  273. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/times-circle-solid.svg +0 -0
  274. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/times-solid.svg +0 -0
  275. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/trash-alt-solid.svg +0 -0
  276. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/undo-book.svg +0 -0
  277. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/undo-solid.svg +0 -0
  278. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/user-edit-solid.svg +0 -0
  279. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/user-minus-solid.svg +0 -0
  280. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/user-plus-solid.svg +0 -0
  281. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/user-solid.svg +0 -0
  282. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/user-times-solid.svg +0 -0
  283. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/users-slash-solid.svg +0 -0
  284. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/users-solid.svg +0 -0
  285. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/volume-mute-solid.svg +0 -0
  286. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/volume-up-solid.svg +0 -0
  287. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/highlighted_tool_buttons/word.svg +0 -0
  288. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/anchor-solid.svg +0 -0
  289. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/angle-double-left-solid.svg +0 -0
  290. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/angle-double-right-solid.svg +0 -0
  291. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/arrows-left-right-to-line-solid.svg +0 -0
  292. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/book-solid.svg +0 -0
  293. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/bug-solid.svg +0 -0
  294. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/caret-down-solid.svg +0 -0
  295. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/caret-left-solid.svg +0 -0
  296. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/caret-right-solid.svg +0 -0
  297. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/caret-up-solid.svg +0 -0
  298. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/case.svg +0 -0
  299. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/check-circle-solid.svg +0 -0
  300. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/check-solid.svg +0 -0
  301. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/chevron-down-solid.svg +0 -0
  302. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/chevron-left-solid.svg +0 -0
  303. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/chevron-right-solid.svg +0 -0
  304. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/chevron-up-solid.svg +0 -0
  305. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/cog-solid.svg +0 -0
  306. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/compress-arrows-alt-solid.svg +0 -0
  307. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/edit-solid.svg +0 -0
  308. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/exclamation-solid.svg +0 -0
  309. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/exclamation-triangle-solid.svg +0 -0
  310. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/expand-arrows-alt-solid.svg +0 -0
  311. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/external-link-alt-solid.svg +0 -0
  312. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/fast-backward-solid.svg +0 -0
  313. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/fast-forward-solid.svg +0 -0
  314. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/file-export-solid.svg +0 -0
  315. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/folder-open-solid.svg +0 -0
  316. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/history-solid.svg +0 -0
  317. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/keyboard-solid.svg +0 -0
  318. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/life-ring-solid.svg +0 -0
  319. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/lock-open-solid.svg +0 -0
  320. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/lock-solid.svg +0 -0
  321. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/magic-solid.svg +0 -0
  322. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/magnifying-glass-location-solid.svg +0 -0
  323. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/magnifying-glass-minus-solid.svg +0 -0
  324. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/magnifying-glass-plus-solid.svg +0 -0
  325. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/magnifying-glass-solid.svg +0 -0
  326. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/oov-check.svg +0 -0
  327. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/pause-solid.svg +0 -0
  328. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/play-solid.svg +0 -0
  329. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/redo-solid.svg +0 -0
  330. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/regex.svg +0 -0
  331. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/rotate.svg +0 -0
  332. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/save-book.svg +0 -0
  333. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/save-solid.svg +0 -0
  334. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/sort-down-solid.svg +0 -0
  335. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/sort-up-solid.svg +0 -0
  336. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/speaker.svg +0 -0
  337. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/sync-alt-solid.svg +0 -0
  338. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/times-circle-solid.svg +0 -0
  339. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/times-solid.svg +0 -0
  340. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/trash-alt-solid.svg +0 -0
  341. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/undo-book.svg +0 -0
  342. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/undo-solid.svg +0 -0
  343. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/user-edit-solid.svg +0 -0
  344. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/user-minus-solid.svg +0 -0
  345. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/user-plus-solid.svg +0 -0
  346. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/user-solid.svg +0 -0
  347. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/user-times-solid.svg +0 -0
  348. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/users-slash-solid.svg +0 -0
  349. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/users-solid.svg +0 -0
  350. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/volume-mute-solid.svg +0 -0
  351. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/volume-up-solid.svg +0 -0
  352. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/hover_tool_buttons/word.svg +0 -0
  353. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/loading_screen.gif +0 -0
  354. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/logos/anchor-blue.svg +0 -0
  355. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/logos/anchor-yellow.svg +0 -0
  356. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/logos/logo_full.svg +0 -0
  357. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/logos/logo_text.svg +0 -0
  358. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/spinning_blue.svg +0 -0
  359. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/spinning_yellow.svg +0 -0
  360. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources/splash_screen.svg +0 -0
  361. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources.qrc +0 -0
  362. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/resources_rc.py +0 -0
  363. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/settings.py +0 -0
  364. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/title_screen.ui +0 -0
  365. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/ui_error_dialog.py +0 -0
  366. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/ui_main_window.py +0 -0
  367. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/ui_preferences.py +0 -0
  368. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/anchor/workers.py +0 -0
  369. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/Makefile +0 -0
  370. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/make.bat +0 -0
  371. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/anchor-yellow.svg +0 -0
  372. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/css/style.css +0 -0
  373. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/dictionary_annotation.png +0 -0
  374. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/favicon.ico +0 -0
  375. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/alignment_interface.png +0 -0
  376. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/alignment_settings.png +0 -0
  377. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/corpus_menu_load_recent.png +0 -0
  378. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/diarization_interface.png +0 -0
  379. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/diarization_progress_bar.png +0 -0
  380. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/diarization_results.png +0 -0
  381. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/diarization_search.png +0 -0
  382. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/diarization_utterance.png +0 -0
  383. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/dictionary_context_menu.png +0 -0
  384. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/dictionary_interface.png +0 -0
  385. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/dictionary_menu.png +0 -0
  386. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/dictionary_pronunciation.png +0 -0
  387. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/dictionary_results.png +0 -0
  388. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/dictionary_search.png +0 -0
  389. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/edit_menu.png +0 -0
  390. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/models_menu_acoustic.png +0 -0
  391. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/models_menu_g2p.png +0 -0
  392. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/models_menu_ivector.png +0 -0
  393. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/models_menu_lm.png +0 -0
  394. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/oov_interface.png +0 -0
  395. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/oov_pronunciation.png +0 -0
  396. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/oov_results.png +0 -0
  397. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/oov_search.png +0 -0
  398. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/preferences_appearance.png +0 -0
  399. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/preferences_general.png +0 -0
  400. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/preferences_keybinds.png +0 -0
  401. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/preferences_pitch.png +0 -0
  402. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/preferences_spec.png +0 -0
  403. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_add.png +0 -0
  404. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_cluster.png +0 -0
  405. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_cluster_legend.png +0 -0
  406. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_cluster_select_multiple.png +0 -0
  407. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_cluster_select_one.png +0 -0
  408. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_cluster_settings.png +0 -0
  409. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_cluster_toolbar.png +0 -0
  410. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_context_menu.png +0 -0
  411. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_interface.png +0 -0
  412. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_results.png +0 -0
  413. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_search.png +0 -0
  414. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/speaker_utterance.png +0 -0
  415. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_advanced.png +0 -0
  416. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_alignment.png +0 -0
  417. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_audio.png +0 -0
  418. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_bad_alignment.png +0 -0
  419. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_edit.png +0 -0
  420. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_help.png +0 -0
  421. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_interface.png +0 -0
  422. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_interface_change_speaker.png +0 -0
  423. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_interface_lookup.png +0 -0
  424. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_interface_oov.png +0 -0
  425. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_interface_tiers.png +0 -0
  426. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_list.png +0 -0
  427. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_list_header.png +0 -0
  428. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_play.png +0 -0
  429. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_results.png +0 -0
  430. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_search.png +0 -0
  431. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_toolbar.png +0 -0
  432. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_transcript.png +0 -0
  433. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_unaligned.png +0 -0
  434. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_waveform.png +0 -0
  435. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/img/utterance_zoom.png +0 -0
  436. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/logo_full.svg +0 -0
  437. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/_static/speaker_annotation.png +0 -0
  438. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/conf.py +0 -0
  439. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/first_steps/index.rst +0 -0
  440. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/getting_started.rst +0 -0
  441. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/index.rst +0 -0
  442. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/installation.rst +0 -0
  443. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/reference/index.rst +0 -0
  444. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/user_guide/configuration.rst +0 -0
  445. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/user_guide/diarization.rst +0 -0
  446. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/user_guide/dictionary.rst +0 -0
  447. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/user_guide/index.rst +0 -0
  448. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/user_guide/known_issues.rst +0 -0
  449. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/user_guide/oovs.rst +0 -0
  450. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/user_guide/speakers.rst +0 -0
  451. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/docs/source/user_guide/utterances.rst +0 -0
  452. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/environment.yml +0 -0
  453. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/pyproject.toml +0 -0
  454. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/requirements.txt +0 -0
  455. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/rtd_environment.yml +0 -0
  456. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/setup.cfg +0 -0
  457. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/setup.py +0 -0
  458. {Anchor_annotator-0.2.0 → Anchor_annotator-0.2.1}/utility/create_colored_icons.py +0 -0
@@ -141,3 +141,5 @@ dmypy.json
141
141
  anchor/_version.py
142
142
 
143
143
  *.pclprof
144
+
145
+ .qtcreator/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Anchor_annotator
3
- Version: 0.2.0
3
+ Version: 0.2.1
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
2
  Name: Anchor_annotator
3
- Version: 0.2.0
3
+ Version: 0.2.1
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
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.2.0'
16
- __version_tuple__ = version_tuple = (0, 2, 0)
15
+ __version__ = version = '0.2.1'
16
+ __version_tuple__ = version_tuple = (0, 2, 1)
@@ -1058,27 +1058,19 @@ class CorpusSelectionModel(QtCore.QItemSelectionModel):
1058
1058
  def model(self) -> CorpusModel:
1059
1059
  return super(CorpusSelectionModel, self).model()
1060
1060
 
1061
- def checkSelected(self, utterance: Utterance):
1061
+ def focus_utterance(self, index):
1062
1062
  m = self.model()
1063
- for index in self.selectedRows(1):
1064
- if utterance.id == m._indices[index.row()]:
1065
- return True
1066
- return False
1067
-
1068
- def focusUtterance(self, index):
1069
- m = self.model()
1070
- u = m.utteranceAt(index)
1071
- if u is None:
1063
+ row = index.row()
1064
+ utt_id = m.utterance_id_at(row)
1065
+ if utt_id is None:
1072
1066
  self.min_time = 0
1073
1067
  self.max_time = 1
1074
1068
  self.fileAboutToChange()
1075
1069
  self.fileChanged.emit()
1076
1070
  return
1077
- begin = u.begin
1078
- end = u.end
1079
- padding = 1
1080
- self.set_view_times(begin - padding, end + padding)
1081
- self.selectionAudioChanged.emit()
1071
+ self.current_utterance_id = utt_id
1072
+ self.currentUtteranceChanged.emit()
1073
+ self.fileViewRequested.emit(self.model().audio_info_for_utterance(row))
1082
1074
 
1083
1075
 
1084
1076
  class OovModel(TableModel):
@@ -1616,7 +1616,7 @@ class AlignmentRegion(MfaRegion):
1616
1616
  def viewRangeChanged(self):
1617
1617
  if (self.item_max - self.item_min) / (
1618
1618
  self.selection_model.max_time - self.selection_model.min_time
1619
- ) < 0.01:
1619
+ ) < 0.001:
1620
1620
  self.hide()
1621
1621
  else:
1622
1622
  self.show()
@@ -150,26 +150,10 @@ class DeleteUtteranceCommand(FileCommand):
150
150
 
151
151
  def _undo(self, session) -> None:
152
152
  for i, utt in enumerate(self.deleted_utterances):
153
- try:
154
- del utt.duration
155
- except AttributeError:
156
- pass
157
- try:
158
- del utt.kaldi_id
159
- except AttributeError:
160
- pass
161
153
  make_transient(utt)
162
154
  for x in utt.phone_intervals:
163
- try:
164
- del x.duration
165
- except AttributeError:
166
- pass
167
155
  make_transient(x)
168
156
  for x in utt.word_intervals:
169
- try:
170
- del x.duration
171
- except AttributeError:
172
- pass
173
157
  make_transient(x)
174
158
  if utt.channel is None:
175
159
  utt.channel = self.channels[i]
@@ -212,52 +196,20 @@ class SplitUtteranceCommand(FileCommand):
212
196
  if u.id is not None:
213
197
  make_transient(u)
214
198
  for x in u.phone_intervals:
215
- try:
216
- del x.duration
217
- except AttributeError:
218
- pass
219
199
  make_transient(x)
220
200
  for x in u.word_intervals:
221
- try:
222
- del x.duration
223
- except AttributeError:
224
- pass
225
201
  make_transient(x)
226
202
  if u.channel is None:
227
203
  u.channel = self.merged_utterance.channel
228
- try:
229
- del u.duration
230
- except AttributeError:
231
- pass
232
- try:
233
- del u.kaldi_id
234
- except AttributeError:
235
- pass
236
204
  session.add(u)
237
205
 
238
206
  def _undo(self, session) -> None:
239
207
  if self.merged_utterance.channel is None:
240
208
  self.merged_utterance.channel = self.split_utterances[0].channel
241
- try:
242
- del self.merged_utterance.duration
243
- except AttributeError:
244
- pass
245
- try:
246
- del self.merged_utterance.kaldi_id
247
- except AttributeError:
248
- pass
249
209
  make_transient(self.merged_utterance)
250
210
  for x in self.merged_utterance.phone_intervals:
251
- try:
252
- del x.duration
253
- except AttributeError:
254
- pass
255
211
  make_transient(x)
256
212
  for x in self.merged_utterance.word_intervals:
257
- try:
258
- del x.duration
259
- except AttributeError:
260
- pass
261
213
  make_transient(x)
262
214
  session.add(self.merged_utterance)
263
215
  for u in self.split_utterances:
@@ -300,7 +252,6 @@ class MergeUtteranceCommand(FileCommand):
300
252
  make_transient(self.merged_utterance)
301
253
  if self.merged_utterance.channel is None:
302
254
  self.merged_utterance.channel = self.channel
303
- self.merged_utterance.kaldi_id = None
304
255
  session.add(self.merged_utterance)
305
256
 
306
257
  def _undo(self, session) -> None:
@@ -309,12 +260,9 @@ class MergeUtteranceCommand(FileCommand):
309
260
  if old_utt.channel is None:
310
261
  old_utt.channel = self.channel
311
262
  for x in old_utt.phone_intervals:
312
- x.duration = None
313
263
  make_transient(x)
314
264
  for x in old_utt.word_intervals:
315
265
  make_transient(x)
316
- old_utt.duration = None
317
- old_utt.kaldi_id = None
318
266
  session.add(old_utt)
319
267
  session.delete(self.merged_utterance)
320
268
 
@@ -402,14 +350,6 @@ class CreateUtteranceCommand(FileCommand):
402
350
  make_transient(self.new_utterance)
403
351
  if self.new_utterance.channel is None:
404
352
  self.new_utterance.channel = self.channel
405
- try:
406
- del self.new_utterance.duration
407
- except AttributeError:
408
- pass
409
- try:
410
- del self.new_utterance.kaldi_id
411
- except AttributeError:
412
- pass
413
353
  session.add(self.new_utterance)
414
354
 
415
355
  def _undo(self, session) -> None:
@@ -453,10 +393,6 @@ class UpdateUtteranceTimesCommand(FileCommand):
453
393
  self.utterance.xvector = None
454
394
  self.utterance.ivector = None
455
395
  self.utterance.features = None
456
- try:
457
- del self.utterance.duration
458
- except AttributeError:
459
- pass
460
396
  session.merge(self.utterance)
461
397
 
462
398
  def _undo(self, session) -> None:
@@ -465,10 +401,6 @@ class UpdateUtteranceTimesCommand(FileCommand):
465
401
  self.utterance.xvector = None
466
402
  self.utterance.ivector = None
467
403
  self.utterance.features = None
468
- try:
469
- del self.utterance.duration
470
- except AttributeError:
471
- pass
472
404
  session.merge(self.utterance)
473
405
 
474
406
  def update_data(self):
@@ -495,10 +427,6 @@ class UpdateUtteranceTextCommand(FileCommand):
495
427
  for w in self.new_text.split():
496
428
  if not self.corpus_model.dictionary_model.check_word(w, self.speaker_id):
497
429
  oovs.add(w)
498
- try:
499
- del self.utterance.duration
500
- except AttributeError:
501
- pass
502
430
  self.utterance.text = self.new_text
503
431
  self.utterance.normalized_text = self.new_text # FIXME: Update this
504
432
  self.utterance.oovs = " ".join(oovs)
@@ -510,10 +438,6 @@ class UpdateUtteranceTextCommand(FileCommand):
510
438
  for w in self.new_text.split():
511
439
  if not self.corpus_model.dictionary_model.check_word(w, self.speaker_id):
512
440
  oovs.add(w)
513
- try:
514
- del self.utterance.duration
515
- except AttributeError:
516
- pass
517
441
  self.utterance.text = self.old_text
518
442
  self.utterance.normalized_text = self.old_text # FIXME: Update this
519
443
  self.utterance.oovs = " ".join(oovs)
@@ -402,7 +402,7 @@ class UtteranceListTable(AnchorTableView):
402
402
  def set_models(self, model: CorpusModel, selection_model: CorpusSelectionModel):
403
403
  self.setModel(model)
404
404
  self.setSelectionModel(selection_model)
405
- self.doubleClicked.connect(self.selectionModel().focusUtterance)
405
+ self.doubleClicked.connect(self.selectionModel().focus_utterance)
406
406
  self.model().utteranceTextUpdated.connect(self.repaint)
407
407
  self.refresh_settings()
408
408
  model.corpusLoaded.connect(self.update_header)
@@ -6,6 +6,12 @@ Changelog
6
6
 
7
7
  Alpha releases
8
8
 
9
+ 0.2.1
10
+ -----
11
+
12
+ - Fixed bug with calculated columns when merging/splitting and then changing time boundaries
13
+ - Fixed bug when double clicking on an utterance to focus it
14
+
9
15
  0.2.0
10
16
  -----
11
17