LICENSE
MANIFEST.in
README.md
README.rst
pyproject.toml
cutelog2/__init__.py
cutelog2/__main__.py
cutelog2/about_dialog.py
cutelog2/config.py
cutelog2/level_edit_dialog.py
cutelog2/levels_preset_dialog.py
cutelog2/listener.py
cutelog2/log_levels.py
cutelog2/logger_tab.py
cutelog2/logger_table_header.py
cutelog2/main_window.py
cutelog2/merge_dialog.py
cutelog2/pop_in_dialog.py
cutelog2/resources_loader.py
cutelog2/settings_dialog.py
cutelog2/text_view_dialog.py
cutelog2/utils.py
cutelog2.egg-info/PKG-INFO
cutelog2.egg-info/SOURCES.txt
cutelog2.egg-info/dependency_links.txt
cutelog2.egg-info/entry_points.txt
cutelog2.egg-info/requires.txt
cutelog2.egg-info/top_level.txt
cutelog2/resources/dark_theme.qss
cutelog2/resources/light_theme.qss
cutelog2/resources/icons/dark_theme/ion-check.svg
cutelog2/resources/icons/dark_theme/ion-cross.svg
cutelog2/resources/icons/dark_theme/ion-down.svg
cutelog2/resources/icons/dark_theme/ion-left.svg
cutelog2/resources/icons/dark_theme/ion-right.svg
cutelog2/resources/icons/dark_theme/ion-search-down.svg
cutelog2/resources/icons/dark_theme/ion-search-up.svg
cutelog2/resources/icons/dark_theme/ion-search.svg
cutelog2/resources/icons/dark_theme/ion-up.svg
cutelog2/resources/icons/light_theme/ion-check.svg
cutelog2/resources/icons/light_theme/ion-cross.svg
cutelog2/resources/icons/light_theme/ion-down.svg
cutelog2/resources/icons/light_theme/ion-left.svg
cutelog2/resources/icons/light_theme/ion-right.svg
cutelog2/resources/icons/light_theme/ion-search-down.svg
cutelog2/resources/icons/light_theme/ion-search-up.svg
cutelog2/resources/icons/light_theme/ion-search.svg
cutelog2/resources/icons/light_theme/ion-up.svg
cutelog2/resources/images/cutelog.png
cutelog2/resources/ui/about_dialog.ui
cutelog2/resources/ui/logger.ui
cutelog2/resources/ui/settings_dialog.ui
share/cutelog2.desktop
share/cutelog2.png
tests/conftest.py
tests/test_config.py
tests/test_dialogs.py
tests/test_filter.py
tests/test_header.py
tests/test_imports.py
tests/test_lifetime.py
tests/test_listener.py
tests/test_logger_tab.py
tests/test_models.py
tests/test_pop_out.py
tests/test_resources.py
tests/test_utils.py
tests/test_validators.py