Commit Graph

36 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
Vinicius Moreira
c41ff18104 [gems.flatpak] should not be treated as trustable 2023-12-05 09:03:10 -03:00
Vinicius Moreira
a4c24c8aa6 [view] feature: adding a new 'verified' filter for the packages table 2023-11-30 17:17:32 -03:00
Vinicius Moreira
28d4dae56a Merge branch 'master' into staging
# Conflicts:
#	bauh/gems/appimage/controller.py
#	bauh/gems/arch/updates.py
2022-12-12 07:53:51 -03:00
Bruno Cabral
fb4109bd77 flake warnings (#304) 2022-12-12 07:44:27 -03:00
Vinicius Moreira
93d2d66b71 improvement: replacing the use of LegacyVersion 2022-11-25 06:57:22 -03:00
Vinicius Moreira
17b5a48254 [flatpak] fix: not all selected runtime partials to upgrade are actually requested to be upgraded 2022-05-10 18:39:35 -03:00
Vinicius Moreira
3f525bbb3b [flatpak] improvement: logging what was requested to upgrade 2022-05-10 18:37:16 -03:00
Vinicius Moreira
91db60b546 [flatpak] refactoring: proper model callbacks 2022-04-20 16:59:50 -03:00
Vinicius Moreira
e40fe27bd1 [flatpak] fix: not displaying new required runtimes as updates 2022-04-12 12:29:56 -03:00
Vinicius Moreira
8488b086e6 [flatpak] fix: not displaying update components not associated with installed packages 2021-11-09 11:47:36 -03:00
Vinicius Moreira
5cd3041987 [flatpak] installation level tooltip fixes 2021-03-02 12:26:27 -03:00
Vinicius Moreira
f8276024c0 [flatpak] fix -> not displaying the runtimes icons on the summary window 2020-10-02 10:23:00 -03:00
Vinícius Moreira
a2e41ce51f [fix][ui] not updating cached installed packages state after ignoring/reverting updates 2020-05-28 17:09:57 -03:00
Vinícius Moreira
ab8a0aaaef [feature][flatpak] able to ignore flatpak updates 2020-05-18 18:20:31 -03:00
Vinícius Moreira
01a60ea686 0.9.0 2020-04-13 11:49:28 -03:00
Vinícius Moreira
ecd936c6fd [flatpak] sorting packages before updating 2020-02-06 19:40:14 -03:00
Vinícius Moreira
9885aa151b [fix][flatpak] not able to update partials for Flatpak < 1.5 2020-01-30 16:05:57 -03:00
Vinícius Moreira
3452ab8975 [fix][flatpak] retrieving info from a partial for Flatpak < 1.4 2020-01-30 15:44:15 -03:00
Vinícius Moreira
8c876df7b5 [improvement][flatpak] application name tooltip now displays the installation level 2020-01-13 12:03:27 -03:00
Vinícius Moreira
4a1f0d4809 [feature][flatpak] installation level 2020-01-10 19:37:26 -03:00
Vinícius Moreira
dbf727bee1 Merge branch 'fpakus' into fpakpart
# Conflicts:
#	bauh/gems/flatpak/flatpak.py
#	bauh/gems/flatpak/model.py
2020-01-10 17:42:27 -03:00
Vinícius Moreira
9d326efcd4 [flatpak] updating partials 2020-01-10 16:11:45 -03:00
Vinícius Moreira
edc3785e42 [flatpak] initial partial update support | [ui] trying to fix resize issues 2020-01-09 19:20:57 -03:00
Vinícius Moreira
350e267f1c Merge branch 'staging' into fpakus 2020-01-09 16:59:33 -03:00
Vinícius Moreira
f65e77872b [flatpak] initial user installation level support 2020-01-09 15:16:31 -03:00
Vinícius Moreira
12859dfe6c [improvement] all icons as SVGs 2019-12-26 17:16:33 -03:00
Vinicius Moreira
24beb25fca not changing the table applied filters after a uninstall | [flatpak] runtimes categorized as 'runtimes' 2019-10-23 17:24:12 -03:00
Vinicius Moreira
f8128828d4 [flatpak] info available for not installed applications 2019-10-09 19:46:06 -03:00
Vinicius Moreira
2a84ff4c32 improvement: only changing the installed package status ( not refreshing the whole table ) | fix: flatpak downgrading error handling 2019-09-24 15:17:09 -03:00
Vinicius Moreira
6c3e0e00bf fix: snap launch 2019-09-18 18:01:01 -03:00
Vinicius Moreira
51f1bf4d3d improving installed Flatpaks reading time 2019-09-16 15:32:17 -03:00
Vinicius Moreira
f6f66e9dbd arch: handling packages with a desktop entry as applications 2019-09-13 22:11:13 -03:00
Vinicius Moreira
1bb1ec888c removing updates exclamation icon 2019-09-12 18:58:09 -03:00
Vinicius Moreira
ba5e1da11b gem selector sketch 2019-09-11 16:00:02 -03:00