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
Bruno Cabral
fb4109bd77
flake warnings ( #304 )
2022-12-12 07:44:27 -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
0d79ec39b4
[api.abstract.view] improvement: allowing the multiple select options width to be defined
2022-04-16 07:18:05 -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
656810ffe5
[view] improvement: able to define min width for form component
2022-02-21 13:51:08 -03:00
Vinicius Moreira
47490ece8f
[view] improvement: able to define min width for multiple select component
2022-02-21 13:50:44 -03:00
Vinicius Moreira
6ba04dfed1
[view] improvement: able to specify min_width for label components
2022-02-21 13:49:16 -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
43b460e6be
refactoring: removing unneeded line
2021-11-03 14:37:49 -03:00
Vinicius Moreira
aac3c82dd8
[appimage] improvement -> allowing the property 'suggestions.expiration' to be managed through the UI
2021-02-01 17:40:42 -03:00
Vinicius Moreira
926ee65105
[arch] feature -> ignoring binary package when checking with rebuild-detector
2021-01-18 11:20:48 -03:00
Vinicius Moreira
af6367b0ab
[arch] fixes -> not displaying installed AUR packages when AUR support is disabled | downloading AUR index during the initialization process when AUR support is disabled
2021-01-12 16:06:34 -03:00
Vinicius Moreira
a9b196522d
[arch] improvement -> AUR: the index is not always being updated during the initialization process
2020-12-21 16:08:45 -03:00
Vinicius Moreira
8d761c35e9
[web] feature -> new installation option 'allow protected content'
2020-12-07 18:18:38 -03:00
Vinicius Moreira
60228eec97
[ui] feature: themes
2020-11-27 15:52:57 -03:00
Vinicius Moreira
4544a46421
[arch] improvement -> increasing PKGBUILD editing dialog dimensions
2020-08-20 12:04:49 -03:00
Vinicius Moreira
e20bfe461b
[arch] -> improvement: 'aur_build_dir' property rendered as a file chooser
2020-08-18 18:41:27 -03:00
Vinicius Moreira
befcc79cb0
[arch] improvement -> AUR: new settings property 'aur_build_dir'
2020-08-18 18:15:49 -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
ae721f6eea
[appimage] improvement -> manual file installation: trying to auto-fill the 'Name' and 'Version' fields
2020-08-11 15:38:30 -03:00
Vinicius Moreira
4de2eb317e
[appimage] improvement -> manual file installation default search path set to '~/Downloads'
2020-08-11 13:38:35 -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
01a60ea686
0.9.0
2020-04-13 11:49:28 -03:00
Vinícius Moreira
2ff36e9ac4
[fix][ui][settings] gems scaling
2020-01-28 18:53:46 -03:00
Vinícius Moreira
e768e00f57
[fix][ui][settings] inputs badly aligned
2020-01-28 16:16:02 -03:00
Vinícius Moreira
5a6575d8d0
[ui][settings] gem selector moved to settings
2020-01-28 13:13:37 -03:00
Vinícius Moreira
c31769705c
[ui][settings] settings icon
2020-01-27 19:26:37 -03:00
Vinícius Moreira
ab8b7d5f0b
[ui][settings] more improvements and settings
2020-01-27 19:05:46 -03:00
Vinícius Moreira
c23911290c
[ui][settings] more improvements and settings
2020-01-27 12:41:16 -03:00
Vinícius Moreira
2c550a38fe
[ui][settings] more general settings and improvements
2020-01-24 19:35:50 -03:00
Vinícius Moreira
f37e66a63c
[ui][settings] improvements
2020-01-24 13:21:46 -03:00
Vinícius Moreira
c8a4370ff0
[ui][settings] sketch
2020-01-23 18:28:23 -03:00
Vinícius Moreira
f6434f9e30
[wgem] custom icon selector
2019-12-16 11:40:05 -03:00
Vinícius Moreira
174349cf5b
[wgem] adding category
2019-12-13 16:35:00 -03:00
Vinícius Moreira
7a3df32471
[view] FormComponent
2019-12-13 13:28:23 -03:00
Vinícius Moreira
2f9a2d4ef0
[wgem] fix search: name and icon
2019-12-12 19:15:48 -03:00
Vinícius Moreira
197df9c256
[wgem] allow internal URLs installation option
2019-12-12 18:40:39 -03:00
Vinícius Moreira
10b306c4d4
basic installation options
2019-12-12 13:12:12 -03:00
Vinicius Moreira
7720d4d3e3
[ui][aur] improved Required / Optional confirmation dialogs
2019-11-26 19:09:00 -03:00
Vinicius Moreira
98367219dc
[snap] feature -> allowing the user to install an application when a stable channel is not available
2019-10-22 11:53:56 -03:00
Vinicius Moreira
c1410ca9b6
restart is not required when changing enabled gems
2019-09-16 19:09:05 -03:00
Vinicius Moreira
ba5e1da11b
gem selector sketch
2019-09-11 16:00:02 -03:00