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
889a30e2e8
[view] improvement: no margin for wrapped subcomponents of FormComponent
2022-03-30 16:20:24 -03:00
Vinicius Moreira
f6c8ad9553
[debian] initial Debian package management support
2022-03-10 17:11:19 -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
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
b50b067158
[view] fix: crashing when QT components sizes are not integers
2021-11-17 15:14:27 -03:00
Vinicius Moreira
b2f8266bce
[view] fix: not properly sorting file extensions for the FileChooser component
2021-11-03 15:37:41 -03:00
Vinicius Moreira
7b229dfde9
[view] improvement: always displaying the 'any file filter' (*) as the last option for file chooser components
2021-11-03 14:59:04 -03:00
Vinicius Moreira
9bb1a2d492
[view] improvement: not using native dialogs for file/directory choosing to prevent unexpected behaviors and wrong theming
2021-08-23 15:52:38 -03:00
Vinicius Moreira
5b40911321
[ui] setting 'info' cursor to form help icons
2021-01-12 17:41:37 -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
8b94abe9cf
[ui] fix progress bar location
2020-11-30 16:54:03 -03:00
Vinicius Moreira
60228eec97
[ui] feature: themes
2020-11-27 15:52:57 -03:00
Vinicius Moreira
c18eab8d62
[ui] improvement -> 'name' filter now holds for 3 seconds instead of 2 before being applied
2020-09-11 11:22:05 -03:00
Vinicius Moreira
26fa25cebb
[snap] feature -> allowing to select an available channel during the installation process
2020-09-06 01:10:13 -03:00
Vinicius Moreira
129ede9c6c
[arch] fixes -> not displaying and uninstalling dependent packages during conflict resolutions | not retrieving all packages that would break if a given package is uninstalled
2020-09-03 18:06:43 -03:00
Vinicius Moreira
feb061efa4
[arch] improvement -> upgrade: checking specific version requirements and marking packages as 'cannot upgrade' when these requirements are not met
2020-09-01 19:36:05 -03:00
Vinicius Moreira
c5fcf18be0
[ui] fix -> some application icons without a full path are not being rendered on the 'Upgrade summary'
2020-08-21 17:05:05 -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
d426397584
[ui] fix -> random C++ wrapper errors with some forms due to missing references
2020-08-11 18:35:31 -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
89989ab79d
[fix][ui] using the sleep function wrongly within the Qt threads
2020-06-25 14:48:50 -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
Vinicius Moreira
dab70cdfb8
[improvement][ui] big refactoring regarding the components states
2020-06-22 17:00:32 -03:00
Vinicius Moreira
3b86888b1d
[ui] "click" cursor set for most "clickable" components
2020-05-03 12:24:08 -03:00
Vinicius Moreira
9995a9d010
[ui] changing uninstall and settings icons colors
2020-04-29 15:23:34 -03:00
Vinicius Moreira
c8385035ee
[ui] icons, buttons and colors changes
2020-04-27 18:46:21 -03:00
Vinícius Moreira
01a60ea686
0.9.0
2020-04-13 11:49:28 -03:00
Vinicius Moreira
f20d3a0981
[ui] improved error handling when it is not possible to load icon files
2020-03-07 11:38:17 -03:00
Vinícius Moreira
a77c3f81bb
[fix][ui] row buttons are not well aligned
2020-01-30 13:09:15 -03:00
Vinícius Moreira
111fa47790
[ui] improved file chooser component
2020-01-29 12:02:08 -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
e859cfd06d
[fix][ui][settings] not displaying all available gems
2020-01-28 15:06:59 -03:00
Vinícius Moreira
5a6575d8d0
[ui][settings] gem selector moved to settings
2020-01-28 13:13:37 -03:00
Vinícius Moreira
ab8b7d5f0b
[ui][settings] more improvements and settings
2020-01-27 19:05:46 -03:00
Vinícius Moreira
ce673dda5d
[ui][settings] more improvements and settings
2020-01-27 13:30:32 -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