CHANGELOG.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
bauh/__init__.py
bauh/app.py
bauh/app_args.py
bauh/context.py
bauh/manage.py
bauh/stylesheet.py
bauh/tray.py
bauh.egg-info/PKG-INFO
bauh.egg-info/SOURCES.txt
bauh.egg-info/dependency_links.txt
bauh.egg-info/entry_points.txt
bauh.egg-info/requires.txt
bauh.egg-info/top_level.txt
bauh/api/__init__.py
bauh/api/exception.py
bauh/api/http.py
bauh/api/paths.py
bauh/api/user.py
bauh/api/abstract/__init__.py
bauh/api/abstract/cache.py
bauh/api/abstract/context.py
bauh/api/abstract/controller.py
bauh/api/abstract/disk.py
bauh/api/abstract/download.py
bauh/api/abstract/handler.py
bauh/api/abstract/model.py
bauh/api/abstract/view.py
bauh/cli/__init__.py
bauh/cli/app.py
bauh/cli/cli_args.py
bauh/cli/controller.py
bauh/commons/__init__.py
bauh/commons/boot.py
bauh/commons/category.py
bauh/commons/config.py
bauh/commons/custom_types.py
bauh/commons/html.py
bauh/commons/internet.py
bauh/commons/resource.py
bauh/commons/singleton.py
bauh/commons/suggestions.py
bauh/commons/system.py
bauh/commons/util.py
bauh/commons/version_util.py
bauh/commons/view_utils.py
bauh/desktop/bauh.desktop
bauh/desktop/bauh_tray.desktop
bauh/gems/__init__.py
bauh/gems/appimage/__init__.py
bauh/gems/appimage/config.py
bauh/gems/appimage/controller.py
bauh/gems/appimage/model.py
bauh/gems/appimage/query.py
bauh/gems/appimage/util.py
bauh/gems/appimage/worker.py
bauh/gems/appimage/resources/img/appimage.svg
bauh/gems/appimage/resources/img/refresh.svg
bauh/gems/appimage/resources/locale/ca
bauh/gems/appimage/resources/locale/de
bauh/gems/appimage/resources/locale/en
bauh/gems/appimage/resources/locale/es
bauh/gems/appimage/resources/locale/fr
bauh/gems/appimage/resources/locale/it
bauh/gems/appimage/resources/locale/pt
bauh/gems/appimage/resources/locale/ru
bauh/gems/appimage/resources/locale/tr
bauh/gems/arch/__init__.py
bauh/gems/arch/aur.py
bauh/gems/arch/config.py
bauh/gems/arch/confirmation.py
bauh/gems/arch/controller.py
bauh/gems/arch/cpu_manager.py
bauh/gems/arch/database.py
bauh/gems/arch/dependencies.py
bauh/gems/arch/disk.py
bauh/gems/arch/download.py
bauh/gems/arch/exceptions.py
bauh/gems/arch/git.py
bauh/gems/arch/gpg.py
bauh/gems/arch/makepkg.py
bauh/gems/arch/mapper.py
bauh/gems/arch/message.py
bauh/gems/arch/mirrors.py
bauh/gems/arch/model.py
bauh/gems/arch/output.py
bauh/gems/arch/pacman.py
bauh/gems/arch/pkgbuild.py
bauh/gems/arch/proc_util.py
bauh/gems/arch/rebuild_detector.py
bauh/gems/arch/sorting.py
bauh/gems/arch/sshell.py
bauh/gems/arch/suggestions.py
bauh/gems/arch/updates.py
bauh/gems/arch/worker.py
bauh/gems/arch/resources/img/arch.svg
bauh/gems/arch/resources/img/build.svg
bauh/gems/arch/resources/img/check.svg
bauh/gems/arch/resources/img/check_disabled.svg
bauh/gems/arch/resources/img/mark_pkgbuild.svg
bauh/gems/arch/resources/img/repo.svg
bauh/gems/arch/resources/img/unmark_pkgbuild.svg
bauh/gems/arch/resources/locale/ca
bauh/gems/arch/resources/locale/de
bauh/gems/arch/resources/locale/en
bauh/gems/arch/resources/locale/es
bauh/gems/arch/resources/locale/fr
bauh/gems/arch/resources/locale/it
bauh/gems/arch/resources/locale/pt
bauh/gems/arch/resources/locale/ru
bauh/gems/arch/resources/locale/tr
bauh/gems/debian/__init__.py
bauh/gems/debian/aptitude.py
bauh/gems/debian/common.py
bauh/gems/debian/config.py
bauh/gems/debian/controller.py
bauh/gems/debian/gui.py
bauh/gems/debian/index.py
bauh/gems/debian/model.py
bauh/gems/debian/suggestions.py
bauh/gems/debian/tasks.py
bauh/gems/debian/resources/img/clean.svg
bauh/gems/debian/resources/img/debian.svg
bauh/gems/debian/resources/locale/ca
bauh/gems/debian/resources/locale/de
bauh/gems/debian/resources/locale/en
bauh/gems/debian/resources/locale/es
bauh/gems/debian/resources/locale/fr
bauh/gems/debian/resources/locale/it
bauh/gems/debian/resources/locale/pt
bauh/gems/debian/resources/locale/ru
bauh/gems/debian/resources/locale/tr
bauh/gems/flatpak/__init__.py
bauh/gems/flatpak/config.py
bauh/gems/flatpak/constants.py
bauh/gems/flatpak/controller.py
bauh/gems/flatpak/flatpak.py
bauh/gems/flatpak/model.py
bauh/gems/flatpak/worker.py
bauh/gems/flatpak/resources/img/flatpak.svg
bauh/gems/flatpak/resources/locale/ca
bauh/gems/flatpak/resources/locale/de
bauh/gems/flatpak/resources/locale/en
bauh/gems/flatpak/resources/locale/es
bauh/gems/flatpak/resources/locale/fr
bauh/gems/flatpak/resources/locale/it
bauh/gems/flatpak/resources/locale/pt
bauh/gems/flatpak/resources/locale/ru
bauh/gems/flatpak/resources/locale/tr
bauh/gems/snap/__init__.py
bauh/gems/snap/config.py
bauh/gems/snap/controller.py
bauh/gems/snap/model.py
bauh/gems/snap/snap.py
bauh/gems/snap/snapd.py
bauh/gems/snap/resources/img/refresh.svg
bauh/gems/snap/resources/img/snap.svg
bauh/gems/snap/resources/locale/ca
bauh/gems/snap/resources/locale/de
bauh/gems/snap/resources/locale/en
bauh/gems/snap/resources/locale/es
bauh/gems/snap/resources/locale/fr
bauh/gems/snap/resources/locale/it
bauh/gems/snap/resources/locale/pt
bauh/gems/snap/resources/locale/ru
bauh/gems/snap/resources/locale/tr
bauh/gems/web/__init__.py
bauh/gems/web/config.py
bauh/gems/web/controller.py
bauh/gems/web/environment.py
bauh/gems/web/model.py
bauh/gems/web/nativefier.py
bauh/gems/web/search.py
bauh/gems/web/suggestions.py
bauh/gems/web/worker.py
bauh/gems/web/resources/img/web.svg
bauh/gems/web/resources/locale/ca
bauh/gems/web/resources/locale/en
bauh/gems/web/resources/locale/es
bauh/gems/web/resources/locale/fr
bauh/gems/web/resources/locale/it
bauh/gems/web/resources/locale/pt
bauh/gems/web/resources/locale/ru
bauh/gems/web/resources/locale/tr
bauh/view/__init__.py
bauh/view/core/__init__.py
bauh/view/core/config.py
bauh/view/core/controller.py
bauh/view/core/downloader.py
bauh/view/core/gems.py
bauh/view/core/settings.py
bauh/view/core/suggestions.py
bauh/view/core/timeshift.py
bauh/view/core/tray_client.py
bauh/view/core/update.py
bauh/view/qt/__init__.py
bauh/view/qt/about.py
bauh/view/qt/apps_table.py
bauh/view/qt/commons.py
bauh/view/qt/components.py
bauh/view/qt/dialog.py
bauh/view/qt/history.py
bauh/view/qt/info.py
bauh/view/qt/prepare.py
bauh/view/qt/qt_utils.py
bauh/view/qt/root.py
bauh/view/qt/screenshots.py
bauh/view/qt/settings.py
bauh/view/qt/systray.py
bauh/view/qt/thread.py
bauh/view/qt/view_model.py
bauh/view/qt/window.py
bauh/view/resources/img/logo.svg
bauh/view/resources/img/logo_update.svg
bauh/view/resources/locale/ca
bauh/view/resources/locale/de
bauh/view/resources/locale/en
bauh/view/resources/locale/es
bauh/view/resources/locale/fr
bauh/view/resources/locale/it
bauh/view/resources/locale/pt
bauh/view/resources/locale/ru
bauh/view/resources/locale/tr
bauh/view/resources/locale/about/ca
bauh/view/resources/locale/about/de
bauh/view/resources/locale/about/en
bauh/view/resources/locale/about/es
bauh/view/resources/locale/about/fr
bauh/view/resources/locale/about/it
bauh/view/resources/locale/about/pt
bauh/view/resources/locale/about/ru
bauh/view/resources/locale/tray/ca
bauh/view/resources/locale/tray/de
bauh/view/resources/locale/tray/en
bauh/view/resources/locale/tray/es
bauh/view/resources/locale/tray/fr
bauh/view/resources/locale/tray/it
bauh/view/resources/locale/tray/pt
bauh/view/resources/locale/tray/ru
bauh/view/resources/locale/tray/tr
bauh/view/resources/style/darcula/darcula.meta
bauh/view/resources/style/darcula/darcula.qss
bauh/view/resources/style/darcula/darcula.vars
bauh/view/resources/style/darcula/img/about.svg
bauh/view/resources/style/darcula/img/app_play.svg
bauh/view/resources/style/darcula/img/app_play_disabled.svg
bauh/view/resources/style/darcula/img/arrow_down.svg
bauh/view/resources/style/darcula/img/arrow_up.svg
bauh/view/resources/style/darcula/img/camera.svg
bauh/view/resources/style/darcula/img/camera_disabled.svg
bauh/view/resources/style/darcula/img/checkbox_checked.svg
bauh/view/resources/style/darcula/img/checkbox_checked_disabled.svg
bauh/view/resources/style/darcula/img/checkbox_unchecked.svg
bauh/view/resources/style/darcula/img/checkbox_unchecked_disabled.svg
bauh/view/resources/style/darcula/img/clean.svg
bauh/view/resources/style/darcula/img/downgrade.svg
bauh/view/resources/style/darcula/img/filter.svg
bauh/view/resources/style/darcula/img/filter_focused.svg
bauh/view/resources/style/darcula/img/history.svg
bauh/view/resources/style/darcula/img/ignore_update.svg
bauh/view/resources/style/darcula/img/info.svg
bauh/view/resources/style/darcula/img/installed.svg
bauh/view/resources/style/darcula/img/menu.svg
bauh/view/resources/style/darcula/img/question.svg
bauh/view/resources/style/darcula/img/refresh.svg
bauh/view/resources/style/darcula/img/revert_update_ignored.svg
bauh/view/resources/style/darcula/img/search.svg
bauh/view/resources/style/darcula/img/search_focused.svg
bauh/view/resources/style/darcula/img/settings.svg
bauh/view/resources/style/darcula/img/suggestions.svg
bauh/view/resources/style/darcula/img/themes.svg
bauh/view/resources/style/darcula/img/update.svg
bauh/view/resources/style/darcula/img/update_unchecked.svg
bauh/view/resources/style/darcula/img/verified.svg
bauh/view/resources/style/darcula/img/warning.svg
bauh/view/resources/style/default/default.meta
bauh/view/resources/style/default/default.qss
bauh/view/resources/style/knight/knight.meta
bauh/view/resources/style/knight/knight.qss
bauh/view/resources/style/knight/knight.vars
bauh/view/resources/style/knight/img/about.svg
bauh/view/resources/style/knight/img/app_play.svg
bauh/view/resources/style/knight/img/app_play_disabled.svg
bauh/view/resources/style/knight/img/arrow_down.svg
bauh/view/resources/style/knight/img/arrow_up.svg
bauh/view/resources/style/knight/img/camera.svg
bauh/view/resources/style/knight/img/camera_disabled.svg
bauh/view/resources/style/knight/img/checkbox_checked.svg
bauh/view/resources/style/knight/img/checkbox_checked_disabled.svg
bauh/view/resources/style/knight/img/checkbox_unchecked.svg
bauh/view/resources/style/knight/img/checkbox_unchecked_disabled.svg
bauh/view/resources/style/knight/img/clean.svg
bauh/view/resources/style/knight/img/downgrade.svg
bauh/view/resources/style/knight/img/filter.svg
bauh/view/resources/style/knight/img/filter_focused.svg
bauh/view/resources/style/knight/img/help.svg
bauh/view/resources/style/knight/img/history.svg
bauh/view/resources/style/knight/img/ignore_update.svg
bauh/view/resources/style/knight/img/info.svg
bauh/view/resources/style/knight/img/installed.svg
bauh/view/resources/style/knight/img/menu.svg
bauh/view/resources/style/knight/img/refresh.svg
bauh/view/resources/style/knight/img/revert_update_ignored.svg
bauh/view/resources/style/knight/img/search.svg
bauh/view/resources/style/knight/img/search_focused.svg
bauh/view/resources/style/knight/img/settings.svg
bauh/view/resources/style/knight/img/suggestions.svg
bauh/view/resources/style/knight/img/themes.svg
bauh/view/resources/style/knight/img/update.svg
bauh/view/resources/style/knight/img/update_unchecked.svg
bauh/view/resources/style/knight/img/verified.svg
bauh/view/resources/style/light/light.meta
bauh/view/resources/style/light/light.qss
bauh/view/resources/style/light/light.vars
bauh/view/resources/style/light/img/about.svg
bauh/view/resources/style/light/img/app_play.svg
bauh/view/resources/style/light/img/app_play_disabled.svg
bauh/view/resources/style/light/img/arrow_down.svg
bauh/view/resources/style/light/img/arrow_up.svg
bauh/view/resources/style/light/img/camera.svg
bauh/view/resources/style/light/img/camera_disabled.svg
bauh/view/resources/style/light/img/checkbox_checked.svg
bauh/view/resources/style/light/img/checkbox_checked_disabled.svg
bauh/view/resources/style/light/img/checkbox_unchecked.svg
bauh/view/resources/style/light/img/clean.svg
bauh/view/resources/style/light/img/downgrade.svg
bauh/view/resources/style/light/img/exclamation.svg
bauh/view/resources/style/light/img/filter.svg
bauh/view/resources/style/light/img/filter_focused.svg
bauh/view/resources/style/light/img/history.svg
bauh/view/resources/style/light/img/ignore_update.svg
bauh/view/resources/style/light/img/installed.svg
bauh/view/resources/style/light/img/menu.svg
bauh/view/resources/style/light/img/question.svg
bauh/view/resources/style/light/img/refresh.svg
bauh/view/resources/style/light/img/revert_update_ignored.svg
bauh/view/resources/style/light/img/search.svg
bauh/view/resources/style/light/img/search_focused.svg
bauh/view/resources/style/light/img/settings.svg
bauh/view/resources/style/light/img/suggestions.svg
bauh/view/resources/style/light/img/themes.svg
bauh/view/resources/style/light/img/update.svg
bauh/view/resources/style/light/img/upgrade.svg
bauh/view/resources/style/light/img/verified.svg
bauh/view/resources/style/light/img/warning.svg
bauh/view/resources/style/sublime/sublime.meta
bauh/view/resources/style/sublime/sublime.qss
bauh/view/resources/style/sublime/sublime.vars
bauh/view/resources/style/sublime/img/about.svg
bauh/view/resources/style/sublime/img/app_play.svg
bauh/view/resources/style/sublime/img/app_play_disabled.svg
bauh/view/resources/style/sublime/img/arrow_down.svg
bauh/view/resources/style/sublime/img/arrow_up.svg
bauh/view/resources/style/sublime/img/camera.svg
bauh/view/resources/style/sublime/img/camera_disabled.svg
bauh/view/resources/style/sublime/img/checkbox_checked.svg
bauh/view/resources/style/sublime/img/checkbox_checked_disabled.svg
bauh/view/resources/style/sublime/img/checkbox_unchecked.svg
bauh/view/resources/style/sublime/img/clean.svg
bauh/view/resources/style/sublime/img/downgrade.svg
bauh/view/resources/style/sublime/img/exclamation.svg
bauh/view/resources/style/sublime/img/filter.svg
bauh/view/resources/style/sublime/img/filter_focused.svg
bauh/view/resources/style/sublime/img/history.svg
bauh/view/resources/style/sublime/img/ignore_update.svg
bauh/view/resources/style/sublime/img/installed.svg
bauh/view/resources/style/sublime/img/menu.svg
bauh/view/resources/style/sublime/img/question.svg
bauh/view/resources/style/sublime/img/refresh.svg
bauh/view/resources/style/sublime/img/revert_update_ignored.svg
bauh/view/resources/style/sublime/img/search.svg
bauh/view/resources/style/sublime/img/search_focused.svg
bauh/view/resources/style/sublime/img/settings.svg
bauh/view/resources/style/sublime/img/suggestions.svg
bauh/view/resources/style/sublime/img/themes.svg
bauh/view/resources/style/sublime/img/upgrade.svg
bauh/view/resources/style/sublime/img/upgrade_unchecked.svg
bauh/view/resources/style/sublime/img/verified.svg
bauh/view/resources/style/sublime/img/warning.svg
bauh/view/util/__init__.py
bauh/view/util/cache.py
bauh/view/util/disk.py
bauh/view/util/logs.py
bauh/view/util/resource.py
bauh/view/util/translation.py
bauh/view/util/util.py
tests/__init__.py
tests/api/__init__.py
tests/api/abstract/__init__.py
tests/api/abstract/test_model.py
tests/common/__init__.py
tests/common/test_util.py
tests/common/test_version_util.py
tests/common/test_view_utils.py
tests/gems/__init__.py
tests/gems/appimage/__init__.py
tests/gems/appimage/test_util.py
tests/gems/arch/__init__.py
tests/gems/arch/test_aur.py
tests/gems/arch/test_aur_data_mapper.py
tests/gems/arch/test_pacman.py
tests/gems/arch/test_sorting.py
tests/gems/arch/test_updates.py
tests/gems/arch/resources/bauh_srcinfo
tests/gems/arch/resources/mangohud_srcinfo
tests/gems/arch/resources/pacman.conf
tests/gems/arch/resources/pacman_ign_pkgs.conf
tests/gems/debian/__init__.py
tests/gems/debian/test_aptitude.py
tests/gems/debian/test_controller.py
tests/gems/debian/test_index.py
tests/gems/debian/resources/app_idx_full.json
tests/gems/flatpak/__init__.py
tests/gems/flatpak/test_controller.py
tests/gems/flatpak/test_flatpak.py
tests/gems/flatpak/test_worker.py
tests/gems/web/__init__.py
tests/gems/web/test_controller.py
tests/view/__init__.py
tests/view/core/__init__.py
tests/view/core/test_stylesheet.py