Commit Graph

11 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
Vinicius Moreira
78618eb70c [view] fix: random segmentation fault errors caused by the cache cleaner thread 2023-12-20 08:17:29 -03:00
Bruno Cabral
fb4109bd77 flake warnings (#304) 2022-12-12 07:44:27 -03:00
Vinicius Moreira
adfb265dc3 [appimage] improvements -> database files only updated when expired 2020-12-23 13:39:58 -03:00
Vinícius Moreira
01a60ea686 0.9.0 2020-04-13 11:49:28 -03:00
Vinicius Moreira
2c5f2f9a9a [flatpak] fix: runtimes update-checking for version 1.5.x | [cache] fix: thread lock 2019-10-16 13:06:02 -03:00
Vinicius Moreira
9aa33d7cbd CacheCleaner removed due to random crashes associated with Python threading lock 2019-10-14 16:51:34 -03:00
Vinicius Moreira
d4e1f84e52 [view feature] rendering all package images | replacing Cache thread lock by process lock 2019-10-14 13:43:24 -03:00
Vinicius Moreira
18238eb269 refactoring modules structure | improving README and CHANGELOG 2019-09-17 17:35:33 -03:00