773 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
4a119968bc Release 0.10.7-bearhub.6
Complete M1 identity work, fix runtime URL regressions, repair the test
suite, add CI, migrate packaging/AppImage branding to Bearhub, and
document the Qt6/PySide6 migration plan.
2026-06-26 19:22:28 +02:00
Sebastian Palencsar
ed660c41a2 Migrate core config module to bearhub namespace 2026-05-31 16:07:22 +02:00
Sebastian Palencsar
f7298430bc Fix QThread initialization in warnings worker 2026-05-28 08:15:35 +02:00
Sebastian Palencsar
a18fde27cc Replace app logo with new Bearhub SVG 2026-05-28 07:07:19 +02:00
Sebastian Palencsar
93fd715925 Polish Bearhub branding in UI and metadata 2026-05-28 05:51:29 +02:00
Sebastian Palencsar
d541a4cbcf Modernize runtime compatibility and initialize Bearhub fork 2026-05-26 08:35:29 +02:00
KoromeloDev
b1ea479a3a Update Russian language translation 2024-10-13 09:56:09 -03:00
albanobattistella
03146e444a Update it (#366) 2024-07-05 07:33:44 -03:00
albanobattistella
79aeb8824e Update it (#363) 2024-07-02 12:59:10 -03:00
Andriy
49a39802ca Removing unnatural spaces (en) 2024-04-19 13:58:46 -03:00
Vinícius Moreira
cf3d3ae5c9 Merge pull request #345 from antipeth/master
Add Simplified Chinese translation
2024-02-04 19:53:35 -03:00
Boria138
9be612fec6 Added checking the /etc/os-release file
I'm using an arch-based distribution in
which does not have an arch-release file but has an ID_LIKE line in os-release
2024-01-23 13:05:11 +06:00
antipeth
ef12c05abf Add Simplified Chinese translation 2024-01-12 22:15:49 +08:00
antipeth
9d83191331 Add Simplified Chinese translation 2024-01-12 22:13:11 +08:00
antipeth
848be116c4 Add Simplified Chinese translation 2024-01-12 17:10:40 +08:00
Vinicius Moreira
00c3c34d15 [view.qt] fix: name filter not working for camel case 2024-01-08 18:15:34 -03:00
Vinicius Moreira
c44ab712ff [view.qt] fix: 'name' filter not working for packages whose names contain the typed word 2024-01-08 15:24:14 -03:00
Vinicius Moreira
2e063b021a [view] adding missing category translations 2023-12-22 14:23:31 -03:00
Vinicius Moreira
78618eb70c [view] fix: random segmentation fault errors caused by the cache cleaner thread 2023-12-20 08:17:29 -03:00
Vinicius Moreira
a084d8bf31 [view.qt] info dialog: only show the 'open' button if 'xdg-open' is installed 2023-12-19 15:24:09 -03:00
Vinicius Moreira
4155b05bbd i18n: more category translations 2023-12-19 14:54:31 -03:00
Vinicius Moreira
646f46c5ba i18n: more category translations 2023-12-18 16:53:14 -03:00
Vinicius Moreira
efff406e22 enhancement: improving download benchmark logging 2023-12-17 13:01:19 -03:00
Vinicius Moreira
72839d8763 more translations 2023-12-15 16:47:26 -03:00
Vinicius Moreira
0bc66a9d16 [view.core] fix: not handling exceptions when downloading a file 2023-12-14 14:17:57 -03:00
Vinicius Moreira
e44db92a1d [view.qt] fix: not handling download exceptions 2023-12-14 14:15:56 -03:00
Vinicius Moreira
5a01087f00 enhancement: replacing wget by new download implementation 2023-12-14 13:22:23 -03:00
Vinicius Moreira
da5cbdce6f [view.qt] enhancement: displaying the screenshot download progress 2023-12-13 09:52:46 -03:00
Vinicius Moreira
3b7b22c9c7 [view.qt] refactoring: using a different approach to cancel file downloads to keep compatibility with older Python versions 2023-12-12 18:14:12 -03:00
Vinicius Moreira
e770dbc127 [view.qt] fix: not updating filters index when ignoring package updates 2023-12-06 10:24:01 -03:00
Vinicius Moreira
2156c7e32d [view.qt] fix: not updating filters index after installing/uninstalling a package 2023-12-06 10:20:21 -03:00
Vinicius Moreira
29b260c993 [view.qt] enhancement: minor reduction in the table loading time 2023-12-02 16:55:55 -03:00
Vinicius Moreira
5e9de37373 [view.qt] enhancement: reducing the initialization panel min width 2023-12-02 15:15:32 -03:00
Vinicius Moreira
6cdd554a9d [view.qt] using the showEvent callback instead of show to try fix centralisation issues 2023-12-02 15:02:15 -03:00
Vinicius Moreira
cbb55151bf [view.qt] refactoring: icon URL checking 2023-12-01 09:11:19 -03:00
Vinicius Moreira
f7337313c3 [view] enhancement: able to open URLs in the browser (package info window) 2023-12-01 08:02:53 -03:00
Vinicius Moreira
4000f0116a [view] refactoring: URL regex 2023-12-01 07:36:11 -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
4c91973028 [view.qt] more centralisation fixes 2023-11-29 16:55:47 -03:00
Vinicius Moreira
81a547f7ec [view.qt.thread] enhancement: reducing the file downloader inactivity timeout 2023-11-29 12:33:24 -03:00
Vinicius Moreira
9ec85eab39 [view.qt.thread] refactoring: file downloader URL pattern checking 2023-11-29 12:31:56 -03:00
Vinicius Moreira
c2c17e63ac [view.qt] fix: wrong widgets centralisation issue 2023-11-29 12:26:46 -03:00
Vinicius Moreira
442ef76035 [view.qt] fix: QT crash in case the file downloader thread is still alive 2023-11-28 17:22:05 -03:00
Vinicius Moreira
656661b7b8 [view.qt] enhancement: faster packages filtering 2023-11-28 17:07:19 -03:00
Vinicius Moreira
2d43fc5414 [view.qt] adding log statistics when filtering packages 2023-11-26 11:24:27 -03:00
Vinicius Moreira
925aaf35c5 enhancement: marked several threads as 'daemon' for a faster termination 2023-11-26 11:16:43 -03:00
Vinicius Moreira
676f4300b7 [view.qt] refactoring: remove unused import 2023-11-26 11:05:08 -03:00
Vinicius Moreira
6efa763236 [view.qt] enhacement: custom package icons downloader (faster) 2023-11-25 17:28:44 -03:00