38 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
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
cefab90052 [core] improvement: new configuration property to disable SSL checking when downloading files 2022-05-19 17:23:31 -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
f3514b91e1 [view] improvement: some components' width reduced (settings) 2022-04-12 09:54:44 -03:00
Vinicius Moreira
2f68095e9b [view.core.settings] refactoring: PEP8 2022-04-11 17:43:43 -03:00
Vinicius Moreira
924a3ede46 [api.abstract.view] refactoring: TabGroupComponent as a ViewContainer 2022-04-11 17:25:33 -03:00
Vinicius Moreira
9ac0d015b7 [api] improvement: abstraction for view containers 2022-04-11 17:08:16 -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
a904c73b2d [backup] improvement: remove_method option 2022-03-29 19:01:31 -03:00
Vinicius Moreira
e69d691766 [view] fix: crashing when using floats for spinner components 2021-12-13 12:03:59 -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
7236a40c06 [ui] fix -> settings: tray icon tooltip wrongly formatted 2021-03-03 10:07:57 -03:00
Vinicius Moreira
ad642404f5 improvement -> saving settings time 2021-01-12 17:17:19 -03:00
Vinicius Moreira
c91e982243 improvement -> all suported types now display a 'Checking configuration file' task during the initialization process 2020-12-30 13:35:15 -03:00
Vinicius Moreira
cdcb2bac0b [core] improvement -> new settings property 'boot.load_apps' to prevent loading apps after the startup process 2020-12-24 11:42:40 -03:00
Vinicius Moreira
60228eec97 [ui] feature: themes 2020-11-27 15:52:57 -03:00
Vinicius Moreira
9c1ffbd356 [arch] feature -> AUR: allowing to edit the PKGBUILD file of a package to be installed/upgraded/downgraded 2020-08-16 12:39:20 -03:00
Vinicius Moreira
1088966991 [improvement][settings] new property 'ui.scale_factor' responsible for defining the interface scale factor 2020-06-24 12:23:05 -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
f076e15119 [fix][settings] crashing when an empty Qt style is defined 2020-05-05 14:44:55 -03:00
Vinicius Moreira
08ddea55fd [fix][settings] crashing when an unknown Qt style is set 2020-05-03 16:29:42 -03:00
Vinicius Moreira
a03b853336 [improvement][settings] new option to disable the reboot dialog after a successful upgrade 2020-04-29 15:51:38 -03:00
Vinicius Moreira
636469215c [backup] allowing to specify the Timeshift mode: rsync or btrfs 2020-04-28 18:29:30 -03:00
Vinicius Moreira
827d31e495 [improvement][trim] 'disk.trim_after_update' changed to 'disk.trim.after_upgrade' 2020-04-22 14:01:36 -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
01e8333ef4 [ui][settings] renaming Arch tab as AUR 2020-02-12 13:09:06 -03:00
Vinicius Moreira
4835d8c2ec [settings] property to disable pre-dependency checking 2020-02-10 15:01:15 -03:00
Vinícius Moreira
0fd85fe10f [ui][settings] new property to disable updates sorting 2020-02-07 11:45:45 -03:00
Vinícius Moreira
c1564c2c88 [ui][settings] cleaning QT_AUTO_SCREEN_SCALE_FACTOR env var 2020-01-30 17:23:14 -03:00
Vinícius Moreira
9165e1cc5b [ui][settings] Type tab as the first tab 2020-01-30 16:13:01 -03:00
Vinícius Moreira
bde2e2e104 [ui][settings] refactoring 2020-01-29 11:27:33 -03:00