mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 20:54:15 +02:00
M3 namespace migration: complete Phase B, partial Phase D, docs and tests
- Native runtime under bearhub/ (api, commons, gems, view/util, view/core, view/qt) - bauh/ compatibility re-export shims for legacy imports - Phase D: canonical __version__/__app_name__ in bearhub/__init__.py; pyproject.toml and setup.py point at bearhub package - Native gem loader at bearhub/view/core/gems.py - Namespace compatibility tests (159 tests passing) - Documentation: CHANGELOG [Unreleased], NAMESPACE_MIGRATION, ROADMAP, README, CONTRIBUTING, docs/qt6-migration.md, packaging/aur/README.md
This commit is contained in:
1
bauh/view/qt/__init__.py
Normal file
1
bauh/view/qt/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt import * # noqa: F401,F403
|
||||
1
bauh/view/qt/about.py
Normal file
1
bauh/view/qt/about.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.about import * # noqa: F401,F403
|
||||
1
bauh/view/qt/apps_table.py
Normal file
1
bauh/view/qt/apps_table.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.apps_table import * # noqa: F401,F403
|
||||
1
bauh/view/qt/commons.py
Normal file
1
bauh/view/qt/commons.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.commons import * # noqa: F401,F403
|
||||
1
bauh/view/qt/components.py
Normal file
1
bauh/view/qt/components.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.components import * # noqa: F401,F403
|
||||
1
bauh/view/qt/dialog.py
Normal file
1
bauh/view/qt/dialog.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.dialog import * # noqa: F401,F403
|
||||
1
bauh/view/qt/history.py
Normal file
1
bauh/view/qt/history.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.history import * # noqa: F401,F403
|
||||
1
bauh/view/qt/info.py
Normal file
1
bauh/view/qt/info.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.info import * # noqa: F401,F403
|
||||
1
bauh/view/qt/prepare.py
Normal file
1
bauh/view/qt/prepare.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.prepare import * # noqa: F401,F403
|
||||
1
bauh/view/qt/qt_utils.py
Normal file
1
bauh/view/qt/qt_utils.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.qt_utils import * # noqa: F401,F403
|
||||
1
bauh/view/qt/root.py
Normal file
1
bauh/view/qt/root.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.root import * # noqa: F401,F403
|
||||
1
bauh/view/qt/screenshots.py
Normal file
1
bauh/view/qt/screenshots.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.screenshots import * # noqa: F401,F403
|
||||
1
bauh/view/qt/settings.py
Normal file
1
bauh/view/qt/settings.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.settings import * # noqa: F401,F403
|
||||
1
bauh/view/qt/systray.py
Normal file
1
bauh/view/qt/systray.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.systray import * # noqa: F401,F403
|
||||
1
bauh/view/qt/thread.py
Normal file
1
bauh/view/qt/thread.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.thread import * # noqa: F401,F403
|
||||
1
bauh/view/qt/view_index.py
Normal file
1
bauh/view/qt/view_index.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.view_index import * # noqa: F401,F403
|
||||
1
bauh/view/qt/view_model.py
Normal file
1
bauh/view/qt/view_model.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.view_model import * # noqa: F401,F403
|
||||
1
bauh/view/qt/window.py
Normal file
1
bauh/view/qt/window.py
Normal file
@@ -0,0 +1 @@
|
||||
from bearhub.view.qt.window import * # noqa: F401,F403
|
||||
Reference in New Issue
Block a user