14 Commits

Author SHA1 Message Date
Sebastian Palencsar
e95a23bc20 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
2026-06-27 10:26:41 +02:00
Sebastian Palencsar
da377aecdc AUR bearhub: fix stale source cache collision (pkgrel=10)
Use tag-specific tarball name bearhub-0.10.7-bearhub.6.tar.gz so makepkg
and AUR helpers do not reuse an outdated bearhub-0.10.7.tar.gz from cache.
Ignore makepkg artifacts under packaging/aur/.
2026-06-27 10:18:54 +02:00
Sebastian Palencsar
d541a4cbcf Modernize runtime compatibility and initialize Bearhub fork 2026-05-26 08:35:29 +02:00
Bruno Cabral
fb4109bd77 flake warnings (#304) 2022-12-12 07:44:27 -03:00
Vinícius Moreira
d840ece02a [fix] crashes when Python is not able to retrieve the default locale 2020-04-13 12:21:08 -03:00
Vinícius Moreira
01a60ea686 0.9.0 2020-04-13 11:49:28 -03:00
Vinícius Moreira
5627f2021a [i18n][ru] fix missing separator 2020-02-20 15:55:11 -03:00
Vinícius Moreira
b530cbe0fc [ui][settings] supported types working 2020-01-24 18:17:52 -03:00
Vinícius Moreira
8b77c87dab [fix] missing categories i18n 2020-01-09 12:20:34 -03:00
Vinícius Moreira
991986bd63 Merge branch 'staging' into wgem
# Conflicts:
#	CHANGELOG.md
#	bauh/__init__.py
2019-12-20 10:37:50 -03:00
Vinícius Moreira
d2077def93 [fix] Fix missing i18n keys when there are no mapped translations for the system's default locale 2019-12-20 10:23:36 -03:00
Vinícius Moreira
b4d3a48112 [wgem] handling i18n suggestion description | fix indexed search 2019-12-17 13:11:38 -03:00
Vinícius Moreira
07b232def9 [translation] not raising an error when a i18n key is not found 2019-12-13 17:52:12 -03:00
Vinicius Moreira
b59cb347c4 [improvement] Not breaking the application when a i18n (translation) key was not found 2019-11-25 13:09:50 -03:00