README.md
pyproject.toml
setup.py
bubblesub/__init__.py
bubblesub/__main__.py
bubblesub/cache.py
bubblesub/compat.py
bubblesub/data.py
bubblesub/model.py
bubblesub/util.py
bubblesub.egg-info/PKG-INFO
bubblesub.egg-info/SOURCES.txt
bubblesub.egg-info/dependency_links.txt
bubblesub.egg-info/entry_points.txt
bubblesub.egg-info/requires.txt
bubblesub.egg-info/top_level.txt
bubblesub/api/__init__.py
bubblesub/api/api.py
bubblesub/api/audio.py
bubblesub/api/audio_view.py
bubblesub/api/cmd.py
bubblesub/api/gui.py
bubblesub/api/log.py
bubblesub/api/playback.py
bubblesub/api/subs.py
bubblesub/api/threading.py
bubblesub/api/undo.py
bubblesub/api/video.py
bubblesub/api/video_view.py
bubblesub/ass_renderer/__init__.py
bubblesub/ass_renderer/ass_renderer.py
bubblesub/ass_renderer/libass.py
bubblesub/cfg/__init__.py
bubblesub/cfg/base.py
bubblesub/cfg/config.py
bubblesub/cfg/hotkeys.py
bubblesub/cfg/menu.py
bubblesub/cfg/options.py
bubblesub/cmd/__init__.py
bubblesub/cmd/audio_scroll_view.py
bubblesub/cmd/audio_set_sel.py
bubblesub/cmd/audio_set_view.py
bubblesub/cmd/audio_zoom_view.py
bubblesub/cmd/file_ops.py
bubblesub/cmd/file_properties.py
bubblesub/cmd/focus_widget.py
bubblesub/cmd/karaoke.py
bubblesub/cmd/mute.py
bubblesub/cmd/noop.py
bubblesub/cmd/pause.py
bubblesub/cmd/play_region.py
bubblesub/cmd/quit.py
bubblesub/cmd/reload_cmds.py
bubblesub/cmd/save_audio_sample.py
bubblesub/cmd/save_screenshot.py
bubblesub/cmd/search.py
bubblesub/cmd/seek.py
bubblesub/cmd/set_palette.py
bubblesub/cmd/set_playback_speed.py
bubblesub/cmd/set_volume.py
bubblesub/cmd/spellcheck.py
bubblesub/cmd/styles_manager.py
bubblesub/cmd/sub_clipboard.py
bubblesub/cmd/sub_clone.py
bubblesub/cmd/sub_delete.py
bubblesub/cmd/sub_insert.py
bubblesub/cmd/sub_merge.py
bubblesub/cmd/sub_move.py
bubblesub/cmd/sub_select.py
bubblesub/cmd/sub_set.py
bubblesub/cmd/sub_shift.py
bubblesub/cmd/sub_sort.py
bubblesub/cmd/sub_split.py
bubblesub/cmd/sub_stretch.py
bubblesub/cmd/undo.py
bubblesub/cmd/video_zoom.py
bubblesub/cmd/common/__init__.py
bubblesub/cmd/common/bool.py
bubblesub/cmd/common/path.py
bubblesub/cmd/common/pts.py
bubblesub/cmd/common/sub_selection.py
bubblesub/data/AdobeBlank.ttf
bubblesub/data/bubblesub-background.png
bubblesub/data/bubblesub-black.png
bubblesub/data/bubblesub-icon.png
bubblesub/data/bubblesub-textured.png
bubblesub/data/bubblesub-white.png
bubblesub/data/bubblesub.png
bubblesub/data/hotkeys.conf
bubblesub/data/hotkeys.example
bubblesub/data/menu.conf
bubblesub/data/menu.example
bubblesub/data/options.yaml
bubblesub/data/style_preview_bk/black.png
bubblesub/data/style_preview_bk/grid.png
bubblesub/data/style_preview_bk/white.png
bubblesub/fmt/__init__.py
bubblesub/fmt/wav.py
bubblesub/fmt/ass/__init__.py
bubblesub/fmt/ass/event.py
bubblesub/fmt/ass/file.py
bubblesub/fmt/ass/meta.py
bubblesub/fmt/ass/reader.py
bubblesub/fmt/ass/style.py
bubblesub/fmt/ass/util.py
bubblesub/fmt/ass/writer.py
bubblesub/spell_check/__init__.py
bubblesub/spell_check/common.py
bubblesub/spell_check/dummy.py
bubblesub/spell_check/enchant.py
bubblesub/spell_check/pyspellchecker.py
bubblesub/tests/__init__.py
bubblesub/tests/common.py
bubblesub/tests/test_command_naming.py
bubblesub/tests/test_common.py
bubblesub/tests/test_docstring.py
bubblesub/tests/test_preamble.py
bubblesub/tests/test_run.py
bubblesub/tests/test_util.py
bubblesub/tests/api/__init__.py
bubblesub/tests/api/test_cmd.py
bubblesub/tests/api/test_video.py
bubblesub/tests/cmd/__init__.py
bubblesub/tests/cmd/common/__init__.py
bubblesub/tests/cmd/common/test_pts.py
bubblesub/tests/cmd/common/test_sub_selection.py
bubblesub/tests/fmt/__init__.py
bubblesub/tests/fmt/ass/__init__.py
bubblesub/tests/fmt/ass/test_util.py
bubblesub/tests/fmt/ass/test_writer.py
bubblesub/ui/__init__.py
bubblesub/ui/console.py
bubblesub/ui/editor.py
bubblesub/ui/font_combo_box.py
bubblesub/ui/hotkeys.py
bubblesub/ui/main_window.py
bubblesub/ui/menu.py
bubblesub/ui/mpv.py
bubblesub/ui/statusbar.py
bubblesub/ui/subs_grid.py
bubblesub/ui/time_edit.py
bubblesub/ui/ui.py
bubblesub/ui/util.py
bubblesub/ui/video.py
bubblesub/ui/audio/__init__.py
bubblesub/ui/audio/audio_preview.py
bubblesub/ui/audio/audio_slider.py
bubblesub/ui/audio/audio_timeline.py
bubblesub/ui/audio/base.py
bubblesub/ui/audio/main.py
bubblesub/ui/audio/video_preview.py
bubblesub/ui/model/__init__.py
bubblesub/ui/model/events.py
bubblesub/ui/model/proxy.py
bubblesub/ui/model/styles.py