Commit Graph

460 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
10b708d87b Refine Arch pre-upgrade warning wording 2026-05-28 06:06:51 +02:00
Sebastian Palencsar
f75046eaa8 Add Arch news and .pacnew checks before system upgrade 2026-05-28 06:05:30 +02:00
Sebastian Palencsar
1d3feeae63 Remove Snap support from Bearhub 2026-05-28 06:00:37 +02:00
Sebastian Palencsar
d541a4cbcf Modernize runtime compatibility and initialize Bearhub fork 2026-05-26 08:35:29 +02:00
NoobKozlegeny
4cd1172eda [FEATURE] Ability to check/uncheck optional dependencies at once (#360) 2024-05-25 08:30:16 -03:00
Andriy
49a39802ca Removing unnatural spaces (en) 2024-04-19 13:58:46 -03:00
antipeth
848be116c4 Add Simplified Chinese translation 2024-01-12 17:10:40 +08: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
925aaf35c5 enhancement: marked several threads as 'daemon' for a faster termination 2023-11-26 11:16:43 -03:00
Vinicius Moreira
54c2453597 [gems.arch] enhancement: adding the AUR URL to the info dialog 2023-11-25 08:26:49 -03:00
Vinicius Moreira
f22714d1d7 setup: fix build warnings 2023-11-20 13:45:34 -03:00
Vinicius Moreira
c8186745eb [gems.arch] refactoring: minor enhancement over PR#335 2023-11-11 10:17:58 -03:00
w568w
255805b00b [gems.arch] fix: not clearing packages to delete during loops on key 2023-11-05 13:46:30 +08:00
KoromeloDev
8a7f056a62 Update Arch ru locale 2023-09-29 20:21:19 +03:00
Mape6
e970552dfe Update German translation 2023-03-06 07:11:06 +01:00
Vinicius Moreira
008355c21d [arch] fix: not properly checking conflicts with provided virtual packages with specific versions 2022-12-16 17:32:09 -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
69cf81dbe9 [arch] refactoring: conflict resolution checking (+ test cases) 2022-11-20 11:13:54 -03:00
Vinicius Moreira
9433c2910f [gems.arch] fix: not properly mapping all provided packages by the system when checking for upgrade requirements 2022-11-11 17:41:40 -03:00
Vinicius Moreira
ffa32a85b7 [gems.arch] fix: not considering some conflict expressions when retrieving upgrade requirements 2022-11-05 14:19:28 -03:00
Vinicius Moreira
4c0a6af8cc [gems.arch] enhancement: pacman.list_ignored_pkgs now use Python calls instead of system calls 2022-10-26 07:59:02 -03:00
Vinicius Moreira
3d267ff3d1 [gems.arch] fix: not detecting some package replacements when upgrading due to conflict information having logic operators 2022-10-25 17:36:28 -03:00
Vinicius Moreira
4cc602e54d [arch] fix: using the pkgbase instead of pkgname when querying for the 'LastModified' field 2022-05-27 12:32:50 -03:00
Vinicius Moreira
d55bb2bb32 [arch] fix: not caching the 'LastModified' field of installed AUR dependencies 2022-05-27 12:09:45 -03:00
Vinicius Moreira
7875529fb6 [arch] refactoring: git log call 2022-05-27 11:39:08 -03:00
Vinicius Moreira
95b0e5d45e [arch] fix: date parsing when checking for updates (AUR) 2022-05-27 10:11:01 -03:00
Vinicius Moreira
4d1a118b25 [arch] fix: error raised when the temporary directory does not exist (AUR build) 2022-05-27 09:49:56 -03:00
Vinicius Moreira
57ac55c53f feature: custom software suggestions 2022-05-26 18:18:09 -03:00
Vinicius Moreira
fc29a1a7e9 [arch] fix: not filling cached data for installed suggestions 2022-05-20 18:16:00 -03:00
Vinicius Moreira
fbd98d8b31 [arch] improvement: suggestions available for repository packages 2022-05-20 17:17:54 -03:00
Vinicius Moreira
a191748124 [arch] fix: conflict resolution: removing hard dependencies that would be satisfied with the inclusion of the new package 2022-05-19 16:15:34 -03:00
Vinicius Moreira
af46feb64e [view] improvement: settings window size rules moved to stylesheet files 2022-05-12 14:13:12 -03:00
Vinicius Moreira
268b59bc3a [arch] fix: displaying already installed packages when suggesting optional dependencies 2022-04-13 17:47:07 -03:00
Vinicius Moreira
81966a409e [arch] improvement: removing AUR suggestions 2022-04-12 10:24:13 -03:00
Vinicius Moreira
33cfa97bf0 [api] improvement: list_suggestions as an optional method (SoftwareManager) 2022-04-12 10:22:38 -03:00
Vinicius Moreira
4271d94b26 [arch.cpu_manager] improvement: using '/bin/cp' instead of only 'cp' when changing cpu governor (only 'cp' may require confirmation) 2022-04-12 10:10:31 -03:00
Vinicius Moreira
1dc7ce327a [arch.cpu_manager] refactoring: String formatting method & PEP8 2022-04-12 10:05:12 -03:00
Vinicius Moreira
9ac0d015b7 [api] improvement: abstraction for view containers 2022-04-11 17:08:16 -03:00
Vinicius Moreira
3cfc16565b [arch] improvement: displaying different tabs for general Arch configurations and AUR 2022-04-11 15:33:10 -03:00
Vinicius Moreira
ff254db925 [api] improvement: allowing several settings views to be returned (SoftwareManager.get_settings) 2022-04-11 15:09:18 -03:00
Vinicius Moreira
374b7ce03f [api] refactoring: removing screen measures as parameters of SoftwareManager.get_settings 2022-04-08 17:41:29 -03:00
Vinicius Moreira
e63a6fb267 [arch] improvement: removing the repository name from the missing dependencies dialog 2022-04-07 17:37:19 -03:00
Vinicius Moreira
9c9836bebf [arch] improvement: missing dependencies dialog now displays the packages sizes and descriptions (only from repositories) 2022-04-07 17:27:16 -03:00
Vinicius Moreira
26678a0138 [arch] improvement: optional packages installation dialog appearance (install) 2022-04-07 15:58:43 -03:00
Vinicius Moreira
262e834a75 [arch.controller] fix: typo 2022-04-07 11:56:41 -03:00