Commit Graph

37 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
efff406e22 enhancement: improving download benchmark logging 2023-12-17 13:01:19 -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
5a01087f00 enhancement: replacing wget by new download implementation 2023-12-14 13:22:23 -03:00
Vinicius Moreira
925aaf35c5 enhancement: marked several threads as 'daemon' for a faster termination 2023-11-26 11:16:43 -03:00
Bruno Cabral
fb4109bd77 flake warnings (#304) 2022-12-12 07:44:27 -03:00
Vinicius Moreira
0dee9f34c6 [core] improvement: do not set '--no-config' when calling wget to avoid certificate issues 2022-11-03 07:43:35 -03:00
Vinicius Moreira
cefab90052 [core] improvement: new configuration property to disable SSL checking when downloading files 2022-05-19 17:23:31 -03:00
Vinicius Moreira
e1921facf8 [common] refactoring: 'get_human_size_str' moved from 'system' to 'view_utils' 2022-03-14 09:46:17 -03:00
Vinicius Moreira
ff9d3be65b fix: not accepting blank root passwords 2022-02-28 11:25:41 -03:00
Vinicius Moreira
ef254d611a [view] fix: single thread downloader does not create the directory where the file will be stored 2021-11-24 15:01:22 -03:00
Vinicius Moreira
c80845cde4 [view] improvement: displaying a tooltip with the missing dependencies for a supported packaging technology 2021-11-22 15:48:48 -03:00
Vinicius Moreira
11af3c0bbc [view.core.downloader] refactoring: changing String formatting method 2021-11-20 10:44:25 -03:00
Vinicius Moreira
aef9ef0b0d [core.downloader] refactoring: String concatenation using StringIO 2021-11-20 10:35:37 -03:00
Vinicius Moreira
9a8772da8f improvement: replacing subprocess commands to detected installed CLIs by Python faster native calls (shutil.which) 2021-06-15 17:09:49 -03:00
Vinicius Moreira
0912384781 [improvement] download clients parameters 2020-06-01 16:34:53 -03:00
Vinícius Moreira
5340070b3a [improvement][settings] only displaying available multi-threaded download clients 2020-05-28 11:36:54 -03:00
Vinícius Moreira
7aa133be2a [feature] axel support for multithreaded downloads 2020-05-27 16:18:53 -03:00
Vinícius Moreira
cec0c06e4f [feature][arch] supporting multi-threaded download for repository packages 2020-05-27 11:51:24 -03:00
Vinícius Moreira
e43c09d982 [improvement] hiding logs when aria2 is not installed 2020-04-14 16:19:29 -03:00
Vinícius Moreira
b83f9d8440 [fix][aur] not pre-downloading some source files 2020-01-14 19:31:24 -03:00
Vinícius Moreira
d4c8d67433 pre-downloading electron files during bauh initialization 2019-12-10 16:26:47 -03:00
Vinícius Moreira
354af8b041 downloading and installing node 2019-12-10 13:03:03 -03:00
Vinicius Moreira
b59cb347c4 [improvement] Not breaking the application when a i18n (translation) key was not found 2019-11-25 13:09:50 -03:00
Vinicius Moreira
6cdf4f5746 [http] fix -> removing None output path 2019-10-17 14:38:51 -03:00
Vinicius Moreira
abf7b11758 [http] improvement -> removing old output path before downloading 2019-10-17 13:18:33 -03:00
Vinicius Moreira
3288ae46c9 [http] fix wget download 2019-10-17 13:10:51 -03:00
Vinicius Moreira
f16ac330b1 [http] fix wget output parameter 2019-10-17 12:50:07 -03:00
Vinicius Moreira
dd56a515fb appimages -> support apps with no github set 2019-10-09 15:59:00 -03:00
Vinicius Moreira
6132155614 retrieving URL file size correctly | improving downloaded file size format 2019-10-09 15:01:46 -03:00
Vinicius Moreira
53bf6de34f installing appimage 2019-10-03 19:09:31 -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
dcb43d4f5a aria download parameter fix | installation output log fix 2019-09-23 13:26:50 -03:00
Vinicius Moreira
5441d35ee2 arch: automatically optimizing arch packages compilation | aria2c stdout sleep 2019-09-23 13:01:30 -03:00
Vinicius Moreira
c5215c8236 axel and aria2c for faster AUR downloads 2019-09-22 23:12:34 -03:00
Vinicius Moreira
917c6ec5d7 arch:using axel to pre-download source file | info window handling list attributes better 2019-09-22 01:01:11 -03:00