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
e2686e3c54 [gems.appimage] fix: github URL checking 2024-01-10 16:58:11 -03:00
Vinicius Moreira
181edeeb57 [gems.appimage] fix: regression on the database backend preventing long time installed AppImages to receive updates 2024-01-06 08:01:11 -03:00
Vinicius Moreira
f34924cd76 [gems.appimage] refactoring: using the 'repository' field on queries instead of the deprecated 'github' 2023-12-05 15:30:31 -03:00
Vinicius Moreira
547602da51 [gems.appimage] fix: upgrade fails when the package was initially imported, but later added to remote database 2023-07-11 12:05:31 -03:00
Vinicius Moreira
c5ce7f9f36 [appimage] replacing manual upgrade icon 2022-02-25 15:48:47 -03:00
Vinicius Moreira
7726ee0bcf [appimage] refactoring: more constants refactored as on demand class attributes 2022-02-25 15:45:52 -03:00
Vinicius Moreira
8ffcb492eb [appimage] refactoring: instantiating package custom actions on demand 2022-02-25 15:37:09 -03:00
Vinicius Moreira
3296fd34da [api] improvement: SoftwarePackage.get_supported_actions can now return any iterable 2021-12-17 14:55:53 -03:00
Vinicius Moreira
ae0f0c7e75 [appimage] refactoring: INSTALLATION_PATH constant renamed to INSTALLATION_DIR 2021-11-29 11:04:39 -03:00
Vinicius Moreira
9f4e08e29c [appimage] refactoring: removing '/' from INSTALLATION_PATH constant 2021-11-29 11:04:39 -03:00
Vinicius Moreira
d41f04e74e [appimage] improvement: not displaying 'imported' besides the imported application name on the table (only for the name tip) 2021-11-03 15:16:28 -03:00
Vinicius Moreira
895ec7c643 [gem.appimage] fix: info button remains 'clickable' after an imported Appimage is uninstalled 2021-08-23 14:25:09 -03:00
Vinicius Moreira
db0e24e2be [gem.appimage] improvement: mapping the 'Description' field as the 'Comment' field for generated .desktop files 2021-08-23 09:31:23 -03:00
Vinicius Moreira
a2f44d9542 [gems.appimage] fix: manual installation is not generating desktop entries for AppImage files providing empty .desktop files 2021-08-21 11:48:07 -03:00
Vinicius Moreira
24d14e41bc [appimage] fix: not able to launch AppImage files installed inside folders named with spaces 2020-11-30 18:52:55 -03:00
Vinicius Moreira
a7f8e1cb08 [appimage] improvement -> changing 'imported' parentheses style 2020-08-11 15:45:09 -03:00
Vinicius Moreira
20d6f0fa35 [improvement][appimage] creating a symlink for the installed applications at '~.local/bin' 2020-06-16 17:42:10 -03:00
Vinicius Moreira
8a131c0b64 [fix][appimage] considering all AppImages with no local paths equal 2020-06-12 18:10:25 -03:00
Vinicius Moreira
42f37eca8a [fix][appimage] allowing some apps to be filled with empty category elements 2020-06-10 14:22:07 -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
cca98602e6 [feature][appimage] able to ignore appimage updates 2020-05-18 17:14:55 -03:00
Vinicius Moreira
c8385035ee [ui] icons, buttons and colors changes 2020-04-27 18:46:21 -03:00
Vinícius Moreira
01a60ea686 0.9.0 2020-04-13 11:49:28 -03:00
Vinícius Moreira
574db7fda1 [fix][ui][settings] not matching the default system locale with the available options 2020-03-11 11:01:35 -03:00
Vinícius Moreira
12859dfe6c [improvement] all icons as SVGs 2019-12-26 17:16:33 -03:00
Vinicius Moreira
51bbab0658 appimage categories 2019-10-10 15:54:26 -03:00
Vinicius Moreira
6023075b65 screenshots button 2019-10-10 12:37:43 -03:00
Vinicius Moreira
8bacae7c2f appimage: update, update-check and search returning installed applications 2019-10-08 19:23:49 -03:00
Vinicius Moreira
a3bccb86f4 appimage downgrading 2019-10-08 18:36:47 -03:00
Vinicius Moreira
66a1e91f76 appimage history | history panel can now be maximized 2019-10-08 13:33:10 -03:00
Vinicius Moreira
9347561f57 AppImage info 2019-10-07 18:46:21 -03:00
Vinicius Moreira
aed6bb04e0 installing, uninstalling and launching 2019-10-07 14:55:06 -03:00
Vinicius Moreira
3975cd398b appimage extracting not working 2019-10-04 15:03:43 -03:00
Vinicius Moreira
53bf6de34f installing appimage 2019-10-03 19:09:31 -03:00